

Discordianism is another cult that I love: https://en.wikipedia.org/wiki/Principia_Discordia


Discordianism is another cult that I love: https://en.wikipedia.org/wiki/Principia_Discordia


I wonder why open-source projects are now full of emojis and ridiculous stuff like “Please ensure that any media you use with this app is obtained legally”?
What happened to the hacker spirit and the communities that sprouted from SourceForge and Linux?
Sorry for the rant.


Why do the launcher icons look like a horror movie?


Yes. You can say "Session\\Port (lots of space here) = 12345"(formatting sucks, sorry) to align your values properly. Also are you sure that there is a double backslash here because you are using a raw string here?


Yes (and I’m sorry for not having more time to study this but):
logDateTime
That thing should be automatically printed by the logger somehow (most of the time, timestamps and log levels are inside the logger itself). If it’s not, check the configuration of the logger. Anyway. logDateTime has got to go. IMHO a logger is a magical object that you don’t control. It’s the user of the application who should set the rules one way or the other, like:
logger.info("qbittorrent listen port set to...
IIRC the logger can be set from the command-line, which you don’t control anyway. It’s the same thing in C++ and with any library on the planet (trust me), someone sets up the logging system for you outside of the application (in the main function or on the command-line or with environment variables or in a library/DLL) and all you can do is call “log.debug()” or “log.warning()” and hope for the best. Some libraries have huge systems to handle logs (rotating logs, serial ports, files, network…) and you shouldn’t give yourself headaches while using those things. Think of a logger as a pre-configured system that does way more that you should and want to know.
logger = logging.getLogger(…
Put that outside of main, after the imports. You can prepend it with an underscore to show that it’s a “private or protected” object belonging to your module. If it’s in main, you can’t use it in the other functions. You should do something like:
from qbittorrent import Client
_logger = logging.getLogger(...)
This way your logger is independent on whether you’re using it from the command line (with main) or not (with an import).
QB_PASSWORD
Same thing with all the QB_ variables IF they don’t change, you can put them globally for such a module, like _QB_PASSWORD = ... and use it everywhere if your module were to change in the future. But only if the variables are constants across the usage of the script.
a40124291102d
Last but not least, use argparse if you can, it’s a simple module to handle command-line arguments. I guess that the container ID can change, you can either detect it with the subprocess module, or write def get_current_forwarded_port(container_id = "a40124291102d"): or use argparse. Feel free to ask if argparse if too weird, but it’s the best module out there and it’s built-in.
TL;DR:
Anyway, great job, writing weird stuff for my own needs is how I started coding. Have fun.


Make the logger a global variable. This may be the only case where its acceptable to be global. And remove the log function. You can call the logger directly.
Also wrap the main code (after BEGIN SCRIPT) in a main function.
Last but not least log everything to the standard output (logging should do that by default), or configure the path in main(), it’s cleaner. If you log to stdout, the shell can redirect the logs to any path like python script.py > mylogs.txt


Definitely. UPS and DHL do this. They dont know what happens when a package leaves the countryf origin.


This guy is a web3 leader, agile coach, and he has a “Master of Science in Leadership & Organizational Behavior.” Not a scammer at all.
And paying $20 a month to search for slop recipes and have your private data stolen is very cheap.
What is the value of x in the Good example before the loop?
They aren’t stupid.
That’s where we disagree. Even more when you see all those idiots who were parading in front of the cameras on the pedophile’s island, and trying to deny it publicly.


I deny. Making a joke is not a slur. Calling someone an asshole is not a slur either.
And what about wanker?


Any word ending in “er” is an insult now?
Enjoy: https://www.merriam-webster.com/wordfinder/classic/ends/all/-1/er/1
You waited 2 months for this? That’s dedication.


Same shape for lowercase L and uppercase I. I’m not into typography but it seems a stupid idea.
How old are you? Do you have to keep her in your life?
I don’t think they have that.


AI in the browser is always about spending money. One more reason to avoid that crap and keep your autonomy.


That’s annoying. Don’t do that.
I had that one (french version): https://3.bp.blogspot.com/_jB_0gDq-z5U/S_wcG9n9LkI/AAAAAAAAEp8/VYszHxROVVM/s1600/Mastermind.jpg
And also this weird version with plastic squares containing letters and numbers instead of the colors, but I was too young to understand the rules: https://ludessimo.fr/wp-content/uploads/2020/10/a_07_3194-mastermind-duo2.jpg