Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    10comments
  2. Strands Harness(strandsagents.com)
    35comments
  3. Stripe's Knowledge AI Platform(stripe.dev)
    42comments
  4. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    54comments
  5. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    184comments
  6. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    3comments
  7. Jev in 25 Lines of Python(nobodywho.ai)
    139comments
  8. Z80 REPL (2018)(abagames.github.io)
    12comments
  9. GPT-6 Sol and Luna(openai.com)
    799comments
  10. Jev Can't Be Calibrated(alexmolas.com)
    11comments
  11. I don't want the details(michaelheap.com)
    106comments
  12. Tokens Too Cheap to Meter(jyn.dev)
    64comments
  13. Claude Opus 5.5(anthropic.com)
    1031comments
  14. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  15. Woman Arrested, Dragged Away After Speaking About Flock at City Council Meeting(404media.co)
    3comments
  16. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    3comments
  17. Transit rewards(waymo.com)
    266comments
  18. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    412comments
  19. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    65comments
  20. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    231comments
  21. What California is learning from solar panels built over irrigation canals(kqed.org)
    567comments
  22. Samsung accidentally freezes its smart fridges with a software update(androidauthority.com)
    166comments
  23. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    173comments
  24. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    64comments
  25. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    532comments
  26. SAML: A fractal of bad design(trailofbits.com)
    156comments
  27. Data-only attacks are easier than you think (2024)(usenix.org)
    32comments
  28. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    117comments
  29. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    421comments
  30. Community condemn Bedminster AI mural as 'insult' to artists(bbc.co.uk)
    7comments

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

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

46m 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.