• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle


  • sndrtj@feddit.nltoProgrammer Humor@lemmy.ml***
    link
    fedilink
    arrow-up
    31
    ·
    7 months ago

    I’m a backend dev. I needed basically a single js function for my personal website that called out to some NPM package. I thought: I’ll do this the proper modern way, typescript and everything. Result: under 10 lines of code, but 12 config files (and 1.5h of fiddling with ES Modules vs CommonJS).






  • For some little config it’s fine, but it’s horrible when used when you have thousands upon thousands of lines of it. Lots of DevOps tools tend to use it like a fully-blown turing-complete programming language, and each has a different DSL of doing variables, loops etc. And that becomes an abomination.







  • I am very conflicted about Arch. I similarly disliked it for actual use, because it’s so unstable. On the other hand, the arch docs are a goldmine.

    I think it just depends on what you want to do with your system. Do you like to tinker? Arch (and similar distros) are great. Do you just want things to work mostly out of the box? Use an Ubuntu flavor or an Ubuntu derivative.