Friday, July 17, 2026

Thanks HN for 15 years of support and helping me find my life's work

Thanks HN for 15 years of support and helping me find my life's work
412 by nicholasjbs | 39 comments on Hacker News.
Tomorrow is the 15th anniversary of the first day of the Recurse Center ( https://ift.tt/op2qVYm ) My cofounders and I did YC all the way back in the Summer of 2010, with the initial idea of building "OkCupid for jobs." That idea quickly fizzled, and we spent the better part of a year pivoting between other ideas that also failed. Finally, we made something that we wanted ourselves: a self-directed programming retreat, where people built fun projects, contributed to open source, and helped each other become better programmers. After running two small batches, we launched on HN[1] and got an incredible reception. That post on HN helped us reach beyond our personal networks and meet programmers from around the world, many of whom have since become friends. HN brought us the majority of people who came to our next few batches, and in the years since, HN has remained our #2 source of applicants (after word of mouth). Alas, pg's comment[2] on HN when we launched turned out to be prescient: Running free programming retreats isn't a billion-dollar business, but it's still a worthwhile thing to do, and has positively impacted over 3,000 people so far. And 15 years on I still wake up every day excited to keep working on it. So, thanks HN, for helping make the Recurse Center possible, and for helping me find my life's work. [1] https://ift.tt/U7IGcH2 [2] "This sounds like a crazy plan for a startup, I realize, but this is the right sort of crazy. In fact, the way the Hackruiters think about Hacker School is a lot like the way we initially thought about YC: if it doesn't make money, it will at least have been a benevolent thing to do."

AWS: Inaccurate Estimated Billing Data – $1.7 billion

AWS: Inaccurate Estimated Billing Data – $1.7 billion
509 by nprateem | 317 comments on Hacker News.
URL already posted: https://ift.tt/n6W5gi1 I've got an estimated bill for $1.7 BILLION over this month. Normal usage is < $5. Obvs have created an urgent AWS support ticket. Anyone else seeing something like this? Update: Reddit link: https://www.reddit.com/r/aws/comments/1uyuaw7/help_my_bill_s...

Evidence of inconsistencies in evaluation process and selection of winners

Evidence of inconsistencies in evaluation process and selection of winners
379 by twerkmeister | 209 comments on Hacker News.


How Our Rust-to-Zig Rewrite Is Going

How Our Rust-to-Zig Rewrite Is Going
507 by jorangreef | 269 comments on Hacker News.


Decoy Font

Decoy Font
520 by ray__ | 122 comments on Hacker News.


Monday, July 13, 2026

The Graph That Should Be Front-Page News

The Graph That Should Be Front-Page News
373 by rakel_rakel | 217 comments on Hacker News.


Zig Creator Calls Spade a Spade, Anthropic Blows Smoke

Zig Creator Calls Spade a Spade, Anthropic Blows Smoke
408 by crowdhailer | 189 comments on Hacker News.


How to read more books

How to read more books
344 by silcoon | 180 comments on Hacker News.


Ask HN: Add flag for AI-generated articles

Ask HN: Add flag for AI-generated articles
334 by levkk | 182 comments on Hacker News.
Should HN add the ability to flag articles as AI-generated? This doesn't have to act as a regular flag, i.e., it won't de-rank the article; it could just show up as an indicator, allowing others (like myself) who don't like reading AI-generated text, to skip it. Open questions: 1. Why is the regular voting system not enough? 2. Should HN change in response to the gen AI era? It has been successful not changing fundamentals.

Saturday, July 11, 2026

Friday, July 10, 2026

New York City to ban deceptive subscription practices

New York City to ban deceptive subscription practices
453 by randycupertino | 228 comments on Hacker News.
https://ift.tt/keSvf59...

Hy3

Hy3
539 by andai | 113 comments on Hacker News.


Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
728 by SweetSoftPillow | 610 comments on Hacker News.


Show HN: Getting GLM 5.2 running on my slow computer

Show HN: Getting GLM 5.2 running on my slow computer
724 by vforno | 176 comments on Hacker News.
A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context. How it responds in int4 and whether the quality is maintained or not. Until I got to the point, on my computer with 32GB of RAM, I was able to communicate with GLM 5.2 with times that, of course, aren't high in cold start, but even then, we're talking about 0.1 tok/s, but that wasn't important to me. The important thing was the journey to reach this goal. I just wanted it to work at all costs, even slowly. So I created Colibrì, which was born from a very simple idea, to be honest, but tested in every way, where a 744B Mixture-of-Experts model activates only ~40B parameters per token—and only ~11 GB of those change from token to token (the routed experts). So: The dense part (attention, shared experts, embeddings—~17B params) stays resident in RAM at int4 (~9.9 GB); The 21,504 routed experts (75 MoE layers × 256 experts + the MTP head, ~19 MB each at int4) live on disk (~370 GB) and are streamed on demand, with a per-layer LRU cache, an optional pinned hot-store, and the OS page cache as a free L2. The engine is a single C file (c/glm.c, ~1,300 lines) plus small headers. No BLAS, no Python at runtime, no GPU.No GPU or serious hardware because I don't have that hardware so I can't test it on hardware that is more powerful than my computer.Colibrì is a one-person project, written and tested entirely on a 12-core laptop with 25 GB of RAM — the numbers above are the ceiling of what I can measure at home. Any feedback is welcome! (and if anyone wanted to participate in the project I would be delighted) Repo: https://ift.tt/hRPLpBF

My thoughts on the Bun Rust rewrite

My thoughts on the Bun Rust rewrite
706 by kristoff_it | 608 comments on Hacker News.


Saturday, July 4, 2026