Nov 27, 2025 from Ishan Das Sharma How to Handle "Bracket" Array Query Parameters (key[]=val) in FastAPI FastAPI expects array parameters in the standard key=v1&key=v2 format. However, many frontend client generators like my favourite, Orval, default to key[]=v1&key[]=v2. If you cannot change the clie...
Nov 27, 2025 from Heitor's log Benchmarking checksum tools There are plenty of CLI tools to calculate the checksum of files. But, which one is the fastest?
Nov 26, 2025 from briancmoses.com DIY NAS: 2026 Edition An 8-bay DIY NAS with 10GbE networking, TrueNAS 25.10.0.1, an Intel N355 CPU, 32GB of DDR5 RAM, and a smallish form factor that occupies less than 20 liters of your office space.
Nov 26, 2025 from Ishan Das Sharma How to Force Google Calendar Account Picker When Adding ICS Subscriptions If you share a link that lets people subscribe to an .ics feed in Google Calendar, you’ve probably seen this pattern: 1 https://calendar.google.com/calendar/render?cid=webcal://your-feed.ics It wor...
Nov 24, 2025 from Chris Short Will Agentic AI Pay Off? Cybersecurity Shifts and EU Cloud Pressure | TSG Ep. 973 The gang then looks at how AI is about to transform cybersecurity before examining why the European Union is investigating Amazon Web Services and Microsoft.
Nov 24, 2025 from Chuck Carroll's RSS Feed A Reminder on the Realities of Digital Purchases This is a follow up from something I wrote in 2020 titled The End of Ownership in a Digital Age where I discuss (ie complain) about what it means to "own" something in the modern digital age. I've ...
Nov 24, 2025 from Julio Merino (jmmv.dev) BazelCon 2025 recap It has been just over two years since I started Blog System/5, and that means it’s time for the now-usual(?) BazelCon 2025 trip report! The conference, arranged by the Linux Foundation, took place ...
Nov 23, 2025 from Personal Log at usebox.net Simplifying self-hosting repos I’ve been self-hosting my git repos for over 3 years. I already discussed here the problem with LLM crawlers, and that I wrote a script to automatically block these bots. Unfortunately, things are ...
Nov 23, 2025 from Personal Log at usebox.net Learning a bit of VGA Since the DOSember Game Jam was announced I’ve been toying with the idea of making another DOS game. Something small, that would allow me to try some ideas in the context of a game jam. I haven’t b...
Nov 23, 2025 from Chuniversiteit Weaponised autism in online alt-right communities The term “weaponised autism” is frequently used on extremist platforms such as Gab. What is it and what does it mean for autistic people?
Nov 22, 2025 from fasterthanli.me Does Dioxus spark joy? Note: this article is adapted from a presentation I gave at a Rust Paris Meetup — that’s why it sounds a little different than usual. Enjoy! Good evening! Tonight, I will attempt to answer the ques...
Nov 21, 2025 from Jasco's Website On Wayland I talk about my frustrations with Wayland and what I see as it's faults
Nov 21, 2025 from Jasco's Website On Wayland I talk about my frustrations with Wayland and what I see as it's faults
Nov 19, 2025 from Kevin Cox's Blog Digdoku I randomly had the idea that it would be interesting to “dig into” all possible Sudoku puzzles. So I created Digdoku. The landing page is an “empty” puzzle, each link leads to a puzzle with one add...
Nov 17, 2025 from Ryan Bagley Mine, All Mine Gustav Holst, The Planets, op. 32, Boston Symphony Orchestra, conducted by William Steinberg, Deutsche Grammophon, 1971, LP. I stepped into a music store this weekend for the first time in quite a ...
Nov 17, 2025 from Jordi Villar 64-bit Misalignment I’ve been following CMU’s 15-445/645 Database Systems course lately, trying to fill some gaps in my low-level systems knowledge. When the lectures covered memory alignment, it all made perfect sens...
Nov 17, 2025 from Paul's Weblog You Should Index Your To-Go Cup Lid Here’s a quick tip to improve your “drinking a hot to-go beverage” experience: Index the lid opening so it’s opposite the seam in the lid. This helps immensely in avoiding the dreaded drips. Here’s...
Nov 17, 2025 from Ishan Das Sharma Easy alias for dealing with Python Virtualenvs There’s something oddly comforting about a shell function that takes care of boring things for you. This venv() helper does exactly that. It checks whether you’re already in an environment, spins u...
Nov 17, 2025 from Michael Lynch Add a VLAN to OPNsense in Just 26 Clicks Across 6 Screens How many clicks does it take to add a new VLAN to an OPNsense firewall? Nothing fancy. Just your regular, basic VLAN with its own IPv4 range. How many clicks should that take? Maybe two or three? F...