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.
Oct 05, 2025 from HunterDavis.com A big ole stack of one-off projects in 2025 I actually wrote quite a bit of code in 2025! While my professional life was centered around AI enablement for my teams and getting the big launch out this year to customers, I did a fair amount of...
Oct 05, 2025 from HunterDavis.com A big ole stack of one-off projects in 2025 I actually wrote quite a bit of code in 2025! While my professional life was centered around AI enablement for my teams and getting the big launch out this year to customers, I did a fair amount of...
Oct 05, 2025 from HunterDavis.com A big ole stack of one-off projects in 2025 I actually wrote quite a bit of code in 2025! While my professional life was centered around AI enablement for my teams and getting the big launch out this year to customers, I did a fair amount of...
Oct 05, 2025 from HunterDavis.com A big ole stack of one-off projects in 2025 I actually wrote quite a bit of code in 2025! While my professional life was centered around AI enablement for my teams and getting the big launch out this year to customers, I did a fair amount of...
Oct 04, 2025 from Benny Powers: Web Developer Apollo Elements v3.0.0 - GraphQL Meets Web Components After 3+ years, Apollo Elements v3.0.0 is here with Apollo Client 4 support, Node.js 24, and a cleaner API. Build GraphQL-powered web components that work in any framework—or no framework at all.
Oct 03, 2025 from Bobby Hiltz Credit Feed #3: Here be Dragons Diving into the weird world of Psikyo shmups
Oct 02, 2025 from PREPEND Organizational Lock-in I worked in an organization with lots of processes. I was in an office with no windows, a bit of a hole or maybe even oubliette. You couldn’t tell time of day, weather, etc but it was better than a...
Oct 02, 2025 from The Fly Blog Litestream v0.5.0 is Here I’m Ben Johnson, and I work on Litestream at Fly.io. Litestream makes it easy to build SQLite-backed full-stack applications with resilience to server failure. It’s open source, runs anywhere, and ...
Oct 01, 2025 from R74n Newsletter Halloween 2025 on R74n All the things going on around R74n in October! Souls in Sandboxels, a special Infinite Chef bowl, trick-or-treating...
Oct 01, 2025 from Tim Hårek September 2025 Fall is upon us! It’s getting colder and darker everyday now, it’s starting to smell like fall. Anyhow, this is what I’ve been up to this month! From the blog since my last recently post: A year wi...
Sep 30, 2025 from Commented Out Countdown Timer for Children's Games: Hardware Design The idea for this project was a simple countdown timer to be used by children for various games and activities where the user interface was designed to be as simple as possible; the display was cle...
Sep 30, 2025 from Nadav Ami When You Forget Your BIOS Password I have an old Linux laptop that I decided to repurpose last weekend. After spending 5 hours backing up files (APFS drive + read-only FUSE drivers + stubborn dev who doesn’t want to think too hard (...
Sep 30, 2025 from Nadav Ami When You Forget Your BIOS Password I have an old Linux laptop that I decided to repurpose last weekend. After spending 5 hours backing up files (APFS drive + read-only FUSE drivers + stubborn dev who doesn’t want to think too hard (...
Sep 29, 2025 from briancmoses.com DIY NAS: 2025 Texas Linux Fest Edition I'm going to have a booth at Texas Linux Fest, so I built a TXLF-inspired DIY NAS that I will give away in a raffle! It has an Intel N150 CPU, 32GB of DDR5 RAM, TrueNAS CE, 4TB of NVME storage, 10G...
Sep 29, 2025 from The Phoenix Trap Patch-Perfect: Smarter Homebrew Upgrades on macOS Homebrew upgrades don't always need to drag you through major version bumps. I wrote brew-patch-upgrade.pl to keep updates patch-perfect, and along the way fixed my own Log::Any::Adapter::MacOS::OS...
Sep 28, 2025 from Chuniversiteit Do large language models respect copyright notices? A group of researchers studied what happens when you explicitly remind large language models to respect copyright notices.