You keep practicing, and when you feel like you mastered the language enough, if you want to, you learn another language. I learned Python then started learning Rust. Now I don’t want to go back because I feel like I’m more productive with Rust.
- 1 Post
- 24 Comments
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English5·7 months agoThe whole idea of the fediverse is decentralization and federation. It is a good thing
asudox@programming.devto Python@programming.dev•How encrypt email with a GnuPG public key ? [ solved ]1·7 months agoThat assumes that the system has the gnupg utility.
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English7·7 months agoChecked it out, thanks.
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English2·7 months agoThanks.
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English8·7 months agoThanks.
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English4·7 months agoThanks.
asudox@programming.devOPto Selfhosted@lemmy.world•What are the requirements for a single user Lemmy instance?English6·7 months agoHow intensive was it exactly?
asudox@programming.devto Python@programming.dev•How encrypt email with a GnuPG public key ? [ solved ]1·7 months agoYou can use a gnupg library for python and then use the recipient’s public key to encrypt your email before sending it?
asudox@programming.devto Programmer Humor@programming.dev•Competition places start at 04·8 months agoWhat? People still use VB? dear god…
asudox@programming.devto Programmer Humor@programming.dev•Competition places start at 041·8 months agoWho cares? VB is dead and long forgotten.
asudox@programming.devto Selfhosted@lemmy.world•SpacebarChat - a selfhosted, Discord-compatible communication platformEnglish10·8 months agoVery bad. Spacebar is nowhere as functional as Revolt.
asudox@programming.devto Selfhosted@lemmy.world•How can I host the Mastodon web UI on a different server than the actual Mastodon backend?English8·8 months agoAfaik you can. The frontend interacts with the backend via an API so yes. It’s possible.
I found a hack. Assuming you now have
libalpm.so.15
, just make a copy of it and rename it tolibalpm.so.14
:cp /usr/lib/libalpm.so.15 /usr/lib/libalpm.so.14
Edit: It’s not a permanent one and it works for the time being, can’t see the reason for the downvotes honestly.
I want the kernel to be more rusty!
cool
Upon more investigation, it seems more like caddy indeed can’t. The only reason it works is because I directly point the A record to the VPS’s IP.
Afaik you can reverse proxy the ssh connection. I’ve been connecting to my server using the domain and tld (asudox.dev)
asudox@programming.devto Selfhosted@lemmy.world•Port Fowarding minecraft server hardening question (gentoo)English53·8 months agoWhy would they need to understand? Just tell them that it’s needed to play on the server and set it up for them. Whenever they want to play, they can use the VPN.
Your browser might be deleting cookies by default on exit.
Btw this community is not for such questions. Check rule 3.