Latest posts
- Remove annoying bannersMar 07, 2026
This is a small javascript snippet that removes most annoying website elements: /* HTML tags, keywords, commands */ h-n {color: #F27;} /* Values */ h-v {color: #B8F;} /* CSS selectors, attribute/varable names, file names */ h-s {color: #AEE;} /* Comments */ h-c {color: #777;} // For everything on the page... document .querySelectorAll ('*' ). forEach ((node) => { // Read style infor
- Why does C have the best file API?Feb 28, 2026
Ok, the title is a tongue-in-cheek, but there's very little thought put into files in most languages. It always feels a bit out of place... except in C. In fact, what you get is usually a worse version of C. /* HTML tags, keywords, commands */ h-n {color: #F27;} /* Values */ h-v {color: #B8F;} /* CSS selectors, attribute/varable names, file names */ h-s {color: #AEE;} /* Comments */ h-c {c
- Be careful with LLM "Agents"Feb 23, 2026
I get it: Large Language Models are interesting... but you should not give "Agentic AI" access to your computer, accounts or wallet. You have no idea what it will do This isn't a theoretical concern. There are multiple cases of LLMs wiping people's computers [1] [2], cloud accounts [3], and even causing infrastructure outages [4]. --> What's worse, LLMs have a nasty habit of lying about wha
- Inside an alpha-beta scintillator:Feb 12, 2026
Just 4 cm wide! It's more sensitive then a Ludlum 44-9 despite being smaller then it's pancake style G-M tube. After removing four hex screws, the AlphaHound easily comes apart: Oooo This is very nice: Many similarly sized devices are difficult or impossible to open without damaging them. If it ever breaks, it won't be hard to get inside. The top half has the buzzer, display and buttons.
- Notes on blog future-proofingJan 23, 2026
One of the great things about web pages is that they are long-lived and mutable. There's no need to aim for perfection on the first draft: A page can continue to be improved for years after its original publication. DO NOT POWER [IT] DOWN!! — The first web server. Servers are just computers: If they ever break or are turned off, the web site vanishes off the internet. If you've ever been readi