Hi fellow selfhosters!
What hostnames do you use for your systems and services?
And maybe why if it’s an interesting story.
I’ll start:
Steam Deck: krax
Smartphone: krix (once I get LineageOS installed again)
MiniPC: krux
Reserved for future use: krex & krox
Creative, I know. 😅 The names have no deeper meaning. The x comes from Linux. That’s it.
I know some of you use god names of certain pantheons, such as Thor. But I find that boring as a lot of people are doing that.
One possibility could be because in conventional “computer counting” in (most) coding languages, it starts at zero. Like if I make an array of things
[monke, chimp, peanut]
monke would be
[0]
chimp would be
[1]
peanut would be
[2]
Once I learned about this concept I started naming enumerated things from 0 usually just to keep a kind of consistency. Maybe I think if it’s a habit, I won’t make those mistakes as often with code. I dunno. :p