Hacker News new | ask | show | jobs
by bigbillheck 1544 days ago
> Memory, disk and CPU are almost free in this new world, so why are we computing like it's 1990 still?

Elsewhere on this very site you'll find no ends of complaints about, say, Electron apps.

1 comments

For general purpose computing applications expand to fill the performance available (that includes real value and bloat!)

I dabble in microcontrollers for fun and there it's different. I am an AVR-8 fanatic and sometimes I think "this is so fast" and "2K of RAM is plenty" and "I can fit CRC-32 tables in 32k of flash because that's what counts as an 'operating system' for me"

Then there are the applications where it just doesn't have the power and I am so glad to have a box of RP2040's because in 2022 the most important attribute of a microcontroller is that it is available.