Ask HN: Was programming more interesting when memory usage was a concern?
31–40 of 50 posts
Re: Ask HN: Was programming more interesting when memory usage was a concern?
#32You're wrong, to be blunt.
Sure there's some interesting challenges to solve around keeping memory usage low, but mostly it was just tedious and limiting.
Programming has enough challenges and interesting optimizations without worrying as much as one used to have to about memory.
Re: Ask HN: Was programming more interesting when memory usage was a concern?
#33Re: Ask HN: Was programming more interesting when memory usage was a concern?
#34These days, developers have no shame - even Microsoft shows Teams was a utter piece of garbage with both memory and cpu usage https://youtu.be/CT7nnXej2K4 . Are they even serious with 22 second loading on a modern hardware and multiple gigabytes of memory usage for a stupid chat app?
We still use laptops that have 8GB of RAM in our company for positions like HR, marketing and others and the fact that Teams and couple of browser tabs can totally kill their PCs is insane. Laptop manufacturers haven't caught up to the news and they still charge premium for 32GB machines, while 8GB is no longer sufficient for anything and 16GB should be the baseline these days.
And of course this is not just Teams but many other applications. Too bad most users don't understand the issue and think that something is wrong with their computers.
Regular users are not great testers. Testing used to be a dedicated job...
Anyway I think there should be a lot more pressure on developers to use our current hardware more efficiently
Re: Ask HN: Was programming more interesting when memory usage was a concern?
#35Re: Ask HN: Was programming more interesting when memory usage was a concern?
#36Re: Ask HN: Was programming more interesting when memory usage was a concern?
#37> Am I wrong or was programming just way cooler back then? You're wrong, to be blunt. Sure there's some interesting challenges to solve around keeping memory usage low, but mostly it was just tedious and limiting. Programming has enough challenges and interesting optimizations without worrying as much as one used to have to about memory.
Re: Ask HN: Was programming more interesting when memory usage was a concern?
#38I checked this morning; it was still the case.
Re: Ask HN: Was programming more interesting when memory usage was a concern?
#39Re: Ask HN: Was programming more interesting when memory usage was a concern?
#40[edit to add:] Although, another part of having to understand memory usage, for example, meant that you really had to understand the fundamental building materials you were working with. Where as now, no one has the man hours to really understand the stack of tens of thousands of lines of node shit you have to glue together to do some basic task.. you feel more excited when you are really mastering the materials, I think..