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

help-circle





  • Gentoo is the best!

    Build flags are absolute godsent.

    Ever wondered how much removed goes into your software? How many packages include blutooth or CD drivers? Well, you would be suprised.

    LibreOffice REQUIRES MySQL client (or MariaDB), and you can’t build it without it. Sounds weird? Then you have no idea what happens inside your packages.








  • I did have to compile Wifi dongle driver, since I moved and didn’t have cable in my work room. That was annoying as hell.

    At first I thought I missed a driver in kernel compilation, but then my SO had the same issue in Mint. Luckily I was prepared.

    But yeah, I have more sanity with Gentoo than I ever did with Windows. The other commenter probably hasn’t used Linux or something.








  • Which is something I always try to explain to juniors: writing code is cool, but for your sake learn how to READ code.

    Not just understanding what it does, but what was it all meant to do. Even reading your own code is a skill that needs some focus.

    Side note: I hate it to my core when people copy code mindlessly. Sometimes it’s not even a bug, or a performance issue, but something utterly stupid and much harder to read. But because they didn’t understand it, and didn’t even try, they just copy-pasted it and went on. Ugh.