• 0 Posts
  • 56 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle

  • As someone who’s written pipelines who do exactly that on Windows, macOS, Linux across x86_64, aarch64, and MIPS, with optimized, unoptimized, instrumented for ASAN, instrumented for TSAN, and instrumented for coverage, and does it all in a distributed containerized workflow… It’s not as easy as it sounds. Honestly macOS is way more of a hassle to deal with than Linux.

    Unless you need ROS. ROS is utter garbage. ROS is popular in robots. ROS is, unlike its name, not actually an operating system but rather a system of tools and utilities which do not follow any standards and certainly not the OS standards. I literally hate ROS. I would burn that shit to the ground and rebuild-the-world if I had the time to.


  • and would not include it in the main repo

    Tests that verify behavior at run time belong elsewhere

    The test blobs belong in whatever repository they’re used.

    It’s comically dumb to think that a repository won’t include tests. So binary blobs like this absolutely do belong in the repository.



  • Disabling a systemd service won’t prevent it from starting. For example, if another service depends on it then it will start anyway.

    You have to mask the service which redirects the service files to /dev/null so that the service effectively has zero directives.

    systemctl mask --now snapd

    It also means that anything which depends on snapd will likely fail. That is absolutely an improvement since we obviously don’t want anything that depends on snaps.



  • I was running Fedora. Something like 27 or so. I needed drivers. I don’t remember if it was AMD or Nvidia, but they were only available on RedHat.

    So I downloaded the RedHat drivers for the GPU and forced it to install. It worked! It was great.

    Then when I updated the distro to the next release… everything failed. It was dropping into grub, but no video was output. Ooof.

    So I ended up enabling a terminal console and connecting to it via a serial port to debug. I had to completely uninstall that RPM and I was never happy that it was properly gone. So a few months later I ended up reinstalling the whole OS.

    On the plus side, I learned a lot about grub and serial consoles. Worth it.












  • I was so stunned when I left college and realized how much I have to limit my vocabulary around most people. It made me feel distant from many of my peers.

    To be fair, there are a lot of things that you learn in college that are supposed to be specialized for your field of study.

    I was told that I was being condescending when I use words that nobody else understands. To put it in the words of one boss: @inetknght, you’re smart and you do good work. But, @inetknght, you can’t handle stupid. So I have to move you to another team.

    It was kind’ve eye-opening to realize that stupid people don’t just exist. They’re all around us. Always have been. Being moved to my own team of one just so people wouldn’t feel dumb around me definitely made me feel distant too.