• 0 Posts
  • 531 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2023

help-circle
  • I’ve been extremely happy with my windows surface book, which I got over a decade ago, still use regularly, and I can even still develop on it without a huge headache. I think visual studio is the best ide I’ve used. Vscode has replaced pretty much every other basic text editing tool I use (windows based, at least). I’m not a big fan of windows adding more and and tracking shit to the os, but I can’t remember the last time ive had a bsod, and even then I was fighting with hardware problems.

    They definitely have their crap and shit that drives me nuts, and like all the big companies they are trying to slurp up as much data as they can get, which is enough reason for many people to move away, but this idea that they “suck at everything” is just circle jerking.





  • I disagree because you probably use the entertainment buttons more than anything. For instance, my wife’s car has the volume control on the touchscreen, which is super annoying because it’s something I like to manually adjust a lot.

    I honestly can’t think of what I would prefer be touch screen…really it should just display on a touch screen so I can use it if I want, but everything should be controllable through physical buttons too.


  • Microsoft expects me to pay for Office 365? No, fuck you, I’ve got LibreOffice and your older Office software still works as good. Your word processing program, Word, hasn’t really changed that much since 2007 or even 2003. Hell, maybe not since 1997!

    So I moved to foss probably about 20 years ago and have been going back and forth between libre office and open office.

    A couple of years ago my wife wanted me office, so I got the subscription…and man it’s so much better than either of those two, and to suggest that maybe it hasn’t changed since 1997 is mindboggling.

    I’m a big proponent of not signing up for these services, but this paragraph really misses the mark for me.









  • I find working with AI to help me understand way better.

    Using Linux as an example. If I search for “give me the size of each subdirectory in the current directory” the stack overflow answer will be “just type du -h --max-depth=1” so you copy and paste it and, voila!, it’s exactly what you want. Except I have no idea what any of it means.

    However, I ask chatgpt, and it will explain that du means disk usage, -h gives a human readable form, and --max-depth=1 will only go down 1 level, without showing all of the subdirectories.

    So now I’ve learned something.

    Additionally, with coding, it’s a lot like rubber duck debugging for me. Just formulating my question will often lead to an answer, or trying to explain what went wrong with the AI solution helps me get to the proper answer.