Plwm – An X11 window manager written in Prolog
github.com
Ask HN: What are you working on? (May 2025)
Path to a free self-taught education in Computer Science
github.com
Lottie is an open format for animated vector graphics
lottie.github.io
Writing your own CUPS printer driver in 100 lines of Python (2018)
behind.pretix.eu
Koog, a Kotlin-based framework to build and run Al agents in idiomatic Kotlin
github.com
Show HN: Zli – A Batteries-Included CLI Framework for Zig
github.com
Design Pressure: The Invisible Hand That Shapes Your Code
hynek.me
Show HN: DaedalOS – Desktop Environment in the Browser
github.com
Writing a Self-Mutating x86_64 C Program (2013)
ephemeral.cx
Denmark to raise retirement age to 70
telegraph.co.uk
CAPTCHAs are over (in ticketing)
behind.pretix.eu
We broke down that weird 9-minute Sam Altman and Jony Ive video
sfstandard.com
Martin (YC S23) Is Hiring Founding AI/Product Engineers to Build a Better Siri
ycombinator.com
Tariffs in American History
imprimis.hillsdale.edu
Fanaka – a handbook for African success in the international software industry
fanaka.readthedocs.io
Wrench Attacks: Physical attacks targeting cryptocurrency users (2024) [pdf]
drops.dagstuhl.de
Is TfL losing the battle against heat on the Victoria line?
swlondoner.co.uk
Trading with Claude (and writing your own MCP server)
dangelov.com
'Strange metals' point to a whole new way to understand electricity
science.org
Balanced ternary is an odd choice for signed integers, when it seems like two's-complement integers would work just as well here. (That is, start with primitives 0 = ...00000 and -1 = ...11111, and construct 2x and 2x+1 from those.)