Featured post what's this? ✨ I deleted WebSockets and haven’t looked back Why I swapped Turbo Stream broadcasts for polling after a paying customer got stuck with an infinite spinner.
C++: The Documentary released today C++: The Documentary premiered today on YouTube, and it was great to be on the live chat with Bjarne and many other key folks who participated in C++’s history. I’m honored to have been…
I tested every IP KVM in my Homelab Since the PiKVM came out in 2017, there's been an explosion of IP KVMs. I've tested almost every one. But what are they good for? You can use Remote Desktop, Screen Sharing, or VNC to remote control a computer from anywhere on a LAN. And if you don't have...
Changing How We Develop Ladybird - Ladybird Ladybird is changing how code enters the project as we prepare to ship a browser to real users.
Meta's smart glasses companion app ships a complete, dormant face-recognition pipeline on a stock account. Stella is the companion app for Meta's smart glasses. Inspecting version 273.0.0.21 of the Android build (com.facebook.stella), I found the entire computational and storage stack for on-device facial recognition: three face models, a local database schema...
GitHub - anthropics/defending-code-reference-harness: Skills for threat modeling, scanning, triage, patching, plus an autonomous scanning harness you can /customize Skills for threat modeling, scanning, triage, patching, plus an autonomous scanning harness you can /customize - anthropics/defending-code-reference-harness
Reve: Bring your ideas to life Reve Image (Halfmoon): A model trained from the ground up to excel at prompt adherence, aesthetics, and typography. Make any image you can imagine with Reve.
The Desperation of NYTimes I recently got suckered into subscribing to NYTimes because I wanted to read an article behind a paywall and I couldn't find an easy and quick alternative. I didn't mind the $2.00 a month. But I took offense to what happened after I paid.
Do the hardest thing Most small business ideas are a hard job attached to an easy idea. Instead, you should do your hardest idea.
Good teachers don’t cheat – jasonkena's blog A unified view of policy gradients, self-distillation, and Pedagogical RL
France Needs 45 Years to Grow Its Way Out Cutting spending when you already spend 57% of GDP gives you six times less growth than the same cut at 20%. France is on the wrong part of the curve.
My Agent Skill for Test-Driven Development - SaturnCI - Continuous Integration for Ruby on Rails AI agents tend to be, at least as of this writing, lousy at writing tests. The tests they write are often vague, cryptic, overcomplicated, hacky, disorganized, ...
The tiniest logging stack: Fluent Bit, Parquet and DuckDB A minimal architecture for shipping logs to S3 as Parquet, compacting small files, and querying them efficiently with DuckDB.
I deleted WebSockets and haven’t looked back Why I swapped Turbo Stream broadcasts for polling after a paying customer got stuck with an infinite spinner.
"maybe later" was a feature - arnorhs.dev The most valueble code in my repo, is the code I didn't write.
Inside FAISS: Billion-Scale Similarity Search How Facebook AI Research solved the problem of finding similarity at billion-scale. An interactive exploration of IVF, HNSW, and Product Quantization.