Live data from Hacker News

Show HN: Wikipedia over DNS

wpodns.adtac.in

41–48 of 48 posts

Re: Show HN: Wikipedia over DNS

#41
A few other implementations of "DNS as database":

DNS-FS: https://blog.benjojo.co.uk/post/dns-filesystem-true-cloud-st...

DNS as a config management database: https://www.lastweekinaws.com/podcast/aws-morning-brief/whit...

"A globally-distributed, eventually-consistent, 100% available key-value store ;)" (I haven't actually tried running this code personally): https://github.com/craftyphotons/ten34

Re: Show HN: Wikipedia over DNS

#42
post #37
post #22

Great start, but plain text in 2020? I propose we design a markup language so this can be parsed. How about DTML? And maybe some styling rules as well, we can call it DSS. And we can't forget a basic scripting language called DJS. I'll start working on the parser, we can call it a drowser.

I'll have to say that DTML seems to be a mess and missing the point and suggest we start working on XDTML.

XDTML 2.0 you mean? XDTML 1.0 is merely a serialisation of DTML. With XDTML 2.0 in place, the real fun can start!

Re: Show HN: Wikipedia over DNS

#43
post #2

I love those! The most impressive one I saw, was IP over DNS.

You may be talking about iodine: https://code.kryo.se/iodine/ You can host it yourself.

At some point I had a binary for the iodine client stored as DNS records, and another DNS record with a shell script that would fetch and decode them.

Re: Show HN: Wikipedia over DNS

#44
The other day, while I was messing with Letsencrypt TXTDNS auth I was wondering:

Is there a problem with updating DNS TXT records too often?

It could become an interesting way to create a "decentralized" microblogging network.

Re: Show HN: Wikipedia over DNS

#47
post #22

Great start, but plain text in 2020? I propose we design a markup language so this can be parsed. How about DTML? And maybe some styling rules as well, we can call it DSS. And we can't forget a basic scripting language called DJS. I'll start working on the parser, we can call it a drowser.

I think plain text is OK. There is also Markdown, MediaWiki format, etc, although a simple readable format is best, so that includes plain text (and possibly Markdown too).

And even if another format is made, we should avoid the mistakes of HTML, such as scripting and styling and some other stuff.

Post reply on HN