this post was submitted on 31 Aug 2023
3 points (100.0% liked)

Programming

17025 readers
158 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

And you, what's your operating system to code ? Me, I use Arch btw

all 13 comments
sorted by: hot top controversial new old
[–] huginn@feddit.it 0 points 1 year ago (2 children)

I wish the company I worked for would let us use Linux. Mac dev only. :(

[–] kuresov@lemmy.ml 0 points 1 year ago (1 children)

Better than Windows at least

[–] sederx@programming.dev -1 points 1 year ago

i used to have this opinion, i dont after having to use a mac for a few months. id take windows+wsl any day.

[–] MalReynolds@slrpnk.net 0 points 1 year ago (1 children)

As a linux dev, this conspicuously misses mentioning Visual Studio.

[–] myersguy@lemmy.simpl.website 1 points 1 year ago

True, but he mentions .NET development is Windows first, and even mentions that you have "some IDE's that work with it, like Rider". He kind of said it without mentioning the specific IDE.

Rider is the real MVP anyways.

[–] koorool@feddit.de 0 points 1 year ago (1 children)

Most companies I worked with had a choice of the work laptop, usually Windows/Linux or MacBook. And the trick is, you cannot buy cheap MacBook. So the choice is using linux but with a terrible screen, unusable trackpad and bad hardware, or take MacBook and enjoy all premium.

So I always take MacBook and then ask for a local workstation where I will have linux with i3 / Sway WM.

[–] Dogeek@sh.itjust.works 0 points 1 year ago (1 children)

My company didn't leave me a choice, I got an XPS 15 which I had to setup with my distro of choice (but all the internal tooling is for Ubuntu, I personally would have preferred to install Fedora or Debian 12 with i3wm).

It's not that bad a laptop but it overheats like crazy and has really shit battery life (barely enough for a meeting), and some of its features I can't explain : why is a 4k touchscreen on a laptop a good thing? It eats 4x the battery for no noticeable visual improvement. I don't use my laptop 5 inches from my face.

[–] zipfelwurster@feddit.de 1 points 11 months ago (1 children)

I remember having bad overheating issues with Linux years ago on an XPS 15 (9560 model if memory serves, so unlike yours no 4k or touch).

The key on mine was to disable the dedicated GPU which I didn't need anyway. I remember afterwards, mint would run mostly quiet and the battery lasted longer than on the windows partition. If you are interested look up bumblebee on the arch wiki.

Also I know this reply is late, but maybe it helps.

[–] Dogeek@sh.itjust.works 1 points 11 months ago (1 children)

I already thought about disabling the dedicated GPU on that laptop, but I unfortunately cannot since I need it to train neural networks and the occasional lan party at, work

[–] zipfelwurster@feddit.de 1 points 11 months ago

If you set up bumblebee correctly you should be able to enable and disable the dedicated gpu on the fly if i'm not mistaken. Might still help with long teams meetings.