Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AP
aport @programming.dev
Posts 1
Comments 409
[Vent] Please avoid BusyBox
  • Dude I mean in this in the most genuine, kind way: a significant aspect of being a successful programmer is using the tools in your environment. If you can't do something without bringing in your Tool of Choice you're artificially limiting yourself.

    If your environment does not have a specific tool or functionality that you would prefer, you work around it. OpenWrt is an immensely capable OS and it manages to perform complex network operations within its (admittedly) constrained environment.

    In this case you're myopically focused on not even a specific language, but the language agnostic feature of regex capture groups. You should be asking yourself if there's any other way to accomplish your goal without this (spoiler: there are probably dozens of alternatives)

  • I'm going to reinstall linux on my computer. What is it like to run something Silverblue based these days ?
  • I've used silverblue on my gaming rig for over three years now. It has been a completely uneventful experience, so I really like it.

    The only pain point I have is that compiling kernel modules is an utter disaster and it's ridiculous that there is not a seamless mechanism for this yet. Every kernel update (and there are tons) requires me to rebuild my third party modules, but you need to do it in a toolbox and the kernel headers version must match the running kernel version, which is actually more annoying than it sounds.