• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle


  • I think that’s because they don’t understand or don’t care about the risks. Annoyingly I was in the process of making my own version of this campaign when it launched but I was aiming to explain why someone should care that the os is no longer supported and why its a problem first, then suggesting what to do about it. Options weren’t exclusively Linux but I realise buying a new device isn’t always an option either so some people will absolutely keep using 10. It’s not about getting to 100%, just enough that you can make a difference or keep devices out of landfill.



  • With the steam deck proving that Linux gaming was not only possible but easy, I could remove gaming as a reason to keep windows, which meant the only thing I actually wanted windows for was an Adobe subscription that I hadn’t used in over a year. With windows fighting me the whole time, Linux got out of my way and let me use my own device how I wanted to. Which by the way sounds like I’m using it for something complicated or specialized but I’m not, I need it for web browsing, gaming, and light photo editing, that’s about it.

    So that’s the positive case to move away from windows. The other side is that Windows is actively hostile to me as a user. I don’t want or need copilot. For starters I don’t have the hardware to really take advantage of it, and I don’t want it using power unnecessarily. I don’t want office 365, I don’t want OneDrive, I don’t want another UI on top of the 5 other UI frameworks that exist in windows which only serve to make it harder to change things to what I want. I don’t want to sign in using a Hotmail account I made when I was 12 and haven’t touched in years. I don’t want windows telling Microsoft how I use my own device. There’s some cool stuff in windows 11 like WSL which is awesome for me as a dev in my day job, but it’s not enough to keep me in a system that, by design and direction, is trying to lock me into it.

    Xbox app is another example, where my game controllers sometimes work and most of the time don’t. Sometimes there’s cross play with steam, sometimes not. Sometimes even installing the game doesn’t work and I have to re-download the entire game again. Just bafflingly bad and costs me more than steam ever has. Ridiculous.



  • I booked a flight recently, the translation engine was obviously having issues so instead of giving helpful labels for form fields it was stuff like: “{{ name.first }}”, which I could figure out for the most part, but then on submission I got an error with no description at all. I opened the dev tools and resubmitted the form to find the API response which gave me the actual error. 2 pages previously a form field hadn’t been set correctly by the web page (it was a drop-down, I selected an option, the error said it was null). I managed to force the field to populate properly and hey presto, submission works. Ridiculous.