Building a Simple Search Engine That Works
karboosx.net
Heretic: Automatic censorship removal for language models
github.com
A file format uncracked for 20 years
landaire.net
Where do the children play?
unpublishablepapers.substack.com
Listen to Database Changes Through the Postgres WAL
peterullrich.com
A 1961 Relay Computer Running in the Browser
minivac.greg.technology
PicoIDE – An open IDE/ATAPI drive emulator
picoide.com
The fate of "small" open source
nolanlawson.com
Neuroscientists track the neural activity underlying an “aha”
quantamagazine.org
I finally understand Cloudflare Zero Trust tunnels
david.coffee
A new chapter begins for EV batteries with the expiry of key LFP patents
shoosmiths.com
The Pragmatic Programmer: 20th Anniversary Edition (2023)
ahalbert.com
runit Linux: Guide to Unix Init Scheme with Service Supervision
codelucky.com
Z3 API in Python: From Sudoku to N-Queens in Under 20 Lines
ericpony.github.io
Britney Spears' Guide to Semiconductor Physics (2000)
britneyspears.ac
Supercookie: Browser Fingerprinting via Favicon (2021)
github.com
I have recordings proving Coinbase knew about breach months before disclosure
jonathanclark.com
Mixing Is the Heartbeat of Deep Lakes. At Crater Lake, It's Slowing Down
quantamagazine.org
Why Castrol Honda Superbike crashes on (most) modern systems
seri.tools
Extreme Moon: The Major Lunar Standstill of 2024-2025
griffithobservatory.org
I feel old! I never knew this existed; probably because my Unix shell experience was mostly built in the early 90s and zsh was not often used or distributed in large academic installations at the time; I believe ksh cost a licensing fee as well, leaving us plebes hoping for tcsh (ibm usually had this available) or bash (elsewhere), and apparently the * syntax was turned off by default for most of these.
An interesting side note in the blog post is the back and forth over whether to follow symlinks - the accepted answer is currently ‘no’.
Since you can hard link a directory in posix, I wonder why the back and forth and why the consensus. I mean some consensus is helpful in general, but I wonder why this way.