The specs for laptops dont appear to have changed in the past six or more years. Still 4\8 Gb Ram & 100-200gb storage. Is storage stagnating because people stream everything now? Are laptops not representative? Is it bitcoin?
The specs for laptops dont appear to have changed in the past six or more years. Still 4\8 Gb Ram & 100-200gb storage. Is storage stagnating because people stream everything now? Are laptops not representative? Is it bitcoin?
Those spectacular gains in processor performance were all eaten by software developers. Instead of having an uber-fast computer, you have a computer that is rather slower than Windows 98, and developers' job is easier. Used to be, you had to know something to program. Be sharp, have talent. But now anyone can take a six week bootcamp and get a job coding. Because they can lean on that giant processor to do all the work. It slows the computer to a crawl, but what kind of developer actually uses her own software?
I'm a comp sci major and maybe this speaks to how much I don't fucking know, is it just people not understanding memory allocation and relying too much on ridiculously bloated libraries?
There's a number of factors:
Honestly, I think that's a lot of it. Look at the kind of shit we call cross platform now. Electron apps are running javascript in a chrome process as an appliance for god's sake, it's madness. I don't think devs that know better really like any of that, but it's a way to shove out an app that does stuff I think.
1 Password recently announced they’re replacing their native macOS app with an Electron app, it’s very sad to see. JavaScript is an abomination, a hack, a joke of a language. Yet it is essentially cementing its place as the universal technology.
I spent a year writing Elixir and Phoenix/LiveView professionally - it was the only time in my career I actually enjoyed front end development, as I finally wasn’t writing fucking JS. Sadly that experience probably won’t repeat itself!
tbh it seems rather the opposite to me, minimum OS requirements can be fulfilled by 10 year old laptops now , so OEMs don't bother fitting their new stuff with extra RAM since performance returns on that end are diminished past 8GB
Not RAM, but processor cycles.
Exactly, you can run most shit with a core2duo nowadays, even the shitty electron crap no problem. Hell, even a raspi can run electron apps no problem. Issue mainly is that it has a large space complexity, it hogs memory, every instance by default eats up somewhere between 100MB to 200MB which is a lot for low-specced laptops, but that's mainly an OEM problem.