Everyone Should Know SIMD
SIMD has a reputation for being complex. I’ve met many very good software engineers who dismiss it as something too complex to learn or a niche optimization meant for only the highest-performance software, not useful in everyday programming. I think that’s wrong. SIMD can be simple to understand1, and common ”process N values at a […]
GigaToken: ~1000x faster Language model tokenization

~1000x faster than HuggingFace’s tokenizers, drop-in replacement. Tokenize your text data at GB/s! Note that both HF tokenizers and tiktoken are already running multithreaded Rust! What is Gigatoken? Gigatoken is the fastest tokenizer for language modeling. It supports a wide range of CPU hardware, and nearly all commonly used tokenizers. See the Benchmarks section for […]
Are AI Labs Pelicanmaxxing?
For the past few years, Simon Willison has tested every major LLM release with the same prompt: “Generate an SVG of a pelican riding a bicycle”. What began as a tongue-in-cheek benchmark has become one of the most famous informal benchmarks in AI. Simon’s pelican-on-a-bicycle results are often among the most upvoted comments on Hacker […]
Launch HN: Unlayer (YC W22) – Add email and document builders to your app

Visual Builders Email, page, popup, and document builders embedded inside your app. welcome.email Templates Create, manage, lock, and reuse branded templates across your product. AI Workflows Help users generate, rewrite, improve, and personalize content. Make this more concise… Tighten copyAdd CTATranslate Media & Assets Upload, organize, and reuse images and files inside the builder. Export […]
Can a MUD evaluate LLMs? A $99 proof of concept

turn 04> talk guard ”Hello, I’m new to Middleham. Could you tell me about The Watch?” No one by that name is here. turn 05> talk guard ”Excuse me, do you know where I can find an officer of The Watch?” No one by that name is here. turn 17> talk street_crystal ”Hello, can you […]
Making

2026-03-12 I made this! TLDR: I gain a lot of fulfillment by making things. I don’t consider things built by others at my request to be made by me, and are therefore much less fulfilling. And then I feel sad. This article starts strong and then heads off into the weeds. There have been a […]
Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

1,169 Hall of Fame links and 1,994 Candidates. Newest class: June 2026 5 links completed the Hall rule in this class. Open this class How Hall induction works 5+ submissions · 3+ distinct submitters · 3+ active years · 2 qualifying breakout events from different submitters at least 720 days apart. See exact thresholds and […]
Airbus Full Scale Foldable Wing Extensions

Farnborough, United Kingdom, 21 July 2026 – Airbus is launching a new flight-test campaign to evaluate the performance of high-span wings for next-generation single-aisle aircraft, marking the next phase of one of its largest research and technology programmes, Wing of Tomorrow. Over the next three years, Airbus will design, build and flight test full scale […]
Ghost Cut – or why Cut and Paste is broken everywhere

Cut & Paste is broken in every word processor, code editor, and browser text area you’ve ever used. And it has been that way for decades. Just so we are on the same page: cut & paste is the combination of two operations: cut to remove the text from the document and place it in […]
I Built a Private Genomics Study with Stoffel MPC

Most genomic studies begin by asking participants to upload one of the most identifying and irrevocable pieces of data they own, their DNA. I continue to investigate whether multi-party computation can offer a different model, one in which a study can produce useful results without anyone collecting the participants’ genomes in the first place. That […]