Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A4list: Two weeks, folded small (A4 paper plan designer)(enzom.dev ↗)
    1comments
  2. Signal Enables Phone Number-Less Registration in Beta(privacyguides.org ↗)
    discuss
  3. Steve Wozniak launches merch store(daringfireball.net ↗)
    discuss
  4. VideoRouter – OpenRouter for video and image generation APIs(videorouter.sh ↗)
    discuss
  5. Perhaps I Got Lucky Never Learning Math(humanparadox.org ↗)
    discuss
  6. Gentrification signals are a lagging indicator of home prices, not a leading one(petervijeh.com ↗)
    discuss
  7. GPS time from ATSC broadcast PoC(fabian.fyi ↗)
    discuss
  8. iTerm2 Buddy – iTerm2 Companion App(iterm2.com ↗)
    discuss
  9. Firefox 156 opens PDFs 45% faster, plus a few annoying bug fixes(pcworld.com ↗)
    discuss
  10. Ribbit: A Small Scheme VM, Compiler and REPL in 4K (2021) [video](youtube.com ↗)
    1comments
  11. Well did LLMs for Mortals hold up 6 months after publishing(crimede-coder.com ↗)
    discuss
  12. One9s – A Bubble Tea TUI for OpenNebula Cluster Management(scszero.com ↗)
    discuss
  13. Flock cameras are riddled with security vulnerabilities and hardcoded creds(micahflee.com ↗)
    5comments
  14. How electric cars took hold in Australia(nytimes.com ↗)
    1comments
  15. waterfall: Induction Proofs in Lean(samth.github.io ↗)
    discuss
  16. Danish pharma giant Novo to use Anthropic's Claude to advance AI drug discovery(euronews.com ↗)
    1comments
  17. Show HN: Learn Claude Code – Interactive Mindmap(mikenikles.com ↗)
    discuss
  18. Show HN: Collected every single "What are you working on" project into a website(reachpad.app ↗)
    2comments
  19. Model Misalignment Reporting Framework(openai.com ↗)
    discuss
  20. What we learned from our traces(traces.com ↗)
    discuss
  21. You are doing your code gen wrong(testrigor.com ↗)
    discuss
  22. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    discuss
  23. Can I get insurance for company renting humanoids for parties?
    1comments
  24. The Phenomenon of Bullshit Jobs: A Work Rant (2013)(davidgraeber.org ↗)
    discuss
  25. Show HN: Fivetran CLI is released to Beta(pypi.org ↗)
    discuss
  26. Assistant Benchmark(assistantbenchmark.com ↗)
    discuss
  27. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    discuss
  28. OpenAI's Hugging Face Hack Is the Best AI Safety Opportunity So Far(cahlik.net ↗)
    2comments
  29. Huai Su's Autobiography (2017)(vincentpoon.com ↗)
    discuss
  30. ElevenLabs Launches Reception(twitter.com/elevenlabs ↗)
    2comments

Show HN: Halo 3's Guardian, playable in the browser, as my personal website

10 pointsby 2h agorunboli.com
4 comments
I've never had a personal website, and I didn't want to make a resume/portfolio site, so I rebuilt Guardian and hid a treasure hunt through my life inside it.

You start in the Halo 3 main menu, go through the lobby, spawn in the map, and explore. There are photos, stories, quests, mini-games, and Easter eggs scattered around. Movement is via WASD and mouse, no signup.

Guardian was my third place growing up. Starting in 9th grade, my friends and I would get home after school, get on Halo, and hang out in a Guardian free-for-all with MLG settings until everyone came online, then play customs or ranked for hours.

On weekends we'd bring our Xboxes and monitors to each other's houses, stay up all night, and play in local tournaments. Guardian was probably the closest thing I had to a digital home, so I wanted my site to live there. Playing it and hearing the theme music for the first time in 10+ years in a place I knew by heart felt a bit like coming home.

The map itself isn't AI-generated. It uses an original Guardian asset export distributed through the fan-run Halo Archive: an OBJ with 115,250 faces, the original UV coordinates, and 42 referenced diffuse textures, loaded through Three.js.

What was AI-generated was everything on top needed to turn it into a complete game: shaders, lighting, scenario tags, physics, animations, collision, movement, sky and fog, lifts, pickups, weapon handling, and quest routing.

Every pickup was placed by hand against the geometry using callout maps and a dev-only coordinate locator. This was surprisingly tedious to get right - I think it took me 10 iterations just to get the blue lift on Camo to line up parallel with the ledge.

The Guardian geometry and texture assets are 21 MB, so the load is hidden inside the lobby countdown and scorecard screen while the shaders warm up. It targets 60 FPS and feels smooth on a recent MacBook in Chrome.

Touch controls work on mobile, but the field of view is roughly 20 degrees in portrait, so desktop is definitely the best way to play it.

I built it with Codex using Astra. It wrote essentially all of the code: 20,552 lines of TypeScript across 118 files, 973M tokens, 37 hours of runtime, and about 25-30 hours of my time.

Coding wasn't the hard part. The time-consuming part was deciding which memories belonged in the map, where each should live, what game mechanic fit each one best, and then playing it over and over to fix bugs and get the movement and user flow to feel right.

I'll write up more about the Codex/Astra side in a comment since I had a lot of interesting learnings from building something this large with it.

This is an unofficial fan project and I'm not making money from it. The geometry, textures, UI, and many of the sound effects are Halo material and belong to their respective owners.

Some things are still rough. There's occasional lag when picking up a power weapon. The lifts don't feel quite natural - it was hard to replicate the vacuum effect of the real lifts. On some browsers like Firefox, audio needs a click before it starts.

Would love feedback on how it could be improved, especially from anyone else who spent a lot of time on this map.

2h agoHN ↗

Awesome job! Very cool to see this.

1h agoHN ↗

Sir you made my day. Worked on iPhone se3.

1h agoHN ↗

At first I thought that might have been the third gen of iPhones (circa 2009), but then I looked it up and saw it came out in 2022 . Thank you!

26m agoHN ↗

“Coding wasn't the hard part.” I would hope not since astra did that.

Above saltiness aside, are you worried Microsoft will see this?