No doubt this has gotten more "seamless" in recent years than it was at first.
The exact definition of "deceptive trade practices".
I work on a Mac, I run servers on Linux, I game on Windows.
More and more it seems people don't even find it necessary for that.
I'm "the Linux friend" for a lot of my friends, and over the last year-ish a surprising number of them have asked about advice for switching to Linux. I've helped four people attempt the switch, and three out of the four have stuck with Linux so far.
Granted, I could get that on Macintosh. But while their fans like to claim that Apple's engineering is all about usability, that hasn't been true for quite some time. It's now become a status/elitism thing (see, e.g., yesterday's conversation about Tahoe icons). And their UX model is very contrary to my way of thinking about things.
Might need a little update to bring it up to date.
Disclosure: I fear technology and my daddy is not rich.
Valve saw exactly this scenario, because you're right: Windows isn't good for stability any more. Windows isn't good for driver compatibility anymore. Windows isn't good for being easy to do your own thing. It's only good for gaming...
even this has gone away for me, exited first with Bazzite and am now on CachyOS. Still got a debloated Windows11 on a different SSD for when friends want to play games with kernel-level anticheat or other bs.
feels good to be free of Microsoft. work on a Mac, game on Linux, phones run Android.
Apple give you a middle finger with a "Something went wrong" or just spins forever. No information whatsoever on what the problem is and how you could possibly debug it. Compete lack of tooling to help with that too.
Probably my favourite example was when it was giving me an error message of "A device is using too much power, try unplugging and replugging it". Which device? Which port? What is "too much"? HA, FUCK YOU. I spent hours trying to debug this (so there is a tool that can give you power use per USB device, but it's a point in time one). In the end rewired everything because it was just impossible to discover what the hell was its problem. Another fun one was trying to extend my macOS screen to an iPad, where the button just wasn't there. Why? What was I missing? Who knows.
Otherwise, spot-on to my MO
Amiga users have been here before.
Some computers are shared by six family members, each with their own MS account and 1TB of storage. OneDrive makes it so the computers can have a 1TB hard drive but still give everyone ready access to their files by not storing them all on the hard drive.
If I don't want something synced to Onedrive then I usually save it in my downloads folder or another separate folder I create outside Onedrive. I've never had any problems.
The comments by people who hate make me wonder why my experience is so different than theirs.
I will say that the Microsoft Office OneDrive save experience is completely subpar. It behaves completely separate & unlike Windows Explorer and is just unpleasant to work with.
Microsoft gets their tendrils everywhere.
[0]. A huge shoutout to the folks behind the amazingly solid https://github.com/abraunegg/onedrive
To point out how shambloic it was it was originally called SkyDrive but they were forced to rename it thanks to a trademark lawsuit. I mean, they launch a product that is so important to them that they are willing to make us all miserable shoving it down our throats and they can't be bothered to spend a few $100 or $1000 on a trademark search.
I was working with Word and found that it defaulted to OneDrive which I could have lived with if it worked. Except it didn't work and when I tried to save documents I could not save.
Needless to say that was the last time I used OneDrive. Microsoft doesn't get it
Force somebody to use it -> It fails -> Somebody never uses it again
Third-party vendors like DropBox, Box and many others have made products that look like OneDrive but actually work and never make it so I can't save my work.I have OneDrive completely disabled on my personal PC. I still found I couldn't find files that I had created with Word in the filesystem. Turns out even if you don't have the OneDrive service running on your PC, Office will store files in OneDrive directly through the API -- it's not hard to turn off (thanks Copilot!) but it's one more thing to be resentful about.
Whatever you do, don't try to sync a git repo folder with OneDrive.
The UI in Windows is intentionally designed to confuse the issue so people unintentionally end up using One Drive, which is free until it isn't and then they can jam you with a subscription. Many of my students barely have an understanding of what a file system is and how it works now due to this horrible user-hostile UI.
MacOS is headed this direction as well. Congrats linux: you just need to continue to get worse at the relatively slow rate that you always have and you will be the best desktop/laptop OS within a few years.
no major issues here. sure its got the occasional bug, and is missing some features i think it should have... but all in all its very usable.
But consider the alternative... :(
So what’s gone wrong?
The shenanigans that happen when you 'link' to files, or not, from Teams to Outlook to Sharepoint is beyond me.
They also constantly sneak it into Word. If you don't pay close attention they suddenly save your local file to some Cloud Desktop folder.
OneDrive just deleted all of my files
Works out really well. They all work perfectly for their intended uses.
I just noticed yesterday that Copilot or OneDrive is pressuring me to set it up and my options are: Yes, Remind me in 1 week, or Remind me in 1 month. Like, what the fuck is that?
It is a testament to the power of tech policy momentum that a company can crank out absolute shit for decades and the corporate world just keeps on using their software because "that's what we've always used".
As far as I'm concerned, I'm fine with these tech CTOs replacing their software engineering workforce with LLMs because the bar is already on the fucking floor when it comes to use experience.
It's basically just holding your computer for ransom because guess what the 20 gigabyte they give you for free doesn't cut it lmao. Don't call it a backup my SSD is 2 terrabyte and I ain't paying you anything.
Back in October I had issues with the Linux dlang Onedrive client deleting all the files shared with me. Unlike Microsoft, the developer actually acknowledged there could be a problem and we figured out the cause was new unintended behavior caused by an old config option, really long issue thread for it here: https://github.com/abraunegg/onedrive/issues/3475 (TL:DR it was a very niche situation unlikely to have affected anyone else, I have more concise thoughts on it in the Gentoo bug: https://bugs.gentoo.org/964370 )
So that was really bad, but we were able to restore all the deleted files from her OneDrive web using its recycle bin. That leaves me with the issue I'm facing now. Some of the files which I created and put in the share she shares with me have my ownership but OneDrive doesn't recognize I created it and she can't change the permissions to share back to me. So now I have to figure out how many files are affected here and I guess copy them on her side so the new files get her ownership and share back properly to me.
I do want to say as well, those files just don't show up at all on my side in OneDrive but they DO show up in my Office apps recent list. It just refuses to let me open them. She sees them though with my ownership and both the web and windows onedrive clients throw errors if she tries to change the permissions. Absolutely maddening.
I think they're related. Software Engineering is about enumerating these edge cases and dealing with them. That requires skill.
Vibe-coding, or even prompting for larger chunks of code doesn't force you to enumerate these edge-cases.
And I firmly believe that reviewing the code for those edge-cases is harder than writing it yourself, as by nature you have to work backwards. You've arrived at a place, and you need to find out which routes were taken, and whether those routes are correct. Guardrails, snow-chain warnings, slope % warnings etc.
When you've arrived at the place it's easy to say: eh, whatever. We got here. Ship it. Especially with the push from above these days to go faster.
It was in my history? Check
Recent documents? Check
Visible in the file explorer? Check
Desktop? No dice
Try to open from the file dialog... error. The message? Can't get it from some URL.
My wife wakes up and starts crying. She's spent hours. What the fuck? I understand computers, and files don't just disappear.
"Were you editing it with Tritium?" (blames my product!)
Wait, a URL? I bet it's some OneDrive dark pattern.
Fix it by de-selecting "backup" multiple times and then clicking "submit". Files magically re-appear after I make sure to tell Microsoft to "keep my local copy".
does everyone hate it?
I remember playing the backup & restore game when rebuilding my PC, which I just happened to do last night as I received a new SSD. I didn't have to worry about documents and thanks to a separate volume, redownloading my Steam library, either. That was a massive time save. And it didn't have to be OneDrive, it could have been any cloud sync service -- but OneDrive works just fine.
The user just fucked up and had a conniption fit on Tiktok.