• 2 Posts
  • 31 Comments
Joined 11 months ago
cake
Cake day: July 24th, 2023

help-circle
  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlam i just bad at devops?
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    2
    ·
    edit-2
    1 month ago

    DevOps is bad because for some reason we’ve decided to invent new programming languages that you can’t debug locally and so you have to keep pushing commits to the pipeline server. It’s bullshit.

    “Why do you write all your pipelines as shell scripts and then wrap them in yaml at the very end”?

    Because then I can run them locally quickly and test individual components of them instead of “edit, commit, push, wait 10 minutes, read error message, repeat”.









  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlAverage TS developer
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    3
    ·
    edit-2
    8 months ago

    JS is the one that’s built into the browser. If JS wasn’t built into the browser, it would go onto the trashbin of bad old languages that only survived because of their platform like VBA and ActionScript and .bat batch scripting. You can’t compare JS to any other language because JS is the one you don’t get a choice on.











  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlPackage managers be like
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    9 months ago

    what’s wrong with nuget? I have to say I like the “I want latest” “no, all your dependencies are pinned you want to update latest you gotta decide to do it” workflow. I can think of some bad problems when you try to do fancy things with it but the basic case of “I just want to fetch my program’s dependencies” it’s fine.