• 2 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle

  • I know a lot of people are cranky about digital IDs, but realistically there’s no avoiding it at this point: we need real, government-backed, links-to-a-specific-human-with-a-birth-certificate unique digital IDs. Then service providers can (optionally) demand it in order to register, and can prevent you from creating multiple accounts, and can ban you from their service permanently, and can vouch for you to other services that you are indeed a Real Unique Human Being.


  • 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
    4 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”.