From Hacker News
Stories 1 – 10
No. 01Privacy & SecurityApplies to you
by speckx · 579 points · 206 comments
Attackers exploited Meta's own AI chatbot to socially engineer their way into thousands of Instagram accounts — a chilling example of AI as attack surface, not just attack tool. The mechanism reportedly involves the chatbot being manipulated into leaking or facilitating account recovery flows. If you care about AI safety and platform security, this is a must-read.
No. 02Creative Software
by gregsadetsky · 339 points · 89 comments
A beautifully obsessive Rust library that faithfully recreates the noise, chroma bleeding, and scan-line weirdness of analog NTSC/VHS signals. If you're doing retro-aesthetic video work, demoscene-style creative coding, or just want to add filmic grime to renders, this is the real deal. The live demo is hypnotic.
No. 03Dev Tools
by tripplyons · 317 points · 90 comments
Someone compiled the decompiled Pokémon Emerald source to WASM and it runs at a ludicrous 100,000 FPS uncapped in the browser. Beyond the nostalgia factor, this is a serious showcase of what WASM can do for legacy code — and a fascinating case study in the decompilation-to-platform-port pipeline.
No. 04Dev Tools
by jwilk · 298 points · 292 comments
LWN digs into the long-running effort to replace the Unix fork()+exec() process spawning model, which has aged poorly in a world of large address spaces, threads, and security isolation. The 292-comment discussion is gold — systems programmers wrestling with decades of Unix baggage. Essential reading for anyone building CLI tools or process orchestration.
No. 05AI ToolsApplies to you
by MrBuddyCasino · 137 points · 98 comments
A Jane Street engineer explains how Claude Code has replaced Figma as their primary design tool — using the LLM to iterate on UI directly in code rather than in a design canvas. This is a highly practical workflow shift that's directly relevant if you use Claude Code daily. The implications for the Figma-to-code pipeline are significant.
No. 06AI ToolsApplies to you
by pramodbiligiri · 190 points · 118 comments
Harness's engineering team shares how they've restructured their development workflow around OpenAI Codex in agentic mode — parallelizing tasks, reducing review cycles, and rethinking what 'done' means when AI writes the first draft. A concrete case study in agent-first engineering that complements the Claude Code workflow many devs are building.
No. 07AI ToolsApplies to you
by Anon84 · 98 points · 31 comments
Researchers break down exactly where tokens get consumed in agentic coding pipelines — tool calls, context windows, re-prompting, error recovery. If you're building or optimizing AI-assisted dev workflows, this gives you the data to understand your actual cost drivers. Pairs perfectly with the Harness and Claude Code stories today.
No. 08Dev Tools
by losfair · 231 points · 55 comments
Zeroserve lets you attach eBPF programs to handle HTTP requests directly in the kernel — no config files, no boilerplate, just programmable networking at the lowest level. It's a genuinely novel approach to scriptable infrastructure. The performance implications alone make this worth understanding.
No. 09Dev ToolsApplies to you
by rohanucla · 117 points · 47 comments
Sem proposes a new abstraction layer above Git for understanding code as semantic entities — functions, types, modules — rather than raw text diffs. This could be a foundational primitive for AI coding tools that need structured code context. If you're building on top of AI coding assistants or thinking about the future of LSPs, this is worth your attention.
No. 10Creative SoftwareApplies to you
by uonr · 163 points · 28 comments
An infinite-canvas note-taking experiment that maps your notes onto the hyperbolic Poincaré disk — meaning the canvas literally never runs out of space, no matter how deeply you nest. For Obsidian users who love visual/spatial organization, this is a mind-bending what-if. The math is gorgeous and the demo is immediately playable.
From Pinboard Popular
Stories 11 – 20
No. 11Privacy & Security
by thisislife2 · 146 points · 66 comments
Motorola's entire router lineup stopped functioning when their cloud-dependent MotoSync app went dark — no explanation, no timeline, no workaround for users who relied on it. This is the 'cloud dependency as product liability' story in its purest form. A cautionary tale for anyone evaluating smart home hardware.
No. 12Dev ToolsApplies to you
by theanonymousone · 93 points · 29 comments
Simon Willison walks through running untrusted Python safely by embedding MicroPython compiled to WASM — no subprocess, no Docker, just browser-safe sandboxed execution. Directly actionable for anyone building AI tools that need to run user-supplied or LLM-generated code. The approach is elegant and the write-up is typically clear.
No. 13Dev Tools
by matt_d · 128 points · 30 comments
The IOCCC is back after a long hiatus, and the 2025 winners are a glorious parade of C code that somehow compiles, runs, and does something amazing while looking like keyboard garbage. A tradition that reminds us how deep the C rabbit hole goes — and how creative programmers can be when the rules are the only limit.
No. 14AI Tools
by root-parent · 131 points · 46 comments
A new paper examining how LLM benchmarks are constructed, measured, and gamed — using Leipzig as a case study in benchmark contamination and reproducibility failures. With AI evaluation becoming critical infrastructure, understanding where benchmarks break down is essential for anyone making model selection decisions.
No. 15Weird Science
by crescit_eundo · 83 points · 21 comments
Chemists have synthesized boron buckyballs (B80 cages) for the first time, overturning a theoretical prediction that they were structurally impossible. Buckminsterfullerene unlocked carbon nanotube research — what might boron versions enable? A genuine materials science breakthrough with downstream implications for computing.
No. 16Weird Science
by gmays · 70 points · 4 comments
The Chan Zuckerberg Biohub has released a foundation model trained on the full landscape of protein biology — not just structure prediction but dynamics, interactions, and function. Think AlphaFold but broader, and open. The implications for drug discovery and synthetic biology are hard to overstate.
No. 17AI Tools
by toephu2 · 239 points · 820 comments
Google paying nearly $1B/month to a competitor's compute infrastructure is the clearest signal yet that AI training capacity has become the scarcest resource in tech. The 820-comment thread is a pressure cooker of takes on what this means for cloud computing, the AI arms race, and competitive dynamics. The industry is reshaping in real time.
No. 18ActionableApplies to you
by speckx · 166 points · 159 comments
A peer-reviewed Science study quantifies the mental health costs of long-term remote work and social isolation — directly relevant to the solo developer lifestyle. The findings are nuanced: it's not remote work itself but the degree of isolation that predicts outcomes. Actionable data for structuring your workweek differently.
No. 19Creative Software
by davidbarker · 111 points · 17 comments
A curated, searchable archive of high-quality public domain images — not the chaos of Wikimedia Commons, but organized and ready to use in projects, docs, or designs without attribution or licensing worry. A genuinely useful bookmark for any developer who also does visual work.
No. 20Dev Tools
by mmastrac · 78 points · 6 comments
Symbolica 2.0 is a computer algebra system with first-class Python and Rust bindings, designed for high-performance symbolic math in real codebases. If you're doing anything with physics simulations, ML research infrastructure, or mathematical optimization, this fills a gap that SymPy leaves wide open. The Rust performance story is compelling.