this post was submitted on 24 Feb 2024
391 points (96.2% liked)

Technology

58022 readers
4321 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] 1 points 6 months ago (1 children)

I run a main box that I still dual-boot between Linux and Windows, and the rest of my boxes are Linux. I'm definitely skeptical of Microsoft's drive in adding these tools other than to try to unseat Linux dominance in server settings, but for real, some of the stuff they've been adding is pretty tits, like winget for example.

[–] QuaternionsRock 2 points 6 months ago* (last edited 6 months ago)

I don’t think there are malicious intentions behind winget. Aside from the fact that it’s objectively useless for server configuration, Windows Server lost to Linux in terms of performance per dollar a long time ago. The target use case for winget seems to have been spinning up new employee PCs, but I’m not confident that it would be wise to use it for that.

It’s also shockingly simple for a package manager. Nearly all of the “packages” simply download the software’s installer from the official website and silently execute it. You can see (and add to) all of the package configs here. It’s literally a GitHub monorepo lmao

Edit: here is the one for Steam, for example. The whole thing is 63 lines of yaml.