TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: When will blockchian or something better replace e-mail?

5 点作者 voaie超过 8 年前
Who is working on a replacement of e-mail for both messaging and registration of thirdparty accounts? Open-source SDKs?

5 条评论

Qwertystop超过 8 年前
Email is simple, and works. I doubt anything is going to replace it as the default for what you list unless something massive and bizarre happens that brings down email in general so that everyone has to start from scratch and may as well put together something else.<p>Blockchain-based systems are... not simple, though they do do work. The advantage there is... what? The ability to verify sender&#x2F;recipient? At the cost of massive power consumption to keep the encryption going, an unnecessary level of distribution for most purposes, and, as best as I can tell, the inability to delete anything that nobody involved cares about anymore.<p>If anything replaces email, it&#x27;ll be basically email with security built in (end-to-end encryption and the guarantee that the From address matches the sender). More than that (maybe a little extra, I might have missed something) is overkill. Even that much is unlikely to come up except as patches on a per-provider basis, which might hopefully become omnipresent enough to remove support for the old version.
评论 #12976746 未加载
评论 #12977074 未加载
评论 #12972399 未加载
eb0la超过 8 年前
The biggest problem of using a blockchain for email is that you will need to have a copy of the blockchain to record all the transactions (mesages) sent in the past.<p>If you do this in the European Union, you are shooting yourself in the foot.<p>Why?<p>First because data protection laws dictate anyone can oppose against the treatment of his&#x2F;her data in your systems. Email is considered personal information here. If you put email in a blockchain you cannot effectively remove data from it because it breaks the whole chain of signatures.<p>Maybe you could do something like cyphering the data before dumping it in the blockchain, and using a smart contract or inserting a special record to make it unavailable (not erased, but made not accessible).<p>Second, you cannot distribute &#x2F; share personal data as you want. In some countries -like Spain- you need a signed autorization by the Director of the Data Protection Agency.
alistproducer2超过 8 年前
I just started the Free Data Foundation. The goal of the project is to support OSS that can replace &quot;free&quot; services that subsist on our data. Interestingly enough the maiden project is tentatively called Tmail (short for torrent mail).<p>It works somewhat like TOR in that it will depend on volunteers to host nodes that will communicate with existing email providers (outlook, gmail, yahoo, etc). The reason we need these nodes is that it&#x27;s practically impossible to host an email server at a residential location because ISP&#x27;s block port 25. Also most people don&#x27;t have the desire or knowledge to maintain an email server.<p>Users can host their own delivery nodes (which will be plug and play software pre-installed on RPi&#x27;s). These nodes communicate with the volunteer&#x27;s host nodes over 80, thereby bypassing the ISP block of port 25.<p>There will also be an option for people hosting delivery nodes to share their resource with people who can&#x27;t&#x2F;won&#x27;t host their own nodes which will allow people to sign up for email accounts without running their own software (a la gmail).<p>It gets way deeper than that, but I&#x27;ll leave it there. You can follow the project at <a href="https:&#x2F;&#x2F;github.com&#x2F;freedatafound&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;freedatafound&#x2F;</a>. I&#x27;ve also bought <a href="http:&#x2F;&#x2F;freedatafoundation.org" rel="nofollow">http:&#x2F;&#x2F;freedatafoundation.org</a> but there&#x27;s currently nothing there.
评论 #12972766 未加载
dpc_pw超过 8 年前
Blockchains are not the solution to general communication. Platforms like Maidsafe could potentially replace email in the very long term.
upofadown超过 8 年前
What does &quot;registration of thirdparty accounts&quot; mean? What is the ultimate goal here?
评论 #12972822 未加载