Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    68comments
  2. Nvidia announces native GPU programming in Rust(nvidia.com ↗)
    43comments
  3. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    10comments
  4. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    55comments
  5. The engineering behind the US Strategic Petroleum Reserve(johnjwang.com ↗)
    11comments
  6. Small programming tricks(will-keleher.com ↗)
    178comments
  7. Backups Aren't Simple(filipovski.net ↗)
    16comments
  8. OpenSpec – A lightweight and configurable AI spec framework(openspec.dev ↗)
    6comments
  9. Reversing Factorio's RNG(gegell.github.io ↗)
    12comments
  10. Performance Improvements in .NET 11(devblogs.microsoft.com/dotnet ↗)
    25comments
  11. Australia says it could follow Canada in forging deeper ties with EU(independent.co.uk ↗)
    13comments
  12. AWS says it can't restore some data from mideast facilities struck by Iran(wsj.com ↗)
    158comments
  13. Japan's book scene is moving from bookstores to libraries(untranslatedjp.substack.com ↗)
    30comments
  14. How good are frontier models at physics?(arxiv.org ↗)
    28comments
  15. Reverse-engineered Jev-like model(github.com/vinnylarouge ↗)
    8comments
  16. Accurate Models of AMD Matrix Cores(arxiv.org ↗)
    6comments
  17. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    236comments
  18. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    184comments
  19. Destroy After Reading: photocopiers,cheap paper and DIY gave metal it's look(truegrittexturesupply.com ↗)
    2comments
  20. Anecdotally, programmers dislike "reduce"(evanhahn.com ↗)
    134comments
  21. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    49comments
  22. Why Does the Universe Expand?(cosmicave.org ↗)
    1comments
  23. Anatomy of a Texture(agentlien.github.io ↗)
    12comments
  24. Hackers Got Inside a Flock Camera(wired.com ↗)
    208comments
  25. WalShadow: Sub-second Postgres replication to ClickHouse from physical WAL(clickhouse.com ↗)
    5comments
  26. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    5comments
  27. The DeepMind Institute(deepmind.com ↗)
    43comments
  28. Training Text-to-Image Models 3.6× Faster(linum.ai ↗)
    3comments
  29. Vectorized and performance-portable Quicksort (2022)(googleblog.com ↗)
    25comments
  30. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator

17 pointsby 1d agorestarted.io
4 comments
The original startup website generator by Tiff Zhang and Mike Bradley landed on Hacker News in April 2015 (https://news.ycombinator.com/item?id=9427856) and has been one of my favorite little novelties of that era ever since. It perfectly captures the saturated colors, cliché hero shots, gimmicky names, buzzword-heavy slogans, and proudly hirsute team photos of the time.

A lot has changed since then, so I thought it would be fun to make a contemporary remake: https://restarted.io/

By default you get the minimalist aesthetic and clean-cut faces of 2026. The classic 2015 look is still available — just click the link at the bottom of the page or change the “z” parameter in the URL to the more familiar “s”. The universe of partner sites and competing startups is just as expansive as it ever was.

The original site is entirely client-side and requires downloading all of the data tables locally. It leans on a mix of jQuery 1.11.2, Bootstrap 3.3.2, and Font Awesome 4.3.0, and if you view the source, it instantly gives away all of its secrets. For restarted.io I replaced all of that with a server-side renderer written in Go, so this time view-source tells you nothing. There are many Easter eggs in there — see how many you can find before I write them up.

My original goal was to stay faithful to the 2015 appearance, and that turned out to be a technical adventure. The original's sine-based random number generator is... the worst, and different implementations of sine give different results. The eventual solution was to extract the exact sine function from Chrome’s V8 engine, as vendored C behind cgo and as a line-by-line Go port that keeps cgo optional, so the seeds and results line up the way they used to. Both are checked against V8’s own test cases.

Then I discovered a bug in the original code that made half of its vocabulary unreachable — the first half of the verb table and the second half of the noun table, exactly complementary, so nothing about the output ever looked truncated. My goal then shifted from remaking the generator as it was in 2015 to remaking the site as the authors intended it to be in 2015.

Over the years several people asked for their photos to be removed, so the remake instead draws from a broad pool of era-appropriate AI-generated profiles. A perceptual hash helps keep everyone looking distinct, and there’s a bit of extra care to make sure the Wang Fangs of the world don’t appear as Irish lasses.

The hero image pool is much larger now, and all the old Rio de Janeiro shots have been retired, though you’ll still recognize plenty of the 2015 photos.

Have fun poking around!

2h agoHN ↗

Given what we can do today with LLMs it would be even cooler if it thought of some actually good business ideas and created the website with mockups of them.

1h agoHN ↗

I legit thought that this was what was being sold here

1h agoHN ↗

wow, watch out, someone might steal that idea right out from under you