Wednesday, September 16, 2026

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator https://ift.tt/Zmyq68k

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator The original startup website generator by Tiff Zhang and Mike Bradley landed on Hacker News in April 2015 ( https://ift.tt/B5cJyS4 ) 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! https://restarted.io/ September 15, 2026 at 05:04PM

Show HN: Pixel Agents – A pixel-art mission control for your Claude Code agents https://ift.tt/YvxUaXL

Show HN: Pixel Agents – A pixel-art mission control for your Claude Code agents https://mateovalle.github.io/pixel-agents/ September 16, 2026 at 10:42PM

Tuesday, September 15, 2026

Show HN: farseer.space – fly anywhere in the universe in your browser https://ift.tt/594gQFI

Show HN: farseer.space – fly anywhere in the universe in your browser I've been hacking on a universe simulator, modeled on the path that the amazing SpaceEngine worked out over a decade ago, but without its Windows platform restriction. It takes real scientific data where we have it and augments it with procedural generation. So you can fly to e.g. the Whirlpool Galaxy, see a real image of it, but then fly into a 3d model that's created based on the image characteristics and visit individual stars etc within it. Same with nebula and other celestial objects. I used to work at a small planetarium during undergrad, and we didn't have the funds to buy the fancy planetarium software. I dreamed of using something like this during shows to share the scale of the cosmos with visitors. I've added a dome projection mode, but I haven't yet had the opportunity to test it out in a real planetarium yet. If anyone has access, let me know if it works! There's also a sorta hidden presentation share mode where you can share a link and others can follow along with your journey. I added this cause screen sharing so often compresses scenes like this to death! It worked ok for a quick share with some coworkers, but I'm sure there are some issues. Mobile controls are rough but maybe passable. Really hoping for feedback on how hard this thing is to use and where to improve! If you know of datasets I should be including or ways to improve rendering let me know! Anyway, happy flying! There is an incomprehensible amount of stuff happening out there! https://farseer.space/ September 16, 2026 at 01:20AM

Show HN: Sass – Rust and WASM https://ift.tt/kPOE571

Show HN: Sass – Rust and WASM https://ift.tt/LambVHW September 16, 2026 at 01:04AM

Show HN: DaiDocs, AI memory as a plain-text file format, not a service https://ift.tt/GuB9wIo

Show HN: DaiDocs, AI memory as a plain-text file format, not a service https://ift.tt/2hiDp1C September 15, 2026 at 10:48PM

Monday, September 14, 2026

Show HN: Hazzel – a tiny coding agent, Bring your own keys https://ift.tt/1FgBHjr

Show HN: Hazzel – a tiny coding agent, Bring your own keys https://ift.tt/57RnDMG September 15, 2026 at 05:45AM

Show HN: An open-source control plane for your company's AI agents https://ift.tt/M03sepl

Show HN: An open-source control plane for your company's AI agents https://ift.tt/2qGH6iE September 15, 2026 at 04:46AM

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator https://ift.tt/Zmyq68k

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator The original startup website generator by Tiff Zhang and Mike Bradl...