this post was submitted on 22 Aug 2023
304 points (95.0% liked)

Technology

58011 readers
4215 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 year ago (1 children)

Guess it depends on the industry. I'm a web developer so it doesn't matter what OS I use, and frankly it's far easier to install and configure the tools I need on Linux than it is on Windows. I can leave a Linux system online for weeks at a time, which in some cases is the entire length of a contract.

Windows is good, but it requires just as much training as any other system to become a real power user.

[–] [email protected] 0 points 1 year ago (1 children)

I disagree. If you consider a power user using PowerShell or terminal, then sure. But simple things on windows are more complex on Linux. Like installing a program, if you can do it through snap or apt get then great, still more complex for the average user compared to windows where you just download and click.

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

Literally it's just download and click.

From the Store if it's there, or from the application website.

[–] [email protected] -1 points 1 year ago (1 children)

No it's not, if it's not on the store (outside of Ubuntu does a store even exist?) then it's more difficult to install. Half the time it's an appimage you have to download, make it executable and then run. Then if you install it from a website you have to go through the trouble of adding a shortcut into your application menu / desktop and it's just way more complex than Windows.

[–] [email protected] 1 points 1 year ago

The repositories for the big distros are so full that you rarely need to ever install anything that isn't already there for you. I use a crapload of software, and I have literally one thing that I've installed that I downloaded from the internet. All updates are handled by the package manager, so there aren't dozens of services running to check for updates. Installing software on linux was already so much easier, byt Flatpak and SNAP have made it absurdity simple.

On windows, you literally go to some website download an executable, and run it. Every time I need to do it for work, I'm shocked that it's such a messy and insecure setup.