Hacker News new | ask | show | jobs
by dimitar 1823 days ago
The processors in there are still probably fast enough, they will just be hotter and consume more battery power (and the battery capacity is diminished). If they have more RAM and maybe an SSD + run Linux they'll be fine. A modern OS (windows 10 or Linux is a must). I have a laptop from 2011 and it runs fine.

Maybe devise a test which you can do with your boss? Write down 10 common tasks and try them out on one of the computers.

1 comments

Thanks for your suggestions.

I think the main problem is actually the lack of an SSD. Opening programs, files and compiling takes just forever.

I showed this to my boss but he just thinks it's not a big deal.

Are you running Linux or Windows on these? With sufficient RAM (and slightly efficient IDE) (and the right FS) Linux may cache your files and you might not actually feel a huge problem after first compile of the day. Or you can see if you can create a ram filing system (tmpfs) and do compilation from there. Docker COULD be very efficient and might Just Work(tm) ok. Is IntelliJ the thing that's slowing you down?

Possibly just replacing the spinning rust with cheap SSDs might be a good compromise. Modern laptops have a separate M.2 connector, but these old ones probably don't.

Another solution might be to have a single central server to stand up docker instances fast, if that's a thing you need.

Also, maybe look in to using something like raspberry pi 4 as an extra plug-in unit to help out (as docker host)? They're surprisingly powerful; possibly at least as good as the 2011 laptops. At least try one out and see!

... and you're spoiling these guys ;-) Back in my day, I used notepad and javac raw, and liked it!