Skip Navigation

My impression of github since switching to Linux

I've been transitioning to Linux recently and have been forced to use github a lot when I hadn't much before. Here is my assessment.

Every github project is named something like dbutils, Jason's cool photo picker, or jibbly, and was forked from an abandoned project called EHT-sh (acronym meaning unknown) originally made by frederick lumberg, forked and owned by boops_snoops and actively maintained by Xxweeb-lord69xX.

There are either 3 lines of documentation and no releases page, or a 15 page long readme with weekly releases for the last 15 years and nothing in between. It is either for linux, windows, or both. If it's for windows, they will not specify what platforms it runs on. If it's for Linux, there's a 50% chance there are no releases and 2 lines of commands showing how to build it (which doesn't work on your distro), but don't worry because your distro has it prepackaged 1 version out of date and it magically appears on flatpak only after you've installed it by other means. Everything is written in python2. It is illegal to release anything for Mac OS on github.

121 comments
  • Just a small (or maybe big?) tip for you 🙂

    If it's for Linux, there's a 50% chance there are no releases and 2 lines of commands showing how to build it (which doesn't work on your distro), but don't worry because your distro has it prepackaged 1 version out of date

    There's a tool called Distrobox.
    You can install it (via CLI I think?), and then manage it the easiest graphically way via BoxBuddy (available in your Software Center), or just the terminal if you prefer it.

    With it, you can screw all those "Doesn't work on my distro" moments.

    You're on Linux Mint? No problems, here's the AUR for you!

    ✨✨✨ BONUS: Your OS won't break anymore randomly due to some AUR incompatibility, because everything is containerized! ✨✨✨

    Even if you run Arch, use it to install AUR stuff. Or Debian/ Ubuntu, add PPAs only via Distrobox.

    It's absolutely no virtual machine. It basically only creates a small, lightweight container with all dependencies, but it runs on your host. Similar to Flatpaks.

    You can also export the software, and then it's just like you would have installed it natively!
    Your distro choice doesn't matter anymore. You now can run any software written only for Suse, an abandoned Debian version 10 years ago, Arch, Fedora, Void, whatever. It's all the same.

    I hope that was helpful :)

  • When I first moved to linux I felt this same way. It gets better. Now days I fucking love those 15 page ReadMes and I'm not bothered if there's no steps for my distro. The sheer volume of documentation surrounding linux packages is insane. There's often a ton of ways to configure and manage the to fit your needs. That freedom is what I love so much about linux.

    As for the ones with 2 lines, I don't think I've seen that as much. I generally would avoid them unless the source was clear what the project did.

    At any rate there will come a day when it starts to click. It's just a marathon not a sprint.

    • Learning to read docs is basically learning how to learn. If good docs exist and you have the skill of reading them, your life will get significantly easier.

  • Yeah you want to know the funny thing: I ended up on Github a lot when I was new to Linux, but that has happened less and less over time and I think it's due to two unrelated factors:

    1. I have assimilated. As a Microsoft emigrant, I was used to doing things a certain way, there were things I didn't know about Linux, I hadn't really chosen the hardware I owned for Linux compatibility, etc. So I kept having to go get weird device drivers and weird little software packages to work on my distro and open my old files and such. But as I've gotten used to the ecosystem, replaced my old hardware with that which is Linux compatible out of the box etc. I've needed to do something weird less and less often.
    2. Flatpak and Appimages have risen in popularity. It's easier to get the software you need, that runs on your distro, that is up to date and modern, even if it's not very popular. Because a variety of software is available in these formats it's easy to get what I need, be it commercial software, esoteric little stuff for my niche pastimes, etc.
121 comments