I Write Type Safe Generic Data Structures in C
danielchasehooper.com
The JTAG in your Qualcomm/Snapdragon device's USB port
linaro.org
Xfinity using WiFi signals in your house to detect motion
xfinity.com
There Are No New Ideas in AI Only New Datasets
blog.jxmo.io
They don't make 'em like that any more: Sony DTC-700 audio DAT player/recorder
kevinboone.me
Show HN: TokenDagger – A tokenizer faster than OpenAI's Tiktoken
github.com
Show HN: New Ensō – first public beta
untested.sonnet.io
The provenance memory model for C
gustedt.wordpress.com
Donkey Kong Country 2 and Open Bus
jsgroth.dev
Ask HN: 80s electronics book club; anyone remember this illustrator?
Ask HN: What Are You Working On? (June 2025)
Datadog's $65M/year customer mystery solved
blog.pragmaticengineer.com
14.ai (YC W24) hiring founding engineers in SF to build a Zendesk alternative
14.ai
The Plot of the Phantom, a text adventure that took 40 years to finish
scottandrew.com
Ask HN: What's the 2025 stack for a self-hosted photo library with local AI?
Gridfinity: The modular, open-source grid storage system
gridfinity.xyz
Researching LED Displays for the Time Circuits
partsnotincluded.com
Auth for B2B SaaS: it's not like auth for consumer software
tesseral.com
Printegrated Circuits: Merging 3D Printing and Electronics
spectrum.ieee.org
Show HN: Open-Source International Space Station Tracker ESP32/Arduino for $20
github.com
Show HN: We're two coffee nerds who built an AI app to track beans and recipes
beanbook.app
Reverse Engineering Vercel's BotID
nullpt.rs
The Original LZEXE (A.K.A. Kosinski) Compressor Source Code Has Been Released
clownacy.wordpress.com
Asynchronous Error Handling Is Hard
parallelprogrammer.substack.com
having two very different code paths for measuring the length of the DER buffer and writing the DER sounds very scary. i guess its fine with Rust but the idea would give me the heebee-jeebies for any other language unless they are using a safe buffer implementation. i would find it hard to trust that there is no buffer overflow based on divergent behaviour between the two functions.