insane little person walking back and forth

Pronouns: He/They
Website
PGP Public Key
PGP Fingerprint: 2B40 B9C3 5B5B 35F8 866A FECF 9593 8DED B7C6 C9FD

  • 4 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle




  • Well, I think Linus Torvalds is one of the rare rich people who actually “deserves” being rich.

    I think the main motive behind leftism should be stopping 8 people from owning the 50% of the world’s wealth, not to distribute Linus Torvalds’ 50 million dollars which a well deserved amount of wealth for someone who created the OS which runs the modern world.

    Besides, what Linus owns is not even a droplet compared to billionaires like Bezos, Musk or Bill Gates
















  • Open source developer and Linux enthusiast here. Although cluttered, Android’s home directory is fairly simple to understand

    The nightmare begins when you take a look at the root filesystem.

    One time I was trying to port an OS to my phone and I had to figure out the Android init system. Went to source.android.com and what. the. fuck. Just as a side-by-side comparison:

    Linux boot sequence: Android boot sequence (unmodded, SIMPLE):

    There are so many wrong things about it like why are there 11, 12 places to put programs (/system/bin, /bin, /usr/bin /system/usr/bin, /sbin, /system/usr/share/bin…)

    Why the fuck drivers are scattered around folders instead of just /lib/modules

    Why is the home directory /storage/emulated/0/ instead of just /home/0/ (also why the user is named “0”)

    Where the fuck is everything???

    God (Linus Torvalds) forgive me but even Windows is better than that shit