this post was submitted on 23 Oct 2025
621 points (98.9% liked)

Selfhosted

59973 readers
403 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ubergeek@lemmy.today 27 points 7 months ago (2 children)

A huge problem are developers who lack a fundamental understanding of how the internet even works. I've had to explain how short, unqualified names resolve vs how fqdns resolve. Or why even you may not be able to reach another node in your proverbial cluster, because they are on different subnets. Or, why using GUIDs as hostnames is a generally bad idea, and will cause things to fail in unpredictable ways, especially with deeply nested subdomains.

[–] GreenKnight23@lemmy.world 13 points 7 months ago (1 children)

I have worked with too many devs that didn't even know what the 7 layers/OSI are or why they exist.

they didn't know what a network port was used for and why it's important to not expose 3306 to the internet.

they couldn't understand that fragmentation of a message bus occurs when you don't dedupe the contents.

you know, morons.

[–] metaStatic@kbin.earth 14 points 7 months ago

Ah, the common clay of the new Web

[–] Appoxo@lemmy.dbzer0.com 5 points 7 months ago (1 children)

GUIDs?
Could you expand on that topic? :)

[–] ubergeek@lemmy.today 2 points 7 months ago (2 children)
[–] aesthelete@lemmy.world 3 points 7 months ago* (last edited 7 months ago) (1 children)

Why the fuck would anyone use a guid as a hostname?

My favorite I've seen in the category was when they had hostnames that were basically the IP address decorated with some bullshit. Like yeeeeeeeeah, that totally makes fucking sense. 😆

[–] Appoxo@lemmy.dbzer0.com 2 points 7 months ago* (last edited 7 months ago)

I've seen those with public routing servers.
Example: IP-127.0.0.1.dtag.de

Makes sense there or for webservers.
But anywhere else? Lol not really

[–] Appoxo@lemmy.dbzer0.com 2 points 7 months ago

Why would someone want that as their hostname???
I'd understand mountpoint but that?