Hacker News new | ask | show | jobs
by whisket 1040 days ago
Thanks so much for writing this out.

It's lovely to see the physicalization of arrays as decks, fixed-function units as sorters and collators, ALUs as tabulators, and human beings as data sequencers.

I really appreciate you sharing this.

1 comments

This is batch processing. Many systems today, especially ones that process money, still look much like that. The hardware is different but the concept remains. Sequential files are created, sorted, merged, and outputs generated.

It's a reliable, well-understood process. If something funny happens, somewhere there is a logged transaction that made it happen. You don't just have an inexplicable database state. Auditors look for those transactions that made something funny happen. What you see in online banking is often yesterday's batch run plus interim updates during the day. The real updates happen in some batch job.