

My only input is gitlab is very complicated, never used the others


My only input is gitlab is very complicated, never used the others


People are worried about losing skills to AI while all the skills have already been lost to Google and stack exchange 😅


🤣 same


Lol reading the source has trained me to try reading the documentation.
If it’s good, it’ll save hours or crawling through code.


Don’t over think it, the people who want to be here will be.


How are you currently serving publicly?


“Static”


Hmmm 🙃
📧📧📧


Awesome!
time to buy a qmk keyboard with a display 😹


Ya I had to bail on hosting email, getting off of block lists and verifying that people even get your outbound email is near impossible at this point.
It’s always the disk cache


Depends on what you’re here for, reddit had a bunch of extremists but they were cut out of r/all so it was less obvious. Here you get a glimpse of everything and should take care of your home feed by subscribing to what you want to see. On my first scroll of lemmy I start on my home feed, then browse all if feel l haven’t found anything to read, adding to my subscribed communities if I find anything good.


Heck yes! And do leave pointless comments like this, no one knows you’re here until you post or comment.

No worries!

Basically there is no parallel execution of python code within a single process as long as the global interpreter lock exists. It prevents more than one python thread from running. However, many of the major libraries used in python call out to libraries that can and do release the gil to run native code in parallel.

Yessssss


Cool! I’m using fail2ban for cloud VMs, seems to keep the log chatter down


So would it delete the original account or copy ? I think this could be done with a client app
Let’s just extend SMTP instead
I used to do this as well, and tell Linux to never overcommit, but for a desktop system normal programs are not built for this scenario. Firefox will crash with 15% system ram usage because it requests a ton of virtual memory for each process on startup.
Swap can also be important if you want to get the most out of your ram because without swap, pages that are holding unimportant parts of the system can’t move out of the way for a large number of data pages that need processing. My latest memory revelation is zswap, which seems to be better than actual compressed memory. So far it’s served me well running ML loads on old hardware.