• 12 Posts
  • 362 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle



  • Not even close. Most hardware issues I had were with Windows. Additionally, that thing gets slow over time, no matter what you do. If you use it often, it’ll get to an unusable state in a year or two. And you can’t do anything about it except fresh reinstall. It spies on you so much even Google could learn from them. And nowadays it even has ads. You pay for the OS and then you still have ads, classy. And as a bonus, all the spying and ads are so unoptimised that they make your computer slower.



  • Rikudou_Sage@lemmings.worldtolinuxmemes@lemmy.worldLinux is too hard
    link
    fedilink
    arrow-up
    9
    arrow-down
    5
    ·
    edit-2
    1 day ago

    Well, that sounds like issues with your specific hardware, because that’s definitely not the usual Linux experience.

    Tip for next time: find some distro that has up to date kernel. Ubuntu, Mint and Debian are definitely not good if you have very recent hardware, they stay on old kernels for quite a long time. And drivers are in the kernel.

    I have to disagree about Windows being easier, but that’s fairly subjective. What’s 100% objective is that it’s definitely not the reason everyone uses Windows, the reason is much simpler: it came with their machine.

    Anyway, I recommend Nobara for gaming - it’s basically Fedora, but preconfigured for gaming and general normal use.


  • Oh yeah, Windows storage driver issues are great if you need to kill time. Nothing better than your Windows installer claiming there’s no disk. Great in combination with missing touchpad drivers. But hey, at least I found out it can indeed be installed without a working mouse and that includes installing the storage driver!








  • It’s also great if you have a general knowledge of something but don’t know the details. Like today I needed to do some database introspection using queries in Snowflake, I knew exactly what I needed but not where the database schema is located etc., so I let GPT write the query instead.

    Or some time ago I needed to get all instances of classes implementing a specific generic interface in .NET, the code eventually dabbled into the very specifics of the runtime, it would’ve taken me much longer to find out with documentation.

    All in all, it’s my opinion that AI is great if two conditions are met:

    • you know exactly what you want to do and you can specify it to very tiny details
    • you have the knowledge to verify whether the result makes sense without running the code (or at least the knowledge that it can’t break your app or computer)