"Butt breathing" might soon be a real medical treatment
arstechnica.com
rlsw – Raylib software OpenGL renderer in less than 5k LOC
github.com
Daniel J. Bernstein updated cdb (Constant database) to go beyond 4GB
cdb.cr.yp.to
PoE basics and beyond: What every engineer should know
edn.com
Replacing a $3000/mo Heroku bill with a $55/mo server
disco.cloud
Neural audio codecs: how to get audio into LLMs
kyutai.org
Ask HN: Our AWS account got compromised after their outage
NASA chief suggests SpaceX may be booted from moon mission
cnn.com
Wikipedia says traffic is falling due to AI search summaries and social video
techcrunch.com
Mathematicians have found a hidden 'reset button' for undoing rotation
newscientist.com
Doomsday scoreboard
doomsday.march1studios.com
Understanding conflict resolution and avoidance in PostgreSQL: a complete guide
pgedge.com
Getting DeepSeek-OCR working on an Nvidia Spark via brute force with Claude Code
simonwillison.net
Foreign hackers breached a US nuclear weapons plant via SharePoint flaws
csoonline.com
Do not accept terms and conditions
termsandconditions.game
Minds, brains, and programs (1980) [pdf]
home.csulb.edu
We need (at least) ergonomic, explicit handles [in Rust]
smallcultfollowing.com
Flexport Is Hiring SDRs in Chicago
job-boards.greenhouse.io
What do we do if SETI is successful?
universetoday.com
60k kids have avoided peanut allergies due to 2015 advice, study finds
cbsnews.com
We rewrote OpenFGA in pure Postgres
getrover.substack.com
I did a quick search for "smallest C virtual machine" and found this 16 opcode implementation in 125 lines of C:
https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-l...
Discussion:
https://news.ycombinator.com/item?id=29492183
I'm looking for small VMs like this to run sandboxed experiments and test just-in-time (JIT) compilers so that I can explore things like converting abstract syntax trees (AST) between languages and prefix/infix/postfix notation, if anyone has any favorites.
Bonus points for supporting advanced concepts like atomic operations for concurrency.