Hi, I’m sbird! I like programming and am interested in Physics. I also have a hobby of photography.

previous scheep on lemmy.world: https://lemmy.world/u/scheep

  • 4 Posts
  • 12 Comments
Joined 4 months ago
cake
Cake day: June 12th, 2025

help-circle






  • Aegis seems like a pretty good 2FA app on Android from what I’ve heard. Personally, I use Ente Auth as sync is very helpful when I don’t have my phone nearby (you can either use the desktop app or use your browser, both work). Don’t think you can self-host sync, though I might be wrong. Ente Auth also works without sync, so there’s that.

    I would not suggest using a password manager’s 2FA integration (e.g. Bitwarden, I think Proton Pass has one if you use that?) as it kind of defeats the point of 2FA, since if someone got access to your password manager, they would also get the 2FA codes.





  • I’ve installed Kate and it seems pretty good. It’s quite customisable in terms of the layout and such(similar to VSCodium), and it seems to have most of the things I need. I’ll have to try both of them out and decide on which I like better.

    Two things about Kate I don’t like though: there’s no everforest theme (fortunately I found Tokyo Night to be pretty good), and the file picket window doesn’t follow my GNOME theme and is a bright white box. I guess that’s because Kate doesn’t support GTK themes?

    Also, what’s the difference between what looks like three different folder tree buttons (Document seems to only show one file, and then Project and File Browser plugin both show the full tree of the folder you have opened)? And is there an equivalent for the “Code Runner” plugin? If not, I guess I could always just run “python filename.py”, but a play/run button would be nice.




  • On other editors, I like VSCodium the best. Something like Neovim or Helix is a bit too hardcore for me, and I like having a folder tree to navigate between different files. Sublime Text isn’t open-source and, in my experience, VSCodium is more customisable with plugins and such. Lite XL is one I tried recently and seems interesting with a bunch of plugins as well, but doesn’t include a GUI for the settings page (there’s a plugin for that though, but strange that it’s not built-in…). I still like Lite XL, it’s got support for a bunch of languages. The main drawback for me is that there doesn’t seem to be a git branch tree or any way to run code within the code editor.