it/she

  • 1 Post
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle






  • lea@feddit.detoLinux@lemmy.mlAMD GPUs are cursed for me
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    5 months ago

    Me with a Vega 64… the forgotten platform. A few games will just straight up reset my gpu with certain instructions, taking the whole system with it. I can’t even play Minecraft with a Mesa version newer than 2 years anymore due to regressions.

    Good thing to know 7800 XT is also cursed though, I was planning on getting that one to escape my situation. lol.


  • I was trying to think why people would use it who have all their email in one web page already.

    I would prefer a web client (since emails are already interlinked with the web so a tab for it is less annoying to me) but none of the options satisfied me so I just landed there. You either use a provider with already good web mail (gmail, proton, …) or you end up with Thunderbird.

    But maybe I’ve missed an option. The best one I’ve had was Nextcloud Mail but it was really slow to load and search.







  • I bought a used magic trackpad 1 to use on Linux. It works quite well out of the box including multi touch capabilities but sometimes if you do a lot of movement in one go it will lag behind. The newer ones can be used wired and use higher Bluetooth versions so that’s hopefully not an issue.

    One noticeable limitation for all is that they run at 90 Hz which is noticeable on a 144 Hz screen, but there aren’t really alternatives as far as I could find.


  • At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

    Anything more lax is fine, so you could also release your code under MIT license if you use GPL modules. Yes, it does force you to release your code but after all it’s a protection for the user. Furthermore, GPL does not mean your software has to be free of charge, you can still sell it as long as you attach the source code for the end user.