Top stories from https://news.ycombinator.com (with 100+ score) Contribute to the development here: https://github.com/phil-r/hackernewsbot Also check https://t.me/designer_news Contacts: @philr
Show HN: Luminal – Open-source, search-based GPU compiler (❄️ Score: 150+ in 5 days)
Link: https://readhacker.news/s/6A3K9
Comments: https://readhacker.news/c/6A3K9
Hi HN, I’m Joe. My friends Matthew, Jake and I are building Luminal (https://luminalai.com/), a GPU compiler for automatically generating fast GPU kernels for AI models. It uses search-based compilation to achieve high performance.
We take high level model code, like you'd have in PyTorch, and generate very fast GPU code. We do that without using LLMs or AI - rather, we pose it as a search problem. Our compiler builds a search space, generates millions of possible kernels, and then searches through it to minimize runtime.
You can try out a demo in `demos/matmul` on mac to see how Luminal takes a naive operation, represented in our IR of 12 simple operations, and compiles it to an optimized, tensor-core enabled Metal kernel. Here’s a video showing how: https://youtu.be/P2oNR8zxSAA
Our approach differs significantly from traditional ML libraries in that we ahead-of-time compile everything, generate a large search space of logically-equivalent kernels, and search through it to find the fastest kernels. This allows us to leverage the Bitter Lesson to discover complex optimizations like Flash Attention entirely automatically without needing manual heuristics. The best rule is no rule, the best heuristic is no heuristic, just search everything.
We’re working on bringing CUDA support up to parity with Metal, adding more flexibility to the search space, adding full-model examples (like Llama), and adding very exotic hardware backends.
We aim to radically simplify the ML ecosystem while improving performance and hardware utilization. Please check out our repo: https://github.com/luminal-ai/luminal and I’d love to hear your thoughts!
The Size of Adobe Reader Installers Through the Years (Score: 152+ in 7 hours)
Link: https://readhacker.news/s/6AjCm
Comments: https://readhacker.news/c/6AjCm
Japan Post to temporarily suspend mail to US over end of de minimis exemption (🔥 Score: 153+ in 58 minutes)
Link: https://readhacker.news/s/6AkLp
Comments: https://readhacker.news/c/6AkLp
Building the mouse Logitech won't make (🔥 Score: 152+ in 1 hour)
Link: https://readhacker.news/s/6Akhb
Comments: https://readhacker.news/c/6Akhb
We put agentic AI browsers to the test – They clicked, they paid, they failed (Score: 151+ in 9 hours)
Link: https://readhacker.news/s/6Aj3A
Comments: https://readhacker.news/c/6Aj3A
The Unix-Haters Handbook (1994) [pdf] (Score: 152+ in 15 hours)
Link: https://readhacker.news/s/6Air6
Comments: https://readhacker.news/c/6Air6
Show HN: Sping – An HTTP/TCP latency tool that's easy on the eye (Score: 150+ in 14 hours)
Link: https://readhacker.news/s/6AiiV
Comments: https://readhacker.news/c/6AiiV
I've frequently found myself using [nvitop](https://github.com/XuehaiPan/nvitop) to diagnose GPU/CPU contention issues.
The two best things about it are:
- It's easy to install if I can access pip in the container
- It makes a compelling screenshot (which helps me communicate with coworkers.)
With those two lessons in mind: Here is Sping!
Purpose: Help observe and diagnose latency issues at layer 4+ (TCP/HTTP/HTTPS)
Two good things about it:
- It's easy to install if you have pip. (Available at [service-ping-sping](https://pypi.org/project/service-ping-sping/) on PyPi)
- It makes a compelling screenshot.
Not sure if this is the kind of thing that anyone else would be interested in. But I've enjoyed making it and intend to keep using it.
Git-Annex (Score: 150+ in 9 hours)
Link: https://readhacker.news/s/6AiJT
Comments: https://readhacker.news/c/6AiJT
Busy beaver hunters reach numbers that overwhelm ordinary math (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6AczR
Comments: https://readhacker.news/c/6AczR
Halt and Catch Fire Syllabus (2021) (Score: 151+ in 14 hours)
Link: https://readhacker.news/s/6AhRQ
Comments: https://readhacker.news/c/6AhRQ
Uncle Sam shouldn't own Intel stock (Score: 153+ in 10 hours)
Link: https://readhacker.news/s/6Ai5i
Comments: https://readhacker.news/c/6Ai5i
Bro, ban me at the IP level if you don't like me (🔥 Score: 159+ in 2 hours)
Link: https://readhacker.news/s/6AiKh
Comments: https://readhacker.news/c/6AiKh
The two versions of Parquet (❄️ Score: 151+ in 3 days)
Link: https://readhacker.news/s/6A6bt
Comments: https://readhacker.news/c/6A6bt
Cloudflare incident on August 21, 2025 (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6A9r6
Comments: https://readhacker.news/c/6A9r6
Is 4chan the perfect Pirate Bay poster child to justify wider UK site-blocking? (Score: 152+ in 8 hours)
Link: https://readhacker.news/s/6Ahgt
Comments: https://readhacker.news/c/6Ahgt
Omarchy Is Out (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6AfX4
Comments: https://readhacker.news/c/6AfX4
Japan's Creepiest Station (Score: 151+ in 5 hours)
Link: https://readhacker.news/s/6AjTq
Comments: https://readhacker.news/c/6AjTq
FCC Bars over 1,200 Providers for Non-Compliance with Robocall Protections (🔥 Score: 151+ in 1 hour)
Link: https://readhacker.news/s/6AkpC
Comments: https://readhacker.news/c/6AkpC
An Illustrated Guide to OAuth (Score: 156+ in 4 hours)
Link: https://readhacker.news/s/6AjFV
Comments: https://readhacker.news/c/6AjFV
Standard Thermal: Energy Storage 500x Cheaper Than Batteries (Score: 153+ in 4 hours)
Link: https://readhacker.news/s/6AjCy
Comments: https://readhacker.news/c/6AjCy
Show HN: Base, an SQLite database editor for macOS (🔥 Score: 154+ in 2 hours)
Link: https://readhacker.news/s/6AjZM
Comments: https://readhacker.news/c/6AjZM
I recently released v3 of Base, my SQLite editor for macOS.
The goal of this app is to provide a comfortable native GUI for SQLite, without it turning into a massive IDE-style app.
The coolest features are
- That it can handle full altering of tables, which is quite finicky to do manually with SQLite.
- It has a more detailed display of column constraints than most editors. Each constraint is shown as an icon if active, with full details available on clicking the icon.
This update also adds support for attaching databases, which is a bit fiddly with macOS sandboxing.
I'd love to hear any feedback or answer any questions.
Materialized views are obviously useful (Score: 150+ in 1 day)
Link: https://readhacker.news/s/6Aff4
Comments: https://readhacker.news/c/6Aff4
Static sites with Python, uv, Caddy, and Docker (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6AaVf
Comments: https://readhacker.news/c/6AaVf
YouTube made AI enhancements to videos without warning or permission (Score: 154+ in 1 day)
Link: https://readhacker.news/s/6Aguj
Comments: https://readhacker.news/c/6Aguj
What are OKLCH colors? (🔥 Score: 153+ in 2 hours)
Link: https://readhacker.news/s/6AiXE
Comments: https://readhacker.news/c/6AiXE
Claim: GPT-5-pro can prove new interesting mathematics (❄️ Score: 150+ in 4 days)
Link: https://readhacker.news/s/6A4wK
Comments: https://readhacker.news/c/6A4wK
Y Combinator files brief supporting Epic Games, says store fees stifle startups (❄️ Score: 150+ in 3 days)
Link: https://readhacker.news/s/6A92H
Comments: https://readhacker.news/c/6A92H
We put a coding agent in a while loop (Score: 155+ in 12 hours)
Link: https://readhacker.news/s/6Aheu
Comments: https://readhacker.news/c/6Aheu
Trees on city streets cope with drought by drinking from leaky pipes (❄️ Score: 150+ in 2 days)
Link: https://readhacker.news/s/6Abgm
Comments: https://readhacker.news/c/6Abgm
https://archive.ph/5gJNi
Everything I know about good API design (Score: 151+ in 5 hours)
Link: https://readhacker.news/s/6AhET
Comments: https://readhacker.news/c/6AhET