this post was submitted on 02 Jun 2024
26 points (86.1% liked)

Lemmy

12392 readers
21 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

always wondered this, but kept forgetting to post it

eg users would be on @[email protected] and a community would be on @[email protected] or something like that

then it would still follow the AP spec but still allow for identical identifiers (like a user account being @[email protected] and a community also being [[email protected]](/c/[email protected]))

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 months ago

TLS certs can have one level of wildcard (even let's encrypt supports this), and creating subdomains programmatically is not exactly black magic - the main blocker from the technical side is that the code to update the DNS is usually not portable between providers, so it's not adequate for a federated open source project.