• 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle






  • It’s rather trivial to translate Python to C:

    $ cat << EOF > ./shitpost.c && gcc -O2 -o ./shitpost ./shitpost.c && ./shitpost
    #include <stdlib.h>
    
    int main(int argc, char** argv) {
        system("python3 -c \\"print(\\\\\\"Hello, World!\\\\\\")\\"");
        return 0;
    }
    EOF
    Hello, World!
    

    My C is a bit rusty though, sorry.









  • First time I’m hearing of the CQS. Wow, just wow. Dystopian shit.

    New account experience on Reddit in 2025:

    • Create an account;
    • Post something on a subreddit that has AutoMod configured to instantly remove posts/comments from new accounts, accounts with low karma or accounts with low CQS;
    • Get a site-wide shadowban because your first contribution was removed;
    • If you’re unaware of shadowbans, keep using the site, leaving comments, thinking nobody replies to you because you’re not that interesting;
    • If you’re aware of them, keep trying to appeal with zero effect.

    Fuck Steve Huffman and fuck his enshittified site.