this post was submitted on 06 Jul 2025
18 points (100.0% liked)
programming
258 readers
3 users here now
-
Post about programming, interesting repos, learning to program, etc. Let's try to keep free software posts in the c/libre comm unless the post is about the programming/is to the repo.
-
Do not doxx yourself by posting a repo that is yours and in any way leads to your personally identifying information. Use reports if necessary to alert mods to a potential doxxing.
-
Be kind, keep struggle sessions focused on the topic of programming.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use Python pretty heavily and global state there is pretty rock solid thanks to the GIL, I also work primarily on single system local programs where I don't have to worry about syncing anything over the network.