Hacker News new | ask | show | jobs
by superb_dev 761 days ago
Well computing has gotten a lot more complex since c’s inception. It’s model has held up well but the cracks are there
1 comments

Programs are a lot more complex. The computers aren't.

They were far less homogenous in the early years. Today you have a octet addressed little endian integer machine, with ieee float hardware and a small vector unit. Maybe you have two different instances of that on the same address space, but probably just one.

I think reasonable argument could be made that the complexity in modern computing is primarily self inflicted by software engineers.

Computers have gotten much more complex. Maybe your OS provides that nice little bubble for you, but it’s an illusion