AirPods libreated from Apple's ecosystem
github.com
Our investigation into the suspicious pressure on Archive.today
adguard-dns.io
Anthropic's report smells a lot like bullshit
djnn.sh
Run Nix Based Environments in Kubernetes
flox.dev
IDEmacs: A Visual Studio Code clone for Emacs
codeberg.org
Hyundai Paywalls Brake Pads replacement on Ioniq 5 N
thedrive.com
Maybe You're Not Actually Trying
usefulfictions.substack.com
UK's first small nuclear power station to be built in north Wales
bbc.com
Things that aren't doing the thing
strangestloop.io
Facebook Text Log Between Mark Zuckerberg and Kevin Systrom(Instagram Cofounder)
dropbox.com
Writing a DOS Clone in 2019
medium.com
Why I Don't Need a Steam Machine
brainbaking.com
libwifi: an 802.11 frame parsing and generation library written in C (2023)
libwifi.so
In Praise of Useless Robots
thereader.mitpress.mit.edu
Bypassing the Branch Predictor
nicula.xyz
The inconceivable types of Rust: How to make self-borrows safe (2024)
blog.polybdenum.com
Boa: A standard-conforming embeddable JavaScript engine written in Rust
github.com
When did people favor composition over inheritance?
sicpers.info
Transgenerational Epigenetic Inheritance: the story of learned avoidance
elifesciences.org
Show HN: Unflip – a puzzle game about XOR patterns of squares
unflipgame.com
When UPS charged me a $684 tariff on $355 of vintage computer parts
oldvcr.blogspot.com
Blocking LLM crawlers without JavaScript
owl.is
An exposed .git folder let us dox a phishing campaign
When I worked on an enterprise data analytics platform, a big problem was docker image growth. People were using different python versions, different cuda versions, all kinds of libraries. With Cuda being over a gigabyte, this all explodes.
The solution is to decompose the docker images and make sure that every layer is hash equivalent. So if people update their Cuda version, it result in a change within the Python layers.
But it looks like Flox now simplifies this via Nix. Every Nix package already has a hash and you can combine packages however you would like.