Go With The Flow [updates]

randomboo.com · Mar 17 · 🧩 Programming ·

Update Summary - Flowchart Maker v3.0 (free)

A New Package Manager

merelinux.org · Mar 17 · 🧩 Programming ·

Status update and new package manager announcement

Mixing KEM into Noise

runxiyu.org · Mar 17 · 🛡️ Sysadmin & Security ·

pre.handshake { add { color: green; font-weight: bold; text-decoration: underline; } del { color: red; font-weight: bold; text-decoration: line-through; } } This is a draft. It’s a notepad for…

Build vs buy in the age of AI

alpower.com · Mar 17 · ✨ AI ·

Whatever your thoughts on AI, it’s pretty clear using LLMs to generate code is here to stay in the workplace. AI models have got so good at writing code, that at first glance, it seems trivial to…

Mediation Analysis and (In)Direct Effects with PyMC

juanitorduz.github.io · Mar 17 · 🧩 Programming ·

Mediation analysis goes beyond asking “does the treatment work?” to ask “how does the treatment work?” Understanding the mechanisms by which an intervention achieves its effect can have important…

Building a microkernel in Rust (Part 3): Concurrency, interrupts and preemption

blog.desigeek.com · Mar 17 · 🧩 Programming ·

5-Part Series: Part 0: Why build an OS from scratch? Part 1: Foundations Part 2: Communication Part 3 (this): Concurrency Part 4: Memory and beyond GitHub Repository: bahree/rust-microkernel — full…

How I Made the Typewriter Effect for the Search Section

liuu.org · Mar 17 · 🧩 Programming ·

Adding a little “extra” to a blog often makes it feel more alive. For my search page, I decided to implement a typewriter effect that cycles through my post titles as placeholder text in…

Using agents and Wine to move off Windows

martinalderson.com · Mar 17 · 🧩 Programming ·

How I used Claude Code to fix Linux desktop issues, get 'garbage'-rated Windows apps working in Wine, and what it means for software ecosystems

Build the RAG with Golang and Local LLM

rkiselenko.dev · Mar 17 · 🧩 Programming ·

RAG stands for Retrieval-Augmented Generation. It's a way to make AI assistants smarter by giving them access to specific information when answering questions. I've a good library of articles about…

Live Verify

paulhammant.com · Mar 17 · 🧩 Programming ·

Nobody cares about a thing in the tech world until it is successful, and I have something here that could be, but isn’t yet. Its a brand new idea and has an immense chasm to cross. Most of it is an…

llmuxer

xlii.space · Mar 17 · 🧩 Programming ·

Every LLM-backed tool I built started the same way: wire up an API client, handle key storage, paper over provider quirks. hn-jobs-evaluator had Gemini baked in. Next tool, same plumbing from…

It can't even _____

fowler.dev · Mar 17 · 🧩 Programming ·

I just had two really different feelings at the same time. I am working on a web app, and I’d say I’m doing quite a bit to make the whole app and team function. I’m committing tons…

I wanted the best GitHub notifications in Slack, so I built it 😎

blog.lepape.me · Mar 17 · 🧩 Programming ·

GitHub notifications are noisy where they should be quiet and silent where they should be loud. I built GitNotifier to prioritize human signal, reduce Slack channel spam, and let developers act on…

tanstack-router-ga4: Clean Google Analytics for TanStack Router/Start

benhouston3d.com · Mar 17 · 🧩 Programming ·

A tiny, type-safe Google Analytics integration for TanStack Router and TanStack Start with automatic page views, typed GA4 helpers, and clean SSR-friendly setup.

A Thin API Layer for React Apps on Vercel

komelin.com · Mar 17 · 🧩 Programming ·

Not every React app needs Next.js. A single rewrite rule and Hono give you auth, rate limiting, and AI integration without changing your frontend stack.

Kata: Conference tickets

gautier.difolco.dev · Mar 17 · 🧩 Programming ·

The Secret Life of a Java String

belief-driven-design.com · Mar 17 · 🧩 Programming ·

String is the most-used type in any Java codebase, without much competition. And yet, most developers don’t know much about what actually happens under the hood.

Thermal bowing in Caesar 2

mechitworks.com · Mar 17 · 🧩 Programming ·

How to handle thermal bowing in Caesar 2 for cryogenic piping systems

Migrating from Sprockets to Propshaft: Is It Worth It?

piechowski.io · Mar 17 · 🧩 Programming ·

Rails 8 ships with Propshaft as the default asset pipeline for new applications. If you just upgraded an existing app to Rails 8, nothing changed. Propshaft is opt-in for existing apps, full stop.…

Training a Small GPT-2 Model Under 20M Parameters

seanneilan.com · Mar 17 · 🧩 Programming ·

5 min guide to GPT-2 decoder intuition and training for practical tasks

I Built a 100% Private, On-Device AI Audio Stem Splitter (No Servers!)

aralroca.com · Mar 17 · 🧩 Programming ·

How I implemented a browser-based AI tool to split songs into vocals, drums, and bass without uploading a single byte to any server.

A sufficiently detailed spec is code>

haskellforall.com · Mar 17 · 🧩 Programming ·

Specifications do not address the limitations of agentic coding

Howto Use IMask.js for Input Masking in JavaScript Forms

jsdev.space · Mar 17 · 🧩 Programming ·

Learn how to implement input masking for cards, dates, currency, and more using IMask.js with real-world examples and best practices.

Update: oledump.py Version 0.0.85

blog.didierstevens.com · Mar 17 · 🧩 Programming ·

Fixing newlines in some plugins. oledump_V0_0_85.zip (http)MD5: D972CE411B395EF77DBCE9A63059E8C1SHA256: 721C095F3126745A42720316A0B3AC1BCCB9DCDBBA9FF59F5FE1F70F8BA3A1AB

Writing a .NET Garbage Collector in C#  - Part 9: Frozen segments and new allocation strategy

minidump.net · Mar 17 · 🧩 Programming ·

Using NativeAOT to write a .NET GC in C#. In this part, we look at what the GC must do to properly handle frozen segments, and we change the allocation strategy to make it more efficient.

Code with AI the Hard Way - 8 month update

kamens.com · Mar 17 · ✨ AI ·

Code with AI the Hard Way - 8 month update

The System: Three Repos, One Stack

coey.dev · Mar 17 · 🧩 Programming ·

filepath does the work. Gateproof proves it. Deja remembers. How three small projects became one development system.

Love Letter to the Claude Code Docs

tyleo.com · Mar 17 · 🧩 Programming ·

Tips from the docs that changed how I work.

Audio Steganography with miniDSP

chuckwooters.com · Mar 17 · 🛡️ Sysadmin & Security ·

Hide secret messages inside audio files using three different techniques - LSB encoding, ultrasonic frequency-shift keying, and spectrogram text art.

Nominal Connect: Shipping Realtime Desktop Software With Rust, Bevy, and egui

jms55.github.io · Mar 17 · 🧩 Programming ·

A little different than my usual graphics-related posts, but I've written about how my company uses Bevy/egui/Rust in production. Go give it a read!…

SF Symbols in React Navigation, Nitro Powered Grids, and Howard Carter’s Archaeological Android Dig

thereactnativerewind.com · Mar 16 · 🧩 Programming ·

6,900 Ways to Say ‘Goodbye’ to FontAwesome React Navigation has been slowly building up its Alpha—and I’m not talking about the team piling onto Satyajit Sahoo during some sort of alcohol-induced…

claude-statusline: a configurable status line for Claude Code

felipeelias.github.io · Mar 16 · 🧩 Programming ·

Claude Code lets you customize the status line at the bottom of your terminal. The default suggestion is a bash script, which works but gets clunky fast and difficult to maintain for more complex…

Esqueleto Tutorial

entropicthoughts.com · Mar 16 · 🧩 Programming ·

v9.27.0.1 double_drummer

bnl.cx · Mar 16 · 🧩 Programming ·

Updated bouncing: Added bounce mode "Flip2D", which can be combined with other bounce modes. The Emergency Alert System will now trigger if you try to bounce a window that is too tall or wide. Bio:…

Pulling the Lever

zaferbalkan.com · Mar 16 · ✨ AI ·

Walk through a casino and you will see rows of slot machines. Someone sits down, pulls the lever, watches the reels spin, and waits for the result. Most of the time nothing happens. Occasionally a…

buffer-guardian.el – Automatically Save Emacs Buffers Without Manual Intervention (When Buffers Lose Focus, Regularly, or After Emacs is Idle)

jamescherti.com · Mar 16 · 🧩 Programming ·

The buffer-guardian package provides buffer-guardian-mode, a global mode that automatically saves buffers without requiring manual intervention. By default, buffer-guardian-mode saves file-visiting…

Build Everything

duggan.ie · Mar 16 · ✨ AI ·

Claude is changing how I write software dramatically.My biggest worry, as someone who's been writing software for a long time, is that I will be so blinded by my hard earned intuition on complexity…

Look Bro, I Know How to Write Good Code

bigmachine.io · Mar 16 · ✨ AI ·

One challenge I have, doing what I do, is getting into "discussions" with enterprise engineers who like to throw the weight of their enterprise position at me. This happens a lot.…

How I fixed my WebStorm workflow on a MacBook Pro 16"

eshlox.net · Mar 16 · 🧩 Programming ·

Only code visible by default. Tools appear one at a time, on demand, then disappear. No plugins are needed.

From Layerpad to Glide

tompassarelli.org · Mar 16 · 🧩 Programming ·

The project did not start as a Kanata fork. It started as Layerpad: a standalone experiment in using touchpad activity as a modifier signal. The source lives at github.com/tompassarelli/glide. The…

Mandy hacking (March December Adventure day 1/2)

terracrypt.net · Mar 16 · 🧩 Programming ·

It's the first day of March December Adventure (really the second day, but I was busy yesterday), and my goal for this week is to learn more about how Jessica Tallon's Mandy prototype works so that…

PyPI stats 2026

blog.piwheels.org · Mar 16 · 🧩 Programming ·

Back in 2021 I did some analysis of PyPI package names and version strings in the post The rinds of the Cheese Shop menu. Five years on, let's see how things have changed. At the time of writing,…

Zaita

zaita.io · Mar 16 · 🧩 Programming ·

# The weirdest compiler bug Published At: 2021-01-26 Cummary: When the same code produces different results in a thread... Categories: [mingw64, compiler, C++, threading, IEEE-754] --- Th

Zaita

zaita.io · Mar 16 · 🧩 Programming ·

# The weirdest compiler bug Published At: 2021-01-26 Cummary: When the same code produces different results in a thread... Categories: [mingw64, compiler, C++, threading, IEEE-754] --- Th

Attend PyCon US for a day of Trailblazing Python Security!

pycon.blogspot.com · Mar 16 · 🧩 Programming ·

PyCon US is coming to Long Beach, California in 2026. This year for the first time ever there is a day-long talk track devoted to the latest in Python security . This new talk track is titled “…

How a Background Task Ate 324 GB of Disk Space

rdiachenko.com · Mar 16 · 🛡️ Sysadmin & Security ·

A background task in Claude Code silently grew a single .output file to 324 GB in 16 minutes on my Mac. I went through the session logs to understand why. Turns out others have seen up to 740 GB from…

Celebrating Tony Hoare’s mark on computer science

bertrandmeyer.com · Mar 16 · 🧩 Programming ·

Tony Hoare at the LASER summer school, September 2007 (All photographs in this article are by the author) Had they included just one of Tony Hoare’s major achievements, many scientific careers would…

Rewriting the Mamba-2 SSD Layer in Triton

tperm.xyz · Mar 16 · 🧩 Programming ·

Mamba has been a key figure in the topic of efficiency; the SSD layer is a linear recurrence that scales better than attention at long contexts. The recurrence itself is sequential, each hidden state…

The BlackDuck API: A Love Letter Written in 406 Errors

mattgoodrich.com · Mar 16 · 🧩 Programming ·

The first time I opened the BlackDuck API documentation, I thought building a vulnerability collector would take a couple weeks. Fetch some projects, grab their vulnerabilities, write them to a…

Python

data-science-project.com · Mar 16 · 🧩 Programming ·

Picked up learning Python again. I learn it daily with codecademy.