docker run gnunet/ngs
gns-register mydomain.gnu
Thanks!Fundamentally I'm agree with you, I also would like simpler instructions. But I personally would ask for them nicely, first acknowledging the effort behind this work. My apologies for not explaining it properly in first comment, maybe not the best way to get my point across.
If names aren't fixed, how do you (for example) link from one website to another? Or share a name with another user?
One of the advantages of the public DNS system, with unique, canonical names, is that the same name should mean the same thing to everyone.
One of the disadvantages of the "public" DNS system, is there are companies[2] and governments[3] (sometimes having a history of oppression[4]) that can interfere with it. GNUnet on the other hand, is actually public.
[1]: https://www.gnunet.org/fs-urisyntax
[2]: http://arstechnica.com/security/2014/06/millions-of-dymanic-...
[3]: https://www.wired.com/2012/03/feds-seize-foreign-sites/
[4]: http://www.sfgate.com/news/article/Black-Friday-birth-of-U-S...
The thing I don't like about it is the distributed hash table aspect, making it a "publish by default" system (with some obfuscation, but still). All that is really needed is a way to communicate your petnames with people you want to have access to them. I'd rather that be done more privately. Besides that, I think the system is a great way to do distributed names to values (send keys with names is much better than PKI).
URIs are incredibly important and deserve a more solid foundation to build upon. To make them truly unique, we should use some form of GUIDs. Pet names are a usability layer on top of GUIDs for us humans , but we should communicate the GUID instead of or alongside the pet name.
It's why relative names and forkable registry is a good solution.
But in some cultural context where a registry is mainstream, names are almost unique.
Here are some explanations :
- http://seenthis.net/messages/358071
- https://gnunet.org/sites/default/files/paper_cans2014_camera...
> 3.3 Relative Names for Transitivity of Delegations
> Users can delegate control over a subdomain to another user’s zone by indicating this in a new record
Even IP addresses aren't strictly "unique". Very recently HN users were complaining about the same Sci-hub donation page showing different Bitcoin addresses in different regions: https://news.ycombinator.com/item?id=11636331
If everything goes right in DNS, you and I can both type "https://news.ycombinator.com/" into our browsers and end up reading Hacker News.
The workflow to get to the same end result (viewing HN) doesn't seem immediately clear to me with GNS/GNUnet. I'm assuming I'd either have to track down YC's public key (where?) to add them as a petname, or transitively reach them via some other user that I trust.
If you have a website running under a server with a name in your GNS domain and you want to link to a server with the name 'www' in a different GNS domain, you'd add a PKEY record for that GNS domain to your GNS domain (eg. called 'foo'). You can then link to https://www.foo.+/ and it will DTRT - someone browsing your site under the name www.jonathonw.gnu will resolve the link destination as www.foo.jonathonw.gnu.
Or share a name with another user?
If you want to share a link with someone I guess you'd share the .zkey version.
Look this chapter in this document :
> 3.3 Relative Names for Transitivity of Delegations
> Users can delegate control over a subdomain to another user’s zone by indicating this in a new record
https://gnunet.org/sites/default/files/paper_cans2014_camera...
Lots of svn commits, and I'm still cloning them into hg to get a sense for how development is progressing. There are 39k commits total. Takes a long time to grab them from svn. From an actual svn checkout without converting, I can see that there are many commits, several per day, but there hasn't been a release in two years. Maybe they need help with a release manager?
My overall feeling is that this is a very good idea that just needs better packaging.
In the IPFS docs, I get the impression that IPNS is a placeholder for a capable naming system. They needed something but it wasn't a core technology.
Unfortunately, that's why ,IMHO, GNUnet didn't succeed. To build a successful product/network, you need to be practical, and you need to make useful features/services available as early as possible (without compromising security of course). Designing with pluggability and forward-compatibility in mind helps in this regard.
Academic perfectionism, however, can delay your product/network launch indefinitely. And that's what seems to have happened with GNUnet.
Sounds like something a variety of sites might like to use. Say for instance Wikileaks. Or, more obviously, SciHub.
Is this a feasible application? Do there already exist projects that do this?
Here you can find a criticism of NameCoin and blockchain :