• 1 Post
  • 67 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle


  • When I’m not thinking about anything, it just plays music, all the time.

    When I’m thinking, it’s kinda like the reasoning of an LLM, it talks about possible ways to solve something, how things could end, and says things like “oh right, if I do X, I need to do Y”.

    The strangest thing is that despite me being italian, most of my inner monologue is in english, especially when I’m playing games or programming; and it’s not in my voice, it’s a generic male voice that kinda sounds like Morgan Freeman.



  • It depends on what you want to run.

    Games generally run very well or even better than windows, but if your target is games you should use a more “optimized” verison of wine, like proton. Other applications are a bit of a hit or miss: things like MS office, adobe trash, etc. don’t run very well if at all, some may have random issues like crashes or the UI not working properly, others run perfectly, you have to try it.

    If you run into issues, don’t be discouraged: for games, take a look at protondb.com or PCGW (fixes that work on windows usually work on wine too), for applications, check the appdb on winehq.org; when something doesn’t work more often than not it’s just a missing library or some setting you have to tweak.







  • dosse91@lemmy.trippy.pizzatoTechnology@beehaw.org*Permanently Deleted*
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    5 months ago

    I sincerely hope you’re trolling.

    I teach computer science and windows has been the biggest source of problems I’ve had in the last five years: I’ve seen defender delete their programs when compiling them, I’ve seen it delete gcc because it thought it was malware, I’ve seen it do forced updates in the middle of a test, I’ve seen updates break tools like compilers and servers that needed to be reinstalled on a daily basis, I’ve seen onedrive make some of their files inaccessible, I’ve seen updates break their wifi, I’ve seen it take upwards of 10 minutes to log into our AD domain, the list of problems goes on.

    These days windows is a piece of shit, especially if you’re a developer. I’m basically forced to have them either install linux or do all their development in wsl, and it fucking sucks.









  • Things have gotten A LOT better since I started using it, but here’s a list of things I hate after using Arch with KDE as my main OS for almost 7 years:

    • Not having an archive manager as good as 7-zip was on Windows. Ark is a good replacement but it supports less formats, has less options when compressing, and most importantly if you close the archive while extracting it silently fails (reported in 2019, still not fixed)
    • You can’t make an account without a password (yes, I know I can configure the sudoers file and polkit to skip password prompts, but that’s not user friendly). For the average user, having to type the password after login is incredibly annoying, I would like to have something like the UAC prompt in Windows
    • Wayland: it was made mainstream waaaay too early, causing a lot of issues with both Qt and GTK applications, some of which persist to this day, especially with fractional scaling and HDR
    • Developers seem to think that I enjoy using the terminal: I don’t, I hate it. Why isn’t there a GUI for pacman supports the AUR and doesn’t suck?
    • Random broken commits being pushed to stable. I’m talking about “how the f did you not notice this?” kind of bugs, like how I had to rename files twice in Dolphin before it would actually rename them. It was fixed quickly but how did this get into stable in the first place?
    • Flatpak having its old ass version of mesa in the runtime, causing all sorts of issues if you have a newly released GPU. I stopped using it because of this