this post was submitted on 13 Nov 2025
683 points (98.6% liked)

Technology

76808 readers
3591 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

A few days ago, Davuluri shared his excitement about it on his official X handle. He seemed very eager to reveal what the company has in mind at the upcoming Ignite event regarding the agentic OS plans.

Unfortunately for Microsoft and Davuluri, the response has been overwhelmingly negative, so much so that the comments on that X post have now been disabled.

Made me laugh. :)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] random_character_a@lemmy.world 15 points 14 hours ago (1 children)

Because linux users are haxors that will be pecking at their sortware DRM and create unofficial 3rd party pluings that make users life easier, but give dev teams a headache.

/s

[โ€“] jj4211@lemmy.world 7 points 12 hours ago

My career is supporting business Linux users, and to be honest I can see why people might be reluctant to take on the Linux users.

"Hey, we implemented a standard partition scheme that allocates almost all our space to /usr and /var, your installer using '/opt' doesn't give us room to work with" versus "Hey, your software went into /usr/local, but clearly the Linux filesystem standard is for such software to go into /opt". Good news is that Linux is flexible and sometimes you can point out "you can bind mount /opt to whatever you want" but then some of them will counter "that sounds like too much of a hack, change it the way we want". Now this example by itself is mostly simple enough, make this facet configurable. But rinse and repeat for just an insane amount of possible choices. Another group at my company supports Linux, but just as a whole virtual machine provided by the company, the user doesn't get to pick the distribution or even access bash on the thing, because they hate the concept of trying to support linux users.

Extra challenge, supporting an open source project with the Linux community. "I rewrote your database backend to force all reads to be aligned at 16k boundaries because I made a RAID of 4k disks and think 16k alignment would work really well with my storage setup, but ended up cramming up to 16k of garbage into some results and I'm going to complain about the data corruption and you won't know about my modification until we screen share and you try to trace and see some seeks that don't make sense".