Very opportunistic toy project as I saw the domain was up for grabs: 'at.hn' is a little site where people can have their own subdomains for whatever their HN username is (opt-in only by adding a slug to your bio). It doesn't really do much. Just shows your HN bio rendered as markdown plus meta stuff. I'm thinking of adding an aggregated user listing on the homepage so people can explore profiles. There's a bunch of interesting people on HN but discoverability is a bit longwinded. I'm wondering what other features people want. Otherwise shall likely leave it as-is. I remember hnbadges was a thing for a while, but can't remember what happened to it. Did people like that? Anyway, at.hn's on github if people want to contribute. - https://github.com/padolsey/at.hn
Show HN: Markdown HN profiles at {user}.at.hn
1–10 of 169 posts
Re: Show HN: Markdown HN profiles at {user}.at.hn
#2This is awesome! How are you handling the addition of subdomains?
Re: Show HN: Markdown HN profiles at {user}.at.hn
#3This is awesome! How are you handling the addition of subdomains?
I'm not the author but anything like this is likely done with a wildcard DNS entry. So basically *.at.hn points to a server app. This app can then see which domain was requested and do whatever it wants with this string, like treat it as a username.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#4I'm getting Internal server error 34. Which is one I'd never seen before. ;)
Re: Show HN: Markdown HN profiles at {user}.at.hn
#5This is awesome! How are you handling the addition of subdomains?
In Cloudflare (for example) you can put in:
example.com -> 1.2.3.4
*.example.com -> CNAME example.comRe: Show HN: Markdown HN profiles at {user}.at.hn
#6When I refresh I get
> Internal Server Error 34
Cool idea though, will try again later.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#7[deleted]
Re: Show HN: Markdown HN profiles at {user}.at.hn
#8Does this not work with upper case letters?
I only get "Internal Server Error 34".
Re: Show HN: Markdown HN profiles at {user}.at.hn
#9That's a cool idea, I like it. Will check it out when it's up and running again.
If this slips of the first page, I hope you get to resub when things are a little more stable.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#10Nice project, just wanted to mention that Ducky looks like he has quite a personality!
Btw what do you mean by > Note: Outgoing links are rel=nofollow unless you're >200 karma (anti spam)?
I guess the links aren't hyperlinked or something?