A race condition in Aurora RDS
hightouch.com
Manganese is Lyme disease's double-edge sword
news.northwestern.edu
The disguised return of EU Chat Control
reclaimthenet.org
Show HN: Tiny Diffusion – A character-level text diffusion model from scratch
github.com
Minisforum Stuffs Entire Arm Homelab in the MS-R1
jeffgeerling.com
Structured Outputs on the Claude Developer Platform (API)
claude.com
Awk Technical Notes (2023)
maximullaris.com
Bitchat for Gaza – messaging without internet
updates.techforpalestine.org
Incus-OS: Immutable Linux OS to run Incus as a hypervisor
linuxcontainers.org
RetailReady (YC W24) Is Hiring
ycombinator.com
AGI fantasy is a blocker to actual engineering
tomwphillips.co.uk
Meeting notes between Forgejo and the Dutch government via Git commits
codeberg.org
Honda: 2 years of ml vs 1 month of prompting - heres what we learned
levs.fyi
Magit manuals are available online again
github.com
Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
github.com
Linear Algebra Explains Why Some Words Are Effectively Untranslatable
aethermug.com
Germany to Ban Huawei from Future 6G Network in Sovereignty Push
bloomberg.com
Winamp clone in Swift for macOS
github.com
EDE: Small and Fast Desktop Environment (2014)
edeproject.org
I think nobody wants AI in Firefox, Mozilla
manualdousuario.net
Awk is still one of my favorite tools because its power is underestimated by nearly everyone I see using it.
That’s typical usage of Awk, where you use it in place of cut because you can’t be bothered to remember the right flags for cut.But… Awk, by itself, can often replace entire pipelines. Reduce your pipeline to a single Awk invocation! The only drawback is that very few people know Awk well enough to do this, and this means that if you write non-trivial Awk code, nobody on your team will be able to read it.
Every once in a while, I write some tool in Awk or figure out how to rewrite some pipeline as Awk. It’s an enrichment activity for me, like those toys they put in animal habitats at the zoo.