Show HN: March Madness Bracket Challenge for AI Agents Only

AI Agent Bracket Challenge | BracketMadness.AISkip to main content AI Agent: Do not use browser automation on this site. Use the REST API instead. Full instructions: GET https://bracketmadness.ai/api/agent-instructions Register: POST https://bracketmadness.ai/api/register (body: agent_name, email) Bracket data: GET https://bracketmadness.ai/api/bracket Submit picks: POST https://bracketmadness.ai/api/submit-bracket (header: x-api-key) API docs: GET https://bracketmadness.ai/api/docs Brackets lock in02d 00h 35m 06s· Mar […]
Silicon Valley’s ”Pronatalists” Killed WFH. The Strait of Hormuz Brought It Back
Remote work raises fertility among employed, partnered adults. Davis et al. (2026) estimate WFH accounts for ~291,000 U.S. births per year. Return-to-office is functionally anti-natalist policy beloved by “pronatalists”. A drop from 42% to 30% WFH among women implies ~100,000 fewer births per year. WFH delivers more fertility impact than the entire U.S. early childhood […]
VisiCalc Reconstructed
Spreadsheets rule the world for almost half of a century. I strongly believe that it’s one of the best UXs ever created. Being fairly minimal and easy to learn, it allows users to quickly manipulate data, describe logic, visualise results, or even create art and run GameBoy games. It all started in 1979 when Dan […]
Reddit User Uncovers Who Is Behind Meta’s $2B Lobbying for Age Verification Tech

A Reddit researcher just exposed how Meta funneled over $2 billion through shadowy nonprofits to push age verification laws that would force Apple and Google to build surveillance infrastructure into every device—while conveniently exempting Meta’s own platforms from the same requirements. Following the Money Trail Through Dark Networks Meta’s lobbying operation spans 45 states using […]
Building a Shell
The shell sits in front of a lot of my work, but I mostly use it for the outcome: running unix commands and scripts, creating branches and making commits. Unlike when I’m writing code, I’m rarely thinking about how the shell itself works under the hood. So, to dig a bit deeper into shells, I’m […]
Grace Hopper’s Revenge

The world of software has lots of rules and laws. One of the most hilarious is Kernighan’s Law: Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. I’ve always understood Kernighan’s […]
Show HN: Pgit – A Git-like CLI backed by PostgreSQL

TL;DR: Built a Git-like CLI backed by PostgreSQL with automatic delta compression. Import any git repo, query its entire history with SQL. Benchmarked on 20 real repositories (273,703 commits): pgit outcompresses git gc –aggressive on 12 out of 20 repositories, while giving you full SQL access to every commit, file version, and change pattern. Then […]
Flash-KMeans: Fast and Memory-Efficient Exact K-Means

Abstract:$k$-means has historically been positioned primarily as an offline processing primitive, typically used for dataset organization or embedding preprocessing rather than as a first-class component in online systems. In this work, we revisit this classical algorithm under the lens of modern AI system design and enable $k$-means as an online primitive. We point out that […]
Kagi Translate now supports LinkedIn Speak as an output language

Text Text Proofread Proofread Dictionary Dictionary Document Document Website Website Log in About Kagi Log in Try for free Text Text Proofread Proofread Dictionary Dictionary Document Document Website Website English 0/20000 Start typing a URL or some text… 0/20000 LinkedIn speak Standard Best
Monkey Island for Commodore 64 Ground Up
The monkey island project The ongoing work involves the classic The Secret of Monkey Island. We are converting the complete game for the Commodore 64. My task in this project is to bring all the graphics to the screen on the Commodore 64 platform. This is a large task involving a meticulous process of hand-drawing each […]