Hacker News

Show stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    236comments
  2. Show HN: AttaLambda: a language where types and data are made of untyped lambdas(attalambda.com ↗)
    1comments
  3. Show HN: Restarted – a 2026 remake of the classic 2015 startup generator(restarted.io ↗)
    4comments
  4. Show HN: Collected every single "What are you working on" project into a website(reachpad.app ↗)
    2comments
  5. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    44comments
  6. Show HN: Kosmic Kart – Mario Kart-style racing with friends in the browser(kosmi.io ↗)
    discuss
  7. Show HN: SeasonMap – when to travel where? visualized with climate data(seasonmap.app ↗)
    8comments
  8. Show HN: Interakt – open-source self-hosted search and AI chat for your website(github.com/alphasolutionsrepo ↗)
    discuss
  9. Show HN: Friday – Self-hosted persistent memory for AI coding agents (MCP)(github.com/itskie ↗)
    2comments
  10. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    200comments
  11. Show HN: Halo 3's Guardian, playable in the browser, as my personal website(runboli.com ↗)
    5comments
  12. Show HN: ManyBot – Framework to build WhatsApp bots, without the boring part(manybot.org ↗)
    discuss
  13. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    36comments
  14. Show HN: Padwan-LLM, a lightweight LLM Python client(github.com/polarsen-io ↗)
    discuss
  15. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    156comments
  16. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    33comments
  17. Show HN: Pixel Agents – A pixel-art mission control for your Claude Code agents(mateovalle.github.io ↗)
    1comments
  18. Show HN: Swift-Qwen3.8-27B, -58.3% thinking, x1.95 speed, accuracy of xhigh(huggingface.co ↗)
    11comments
  19. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    26comments
  20. Show HN: YOLO FPS-per-dollar numbers for edge AI boards ($75-$215)(github.com/chorylee ↗)
    discuss
  21. Show HN: Put an AI agent on a FaceTime audio/video call (open source, WebRTC)(github.com/cherthq ↗)
    discuss
  22. Show HN: OmnisBench, a re-gradable, open LLM routing benchmark on fresh tasks(github.com/fortitude-group ↗)
    1comments
  23. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  24. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    46comments
  25. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    21comments
  26. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  27. Show HN: Picxel – Turn reference images into pixel-art game assets(github.com/see-sol-lab ↗)
    1comments
  28. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  29. Show HN: TurboBench, the Compression Lie Detector, 100 Codecs, Daily Update(github.com/powturbo ↗)
    discuss
  30. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    33comments

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

47m agoHN ↗

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