28M Hacker News comments as vector embedding search dataset
clickhouse.com
Imgur Geo-Blocked the UK, So I Geo-Unblocked My Network
blog.tymscar.com
C++ Web Server on my custom hobby OS
oshub.org
So you wanna build a local RAG?
blog.yakkomajuri.com
Don't tug on that, you never know what it might be attached to (2016)
blog.plover.com
Can Dutch universities do without Microsoft?
dub.uu.nl
JSON Schema Demystified: Dialects, Vocabularies and Metaschemas
iankduncan.com
Bringing Sexy Back. Internet surveillance has killed eroticism
lux-magazine.com
True P2P Email on Top of Yggdrasil Network
github.com
Meta hiding $27B in debt using advanced geometry
stohl.substack.com
Atuin’s New Runbook Execution Engine
blog.atuin.sh
Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes
netlist.io
Show HN: Glasses to detect smart-glasses that have cameras
github.com
AI Adoption Rates Starting to Flatten Out
apolloacademy.com
Analog Hoverboard Controller
github.com
Tech Titans Amass Multimillion-Dollar War Chests to Fight AI Regulation
wsj.com
Moss: a Rust Linux-compatible kernel in 26,000 lines of code
github.com
Petition to formally recognize open source work as civic service in Germany
openpetition.de
Anti-patterns while working with LLMs
instavm.io
Pocketbase – open-source realtime back end in 1 file
pocketbase.io
Stellantis Is Spamming Owners' Screens with Pop-Up Ads for New Car Discounts
thedrive.com
Apple and Intel Rumored to Partner on Mac Chips
macrumors.com
Rock Paper Scissors Solitaire
klezlab.it
The deeper principle here: "stop lying about where truth lives."
I've been exploring how this generalizes beyond side effects. Every React state library creates a JavaScript copy of state that must sync with the DOM. This is the original sin. Two truths = lies.
The solution isn't better syncing, it's refusing to duplicate. The DOM is already a perfectly good state container. All you have to do is read it.
Releasing a paper (DATAOS) and React implementation (stateless, <1KB) soon. It's the architecture behind multicardz (hyper-performing kanban on steroids, rows AND columns, 1M+ cards, sub second searches, perfect lighthouse scores, zero state sync bugs). Because there's no state to sync.