
u/quokka_wiki

Sub for humorous flag mixups?
Hello!
I recently noticed that on Nginx Proxy Manager in the language select menu, Estonian (Eesti) has the Ethiopian flag next to it. Which subreddits would that fall under?
Some questions about Traefik
Hello!
I want to migrate from Nginx Proxy Manager to Traefik, but I have some questions and concerns.
Firstly, I want to avoid lateral movement between containers if not strictly necessary, so I don't want all of them on one network, but I also don't want to create a separate network for every service, because that's inefficient and repetitive and defeats the purpose of me switching to Traefik. Can I somehow make it so that containers can only communicate with Traefik on a given network?
Secondly, I have a second server running Docker, and I want to be able to use it with Docker labels too. I don't want to use Kubernetes/Swarm, and I have a general distrust of community-maintained tools like traefik-kop.
Can I add a second Docker provider in traefik.yaml? If so, should I go with TCP, HTTP(S) or SSH?
Texts coincidentally appearing together humorously
I recently saw a sign containing several companies logos, and two of them were "manly" and "d*ck" next to each other, which I was amused by. Which subreddit can I post this in other than r/AccidentalComedy?
ELI5: What does homoiconicity mean in programming?
I recently watched a video about the Genera operating system that's written in LISP, and according to the YouTuber, it is a homoiconic language, meaning (quote from video):
> Any program that you write in LISP is itself actually a LISP data structure as well. That means that you can infer the entire anatomy of a program if you're just reading in the LISP data structure.
But what does this actually mean? I am a hobbyist programmer but I didn't understand what she was referring to here, and I didn't quite understand any other resources about it that I found...