Foss
Readeck: "still delighted" mini-review update
I wrote about my bookmark management journey and ended up writing a glowing mini-review of Readeck. Well, it’s been almost a couple months and not only am I still using it (more than any of the previous solutions) but also still delighted despite the hedonic adaptation. ...
How I accidentally got better at self-hosting and FOSS contributing
A year ago (April 3rd, 2024) I started a webring with the System Crafters Community, building the web I wanted to see instead of lamenting its absence. Craftering has motivated others to write and share more, which in itself is very rewarding, but what I didn’t anticipate is how it improved my self-hosting and FOSS contributions. ...
PineNote - Day One
I’ve been eye’ing the PineNote for years and recently decided to check up on it. The community has been hard at work it starting to look ready for prime now. I would LOVE an ebook reader and note taker but do not want to be tied into proprietary walled gardens (tempted most by the Remarkable 2 / Paper Pro). I didn’t find much review type information on the PineNote since it’s original developer edition release several years ago. So I decided to be the change I wanted to see and bought one. It’s Open-Hardware, Free Open Source Software (FOSS), and the main distro is purely community built, the purchase justifications just write themselves! ...
Enshittification protests beget more enshittification
Like many others, I am frustrated by corporations that have ingested immense amounts of user generated content and are using/selling it to train LLMs1. However, deleting the content now is counter productive, let’s protest more effectively by building a better web. ...
When open source goes source available
Redis went from an open source license to a source available license. This is not a new pattern of trying to protect share-holder value against large cloud providers extracting value they didn’t create. Corporate finance discussion aside (since that’s a really sad can of worms), it’s interesting to see what the FOSS community did about it. ...
Alacritty Auto Theme Switcher
I like and use the Alacritty terminal emulator, but it does not automatically follow the system theme. The issue tracker discussion made it clear this feature won’t be supported, fair enough. And after switching to TOML and discovering partial imports, I knew I could scratch my own itch. Someone wrote a rust tool which was helpful as a guide but I wanted something with low dependency. So I made a bash script and a systemd service and it was fun(?) to learn more about dbus. So, alacritty-auto-theme was born which automatically switches themes with manual override possible, repo on Github and Sourcehut. ...