Comment on
Should programming.dev defederate from Meta if they implement ActivityPub?
Yes
Comment on
Should programming.dev defederate from Meta if they implement ActivityPub?
Yes
Comment on
Hi Lemmy! Confused about what programming language to learn next.
After having worked with python and JavaScript quite a bit, I enjoyed diving into the C#/.NET ecosystem.
If your goal is to make a career out of programming I would look at what languages are in demand in your region.
Comment on
Recommendations for OS on a rpi 4B (outside of RaspPiOS)
I would recommend Debian for Raspberry Pi.
I run a bunch of services off mine and it’s been rock solid, and I assume I get upstream security fixes quicker than I would if I were using one of the Debian derivatives.
Comment on
Hi Lemmy! Confused about what programming language to learn next.
Reply in thread
Primarily cross platform websites and applications.
A great open source .NET project is Jellyfin.
Also, a fun fact is StackOverflow uses .NET :)
Comment on
What are the best linux utilities for only decrypting and encrypting pgp?
Reply in thread
Alternatively there is also GNU privacy assistant (GPA)
Comment on
[closed] [help] what font do you use in your code editor/IDE?
Hack within the terminal and Consolas for all my IDEs
Comment on
Recommendations for OS on a rpi 4B (outside of RaspPiOS)
Reply in thread
Sure, Ubuntu is just another derivative of Debian
Comment on
GitHub - twpayne/chezmoi: Manage your dotfiles across multiple diverse machines, securely.
Reply in thread
+1 for GNU Stow
I keep my dot files in git repo and have different branches for different machines/environments.
It works well, while not being over complicated.