TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An off-grid social network

1031 pointsby staltzabout 8 years ago

48 comments

georgecmuabout 8 years ago
As a historical note, there used to be quite a few very popular solutions for supporting early social networks over intermittent protocols.<p>UUCP [<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;UUCP" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;UUCP</a>] used the computers&#x27; 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.<p>FidoNet [<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;FidoNet" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;FidoNet</a>] was a very popular alternative to internet in Russia as late as 1990s. It used temporary modem connections to exchange private (email) and public (forum) messages between the BBSes in the network.<p>In Russia, there was a somewhat eccentric, very outspoken enthusiast of upgrading FidoNet to use web protocols and capabilities. Apparently, he&#x27;s still active in developing &quot;Fido 2.0&quot;: <a href="https:&#x2F;&#x2F;github.com&#x2F;Mithgol" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Mithgol</a>
评论 #14053650 未加载
评论 #14059253 未加载
评论 #14052448 未加载
评论 #14053310 未加载
评论 #14052576 未加载
评论 #14056277 未加载
评论 #14057779 未加载
chc4about 8 years ago
This sounds like what I wanted from GNU Social when I first joined over a year ago. GNU Social&#x2F;Mastodon is a fun idea, but it falls apart when you realise that you still don&#x27;t own your content and it&#x27;s functionally impossible to switch nodes like it advertised, along with federation being a giant mess.<p>I tried to switch what server my account was on halfway through my GNU Social life, and you just can&#x27;t; all your followers are on the old server, all your tweets, and there is no way to say &quot;I&#x27;m still the same person&quot;. I didnt realise I wanted cryptographic identity and accounts until I tried to actually use the alternative.<p>That&#x27;s also part of the interest I have in something like Urbit, which has an identity system centered on public keys forming a web of trust, which also lets you have a reputation system and ban spammers which you can&#x27;t do easily with a pure DHT.
评论 #14050755 未加载
评论 #14057781 未加载
评论 #14052901 未加载
评论 #14056979 未加载
评论 #14055600 未加载
the8472about 8 years ago
&gt; However, to get access to the DHT in the first place, you need to connect to a bootstrapping server, such as router.bittorrent.com:6881 or router.utorrent.com:6881<p>This is a common misunderstanding. You do not <i>need</i> to use those nodes to bootstrap. Most clients simply choose to because it is the most convenient way to do so on the given substrate (the internet). DHTs are in no way limited to specific bootstrap nodes, <i>any</i> node that can be contacted can be used to join the network, the protocol itself is truly distributed.<p>If the underlying network provides some hop-limited multicast or anycast a DHT could easily bootstrap via such queries. In fact, bittorrent clients already implement multicast neighbor discovery which under some circumstances can result in joining the DHT without any hardcoded bootstrap node.
评论 #14052223 未加载
评论 #14050686 未加载
EGregabout 8 years ago
Yes, this guy gets it. This community gets it.<p>Not everything needs a global singleton like a blockchain or DHT or a DNS system. Bitcoin needs this because of the double-spend problem. But private chats and other such activities don&#x27;t.<p>I have been working on this problem since 2011. I can tell you that peer-to-peer is fine for asynchronous feeds that form tree based activities, which is quite a lot of things.<p>But everyday group activities usually require some central authority for that group, at least for the ordering of messages. A &quot;group&quot; can be as small as a chess game or one chat message and its replies. But we haven&#x27;t solved mental poker well for N people yet. (Correct me if I am wrong.)<p>The goal isn&#x27;t to not trust anyone for anything. After all, you still trust the user agent app on your device. The goal is to <i>control</i> where your data lives, and not have to rely on any particular <i>connections</i> to eg the global internet, to communicate.<p>Btw ironic that the article ends <i>&quot;If you liked this article, consider sharing (tweeting) it to your followers&quot;</i>. In the feudal digital world we live in today, most people speak must speak a mere 140 characters to &quot;their&quot; followers via a centralized social network with huge datacenters whose engineers post on highscalability.com .<p>If you are interested, here I talk about it further in depth:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;WzMm7-j7yIY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;WzMm7-j7yIY</a>
评论 #14050789 未加载
评论 #14052339 未加载
DenisMabout 8 years ago
My friends and I have thought this through in detail a while ago, and have a few suggestions to make. I hope you make the best of it!<p><i>Distributed identity</i><p>Allow me to designate trusted friends &#x2F; custodians. Store fractions of my private key with them, so that they can rebuild the key if I lost mine. They should also be able to issue a &quot;revocation as of certain date&quot; if my key is compromised, and vouch for my new key being a valid replacement of the old key. So my identity becomes &quot;Bob Smith from Seattle, friend of Jane Doe from Portland and Sally X from Redmond&quot;. My social circle is my identity! Non-technical users will not even need to know what private key &#x2F; public key is.<p><i>Relays</i><p>Introduce a notion of the &quot;relay&quot; server - a server where I will register my current IP address for direct p2p connection, or pick my &quot;voicemail&quot; if I can&#x27;t be reach right away. I can have multiple relays. So my list of friends is a list of their public keys and their relays as best I know them. Whenever I publish new content, the software will aggressively push the data to each of my friends &#x2F; subscribers. Each time my relay list is updated, it also gets pushed to everyone. If I can&#x27;t find my friend&#x27;s relay, I will query our mutual friends to see if they know where to find my lost friend.<p><i>Objects</i><p>There should be a way to create handles for real-life objects and locations. Since many people will end up creating different entries for the same object, there should be a way for me to record in my log that guid-a and guid-b refer to the same restaurant in my opinion. As well I could access similar opinion records made by my friends, or their friends.<p><i>Comments</i><p>Each post has an identity, as does each location. My friends can comment on those things in their own log, but I will only see these comments if I get to access those posts &#x2F; locations myself (or I go out of my way to look for them). This way I know what my friends think of this article or this restaurant. Bye-bye Yelp, bye-bye fake Amazon reviews.<p><i>Content Curation</i><p>I will subscribe to certain bots &#x2F; people who will tell me that some pieces of news floating around will be a waste of my time or be offensive. Bye-bye clickbait, bye-bye goatse.<p><i>Storage</i><p>Allow me to designate space to store my friend&#x27;s encrypted blobs for them. They can back up their files to me, and I can backup to them.
评论 #14053821 未加载
评论 #14054122 未加载
评论 #14052615 未加载
评论 #14054595 未加载
评论 #14051837 未加载
rattrayabout 8 years ago
Bit of feedback: when you download the desktop application, it prompts for a desired name, image, and description.<p>It&#x27;s unclear whether this can be changed later, and I&#x27;m not yet sure whether I want to use my real identity or a throwaway.<p>After creating an account with the default ¿randomly? generated name, I tried to use an invite obtained from <a href="http:&#x2F;&#x2F;198.211.122.115&#x2F;invited" rel="nofollow">http:&#x2F;&#x2F;198.211.122.115&#x2F;invited</a> which was linked from <a href="https:&#x2F;&#x2F;github.com&#x2F;staltz&#x2F;easy-ssb-pub" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;staltz&#x2F;easy-ssb-pub</a>.<p>All I got back was &quot;An error occured (sic) while attempting to redeem invite. could not connect to sbot&quot;<p>It worked with <a href="http:&#x2F;&#x2F;pub.locksmithdon.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pub.locksmithdon.net&#x2F;</a> though I feel a bit odd trusting a &quot;locksmith&quot; I&#x27;ve never heard of to stream lots of data to my harddrive...<p>It&#x27;s cool that anyone can host a pub – basically, an instance of FB&#x2F;Twitter&#x2F;Gmail, it seems – but things 1) will get expensive for them, and it&#x27;s unclear how they&#x27;ll fund that – and 2) now I have to trust random people on the internet – not only to be nice, but also secure.<p>As a &quot;random technically aware netizen&quot;, I honestly trust fooplesoft more, since they have a multi-billion-dollar reputation to protect. (Not that I <i>trust</i> fooplesoft).
评论 #14052365 未加载
评论 #14053551 未加载
fiatjafabout 8 years ago
Why do all &quot;social networks&quot; have to be a feed of news? Couldn&#x27;t anyone think of anything better than a system in which people are only encouraged to talk about themselves and try to get other people&#x27;s approval? In which having more &quot;friends&quot; is always better, because you have more potential for self-agrandissement in your narcissistic posts?
评论 #14052904 未加载
评论 #14051253 未加载
评论 #14051117 未加载
评论 #14051285 未加载
评论 #14070321 未加载
评论 #14051034 未加载
评论 #14052021 未加载
wesleytoddabout 8 years ago
Since the author didnt mention it, the original creator of the patchwork project is <a href="https:&#x2F;&#x2F;github.com&#x2F;pfrazee" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pfrazee</a><p>When I used it, which admitedly was a long time ago now, the biggest setback was lack of cross device identities. So I ended up having two accounts with two feeds, `wesAtWork` and `wes`. Maybe they have solved this by now.<p>ps. Does patchwork still have the little gif maker? Because that was a super fun feature.
评论 #14050669 未加载
评论 #14050688 未加载
评论 #14052338 未加载
评论 #14053879 未加载
someone7xabout 8 years ago
This excites me. I&#x27;m probably naive, but I always imagine that one day I&#x27;ll retire and spend my days trying to work on an open source mesh network (or something similar). I want future generations to live in a world where &#x27;the internet&#x27; isn&#x27;t a thing that authorities can grant&#x2F;deny. A headless social network is a promising omen of a headless internet.
评论 #14051650 未加载
评论 #14053527 未加载
vhodgesabout 8 years ago
I&#x27;ve been thinking about this very thing the past few days!<p>Forgive the rambling, this is the first time I&#x27;ve written any of this down...<p>My idea is to use email as a transport for &#x27;social attachments&#x27; that would be read using a custom mail client (it remains to be seen if it should be your regular email client or have it be just your &#x27;social mail&#x27; client. But... if using another client as regular email, users would have to ignore or filter out social mails). It could also be done as a mimetype handler&#x2F;viewer for social attachments.<p>Advantages of using email: - Decentralized (can move providers) - email address as rendezvous point (simple for users to grasp) - Works behind firewalls - Can work with local (ie Maildir) or remote (imap) mailstores. If using imap, helps to address the multiple devices issue. Could also use replication to handle it too (Syncthing, dropbox, etc)<p>Scuttlebutt looks like a nice alternative though. Will be following closely.
评论 #14053825 未加载
评论 #14051088 未加载
评论 #14051457 未加载
评论 #14051827 未加载
snackaiabout 8 years ago
A hipster living on a self-steering sailing boat has 600 modules published on NPM. I can&#x27;t even. Seriously how could this be even more funny?!
评论 #14054701 未加载
评论 #14054162 未加载
评论 #14066834 未加载
评论 #14053927 未加载
itchyjunkabout 8 years ago
I am not much of a social networking type of person, but I have wondered how nice it would be to network with a community like HN. For example, I see a nice comment chain going on in some news article, but as the article dies so does all the conversation within it.<p>Maybe it&#x27;s just me but if I see an article is x+ hours old (15+ for example), I don&#x27;t bother commenting.<p>What type of social networking would HN use for non personal(not for family and immediate friends) communication? (I&#x27;ve tried hnchat.com, it&#x27;s mostly inactive imho)
评论 #14052768 未加载
评论 #14052704 未加载
评论 #14053839 未加载
评论 #14053358 未加载
rattrayabout 8 years ago
So it seems there are two ways to exchange information:<p>1) be on the same wifi (presumably great for dissidents in countries with heavy-handed internet control, and inconvenient for everyone else)<p>2) use &quot;pubs&quot;, which can be run on any server, and connected to ¿through the internet?<p>So most users would use pubs, which are described as &quot;totally dispensable&quot; (a nice property). But how can users exchange information about which pub to subscribe to? Is there a public listing of them?<p>It seems like the &quot;bootstrapping server&quot; problem (eg; reliance on router.bittorrent.com:6881) will still exist in practice. For that matter, is there currently an equivalent to router.bittorrent.com that would serve this purpose?<p>This seems like a potentially significant project, and I&#x27;m excited by the possibility that it might actually take off – hence the inquiry.
评论 #14052024 未加载
评论 #14053667 未加载
评论 #14052983 未加载
评论 #14052028 未加载
cakefaceabout 8 years ago
Can I choose who&#x27;s content I pass along? I am ok distributing my own feed, that&#x27;s presumably why I am joining the network. I am not OK passing along someone else&#x27;s hate speech, porn, warez, malware, spam, etc. I&#x27;d like to be able to review the feeds available and say &quot;Yeah sure I&#x27;ll pass that around.&quot; If everything in a feed is encrypted then I&#x27;d need to decide. Also yeah my brother who&#x27;s feed I follow and pass may upload a really nasty bit of content and I may relay it.
评论 #14053443 未加载
评论 #14053366 未加载
rb808about 8 years ago
I&#x27;d like to see all my friends post updates and photos to blogs where I can subscribe via rss. This would be the best social network for me.
评论 #14051107 未加载
评论 #14051369 未加载
评论 #14051637 未加载
评论 #14051125 未加载
评论 #14051124 未加载
ISLabout 8 years ago
The storage requirements are tremendous, though, right?<p>If I want to have access to everything that&#x27;s been shared with me, I have to store it all. In the case of images, the storage burden can get large quickly.
评论 #14051181 未加载
评论 #14051051 未加载
评论 #14051087 未加载
评论 #14051616 未加载
评论 #14053648 未加载
评论 #14051433 未加载
评论 #14055731 未加载
jdormitabout 8 years ago
I think I missed something. If information is exchanged when machines are on the same network, how does the guy in New Zealand get updates from the guy in Hawaii? Is there a server involved, or does the New Zealand guy have to wait until he is on a network with someone who has already connected with the Hawaii guy?
评论 #14051521 未加载
评论 #14051557 未加载
评论 #14051524 未加载
评论 #14051491 未加载
olleromam91about 8 years ago
I&#x27;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&#x2F;maintains them? Does this lead to subscriptions?<p>Decentralized social networks seems like an inevitable progression as internet users become more aware of their privacy and ways they can improve online relationships and ....&quot;social networking&quot;
评论 #14057818 未加载
评论 #14056061 未加载
评论 #14055928 未加载
j_sabout 8 years ago
Right now Mastadon might as well be off-grid, unable to add additional accounts on the main server. Popularity has stunted it&#x27;s growth!<p>I am not sure how much thought has been given to the scalability of this solution, it sounds like it will benefit from most of the advantages offered by P2P in this department.<p>Eventually something like this could organically grow into the &quot;next Internet&quot;, in much the same way that the current internet has morphed into what it is today.
评论 #14050626 未加载
评论 #14050642 未加载
cosenalabout 8 years ago
You can make sure that the author wrote this post by copy-pasting [this signature](<a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;staltz&#x2F;staltz.github.io&#x2F;master&#x2F;signed_posts&#x2F;2017-04-06-an-off-grid-social-network.md.asc" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;staltz&#x2F;staltz.github.io&#x2F;ma...</a>) &lt;-- 404: Not Found. Now I am not so sure on who the author is anymore...
评论 #14050865 未加载
the_arunabout 8 years ago
Wouldn&#x27;t the size of diaries grow big - GBs and TBs over period of time and make it slow?
评论 #14052066 未加载
matt_wulfeckabout 8 years ago
The post starts by introducing two people (one in a boat in the ocean and another in the mountains in Hawaii) and states that they are communicating to each other. I thought this post was about some new long-range wireless protocol that sync&#x27;d via satellites or some such. I was disappointed to see this:<p>&gt; Every time two Scuttlebutt friends connect to the same WiFi, their computers will synchronize the latest messages in their diaries.<p>Ultimately this technology seems to be a decentralized, signed messaging system. What problem are they solving? That facebook and twitter can delete and alter your messages?<p>Meanwhile I&#x27;m in search of a long-range, wireless communication system that can function like a network without the need of an ISP. Anyone know anything about this?
评论 #14054128 未加载
评论 #14052606 未加载
评论 #14052713 未加载
good_vibesabout 8 years ago
I really like his train of thought. The future of social networking will be very different from how it is structured today. That&#x27;s a very safe bet.
freedaemonabout 8 years ago
&gt; For instance, unique usernames are impossible without a centralized username registry.<p>This is Zooko&#x27;s triangle and was squared by blockchains. Namecoin (2011), BNS (the Blockstack Name System, 2014), and now a bunch of other fully-decentralized naming systems can give you unique usernames. Recently, Ethereum tried launching ENS and ran into some security issues and will likely re-launch soon.
评论 #14050899 未加载
评论 #14050795 未加载
yoandyabout 8 years ago
Does it normally take too long indexing database? since I started the app have been a long while. I thought this could be a nice tool to use in places like Cuba, but I&#x27;ve realized now, that once connected to a Pub it download more than 1 GB, that would be a problem too in a place with lack of internet bandwidth.
评论 #14054238 未加载
XaspR8dabout 8 years ago
Basic question: since the entries form a chain and reference the previous, is there no way to edit or delete your old entries? (I see it &quot;prevents tampering&quot; and there&#x27;s something of a philosophical question here about whether you&#x27;re &quot;tampering&quot; with your own history when you editorialize -- I agree with the crypto interpretation, but in the context of offline interaction, social communication isn&#x27;t burdened with such expectations of accuracy or time-invariance.)<p>If so I see that as a fairly large limitation for the common user. Even though truly removing something from the internet is effectively an impossibility, I think most non-technical folks aren&#x27;t actively aware of this, and I&#x27;d at least like the option make it <i>harder</i> for folks to uncover.
评论 #14052298 未加载
评论 #14052347 未加载
zevebabout 8 years ago
I think that SPKI&#x27;s name certs would be a good next step for this, so people could associate human-readable petnames with keys.<p>C.f. <a href="http:&#x2F;&#x2F;theworld.com&#x2F;~cme&#x2F;spki.txt" rel="nofollow">http:&#x2F;&#x2F;theworld.com&#x2F;~cme&#x2F;spki.txt</a> and RFCs 2692 &amp; 2693.
评论 #14051139 未加载
noffle_about 8 years ago
We also have git over SSB!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;clehner&#x2F;git-ssb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;clehner&#x2F;git-ssb</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;noffle&#x2F;git-ssb-intro" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;noffle&#x2F;git-ssb-intro</a>
评论 #14054988 未加载
rattrayabout 8 years ago
Hmm, the &quot;legacy&quot; interface to patchwork seems much nicer to me:<p><a href="https:&#x2F;&#x2F;www.scuttlebutt.nz&#x2F;applications.html#patchwork-classic" rel="nofollow">https:&#x2F;&#x2F;www.scuttlebutt.nz&#x2F;applications.html#patchwork-class...</a><p>Curious what motivated the shift.
评论 #14060590 未加载
Andrexabout 8 years ago
This seems similar to the (now defunct) project Opera Unite[1]. Basically Opera turned each browser into a kind of server.<p>Granted, Unite still used the Web, Opera accounts, and ISPs, but I believe it could communicate locally over a router too.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5oJd9lGWbWI" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5oJd9lGWbWI</a>
ICRqVNmDrU8FDiabout 8 years ago
This wouldn&#x27;t scale. If we replaced twitter with this right now, that&#x27;s:<p>500 million tweets per day. 140 bytes (140 characters * 8-bit ASCII) per tweet.<p>140 bytes * 500 million = 70GB<p>Thats 70GB per day before metadata. Use this social network for a month and we&#x27;ve exceeded the 1TB mark, twice.<p>Remember this isn&#x27;t just 70GB per day on one server, this is 70GB per day on every users PC.
评论 #14051677 未加载
评论 #14058853 未加载
bitwizeabout 8 years ago
So... it&#x27;s kinna like USENET then?
评论 #14051036 未加载
评论 #14050849 未加载
评论 #14053103 未加载
ghostwreckabout 8 years ago
This is great! Exactly the type of service I would use as someone that avoids centralized social networks.<p>Also wondering, can this be a replacement for Slack? Can I set up a private group chat room? Or can I only use the private @ feature to send private messages to multiple people?
评论 #14055144 未加载
macawfishabout 8 years ago
Would it be hard to port patchwork to android? I&#x27;d love something like this for android.
评论 #14051699 未加载
nebabyteabout 8 years ago
&gt; Every time two Scuttlebutt friends<p>scuttlebuds?
dangerousbeansabout 8 years ago
If anyone would like an invite&#x2F;pub connection, Project Entropy maintains a pub here which can hand out invites: <a href="http:&#x2F;&#x2F;ssb.project-entropy.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ssb.project-entropy.com&#x2F;</a>
bandramiabout 8 years ago
&quot;Scuttlebutt was created by Dominic Tarr, a Node.js developer with more than 600 modules published on npm, who lives on a self-steering sailboat in New Zealand.&quot;<p>That&#x27;s roughly the level of paranoia I want now
camjohnson26about 8 years ago
Is there a better guide to the service? The handbook is accurate but really short. Would also help if it was easier to browse channels.
hsribeiabout 8 years ago
So how do I sync two instances with nothing but a USB stick? What commands do I use on both ends?
xoriabout 8 years ago
A git repo, with GPG signed ~commits~ message posts, and a blob store for files. Love it.
hackeraccountabout 8 years ago
it seems like this is trying to solve the same problem as ipfs <a href="https:&#x2F;&#x2F;ipfs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ipfs.io&#x2F;</a><p>It&#x27;s pretty neat when you see two people&#x2F;groups working on the same problem independently.
评论 #14057424 未加载
0xdeadbeefbabeabout 8 years ago
Why do I have so many friends? Talk about not mirroring reality.
mattcolesabout 8 years ago
How does such a social network tackle abuse?
评论 #14051293 未加载
truedevabout 8 years ago
What a great idea. I hope it succeeds.
brian-armstrongabout 8 years ago
I&#x27;m really excited to see how this develops. Best of luck to the Scuttlebutt team, what a great idea :)
danjocabout 8 years ago
This sounds more like a mesh communication tool, or a git repo, than a social network to me. &quot;Social network&quot; sites like Facebook aren&#x27;t so utilitarian. Facebook was the place where people post life&#x27;s highlights. (I say was, I haven&#x27;t been there in years. I don&#x27;t know what it is like today.) HN is also like this, except it is a stream of project highlights.
f4rkerabout 8 years ago
&quot;off the grid&quot;<p>and<p>&quot;social network&quot;<p>pick one.
评论 #14055178 未加载
techvinnabout 8 years ago
nice post!!keep going like this <a href="http:&#x2F;&#x2F;techvinn.com&#x2F;appvn-download-apk&#x2F;" rel="nofollow">http:&#x2F;&#x2F;techvinn.com&#x2F;appvn-download-apk&#x2F;</a>