this post was submitted on 30 Oct 2024
316 points (95.7% liked)

Technology

58997 readers
5194 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

About time. This also applies to their older models such as M2 and M3 laptops.

In the U.S., the MacBook Air lineup continues to start at $999, so there is no price increase associated with the boost in RAM.

The M2 macbook air now starts at $1000 for 16GB RAM and 256GB storage. Limited storage aside, that's surprisingly competitive with most modern Windows laptops.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago (5 children)

Same.

  • Mac - Fast, user friendly, and UNIX based.
  • Windows - Fast (I have a beast), bloated, stupid command prompt (“Add-Migration”, capital letters really.), wants to spy on me.
  • Linux - Fast, a lot of work to get everything working as you would on Windows or Mac and I’m past those days, I just want to turn the thing on and play Factorio or Minecraft, not figure out if my 4080 will run on it etc.

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.

[–] [email protected] 2 points 15 hours ago* (last edited 15 hours ago) (1 children)

I wonder what the industry standard is for developers?

The Stack Overflow developer survey (which has it's bias towards people who use Stack Overflow)... says 47% use Windows, 32% use Mac, and uh, Linux is split up by distro so it's hard to make sense of the numbers but Ubuntu alone is at 27%. (each developer can use multiple platforms so they don't add up to 100%)

[–] [email protected] 1 points 15 hours ago

Thanks for this.

[–] [email protected] 1 points 17 hours ago (1 children)

I almost never use Windows, but aren't commands and variables in PowerShell case insensitive?

[–] [email protected] 1 points 16 hours ago

Maybe it’s just the Package Manager Console inside Visual Studio Professional as “add-migration” or “update-database” don’t work unless capitalised.

[–] [email protected] 1 points 19 hours ago (1 children)

My current Linux machine needed exactly zero config post install, and even stuff like the fingerprint reader is working, I'm using it instead of passwords in a terminal.

I can also play games pretty well, it's usually smoother and less buggy than on Windows.

I feel Linux is not a compromise for me anymore, Windows is fast becoming one though.

[–] [email protected] 1 points 18 hours ago (1 children)

What distro would you recommend, I’m prepared to try over the weekend.

How does it work with GPU drivers for a GeForce RTX 4080?

Anything else I need to be aware of

[–] [email protected] 2 points 14 hours ago (1 children)

I'm running Fedora KDE on a Framework laptop and a custom built machine, but they are all AMD so IDK about Nvidia cards.

As I've heard Nvidia nowadays releases Linux drivers.

TBH I haven't had any problems installing and using Linux for years now, I think just go for it and see what happens.

[–] [email protected] 1 points 14 hours ago

Thanks. I will do.

[–] [email protected] 3 points 1 day ago (1 children)

I just want to turn the thing on and play Factorio or Minecraft, not figure out if my 4080 will run on it etc.

Funny that you chose two games that run natively on Linux.

[–] [email protected] 1 points 17 hours ago

Minecraft runs great, I dont know about factorio.

but I know some native versions suck absolute ass and force you to use the windows version via proton regardless. ETS/ATS and Cities Skylines 1 being my immediate personal examples.

[–] [email protected] 6 points 1 day ago (1 children)

Every place I've been at had developers using windows machines and then ssh into a linux environment

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (2 children)

Makes sense for sysadmin or something but little sense for developers and engineers writing code to build enterprise software.

[–] Strykker 1 points 1 day ago

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.

[–] [email protected] 1 points 1 day ago (1 children)

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

[–] [email protected] 1 points 21 hours ago (1 children)

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.

[–] [email protected] 3 points 19 hours ago

Piping VSCode Server through SSH is pretty nifty.