Oct 14, 2025 from Jasco's Website Re:Absurd fallacies of "minimalist" Linux setups I respond to a blog post on linux setups
Oct 14, 2025 from Heitor's log Firmware updates on Linux via fwupd How to use fwupd to update device's firmware on Linux.
Oct 14, 2025 from Michael Lynch Hold Off on Litestream 0.5.0 Litestream is an open-source tool that backs up SQLite databases to cloud storage in real time. I love it and use it in all of my projects. Litestream is owned by Fly.io, and they paused developmen...
Oct 13, 2025 from Nicolas Bouliane's blog posts How to fix `failed to connect to host` with GitHub webhooks I use webhook and Github webhooks to redeploy All About Berlin when I push new changes. I’m using adnanh/webhook on an Ubuntu 24.04 VPS on DigitalOcean, behind CloudFlare. The problem The webhooks ...
Oct 13, 2025 from Nicolas Bouliane's blog posts How to fix `failed to connect to host` with GitHub webhooks I use webhook and Github webhooks to redeploy All About Berlin when I push new changes. I’m using adnanh/webhook on an Ubuntu 24.04 VPS on DigitalOcean, behind CloudFlare. The problem The webhooks ...
Oct 11, 2025 from Personal Log at usebox.net I'm NOT on Mastodon There is some history here, let’s see: When I started this blog, I wanted to move off Twitter. Then, about a year after that, I gave Mastodon a go. Although it was all a bit of an experiment, it ha...
Oct 11, 2025 from Jasco's Website On GrapheneOS I talk about my recent switch to GrapheneOS on my new (to me) Google Pixel 7
Oct 11, 2025 from Jasco's Website On GrapheneOS I talk about my recent switch to GrapheneOS on my new (to me) Google Pixel 7
Oct 10, 2025 from ttntm.me - Blog Out of Time During summer, my wife and I were entertaining the thought of moving to a bigger/better/… apartment. We started looking, and quickly realized that we can’t afford what we like, and that we don’t re...
Oct 10, 2025 from Julia Evans Notes on switching to Helix from vim Hello! Earlier this summer I was talking to a friend about how much I love using fish, and how I love that I don’t have to configure it. They said that they feel the same way about the helix text e...
Oct 10, 2025 from Michael Lynch Read My Blog With JavaScript You can now read my blog with client-side JavaScript. I’m not sure why you’d want to, but you can. Maybe you want to add a blogroll to your site with a list of recent posts from your favorite blogs...
Oct 08, 2025 from Jasco's Website Notex I write about note taking and my new format I've created for it, Notex
Oct 08, 2025 from Jasco's Website Notex I write about note taking and my new format I've created for it, Notex
Oct 08, 2025 from unixdigest.com If you're a programmer and you feel depressed by AI, don't be! If you're a programmer and you use AI, my advice is to use it sparingly and treat it as nothing more than extended search, a tool that makes many mistakes.
Oct 08, 2025 from The Fly Blog Kurt Got Got The $FLY Airdrop is live! Claim your share of the token powering Fly.io’s global network of 3M+ apps and (🤮) own a piece of the sky! We know. Our Twitter got owned. We knew within moments of it hap...
Oct 07, 2025 from Chuniversiteit Hoe je in en uit een trein stapt (zonder andere mensen boos te maken) Een trein brengt je comfortabel van A naar B – mits je erin én eruit kunt. Helaas gaat het daar nog vaak mis.
Oct 07, 2025 from Rock and Null Automatic resource cleanup in Jetpack ViewModels using AutoCloseable How to automatically manage and clean up resources in Android ViewModels using Kotlin’s AutoCloseable interface. This simple yet powerful pattern eliminates boilerplate onCleared() code and helps p...
Oct 07, 2025 from Michael Lynch Refactoring English: Month 10 New here? Hi, I’m Michael. I’m a software developer and founder of small, indie tech businesses. I’m currently working on a book called Refactoring English: Effective Writing for Software Developer...
Oct 05, 2025 from The Phoenix Trap Porting from Perl to Go: Simplifying for Platform Engineering Porting my Homebrew upgrade script from Perl to Go wasn’t about feature parity — it was about simplification. Along the way I learned how Go’s explicit error handling, type safety, and binary distr...
Oct 05, 2025 from Chuniversiteit Svelte really is that fast The five most popular JS frameworks – Angular, React, Vue, Svelte and Blazor – use different rendering strategies, and it shows.