56_

joined 4 years ago
[–] [email protected] 5 points 2 days ago (1 children)

btw you can't link to the image on github directly like that - the link expires after 5 minutes. I think https://github.com/user-attachments/assets/d6fddb38-0c71-4e79-81f6-0a359c41e7fc should work though.

[–] [email protected] 3 points 1 week ago (1 children)

I know a couple who got married in a 2-person camel costume.

[–] [email protected] 3 points 2 weeks ago (1 children)

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.

[–] [email protected] 8 points 3 weeks ago

My Linkedin has a permanent Emails aren’t getting through to one of your email addresses. Please update or confirm your email. message. Linkedin knows my email doesn't work. It shows an "x Email not reachable" in the settings page as well. But as soon as I click "Add email address"... We sent a code to your email. WHY? it's bizarre.

[–] [email protected] 2 points 1 month ago (1 children)

You can also access apple maps in a browser at https://beta.maps.apple.com/

[–] [email protected] 3 points 1 month ago

As a 23 yo who is mostly surrounded by people aged 50-80, you still have a good few decades left. Some people in their 70s treat life like a 30 yo would.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

This page seems to say it just links to facebook groups? https://buynothingproject.org/find-a-group

I also can't see a way of finding groups without making an account.

https://www.freecycle.org/ is a good option, and can be browsed without an account.

[–] [email protected] 7 points 1 month ago (2 children)

It's just that the user is in control of page styling.

[–] [email protected] 2 points 1 month ago

PyQT maybe? It's a feature rich GUI library. There are also third party libraries for additional features: https://www.pyqtgraph.org/ . I found the documentation pretty good when I used it last.

[–] [email protected] 7 points 2 months ago (1 children)

I've been using mailbox.org for a while, and I'm happy with it. It costs 1€ per month at it's lowest. They have also been developing an open source video conferencing thing (included in the 1€), which from my experience is much better than jitsi.

[–] [email protected] 9 points 3 months ago (1 children)

The JavaScript isn't slow at rendering, it's re-doing all the network requests. It re-loads parts of the page each time the layout changes.

[–] [email protected] 4 points 3 months ago

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.

view more: next ›