A hipster living on a self-steering sailing boat has 600 modules published on NPM. I can't even. Seriously how could this be even more funny?!
I think of hipster as someone who follows (non mainstream) trends, goes to starbucks, loves Apple products and cannot live without Wifi. Not a hacker who builds it's own stuff and cares about privacy. But maybe the beard confuses people.
An off-grid social network
301–310 of 383 posts
Re: An off-grid social network
#302Earlier quoted context omitted.
Does keybase still upload the private PGP key to the keybase server by default? https://github.com/keybase/keybase-issues/issues/160
We're trying to move away from PGP to a per-device key model (keys never leave the client devices): https://keybase.io/blog/keybase-new-key-model
Re: An off-grid social network
#303The storage requirements are tremendous, though, right? If I want to have access to everything that's been shared with me, I have to store it all. In the case of images, the storage burden can get large quickly.
Re: An off-grid social network
#304Decentralized social networks seems like an inevitable progression as internet users become more aware of their privacy and ways they can improve online relationships and ...."social networking"
Re: An off-grid social network
#305I'm not totally sure how the traffic management works, but what I would like to know is how services like this will be able to scale? What happens when there is a Pub with millions of users? Does it creep to a halt? Is there a need for dedicated Pub machines? If so, Who funds/maintains them? Does this lead to subscriptions? Decentralized social networks seems like an inevitable progression as internet users become mo…
Re: An off-grid social network
#306I'm not totally sure how the traffic management works, but what I would like to know is how services like this will be able to scale? What happens when there is a Pub with millions of users? Does it creep to a halt? Is there a need for dedicated Pub machines? If so, Who funds/maintains them? Does this lead to subscriptions? Decentralized social networks seems like an inevitable progression as internet users become mo…
Re: An off-grid social network
#307Earlier quoted context omitted.
You don't need to trust the security of pubs. Validation of messages happens through cryptographic signing and public messages are public anyways. You also don't need to trust that pubs will be online much because your followers will also help host your content.
> public messages are public anyways Right, but someone I trust could have their message corrupted, no? eg; some political leader intends to write "everybody vote for Alice" and it is modified to read "everybody vote for Carol". Is this possible? (I generally trust FB not to do this because their business would suffer if they were caught, for example – not so with ephemeral pubs)
Re: An off-grid social network
#308The storage requirements are tremendous, though, right? If I want to have access to everything that's been shared with me, I have to store it all. In the case of images, the storage burden can get large quickly.
They should break it up by time. For example your database only syncs the past month or so as needed and you can choose to request more if necessary. Someone mentioned 150MB right now. That thing is going to get massive eventually.
Re: An off-grid social network
#309Earlier quoted context omitted.
xyr point seems to be that your claim that e-mail addresses are decentralized is faulty. No amount of "Well you are not decentralized in your block chain, either." is going to rebut that. Indeed, it actually reinforces the argument that your claim was faulty, by implicitly agreeing to it with a "but neither are you" response. So perhaps you would like to now explain how e-mail addresses are a system without a centre.…
> xyr point His point. I am a man.
Re: An off-grid social network
#310As a historical note, there used to be quite a few very popular solutions for supporting early social networks over intermittent protocols. UUCP [ https://en.wikipedia.org/wiki/UUCP ] used the computers' modems to dial out to other computers, establishing temporary, point-to-point links between them. Each system in a UUCP network has a list of neighbor systems, with phone numbers, login names and passwords, etc. Fido…