this post was submitted on 31 Aug 2023
208 points (91.6% liked)

Programming

17326 readers
241 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

(page 2) 50 comments
sorted by: hot top controversial new old
[–] ZILtoid1991@kbin.social 3 points 1 year ago (4 children)

Is there any GUI for either GDB or LLDB? Most cases, I don't think "writing macros to do complicated things" is a path walkable for me, especially as I mostly want to do simple things.

[–] 0x0@programming.dev 2 points 1 year ago (1 children)

I was gonna say Ctrl+X Ctrl+A but that's a TUI.

[–] robinm@programming.dev 1 points 1 year ago* (last edited 1 year ago)

And cgdb is kind of the same but with better controls and syntax coloration.

DDD? Dunno if that's to your taste, nor what state it's in lately but... maybe it qualifies? :3

load more comments (2 replies)
[–] colonial@lemmy.world 3 points 1 year ago (2 children)

Fedora Silverblue is very nice for development work. You can have separate toolbox containers for each toolchain and not worry about it messing with the host OS.

(Unless I'm working with Python. Then it'll find some way to install shit deep in ~/.local or whatever.)

[–] GBU_28@lemm.ee 3 points 1 year ago* (last edited 1 year ago) (1 children)

Am I missing something? Why aren't you doing python development in a venv? Or docker?

[–] colonial@lemmy.world 2 points 1 year ago (1 children)

I don't really write Python, but I occasionally find myself having to use tools written in it.

So Docker won't work (unless I do some scuffed mounting to let it access my working files, which is suboptimal regardless) and I can't be bothered to juggle venvs just to rip my Spotify playlists.

load more comments (1 replies)
[–] Paradox@lemdro.id 1 points 1 year ago

Python belongs in docker for exactly thus reason

[–] Mikina@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Cries in game dev

No, seriously. I've tried getting Unity to work on Linux once, and gave up after few hours of random crashes, bugs or errors. And I never even got to building the game, which I'm sure would be an entirely different adventure that would still in the end require to reboot to Windows and try the build there.

Also, getting O365 to work on Linux was another reason why I eventually gave up, since our company is simply a Windows-based, and the web apps are just too cubersome to use. And for alternative clients you usually need an app password (disabled in our domain) or another setting that you don't want to enable for 95% of your employees, since it's just a security risk in the wrong hands.

Oh, and then there are VPNs. I never managed to get Checkpoint mobile working on Linux, without it also requiring intervention from IT to enable some obscure configuration or protocol support.

It's a shame, but every attempt I made to switch ended exactly the same - after few days of running into "make sure to enable this config on the server side" or "if you don't see that option in the settings, contact your system administrator" for every tool I need for my job, I just gave up.

But I'm considering it giving it another try, and just go with the Unix + Windows VM for administrative tasks. But knowing myself, just the small hurdle of "having to spin up a VM" would be a reason to postpone and not do it properly, since that's additional effort... And then there's still the gamedev I do part-time, where I simply don't believe it's a good idea - after all, given the states the engines are in, it's a recipe for disaster of "works on my machine but not in build" or "doesn't work on my machine"...

[–] theherk@lemmy.world 2 points 1 year ago

As long as I can use a single key combo to get to Wezterm and a single key combo to get to Firefox, I don’t really care. But Raycast is really nice if on Mac.

[–] sliceofbytes@lemmy.world 2 points 1 year ago

I don’t really care they all have their issues and benefits. But mostly just dev in windows for support for almost everything.

[–] dream_weasel@sh.itjust.works 2 points 1 year ago

Also arch when I can help it.

[–] whiskers@lemmings.world 1 points 1 year ago

We use CentOS for work.

load more comments
view more: ‹ prev next ›