• 0 Posts
  • 101 Comments
Joined 5 years ago
cake
Cake day: October 20th, 2020

help-circle










  • Kate (and now Kdevelop) support LSPs, so you should get the same autocomplete experience as VS code.

    Note that some LSPs are not what I would call lightweight. You might have a lighter experience using Kdevelop’s python support, rather than an LSP for example (I’ve not tested though). Or research to see if alternate LSPs are available for a language.

    From what I can tell, raylib is just a library? In which case it should work with any autocomplete (Kdevelop or LSP) for whichever language you use.

    Kate includes many default LSP configurations, and links to their download pages in it’s LSP settings. LSPs may also be available in your system’s package manager.







  • There are 2 benefits of using TOTP here:

    If an attacker gains access to your password, maybe through a keylogger or browser extension, the TOTP code will expire after a minute, and the attacker won’t be able to log in later.

    Using 2-factor authentication (in general) allows you to keep your login information on 2 separate devices, such as using your computer to store passwords, and your phone to generate TOTP codes. Most people (me included) will probably use 1 device for both though.