Uv overtakes pip in CI (for Wagtail users)
wagtail.org
NanoChat – The best ChatGPT that $100 can buy
github.com
First device based on 'optical thermodynamics' can route light without switches
phys.org
Show HN: SQLite Online – 11 years of solo development, 11K daily users
sqliteonline.com
JIT: So you want to be faster than an interpreter on modern CPUs
pinaraf.info
Dutch government takes control of Chinese-owned chipmaker Nexperia
cnbc.com
Modern iOS Security Features – A Deep Dive into SPTM, TXM, and Exclaves
arxiv.org
Strudel REPL – a music live coding environment living in the browser
strudel.cc
Root cause analysis? You're doing it wrong
entropicthoughts.com
Don't Be a Sucker (1943) [video]
youtube.com
LLMs are getting better at character-level text manipulation
blog.burkert.me
Accidentally Made a Zig Dotenv Parser
dayvster.com
JSON River – Parse JSON incrementally as it streams in
github.com
Scaling request logging with ClickHouse, Kafka, and Vector
geocod.io
Android's sideloading limits are its most anti-consumer move
makeuseof.com
Optery (YC W22) – Hiring Tech Lead with Node.js Experience (U.S. & Latin America)
optery.com
Software update bricks some Jeep 4xe hybrids over the weekend
arstechnica.com
CRDT and SQLite: Local-First Value Synchronization
marcobambini.substack.com
Spotlight on pdfly, the Swiss Army knife for PDF files
chezsoi.org
Roger Dean – His legendary artwork in gaming history (Psygnosis)
spillhistorie.no
Reverse Engineering a 1979 Camera's Spec
blog.mano.lol
SEAR and the Apple team does an excellent job of security on iOS, and should be commended greatly on that.
Not only are they willing to develop hardware features and plumb that throughout the entire stack, they're willing to look at ITW exploits and work on ways to mitigate that. PPL was super interesting, they decided it wasn't 100% effective so they ditched it and came up with other thigs.
Apple's vertical makes it 'easy' to do this compared to Android where they have to convince the CPU guys at QC or Mediatek to build a feature, convince the linux kernel to take it, get it in AOSP, get it in upstream LLVM, etc etc.
Pointer authentication codes (PAC) is a good example, Apple said f-it we'll do it ourselves. They maintained a downstream fork of LLVM, and built full support, leveraged in the wild bypasses and fixed those up.