EU court rules nuclear energy is clean energy
weplanet.org
Many hard LeetCode problems are easy constraint problems
buttondown.com
UTF-8 is a brilliant design
iamvishnu.com
QGIS is a free, open-source, cross platform geographical information system
github.com
The treasury is expanding the Patriot Act to attack Bitcoin self custody
tftc.io
Rust: A quest for performant, reliable software [video]
youtube.com
How FOSS Projects Handle Legal Takedown Requests
f-droid.org
Humanely Dealing with Humungus Crawlers
flak.tedunangst.com
Advanced Scheme Techniques (2004) [pdf]
people.csail.mit.edu
Vector database that can index 1B vectors in 48M
vectroid.com
Windows-Use: an AI agent that interacts with Windows at GUI layer
github.com
How to Become a Pure Mathematician (Or Statistician)
hbpms.blogspot.com
Oq: Terminal OpenAPI Spec Viewer
github.com
Doom-ada: Doom Emacs Ada language module with syntax, LSP and Alire support
github.com
Building a Deep Research Agent Using MCP-Agent
thealliance.ai
VaultGemma: The most capable differentially private LLM
research.google
Power series, power serious (1999!) [pdf]
cambridge.org
Why do browsers throttle JavaScript timers?
nolanlawson.com
Racintosh Plus – Rackmount Mac Plus
identity4.com
Show HN: DWS OS, a Plan 9 Inspired Web "OS"
dws.rip
Chat Control faces blocking minority in the EU
twitter.com
A beginner's guide to extending Emacs
blog.tjll.net
Nice, I'll find this useful. I reference OpenAPI specs frequently as I practice spec-driven development. The spec is my source of truth for the interface, and I use it to generate both my client and server code. It automates all the request handling boilerplate on both sides, including validation, and provides me a typed interface regardless of which language I'm using. OpenAPI of course limits the types of endpoints you can create, but I find those limits stop you doing things that are strange/surprising. I find that creating APIs that can be expressed nicely in OpenAPI leads to APIs that have a consistent feel with few gotchas and a satisfyingly predictable developer experience.