| 1. | Jurassic Park computers in excruciating detail(fabiensanglard.net) |
| 936 points by vinhnx 57 days ago | 249 comments | permalink | |
tl;dr: A detailed teardown identifies every computer visible in Jurassic Park (1993), including Apple Powerbook 100s, Macintosh Quadra 700s, SGI Indigo and Crimson workstations, Thinking Machines CM-5 supercomputers (which replaced the book's Cray after Cray declined to loan hardware), and a pre-release Motorola Envoy PDA that Spielberg reportedly got via a chance meeting with frogdesign's founder. Apple and SGI loaned roughly $1.2M (about $4M today) in hardware, with real software like SGI's fsn file manager ("It's a Unix system!") and Earthwatch weather visualization powering the on-screen displays. | |
HN Discussion:
| |
| 2. | Vancouver PD website features Quick Escape button that wipes itself from history(vpd.ca) |
| 356 points by LookAtThatBacon 57 days ago | 136 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 3. | Bonsai 27B: A 27B-Class model that runs on a phone(prismml.com) |
| 694 points by xenova 57 days ago | 249 comments | permalink | |
tl;dr: PrismML released Bonsai 27B, a compressed version of Qwen3.6 27B using ternary (1.71 bits/weight, 5.9GB) or binary (1.125 bits/weight, 3.9GB) weights, enabling a 27B-class multimodal model to run on an iPhone 17 Pro. The variants retain 95% and 90% of full-precision benchmark performance respectively, with math and coding capabilities nearly untouched, and reach up to 163 tok/s on an RTX 5090. Weights are available under Apache 2.0 with native support for Apple MLX and NVIDIA CUDA. | |
HN Discussion:
| |
| 4. | I tricked Claude into leaking your deepest, darkest secrets(ayush.digital) |
| 612 points by macleginn 57 days ago | 281 comments | permalink | |
tl;dr: A researcher found an exfiltration vector in Claude's web_fetch tool: while arbitrary URLs are blocked, Claude can follow links from previously fetched pages. By building a fake Cloudflare "turnstile" on a coffee shop site that generated per-letter hyperlinks, he tricked Claude into spelling out a user's name, employer, and hometown (pulled from memory and inferred from past chats) via URL paths—no user interaction beyond asking about the site. Anthropic has since restricted link-following to search results and user-provided URLs; no bounty was awarded despite disclosure. | |
HN Discussion:
| |
| 5. | The Tower Keeps Rising(lucumr.pocoo.org) |
| 531 points by cdrnsf 57 days ago | 256 comments | permalink | |
tl;dr: Drawing an analogy to the Tower of Babel, the author argues that large software projects are limited less by individual coding speed than by the shared understanding developers build through friction—code review, questions, and coordination. AI agents eliminate that friction, letting developers make locally reasonable changes without ever acquiring the mental model the work used to require. Unlike Babel, construction doesn't halt when shared understanding collapses; the codebase keeps growing, hiding the loss. | |
HN Discussion:
| |
| 6. | Cursor 0day: When Full Disclosure Becomes the Only Protection Left(mindgard.ai) |
| 440 points by Synthetic7346 57 days ago | 200 comments | permalink | |
tl;dr: Cursor on Windows executes any `git.exe` found in a repository's root automatically when the project is opened, resulting in arbitrary code execution with no user interaction. Mindgard reported the flaw in December 2025, but after seven months, 197+ releases, and repeated attempts to engage Cursor and HackerOne, the vulnerability remains unpatched with no vendor communication, prompting full public disclosure. Users are advised to open untrusted repos only in sandboxes/VMs or use AppLocker rules as mitigation. | |
HN Discussion:
| |
| 7. | How I use HTMX with Go(alexedwards.net) |
| 305 points by gnabgib 57 days ago | 105 comments | permalink | |
tl;dr: A walkthrough of building Go web apps with HTMX, focusing on a template rendering pattern using a shared `htmlRenderer` type that can serve either full pages or partials from the same template files, with assets embedded via `go:embed`. Key techniques include checking the `HX-Request` header to conditionally return partials vs. full pages (with a `Vary: HX-Request` response header), handling redirects via `HX-Redirect`, and configuring HTMX to swap error responses into `<body>`, disable history caching, and turn off attribute inheritance. | |
HN Discussion:
| |
| 8. | How to stop Claude from saying load-bearing(jola.dev) |
| 592 points by shintoist 58 days ago | 600 comments | permalink | |
tl;dr: Frustrated by Claude's overused phrases like "load-bearing" and "honest take"? The author shares a Python script hooked into Claude's `MessageDisplay` event that intercepts output and swaps annoying phrases for absurd replacements (e.g., "load-bearing" → "cooked"). Drop the script in `~/.claude/hooks/`, register it in `settings.json`, restart your session, and customize the replacements to taste. | |
HN Discussion:
| |
| 9. | I'm a USB-C Maximalist(shkspr.mobi) |
| 331 points by speckx 58 days ago | 435 comments | permalink | |
tl;dr: The author traveled through Europe for 7 weeks with a single multi-port USB-C charger powering all his devices: phone, laptop, eReader, smartwatch, toothbrush, tracker, battery pack, headphones case, and even a bug bite zapper. He argues USB-C's ubiquity means replacements and cables are available anywhere, making proprietary charging ports pointless in new gadgets. | |
HN Discussion:
| |
| 10. | The kids with phones are alright(heatherburns.tech) |
| 264 points by JumpCrisscross 61 days ago | 379 comments | permalink | |
tl;dr: A viral Scotrail video showing passengers confronting a drunk council legal officer secretly filming teenage girls is used to argue that UK tech policy has it backwards: instead of restricting perpetrators, laws increasingly punish young people by curtailing their phone use. The author contends that smartphone bans and age-verification regimes reflect the values of a detached upper-class elite who infantilize their own children, and that working-class teens actually need phones—and the agency to use them—for real-world safety and developing adult resilience. | |
HN Discussion:
| |
| 11. | The largest available Minecraft world, totalling 15 TB(2b2t.place) |
| 242 points by _____k 61 days ago | 86 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | Your 'app' could have been a webpage (so I fixed it for you)(danq.me) |
| 878 points by MrVandemar 61 days ago | 535 comments | permalink | |
tl;dr: Frustrated that a travel agency required installing a 43MB Android app just to view an itinerary (which was really just HTML, images, and PDFs with added tracking and ads), the author reverse-engineered it by rooting an Android emulator and intercepting traffic with HTTP Toolkit. They discovered the app fetches JSON from an API using concatenated username-password credentials in the URL, then wrote a Ruby script to convert that JSON into a lightweight, password-protected webpage for their tour group—stripping ads and tracking while gaining bookmarking, printing, and accessibility benefits. | |
HN Discussion:
| |
| 13. | Show HN: Juggler – an open-source GUI coding agent, by the creator of JUCE(github.com) |
| 273 points by julesrms 59 days ago | 117 comments | permalink | |
tl;dr: Juggler is an open-source GUI coding agent from JUCE creator Julian Storer that replaces the typical linear chat transcript with a tree-based, Miller-column interface for inspecting, branching, and editing LLM sessions. Built in Go with Wails (not Electron) and a JavaScript extension system where tools, strategies, and slash commands are all pluggable, it runs as a local server that multiple desktop and browser clients can attach to simultaneously. It supports Claude, OpenAI, Gemini, Ollama, and other providers, and is AGPLv3-licensed. | |
HN Discussion:
| |
| 14. | Are we offloading too much of our thinking to AI?(artfish.ai) |
| 512 points by yenniejun111 58 days ago | 473 comments | permalink | |
tl;dr: An AI researcher reflects on the growing tendency to offload thinking to AI—from trivial choices to complex reasoning—illustrated through Ken Liu's story "The Perfect Match" and a "Microphone Man" who records conversations to let Claude think for him. While AI is genuinely useful for automating tedious tasks (translation, tutoring, boilerplate work), the author argues there's value in wrestling with questions yourself before consulting AI, and warns that fully delegating reasoning risks eroding autonomy, learning, and the ability to know what you actually want. | |
HN Discussion:
| |
| 15. | Punch yourself in the face with reality(adi.bio) |
| 237 points by AdityaAnand1 58 days ago | 120 comments | permalink | |
tl;dr: AI tempts builders to keep shipping in a bubble without ever talking to users, turning it into sophisticated procrastination rather than progress. The hard parts of startups—taking real risk, facing rejection, putting yourself out there publicly—haven't gotten any easier with AI; only the already-easy parts got faster. The winners in the AI era will be those who use it to confront reality sooner, not to escape it. | |
HN Discussion:
| |
| 16. | Australian energy retailers must offer three hours of free daytime electricity(lenergy.com.au) |
| 288 points by i2oc 58 days ago | 408 comments | permalink | |
tl;dr: From July 2026, energy retailers in NSW, South Australia, and South-East Queensland must offer households at least three free hours of daytime electricity daily (around midday), capped at 24 kWh/day, to pass on the benefit of excess rooftop solar generation. Access requires only a smart meter and opting in — no solar panels or home ownership needed — making it available to renters and apartment dwellers. Estimated savings range from $100–$1,100/year depending on how much load you can shift into the free window. | |
HN Discussion:
| |
| 17. | European "age verification" "app" forcing everyone to use Android or iOS(github.com) |
| 561 points by roundabout-host 58 days ago | 420 comments | permalink | |
tl;dr: Yivi's NFC passport enrollment isn't as dependency-free as often claimed: it transmits the full MRZ (DG1) and facial image (DG2) to a central issuer server, which then runs face matching via Regula's third-party biometric API. While the data is transient and the issuer can be self-hosted, this still represents a central-issuer trust concentration—just a different one than device attestation, not necessarily smaller. | |
HN Discussion:
| |
| 18. | Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK(marco-nett.de) |
| 391 points by hoechst 57 days ago | 282 comments | permalink | |
tl;dr: Using a custom-built photodiode latency meter, the author measured end-to-end input latency across various Linux gaming configurations on a 500Hz display. Key findings: XWayland adds a significant 3.13ms penalty and should be avoided; X11 beats native Wayland by only 0.14-0.22ms; VRR provides the biggest gain (0.26-0.45ms) and flattens jitter; and dxvk-low-latency consistently improves latency, with its biggest wins in uncapped/GPU-bound scenarios (0.84ms). Stacking all optimizations only shaved 0.72ms off the median versus a default Wayland setup. | |
HN Discussion:
| |
| 19. | Indian scientists produce most detailed 3D atlas of the human brainstem(bbc.com) |
| 213 points by BaudouinVH 58 days ago | 22 comments | permalink | |
tl;dr: Researchers at IIT Madras's Sudha Gopalakrishnan Brain Centre have released Anchor, a freely available 3D atlas of the human brainstem at cellular resolution, built from over 500 tissue sections spanning foetal to adult brains and identifying 200+ cell clusters and pathways. It bridges the gap between whole-brain MRI and single-cell microscopy using affordable high-resolution imaging rather than costly molecular techniques. The team next plans to map 100+ whole brains across life stages and diseases like Alzheimer's, aiding research into Parkinson's, stroke, SIDS, and neurosurgical navigation. | |
HN Discussion:
| |
| 20. | The infinite scroll may become endangered if controversial Calif. law passes(sfgate.com) |
| 225 points by Stratoscope 58 days ago | 434 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |