Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Dracula – Amiga Illustrated Edition(giadacu.itch.io ↗)
    discuss
  2. Ben-Gvir(wikipedia.org ↗)
    discuss
  3. A 137ms Sparse-Matrix 3-SAT Solver for 10k Variables(github.com/11developer11 ↗)
    discuss
  4. Show HN: Claude Code hits its 5-hour limit, Codex picks up in the same terminal(github.com/ucsandman ↗)
    discuss
  5. Ben Shapiro(wikipedia.org ↗)
    discuss
  6. It's not just LG. Every TV company is spying on you(theverge.com ↗)
    discuss
  7. Ben (BB) Netanyahu(wikipedia.org ↗)
    discuss
  8. The Doomsday Cult Inside OpenAI – Patrick Boyle [video](youtube.com ↗)
    discuss
  9. Ragnarok Online client written in Golang(github.com/kivutar ↗)
    1comments
  10. Certify the Conversation, Not Just the AI Agent(anuclei.com ↗)
    discuss
  11. Wandering Around Tokyo on Google Maps(ahmedhossamdev.com ↗)
    discuss
  12. JavaFX 27 Native Image on a Raspberry Pi 5(ennerf.github.io ↗)
    discuss
  13. Tay Al-Ard(wikipedia.org ↗)
    discuss
  14. Visualizing the ABA Problem: What Crossbeam-Epoch Solves(sofiabelen.github.io ↗)
    discuss
  15. AI Made Delegation Easy: Structure Is Still the Skill(syntheticauth.ai ↗)
    discuss
  16. Guesswork – zsh autosuggestions ranked by an AI model instead of prefix match(findmalek.com ↗)
    discuss
  17. Kefitzat Haderech(wikipedia.org ↗)
    discuss
  18. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    discuss
  19. Delightfully, such expressions are called biscuit conditionals(futilitycloset.com ↗)
    discuss
  20. Brood War Bench(swerdlow.dev ↗)
    1comments
  21. Project Defuse: Defusing the Threat of Bat-Borne Coronaviruses(documentcloud.org ↗)
    1comments
  22. FocusFlow – Turn complex architecture diagrams into 60fps cinematic stories(tumio.site ↗)
    discuss
  23. Significant Figures: Emmy Noether(chalkdustmagazine.com ↗)
    discuss
  24. Replacing gas stoves with electric stoves greatly reduces asthma symptoms(theconversation.com ↗)
    discuss
  25. Wes Anderson's Criterion Mobile Closet Picks(youtube.com ↗)
    discuss
  26. Show HN: JJHub – Code collaboration platform for Jujutsu(jjhub.dev ↗)
    1comments
  27. A world formed in darkness reveals its secrets(abc.net.au ↗)
    discuss
  28. 'Sketchy AF': What to Know About How OpenAI Staff Discussed Book-Pirating(wsj.com ↗)
    discuss
  29. Ask HN: As a freelancer how should I charge my clients in AI era?
    1comments
  30. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    3comments

6502 Is a Good Starting Point for Beginning Assembly Programming

5 pointsby 3h agonemanjatrifunovic.substack.com
1 comments
3h agoHN ↗

I believe the post only focuses on the simplicity of the hardware, the registers and fails to discuss the problems juggling variables in and out from zero page or other storage because of the very very limited register file. I remember as a kid learning on a C64, sure the instruction was really really simple, but juggling was not. I required a lot of thought around the constraints of moving values in and out etc.