Featured post what's this? ✨ QuadRF can spot drones and see WiFi through my wall The QuadRF (pictured above) a phased-array radio built around a Raspberry Pi 5 and an FPGA board with picosecond-level timing. It does advanced signal processing and beamforming. It can see WiFi through walls and track drones in flight. If the open source...
In defense of not understanding your codebase As a software engineer, how well do you have to understand your own codebase?
LLM Quantization Part 2: You’re Gonna Need a Bigger VRAM | LTT Labs Welcome to LTT Labs - your go-to destination for all things tech. Explore comprehensive test results, insightful commentary, and the latest analysis in hardware.
I think I was part of a model distillation attack Someone drained a legacy OpenAI API key I made back in 2023 and used it to run their own AI agent training pipeline. Here is what I found digging through the logs.
Staying in the game I’m four months into my interim CEO role at Bluesky, and it’s time for an update. Most importantly, as of today, the interim part of the title is gone. I’m loving the mission and …
Size does matter, actually Anyone can create write an article here! Simply make a PR to the sherbert repo or ask us on Discord! Changes usually take effect within ~10min of being approved.
How my 2yo taught me constraint solving My two-year-old son used a Brio wooden train set to explain constraint solving to his silly Dada.
Stop Looking for the Next Jony Ive Every legendary designer was once a junior that someone took a chance on. Jony Ive became Jony Ive because Apple invested in his talent over many years—no...
The Descent — What Happened to the Frontend While You Weren't Watching The last time you wrote one it was a <button> and an FTP upload — spare twenty minutes and get up to speed on everything the web did while you looked away.
Make Europe Cool Again Heat now kills three times more Europeans than roads. A heat pump is a two-way air conditioner: cooling in July, heating in January, no imported gas.
Apple sues OpenAI, accuses ex-employees of stealing trade secrets - 9to5Mac Apple has filed a lawsuit against OpenAI today, accusing the company of trade secret theft. Specifically, Apple alleges that its...
Truth is not a direction: a Tarski attack on LLM probes Abel Jansma is a scientist studying emergence, higher-order interactions, information theory, and complex systems across biology and artificial intelligence.
two case studies of NaN IEEE-754 NaN is weird. and because of that, it's often accidentally left unaccounted for. i found two instances of this leaking into programming language design. that is, the semantics of these languages hold implicit assumptions which break with NaN.
No, Qwen 27B Isn't Enough A Hacker News thread said a 27 billion parameter model is all you need for real coding work. I’ve run that model against real codebases. It isn’t, and here’s the math on why.
Building intuition about LLM parameter counts The percentage of parameters that are used by different parts of an LLM can be quite unintuitive. Here's a visualiser for the GPT-2 architecture.
G# — A modern .NET language with Go, Kotlin, and Swift ergonomics | G# G# is a modern .NET language that brings Go, Kotlin, and Swift ergonomics to the CLR.
Write code like a human will maintain it One of the best things about LLMs is that they'll write code for you, all day long. Who cares about DRY? You don't have to be the one updating the same long con...