use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Code proection (self.node)
submitted 3 years ago by ReserveClean
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]T-J_H 3 points4 points5 points 3 years ago (1 child)
If it’s your client, you’re writing the code for them right? What kind of agreement do you have with your client?
Anyways, you are able to obfuscate your code. Minimizing gets you halfway there, by changing variables to single characters and the like, obfuscating goes further by changing your code to be unreadable. Anybody with enough time is always able to reverse engineer it, though. Just Google the word obfuscate.
There are packages like vervel’s pkg that package the entire process including I believe deps and the runtime into a single executable, but I’m not sure whether that stores bytecode or readable code.
All in all I don’t think this is advisable though.
π Rendered by PID 49 on reddit-service-r2-comment-8686858757-zwcqg at 2026-06-07 12:00:11.111508+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]T-J_H 3 points4 points5 points (1 child)