#dnsrecord
I moved my domain to a new registrar, so my Bluesky account verification has broken (hopefully temporarily!). I have submitted a help request, as "verify" is greyed out as I have done it successfully previously. #Bsky #bluesky #broken #dnsrecord #txtdns #helpme
a woman says computer says no in front of a plant
ALT: a woman says computer says no in front of a plant
media.tenor.com
October 26, 2025 at 12:16 PM
I've updated one of my projects to SST 3.17, which introduces Pulumi v6. Ultimately had to redeploy all infra due to github.com/sst/sst/issu..., but also because of breaking changes in Pulumi. Some of them are good (PagesProject), others not so much (DnsRecord doesn't return the hostname anymore).
July 2, 2025 at 9:13 AM
This is because somehow all that imperative code needs to detect that loadbalancer's creation and outputs are dependencies of DNSRecord. We can hack it by overriding this Output's toString() (or similar) method but if you need to do something to the value, you have to learn/recall that that […]
Original post on woof.group
woof.group
January 9, 2025 at 1:34 AM
One of the things about "devs" screeching they want to writhe their IaC in an imperative language like TypeScript is the fact that both CDK and Pulumi directly force you to think about lazy values. Most of the time loadbalancer.domain can be fed directly into new DNSRecord("this", { type […]
Original post on woof.group
woof.group
January 9, 2025 at 1:31 AM
つまりサブドメインを変えたいときは都度DNSRecordもイジる必要がある
February 9, 2024 at 4:31 PM
DNSRecordのHostで_atprotoだけだったのを_atproto.[入れたいサブドメイン]
って感じです。さっきやったら不正なドメインってでたけど何度かやり直したら行けました
February 9, 2024 at 4:29 PM
あのドメインサービス、てっきりbskyのDNSRecord自動設定できないもんだと思ってたけどできるのか!やるな!
July 7, 2023 at 1:48 AM