Too late, JS will take over everything.
TCB13
That's the point of the article, JS isn't as good or better just because it doesn't support a fast-cgi execution model.
It is, but it is also what happens.
If it need documentation means things are over the line when comes to complexity and I should scale down / simplify. :)
Complexity and over-engineering are a serious problem, I really try to keep it as simple as possible so I don't have to waste time managing it, dealing with updates and potential security issues. Simple code/infrastructure breaks less and has less potential insecure points.
Really? I just bought Strongbox Pro for 99€...
Unless someone finds a way to advertise nodes that doesn't depend on the entry point then yes. Consider this example: https://github.com/bitcoin/bitcoin/blob/1b2460bd5824170ab85757e35f81197199cce9d6/src/chainparams.cpp#L112 if someone takes down those domains it is game over for a new node until someone updates the code.
I get your point, those systems make it harder to take down things permanently but they aren't as resilient and perfect as people paint them to be - an it has nothing to do with being pedantic, it is just the reality of things.
My point was: if you still need some central point of contact what's the point in decentralized, you can still get fucked.
For instance the DHT systems you talk about, they're good but still require some centralized points. In a bittorrent network with DHT a new client cannot join without either a tracker or the knowledge of at least one member of the network to exchange peers with. Bitcoin still has some hardcoded DNS seeds in the core client... etc.
bittorrent decentralization
True bittorrent decentralization never happened.
There's no real / true decentralization. You're always dependent on something, somewhere in some way. It can be harder to shut it down but there's also a point of failure somewhere. Blockchain is all fun and games until you've to consider resource waste and that you still need DNS and IPs working.
I do save my settings for the various programs in a git repository...