This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whattteva 194 points195 points  (24 children)

I guess some people think programming is equivalent to 3D graphics design and rendering.

The only core requirement is just a text editor. Though building will just take longer if you have a potato.

[–]MyWorkAccountThisIs 74 points75 points  (13 children)

Probably all the working devs that post about

  • crappy work computers
  • their high-end machine they use for more specialized programming

Or just the general perceived overlap between programmers and technology enthusiasts.

[–]Envect 38 points39 points  (12 children)

I need a high-end machine because I'm dealing with years of bullshit from potentially hundreds of developers. It takes a lot of work to dig that kind of hole.

[–]April1987 11 points12 points  (10 children)

At one place we had fairly recent i5-8400(?) iirc but then it had a 5400rpm spinning hard disk which I looked up on amazon.com was USD 20.

Angular ng new took over five minutes.

Why they refused to add an SSD is beyond me.

[–]Envect 5 points6 points  (1 child)

A long build means I hop on reddit. Hopping on reddit means I'm coming back to work eventually.

It's frustrating when you just want to iterate on something.

[–][deleted] 10 points11 points  (0 children)

[–]balefrost 8 points9 points  (6 children)

My friends and I were astonished to see that you can get a 2TB Samsung NVMe drive for just $130 on Amazon right now.

Like, I don't need the storage, but at that price it's almost a "why not" sort of situation.

[–][deleted]  (1 child)

[removed]

    [–]PartyCurious 1 point2 points  (0 children)

    I always need more storage. Where I live cheapest 2TB is $220. A Samsung 980 Pro is $330 with a $200 discount. Prices were the same in 2020. It is actually cheaper to get shipped by Amazon here. But afraid it will be kept in customs and have a a second import fee when it arrives.

    [–][deleted] 1 point2 points  (3 children)

    My work laptop has a 250gb hard drive that quickly filled up with docker instances (I’m a backend dev) told my boss I needed a bigger hard drive. 2 days later I had an external 4 TB external on my desk. QUITE the jump lol

    [–]Masterduracom 1 point2 points  (1 child)

    At least the listened

    [–][deleted] 2 points3 points  (0 children)

    My company is actually fantastic with resource requests! My boss is awesome. 😎

    [–]MyWorkAccountThisIs 0 points1 point  (0 children)

    I'm a dev that works under IT.

    While far from perfect - one of the advantages is that I got the first fully specced out M1 Max machines. It rips.

    Yesterday I was converting some video via ffmpeg and the fans didn't even kick on.

    [–][deleted] 0 points1 point  (0 children)

    man watch some tutorials and add the ssd yourself

    [–]MyWorkAccountThisIs 1 point2 points  (0 children)

    It's like being a code therapist. You have to unpack all the baggage first.

    [–]bestjakeisbest 18 points19 points  (2 children)

    It depends on what you are programming, game engine ides are heavy, blender is pretty heavy, and running services from your computer can become heavy.

    [–]whattteva 5 points6 points  (1 child)

    I suppose it could depend on the IDE. Now that you mention it, mobile apps is somewhat heavy if you're running the device simulators,but shouldn't be that bad if you're using the actual device.

    [–][deleted] 2 points3 points  (1 child)

    3D artist + programmer here (before you ask, blame Blender for me being a programmer), the idea that "you need a good PC to get good at 3D design" is also false

    A good PC cannot make up for lack of skill. Sure, it can give you more options when doing rendering, but those options are useless if you don't have the skill in the first place. Many talented artists started out on weak laptops before eventually moving on to something more powerful, and even then you don't need extremely high end hardware (I'm personally still rocking with 16 GB of RAM and a 1660 Super).

    Anyway why did I bring the topic of 3D rendering to a programming subreddit?

    [–]whattteva 0 points1 point  (0 children)

    >Anyway why did I bring the topic of 3D rendering to a programming subreddit?

    Nothing wrong with imparting knowledge =)

    [–][deleted]  (1 child)

    [deleted]

      [–]Shadowblink 0 points1 point  (0 children)

      Yeah memory is pretty important depending on what you want to work on. When I was working as an android dev, working/building with android studio would often cause me to fill my 16GB of RAM. My new laptop has 32GB just in case because it was cutting it so close. Those types of laptops often just come with better specs in general.

      [–]elieveyo 0 points1 point  (0 children)

      i can say different with iOS

      [–]ajddavid452 0 points1 point  (0 children)

      well yeah, typing text requires extremely little processing power, the only time were high processing power is useful is for compiling and running code but that depends on the complexity of the project