Acerola Why Did PS1 Games Look Like That?, Roblox smovement, Comfy.Guide, RSS doesn't mean firehorse, Plan9 + WASM = Wanix, Short position on Backblaze, No rule says you can't backfill.
Acerola - Why Did PS1 Games Look Like That?
Acerola makes great gamedev content, this honestly might be one of my favourite videos of his so far.
I’m really glad he switched from Unity to Godot.
dude fuck roblox. this is like meth to me. this is digital pink cocaine
Why does Roblox have insane smovement tech?
Why do I actually want to play this?
Alessandro Gaggioli - Comfy.Guide
Welcome to the internet’s premier resource for computer guides. Whether you’re looking to run your own Linux server, or just trying to set up your graphics card,
comfy.guide
has useful, easy-to-follow steps on how to do it.
Nice collection of tutorials on self hosting all sorts of server / client software.
Andre Garzia - RSS doesn’t necessarily mean firehose
Was reading Hacker News today and saw this very interesting post Reading RSS content is a skilled activity which raises some really interesting points about feed reading and how much effort one should put into making their experience fit what they want. The following discussion on Hacker News is full of people commenting how their feed reading experience is either overwhelming or stressful cause of the firehose of posts they see on their reader app.
Andre discusses how a lot of RSS apps are a “river-of-news”, which my reader, Miniflux, would probably fall into.
A calmer reading experience is possible. The first app I seen that explicitly focus on an experience that is not anxiety inducing is FraidyCat.
![]()
From the theme to the overall UX, FraidyCat aims to make sure no publisher can take over the feed by publishing too much. It also put fetching under the user control by letting the user decide how often to fetch a given feed.
This app looks nice, I like the idea of not having the direct stream of posts be one big unread page.
Andre himself is building his own RSS reader, built as a web extension:
Inspired by all of that and some past softwares I created in the past (I have a thing for blogging tools), I made BlogCat. It provides an experience similar to FraidyCat and Rad Reader in which there is no firehose, the user selects when feeds are retrieved and there is no background fetching or notifications.
Nice, I must say I really like the fact that Miniflux is hosted on a server, all of these options seem cool but I for one would much rather have something server side rather than client side, so I can browse my feeds on any device.
My trick for cutting down on the noise, is for one, removing feeds that I skim and produce content too often, but then also looking for options like Hacker News RSS, which give you a filterable version of a busier feed to consume.
Which means my Hacker News RSS endpoint is https://hnrss.org/newest?points=15
, which means posts have to get a score of >=15
to show up in my reader.
Virtual environment kit for the local-first web, inspired by Plan 9
I’m both an enjoyer of Plan 9 and WASM, this is quite the interesting package of both of them in the same suit.
It features “Capability-oriented microkernel architecture (“everything is a file”)”, which implies this sort of thing is possible:
You can also append CSS styles to the page by appending to
/web/dom/style
:echo "html { border: 8px solid lightgreen; }" >> /web/dom/style
I mean, if everything is a file in the context of the web, the DOM being a file makes total sense, but this is a wild idea to me.
- Backblaze (NASDAQ:BLZE) is a $250 million cloud storage and backup solution provider based in California that operates through two business segments: B2 Cloud Storage allowing “customers to store data” and “developers to build applications,” and Computer Backup that “automatically backs up data” from devices for “virtually unlimited” storage.
- Since its November 2021 IPO, Backblaze has reported losses every quarter, its outstanding share count has grown by 80%, and its share price
Pretty scathing position against Backblaze from Morpheus Research, who hold short positions against their stock.
I’m using them as a off-site backup solution for my homelab, hopefully if there is a sudden moment of going under us folks who use them are given a chance to move elsewhere.
Simon Willison’s Weblog - Note on 25th April 2025
Fun fact: there’s no rule that says you can’t create a new blog today and backfill (and backdate) it with your writing from other platforms or sources, even going back many years.
What I’m currently doing is backfilling some linkblog entries, the last few, and for many to go, have been written months in the future, since I stopped writing links into my Logseq back in April, but still kept logging the links in Raindrop.
With some more Python soup built onto the existing Python soup that powers this site, I can generate the .md
‘templates’ for each day, which means I just have to… write ‘em now.
Lets go team backfill.