From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by bobsmooth · 513 points · 211 comments
A documented prompt-injection technique that reliably bypasses safety filters in major LLMs by exploiting how models handle identity-framing. With 513 points and 211 comments, HN is clearly fascinated by what this reveals about alignment fragility. Essential reading for anyone building with or on top of LLMs who needs to understand real-world adversarial inputs.
No. 02New Apple AppsApplies to you
by sleepingNomad · 495 points · 143 comments
A macOS menu-bar utility that reads USB-C cable capabilities — speed, power delivery, Thunderbolt support — and surfaces them in a glanceable UI. The USB-C chaos is real and this is a practical fix for every Mac user drowning in unlabeled cables. Pairs perfectly with the HN thread discussing the broader USB situation.
No. 03Dev Tools
by thatxliner · 433 points · 373 comments
Texas Instruments finally refreshes the TI-84 line with a color screen, rechargeable battery, and USB-C — after decades of the same design. The 373-comment HN thread is a nostalgia explosion mixed with real debate about whether locked-down hardware has a future when phones exist. A cultural moment for anyone who grew up sneaking programs onto their calculator.
No. 04Privacy & SecurityApplies to you
by joshcsimmons · 398 points · 103 comments
Surveillance vendor Flock Safety used live camera access to a children's facility as an unauthorized sales demo — and the city renewed the contract anyway. A stark illustration of how surveillance infrastructure gets normalized regardless of egregious misuse. 404 Media's reporting here is exactly the accountability journalism this beat needs.
No. 05Weird Science
by XzetaU8 · 322 points · 187 comments
Emerging research on lucid dreaming shows subjects can receive and respond to simple prompts during REM sleep and even consolidate motor skills. The New Yorker digs into the ethics and implications of sleep-based learning before it becomes a commercial product. Wild territory at the intersection of neuroscience and human performance.
No. 06AI ToolsApplies to you
by reconnecting · 239 points · 265 comments
Spotify is rolling out verified badges for human artists as AI-generated music floods the platform — a provenance move that mirrors what social networks did for identity. The 265-comment thread debates whether this actually solves anything or just adds a new vector for manipulation. The creative-authenticity question is only going to get louder.
No. 07AI ToolsApplies to you
by taubek · 133 points · 41 comments
An open-source multimodal pipeline that combines vision, audio, and text models to produce detailed understanding of arbitrary media — video, images, documents. Think of it as a universal AI "read this" command you can pipe anything into. Highly composable and directly useful for developers building AI-augmented workflows.
No. 08Creative Software
by ingve · 139 points · 31 comments
Michael Steil reverse-engineers and runs Adobe's original 1991 PostScript interpreter entirely in the browser via WebAssembly. A remarkable piece of software archaeology that reveals just how elegant and complete that 35-year-old codebase was. Crack this open if you care about the history of desktop publishing and page description languages.
No. 09Dev ToolsApplies to you
by peter_d_sherman · 142 points · 33 comments
Whohas lets you search for a package name across Debian, Arch, Homebrew, and a dozen other repos simultaneously from the terminal — no browser tab-hopping required. A small tool with outsized daily utility for polyglot developers who work across environments. Install it once and you'll wonder how you lived without it.
No. 10Dev Tools
by wooster · 145 points · 50 comments
Microsoft open-sources lib0xc, a collection of C APIs designed to eliminate entire classes of memory-safety bugs without switching languages. It's a pragmatic complement to the ongoing Rust-vs-C debate — hardening existing C codebases rather than rewriting them. Worth watching as it feeds into broader industry memory-safety mandates.
From Pinboard Popular
Stories 11 – 20
No. 11Privacy & SecurityApplies to you
Pinboard Popular · tagged: lup
A devastating local privilege escalation — just 732 bytes of exploit code — that achieves root on all major Linux distributions. The Pinboard crowd flagged this as urgent, and for good reason: any developer running Linux VMs, WSL, or CI containers needs to patch immediately. Short post, high severity.
No. 12Privacy & SecurityApplies to you
Pinboard Popular · tagged: linux, security, epicfail, doom
Ars Technica's deep-dive on the Linux vulnerability making headlines — how it was found, why it's so severe, and why the patch response has been chaotic. Complements the Xint exploit post above with crucial context on scope and remediation. If you run any Linux-adjacent infrastructure, this is required reading today.
No. 13Dev ToolsApplies to you
Pinboard Popular · tagged: terminal, *
Warp has open-sourced its terminal on GitHub, a significant moment for a product that's been building toward an AI-native developer experience for years. The repo landing on Pinboard Popular signals the dev community is taking a fresh look now that the code is inspectable. Directly relevant if you're evaluating terminal emulators for your macOS setup.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: vibecoding, programming
A measured pushback against the "just prompt it" school of AI-assisted development, arguing that surrendering understanding to the model creates compounding technical debt. The author isn't anti-AI — they're pro-comprehension, which is a meaningful distinction. A good counterweight to the hype if you're thinking carefully about how Claude Code fits into your workflow.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: s
Andrej Karpathy's Gist describing his "LLM Wiki" workflow — using language models to maintain and grow a personal Obsidian-style knowledge base that evolves over time. For an Obsidian user who also builds with AI tools, this is the most directly actionable item in today's edition. The companion blog post (also in today's Pinboard picks) explains the full system.
No. 16AI ToolsApplies to you
Pinboard Popular · tagged: IFTTT, Instapaper
A detailed Chinese-language breakdown of Karpathy's LLM Wiki pattern, explaining the core loop: LLM reads your notes, synthesizes new connections, and writes back into your Obsidian vault. Even if you can't read Chinese, the diagrams and code snippets are illuminating. This is the implementation guide to pair with the Gist above.
No. 17New Apple AppsApplies to you
Pinboard Popular · tagged: apple-photos
Nick Heer's follow-up on the iCloud Photos deduplication nightmare documents what actually worked (and what broke things worse) for a real-world library with years of cruft. Opinionated, Mac-specific, and full of hard-won insights for anyone who's been putting off dealing with their photo library. The kind of post that saves you a weekend of pain.
No. 18Dev ToolsApplies to you
Pinboard Popular · tagged: typescript, effect
Alchemy v2 is a TypeScript-native Infrastructure-as-Code framework built on the Effect library — no YAML, no HCL, just typed TypeScript all the way down. A strong pitch for TypeScript/.NET developers who are tired of context-switching between app code and infra DSLs. The Effect integration brings structured concurrency and error handling to cloud provisioning.
No. 19Dev ToolsApplies to you
Pinboard Popular · tagged: testing
Antithesis publishes a practical reference of advanced testing techniques — property-based testing, fault injection, simulation testing — with clear examples and when-to-apply guidance. This is the kind of reference that should live in your bookmarks alongside your testing framework docs. Directly actionable for any developer looking to level up their test suite.
No. 20Creative Software
Pinboard Popular · tagged: charts, visualization, typeface
Datatype is a variable font where individual glyphs encode data — bar heights, line positions — turning typography itself into a data visualization medium. It's a genuinely novel creative coding concept that blurs the line between type design and infographics. Delightful to play with and full of inspiration for anyone doing data storytelling.