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

help-circle

  • k4j8@lemmy.worldtoLinux@lemmy.mlMy move to Linux
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    I don’t like Notepad++ as a text editor for code, but my god is it amazing for taking quick notes. I’ve been searching for a Linux equivalent but haven’t found it yet. My favorite Notepad++ features:

    • Opens immediately.
    • Never loses data, and I mean never - unsaved files are restored after crashes, reboots, power outage, you name it.

    For jotting down quick meeting notes in a hurry, it’s great. The settings are messy and hard to configure though, so I use Vim/Helix for writing code (hobbyist, not professional).


  • To be fair, the first time I tried running local AI (and it actually worked), I was so surprised that I actually unplugged my Ethernet and tried again. I’m still surprised, but it’s possible for the massive amounts of training data to be compressed to a model under only 10 or 20 GB.


  • k4j8@lemmy.worldtoLinux@lemmy.mlBest Email Client
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I use Mailspring. The only thing missing from Mailspring for me is seeing what folders my emails are in when I run a search. Otherwise, it’s the only non-CLI client I’ve found that let’s me use the keyboard to select multiple emails and move them to a folder, something I do in Gmail.

    If anyone knows of others, let me know! I’ve tried Claws, Evolution, Geary, KMail, and Thunderbird in addition to Mutt and aerc in hopes of finding something to replace Gmail.



  • I agree and use Arch as well, but of course I wouldn’t recommend it for everyone. For me, having the same distribution on both server and desktop makes it easier to maintain. I run almost everything using containers on the server and install minimal packages, minimizing my upgrade risk. I haven’t had an issue yet, but if I did I have btrfs snapshots and backups to resolve.