You must log in or # to comment.
Hurr durr, technical blabber about why you need to reject modern conveniences and install from punchcards!
punchcards? heh, newb. i flip switches on a kit computer to compile arch linux entirely from mental math
/s
“Low estrogen in men can lead to increased belly fat, reduced muscle mass, decreased libido, erectile dysfunction, fatigue, and mood changes”
Oh shit, it’s true!
Huh?
I don’t think that’s how that works.
Wouldn’t that reduce testosterone and increase estrogen?
Manually installing feels more :3 to me ngl.
uses a raw pointer in C++: Hnnnngh [experiencing the orgasmic gender euphoria of rebellion]
How else can you use OOP?
![The code is manually embedding bash to comments as Makefile and using pointer arithmetic to access private fields. Prints hello world
//usr/bin/g++ -g -std=c++26 -Wall -Wextra -Werror -o $0.out $0 && $0.out;
//usr/bin/rm -f $0.out; exit
#include <cstdio> struct {
// Principle of least privelege
private:
[[maybe_unused]] const char* _ = "hello, "; [[maybe_unused]] const char* _ = "world";
} Private;
// print hello world
int main() {
printf("%s", ((const char*)(&Private)+0));
printf("%s", ((const char*)(&Private)+1));
return 0;
}](https://lemmy.world/pictrs/image/a60516e8-29a8-4901-ab9c-6a5eed4e6d18.jpeg)



