(no title)
favflam | 1 month ago
For me, only Rust compilation necessitates more RAM. But, I assume devs just do RAM heavy dev work on a server over ssh.
favflam | 1 month ago
For me, only Rust compilation necessitates more RAM. But, I assume devs just do RAM heavy dev work on a server over ssh.
pdpi|1 month ago
In the SWE world, dev servers are a luxury that you don't get in most companies, and most people use their laptops as workstations. Depending on your workflow, you might well have a bunch of VMs/containers running.
Even outside of SWE world, people have plenty of use for more than 8GiB of RAM. Large Photoshop documents with loads of layers, a DAW with a bazillion plugins and samples, anything involving 4k video are all workloads that would struggle running on such a small RAM allowance.
gizmo686|1 month ago
Of course, being developer laptops, they all come with 16 gigs of RAM. In contrast, the remote VMs where we do all of the actual work are limited to 4GiB unless we get manager and IT approval for more.
afiori|1 month ago
Sure it is bloated, but it is the stack we have for local development
umanwizard|1 month ago
This assumption is wrong. I compile stuff directly on my laptop, and so do a lot of other people.
Also, even if nobody ran compilers locally, there is still stuff like rustc, clangd, etc. which take lots of RAM.
tynorf|1 month ago
typeofhuman|1 month ago
viraptor|1 month ago
gizmo686|1 month ago
favflam|1 month ago
nkrisc|1 month ago
favflam|1 month ago
fastasucan|1 month ago
Why do you assume that? Its nice to do things locally sometimes. Maybe even while having a browser open. It doesn't take much to go over 8gb.
stackghost|1 month ago
It's a life of luxury, I tell you.
samus|1 month ago