Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Stripe's Knowledge AI Platform(stripe.dev)
    27comments
  2. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    161comments
  3. Strands Harness(strandsagents.com)
    discuss
  4. Jev in 25 Lines of Python(nobodywho.ai)
    134comments
  5. Z80 REPL (2018)(abagames.github.io)
    10comments
  6. GPT-6 Sol and Luna(openai.com)
    795comments
  7. Jev in practice: typed decisions, scoped authority(tenuo.ai)
    3comments
  8. I don't want the details(michaelheap.com)
    87comments
  9. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    discuss
  10. Claude Opus 5.5(anthropic.com)
    1022comments
  11. Tokens Too Cheap to Meter(jyn.dev)
    48comments
  12. Two Git ignore files nobody told me about(dinculescu.dev)
    39comments
  13. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  14. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    2comments
  15. Montreal adopts bylaw banning insults against police, municipal employees(cbc.ca)
    29comments
  16. Samsung accidentally freezes its smart fridges with a software update(androidauthority.com)
    131comments
  17. The Price of Intelligence Is Falling Rapidly(marginalrevolution.com)
    33comments
  18. Transit rewards(waymo.com)
    257comments
  19. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    411comments
  20. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    225comments
  21. What California is learning from solar panels built over irrigation canals(kqed.org)
    543comments
  22. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    170comments
  23. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    62comments
  24. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    54comments
  25. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    524comments
  26. SAML: A fractal of bad design(trailofbits.com)
    156comments
  27. Data-only attacks are easier than you think (2024)(usenix.org)
    31comments
  28. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    115comments
  29. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    99comments
  30. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    405comments

Web-based IBM 1620 emulator and IPL-V from 1963

10 pointsby 15h agogithub.com
2 comments
15h agoHN ↗

Paul Kimpel has built a lovely web-based IBM 1620 emulator, and was able to compile and run a 1963 IPL-V compiler and runtime from U Oregon. Run it all from your browser! Execution details and project history linked from Paul’s repo: https://github.com/pkimpel/retro-1620

13h agoHN ↗

A blast from the past! An IBM 1620 was the very first computer I programmed, way back in 1969, likely a model 2. As part of a second year Applied Mathematics semester we were given a block of coding forms, a McCracken book on FORTRAN II and a list of problems to solve. There was no instruction on how to do this beyond reading the book, as far as I can remember. Someone punched cards from our coding forms and put them into the machine. We never actually got to touch the hardware, but we could look at it through glass windows.

That was a life-changing experience as it led to me dropping out of my Physics degree and eventually going into a computing career.