it/she

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

help-circle





  • 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.










  • lea@feddit.detoLinux@lemmy.mlBest trackpad for Linux?
    link
    fedilink
    arrow-up
    16
    ·
    11 months ago

    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.