Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    25comments
  2. Gemini 3.8 text-to-speech says hello(blog.google)
    23comments
  3. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    103comments
  4. Stripe's Knowledge AI Platform(stripe.dev)
    54comments
  5. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    8comments
  6. Jev Can't Be Calibrated(alexmolas.com)
    37comments
  7. Strands Harness(strandsagents.com)
    47comments
  8. Jev in 25 Lines of Python(nobodywho.ai)
    146comments
  9. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    199comments
  10. GPT-6 Sol and Luna(openai.com)
    804comments
  11. I don't want the details(michaelheap.com)
    116comments
  12. Z80 REPL (2018)(abagames.github.io)
    12comments
  13. Tokens Too Cheap to Meter(jyn.dev)
    85comments
  14. Claude Opus 5.5(anthropic.com)
    1036comments
  15. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    3comments
  16. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  17. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    419comments
  18. Transit rewards(waymo.com)
    275comments
  19. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    10comments
  20. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    69comments
  21. What California is learning from solar panels built over irrigation canals(kqed.org)
    590comments
  22. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    233comments
  23. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    176comments
  24. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    65comments
  25. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    540comments
  26. SAML: A fractal of bad design(trailofbits.com)
    160comments
  27. Samsung accidentally freezes its smart fridges with a software update(androidauthority.com)
    194comments
  28. Data-only attacks are easier than you think (2024)(usenix.org)
    32comments
  29. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    120comments
  30. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    442comments

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

16 pointsby 16h agogithub.com
3 comments
16h 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

14h 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.

1h agoHN ↗

Currently the title says "Web-based IBM 1620 emulator and IPL-V from 1963" until HN's title policy inevitably vandalizes it to remove the informative part. But, to give further context on IPL-V, IPL (I think actually IPL-IV) was key to some early AI research, but the main reason it's interesting in 02026 is that it's what inspired Lisp. It's a terrible programming language by today's standards, and the manual is a horrible slog, but you can see the seed of almost every programming language popular today in it.