• 2 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle
  • in the end I went with CanSpace as registrar, and I’m using CloudFlare to actually run the nameservers.

    The transfer was kind of a PITA because since the domain transferred from Google to Squarespace to Canspace to then being hosted on CF’s nameservers (but still on Canspace) the DNSSEC meant that CF couldn’t actually get it connected until like 48 hours later. Was quite worried that I’d screwed up somewhere.


  • in the end I went with CanSpace as registrar, and I’m using CloudFlare to actually run the nameservers.

    The transfer was kind of a PITA because since the domain transferred from Google to Squarespace to Canspace to then being hosted on CF’s nameservers (but still on Canspace) the DNSSEC meant that CF couldn’t actually get it connected until like 48 hours later. Was quite worried that I’d screwed up somewhere.



  • Pxtl@lemmy.catoProgrammer Humor@lemmy.mlam i just bad at devops?
    link
    fedilink
    English
    arrow-up
    38
    arrow-down
    2
    ·
    edit-2
    10 months 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
    1 year 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
    1 year 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.