

You got any more of dem pixels?



You got any more of dem pixels?



I edited the comment, see my reply to @wiccan2@thelemmy.club.


I edited the comment. It ended with a period before, I assume your client thought it was a part of the link. Does it work now?


Yeah, there was. It was forked because of that, actually: https://codeberg.org/ChiPass


Yeah, the first commit is 47k SLoC, and Claude is mentioned as a “co-author”.
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.
What about an opening single quotation mark (‘) being used instead of an apostrophe (’)?


sudo usually requires some sort of authentication though. Why not rm -rf ~/*?
cmd (Command Prompt) and Terminal are two different things.


Install, maybe. What about updates though? Do you plan to pull out adb for each and every one of them? Or would you rather keep using old, potentially insecure, versions?
rabid commies
You’ve chosen the worst possible instance, LMAO.
Fun fact: the “Enshittification” article on Wikipedia has Reddit among the examples.
First time I’m hearing of the CQS. Wow, just wow. Dystopian shit.
New account experience on Reddit in 2025:
Fuck Steve Huffman and fuck his enshittified site.


AES-GCN
Galois/Counter Node?
Also, why didn’t you drop a repository link? https://github.com/openconstruct/Peersuite - is it the one?


Nice list, TIL about Ctrl+U and Ctrl+Y.
If I may add, Ctrl+X into Ctrl+E opens $EDITOR to edit the current line.


I believe, these are Emacs shortcuts. There’s also set -o vi in bash, but I’ve never used it, so can’t vouch for it.
Meanwhile plenty of software recommends doing this:
curl https://totallysafe.example/install.sh | sudo bash
Ah yes, tinkering with the registry. There’s that user friendliness Windows is famous for.