Live data from Hacker News

Show HN: DNS over Wikipedia

github.com

1–10 of 109 posts

Show HN: DNS over Wikipedia

#1
Hey HN,

I saw a thread a while ago (linked in README) discussing how Wikipedia does a good job keeping track of the domains of websites like Sci-Hub or The Pirate Bay. Someone mentioned checking Wikipedia to find links to these sites, so I thought this would be a fun thing to automate!

To try it out, install an extension or modify your hosts file, then type in the name of a website with the TLD `.idk`.

For example: scihub.idk -> sci-hub.tw

Cheers!

Show HN: DNS over Wikipedia
github.com

Re: Show HN: DNS over Wikipedia

#4
Interesting idea but:

- How do you handle ambiguity? e.g what happens when sci-hub.idk and scihub.idk differ?

- Aren’t you concerned by the fact that Wikipedia is open to editing by the public?

Re: Show HN: DNS over Wikipedia

#5
Nice work! Sometimes I seem to be directed to a wikipedia page as opposed to a URL. For example, with `aaronsw.idk` or `google.idk`. I wonder why that's the case?

Re: Show HN: DNS over Wikipedia

#6
post #5

Nice work! Sometimes I seem to be directed to a wikipedia page as opposed to a URL. For example, with `aaronsw.idk` or `google.idk`. I wonder why that's the case?

I think it directs to the correct link when it is labeled `URL` in wiki. In the other cases the link is labeled `Website`.

Re: Show HN: DNS over Wikipedia

#7
post #4

Interesting idea but: - How do you handle ambiguity? e.g what happens when sci-hub.idk and scihub.idk differ? - Aren’t you concerned by the fact that Wikipedia is open to editing by the public?

Maybe use WikiData? The slower rate of updates might work in your favour to avoid vandalism.
Post reply on HN