this post was submitted on 30 Oct 2024
325 points (95.5% liked)
Technology
59161 readers
1960 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We use windows PCs at work as software engineers now, but when I was training I used a MacBook Pro M1 with 16GB of RAM and that thing was incredibly performant.
I know it in vogue to shit in Apple, but they build the hardware and the software and they’re incredibly efficient at what they do and I don’t think I ever saw the beachball loading icon thing.
Now the prices they charge to upgrade the RAM is something I can get behind shitting on.
I used Windows, Mac and Linux in the past year.
It's not Mac that's fast, it's Windows that sucks hard.
Same.
it’s almost like people make choices to suit their needs and there isn’t a single solution for everybody.
I wonder what the industry standard is for developers? Genuinely. I’ve heard it’s Max, but my company is all in on Microsoft, not really heard of companies developing on Linux. Which isn’t to say Linux doesn’t have its place, but I’m aware this place is insanely biased towards Linux.
Every place I've been at had developers using windows machines and then ssh into a linux environment
Makes sense for sysadmin or something but little sense for developers and engineers writing code to build enterprise software.
Well enterprise software is either going to run on windows or Linux servers, so sounds like windows and Linux make good dev workstations.
My current work gives devs macs but we build everything for Linux so it's a bit of a nuisance. And Apple moving to arm made running vms basically impossible for a while, it's a bit better now.
Still a giant pain in the butt to have your dev environment not match the build environment architecture.
As a developer writing code who used windows to ssh to linux servers I would disagree. But of course it depends on the company and the nature of the work, just offering my experience
What are you writing code for?
I literally can’t think of an example where ssh’ing into a terminal is going to give good workflow. Just using Nano or Vi?
Like no IDE.
Piping VSCode Server through SSH is pretty nifty.