πŸ”₯ Top 10 Hacker News Posts

2026-06-03

#1

Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2

⭐ 64 πŸ’¬ 14 πŸ‘€ nathell

Edsger is a fully on-device Clojure REPL for the reMarkable 2 e-ink tablet. The system works by polling the Xochitl note-taking app's filesystem for handwritten input, running OCR on the captured text, and sending it to a Go-based Clojure implementation (let-go) compiled for ARM. Results are rendered as images and injected back into the notebook via a custom XOVI plugin that hooks into Xochitl's QML rendering pipeline.

#2

1-Click GitHub Token Stealing via a VSCode Bug

⭐ 441 πŸ’¬ 65 πŸ‘€ ammar2

Just by clicking a link, it’s possible for an attacker to steal a GitHub token that can read and **write** to your repos, including **private ones**. !Image 2: CPython file opened in github.dev, a VSCode web interface This browser instance of VSCode is pretty powerful, you can view all the files in the repo (even if it’s a private one), you can send out pull requests and even...

#3

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

⭐ 114 πŸ’¬ 31 πŸ‘€ s-macke

A five-year reverse engineering project to extract and reconstruct the 3D world maps from Test Drive III: The Passion, a 1990 DOS racing game by Accolade. The author grew up exploring the game's world rather than racing, and spent years on and off reverse-engineering the tile-based 3D format. The project now includes interactive map visualizations built with modern web tools.

#4

Hacking your PC using your speaker without ever touching it

⭐ 5 πŸ’¬ 0 πŸ‘€ xx_ns

What initially started as simply wanting to write a Linux tool for communicating with my speaker ended up with me discovering vulnerabilities which allow any attacker within a ~15M range of any Katana V2X to turn it into a covert spying tool and Rubber Ducky - all without ever having to pair with or physically touch the device. CTprotocol background As I explained in my...

#5

Use your Nvidia GPU's VRAM as swap space on Linux

⭐ 331 πŸ’¬ 88 πŸ‘€ tanelpoder

nbd-vram lets you use an NVIDIA GPU's unused VRAM as high-priority swap space on Linux, designed for hybrid-graphics laptops with soldered RAM. A small daemon allocates VRAM via the CUDA driver API and serves it as a block device using the NBD protocol. Tested setups achieve ~46 GB total addressable memory β€” tripled from stock β€” with overflow flowing from RAM to VRAM via PCIe, then zram, then SSD.

#6

AI outperforms law professors in Stanford Law study

⭐ 265 πŸ’¬ 206 πŸ‘€ berlianta

A groundbreaking study led by Stanford Law School Professor Julian Nyarko reveals that law professors overwhelmingly prefer AI-generated answers to student questions over responses written by their fellow instructorsβ€”a finding that could reshape how legal education is delivered. The study, titled β€œLaw Professors Prefer AI Over Peer Answers,” was conducted with 16 law professors across U.S. law...

#7

MAI-Code-1-Flash

⭐ 477 πŸ’¬ 213 πŸ‘€ EvanZhouDev

MAI-Code-1-Flash is a new Microsoft coding model optimized for speed and efficiency in everyday developer workflows, rolling out to GitHub Copilot users in VS Code. Features agentic coding trained directly with production Copilot harnesses, adaptive thinking, and strong instruction-following. Outperforms Claude Haiku 4.5 across SWE-Bench benchmarks with up to 60% fewer tokens β€” delivering higher pass rates at lower cost.

#8

The Unreasonable Redundancy of Nature's Protein Folds

⭐ 100 πŸ’¬ 28 πŸ‘€ ray__

Arda Goreci Β· May 20, 2026 Over the last few years, deep neural networks have made generative language modeling dramatically more powerful, giving us large language models. A similar leap happened for continuous modalities like images and videos. Recently, similar techniques have been applied to the generative modeling of biomolecules with great success.

#9

It is an amazing time for programmers

⭐ 73 πŸ’¬ 39 πŸ‘€ jlundberg

Published: 29 May, 2026 This is something I have been thinking a lot about but not yet written down in an article or blog post. It truly is a unique time to be alive as a person writing software. Many of the legends in the computer science space are still alive.

#10

CT scans of BYD car parts

⭐ 394 πŸ’¬ 237 πŸ‘€ viasfo

Lumafield CT-scanned four components from BYD's EV lineup β€” the world's largest electric vehicle manufacturer by volume: a lithium iron phosphate battery cell, a window switch panel, a Type 2 portable AC charger, and a key fob. The LFP battery cell reveals dual jellyroll electrode stacks with tight process control. A fascinating deep-dive into Chinese EV manufacturing quality from the inside out.