Saturday · May 2, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. The gay jailbreak technique (2025)
  2. Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
  3. Ti-84 Evo
  4. City Learns Flock Accessed Cameras in Children's Gymnastics Room as a Sales Demo
  5. New research suggests people can communicate and practice skills while dreaming
  6. Spotify adds 'Verified' badges to distinguish human artists from AI
  7. Understand Anything
  8. Running Adobe's 1991 PostScript Interpreter in the Browser
  9. Whohas – Command-line utility for cross-distro, cross-repository package search
  10. Lib0xc: A set of C standard library-adjacent APIs for safer systems programming
  11. Copy Fail: 732 Bytes to Root on Every Major Linux Distributions - Xint
  12. The most severe Linux threat to surface in years catches the world flat-footed
  13. warpdotdev/warp: Warp is an agentic development environment, born out of the terminal.
  14. Why I Don't Vibe Code | jacobharr.is
  15. llm-wiki · GitHub
  16. Karpathy 的知识库管理方法:用 LLM 维护一个会自我生长的 Obsidian Wiki | Verne in GitHub
  17. I Kind of Fixed My iCloud Photos Problem and All I Got Was Two Blog Posts and Probably Years Off My Life – Pixel Envy
  18. alchemy — zero to production. TypeScript IaC on Effect.
  19. Techniques for better software testing | Antithesis
  20. Datatype — variable font that turns text into charts

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

The gay jailbreak technique (2025)

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

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

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

Ti-84 Evo

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

City Learns Flock Accessed Cameras in Children's Gymnastics Room as a Sales Demo

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

New research suggests people can communicate and practice skills while dreaming

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

Spotify adds 'Verified' badges to distinguish human artists from AI

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

Understand Anything

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

Running Adobe's 1991 PostScript Interpreter in the Browser

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

Whohas – Command-line utility for cross-distro, cross-repository package search

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

Lib0xc: A set of C standard library-adjacent APIs for safer systems programming

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

Copy Fail: 732 Bytes to Root on Every Major Linux Distributions - Xint

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

The most severe Linux threat to surface in years catches the world flat-footed

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

warpdotdev/warp: Warp is an agentic development environment, born out of the 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

Why I Don't Vibe Code | jacobharr.is

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

llm-wiki · GitHub

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

Karpathy 的知识库管理方法:用 LLM 维护一个会自我生长的 Obsidian Wiki | Verne in GitHub

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

I Kind of Fixed My iCloud Photos Problem and All I Got Was Two Blog Posts and Probably Years Off My Life – Pixel Envy

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

alchemy — zero to production. TypeScript IaC on 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

Techniques for better software testing | Antithesis

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

Datatype — variable font that turns text into charts

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.