GitHub Copilot CLI downloads and executes malware

GitHub responded quickly, “We have reviewed your report and validated your findings. After internally assessing the finding, we have determined that it is a known issue that does not present a significant security risk. We may make this functionality more strict in the future, but we don’t have anything to announce right now. As a […]
Running Neural Amp Modeler on embedded hardware

NAM has come a long way from its origins as a desktop plugin. Today it runs on single-board computers, guitar pedals like the Darkglass Anagram, and even web browsers. As we work on Architecture 2 — our next-generation NAM architecture built specifically to run on more hardware — we wanted to go hands-on and understand […]
Writing a Guide to SDF Fonts

Back in 2024 I learned about SDF (signed distance field) rendering of fonts. I was trying to implement outlines and shadows in a single pass instead of drawing over the text multiple times in different styles. I intended to use these fonts for two different projects, a game and a map generator. I got things […]
Don’t run OpenClaw on your main machine

OpenClaw is a self-hosted AI agent that connects to WhatsApp, Telegram, Slack, Discord, and dozens of other services. Give it a task over chat, and it executes shell commands, browses the web, reads and writes files, and calls APIs on your behalf. It exploded to over 215k GitHub stars in a matter of weeks. But […]
Robust and efficient quantum-safe HTTPS

Posted by Chrome Secure Web and Networking Team Today we’re announcing a new program in Chrome to make HTTPS certificates secure against quantum computers. The Internet Engineering Task Force (IETF) recently created a working group, PKI, Logs, And Tree Signatures (“PLANTS”), aiming to address the performance and bandwidth challenges that the increased size of quantum-resistant […]
Show HN: Vibe Code your 3D Models

The AI-powered 3D CAD IDE — edit code, visualize in 3D, and reshape your designs with natural language. Vibe Code your 3D models! ⚠️ Early Prototype — Not all OpenSCAD code will compile correctly yet. Start with simple models and expect rough edges. Bug reports with code snippets that cause issues are very welcome! See […]
747s and Coding Agents

747s and Coding Agents – Home – Blog – Research – Navy – Resume – A couple years ago, I was on the way back from a work trip to Germany. I had been upgraded to business class, and I sat next to a Belgian 747 pilot, probably in his fifties or sixties. We talked […]
Allocating on the Stack
We’re always looking for ways to make Go programs faster. In the last 2 releases, we have concentrated on mitigating a particular source of slowness, heap allocations. Each time a Go program allocates memory from the heap, there’s a fairly large chunk of code that needs to run to satisfy that allocation. In addition, heap […]
NASA announces major overhaul of Artemis program amid safety concerns, delays

New NASA Administrator Jared Isaacman announced a major overhaul of the agency’s Artemis moon program Friday, acknowledging that the agency’s plan to land astronauts on the moon in 2028 was not realistic without another preparatory mission first to lay the groundwork. He said NASA will now add an additional flight in 2027 in which astronauts […]
Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

Recover files created and modified by Claude Code from its JSONL session transcripts — even if you lost track of them across sessions. Claude Code stores a full log of every tool call in ~/.claude/projects/. This tool parses those transcripts, replays Write, Edit, and Read operations in order, and reconstructs the files so you can […]