Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on what you're coding ?
Graphics ?
ML ?
Web stuff ?
Scientific simulations ?
What ? -
greyfade2137yFor a while, yes.
As you gain experience and branch out to learn more languages and tools, and start doing more complex projects, you'll find 8GB to be somewhat constrained. With virtual machines and large, complicated builds, eventually not even 16GB will be enough.
But you'll see that coming a long time before it's a problem. -
Hi,
Welcome to devrant!
You will figure out by yourself when you need higher specs and mostly you won't!
For machine learning, if it's python you can use Google colab and make use of their free gpu connection to run your code!
Or you can use any pay as you go cloud services like Amazon aws or ms azure to run your code on their server. -
Should work totally fine. I'm using an i5-8250U, 8GB and an MX150 and I've never had any problems.
-
@lmueller
For ml, I have a 4 core cpu at 3.6ghz, 16 gigs of ddr4 ram, and integrated Radeon R7 graphics -
greyfade2137y@TobyAsE you *could,* but having done so for most of my childhood, I can tell you that it's quite unpleasant.
-
TobyAsE28447y@greyfade the question was whether {insert specs} were enough to code. And it certainly is. Whether it is pleasant is a totally different question... ;)
Related Rants
Hello,
Is an Intel i5 (8th gen) with 8GB memory enough for coding?
rant
memory
cpu
newbie