Live data from Hacker News

All you need is e-mail, e-mail. E-mail is all you need.

monkeymace.com

31–40 of 126 posts

Re: All you need is e-mail, e-mail. E-mail is all you need.

#31

It helps to remember that the first social networks (See: Usenet) were built out of email. EDIT: All email needs is the ability to display information like the web can. Properly formatted and threaded.

So are some of the later ones. Twitter built a multi-billion dollar business by duplicating the functionality of email and listserv in a proprietary service.

Listserv had an SMS-oriented design? It automatically made every user their own independent channel that other users could choose to subscribe to?

I don't use Twitter, but saying it's just email/listserv is rather silly. Also, it's only a mutli-billion dollar business by investment; it doesn't generate even 1bn in revenue.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#32
Email has a lot of warts besides its obvious graces, especially when you look at the back-end of how emails are actually stored and transferred and authenticated. So I think we as programmers are naturally drawn to the idea of developing the email-killer. The central problem with the dreamers seems to be that they're not dreaming deeply enough.

Email is a communications multitool which leverages the whole human subconscious to effect its various uses: a human is supposed to know whether this is a "your boss demands that you do this" email or a "your friend wants you to look at her cute cat" email or "your uncle is ranting about fluoride in the water again" email. Most email killers do not and cannot eliminate this mental overhead. Graham only says "other people should be able to add to my todo list" -- he's not killing email, he's considering an email-aware todo list. That's very common. Skype is not an email killer precisely because it doesn't dream big enough: it is a realtime messaging protocol which hit it big because it worked with video. Trello is not an email killer precisely because it's for organizing groups. RSS is not an email killer because it only solves the limited problem of keeping aware of new content.

Email does all of these tasks -- poorly, but it does them. If you want to really kill email, you need to offer the core functionality effortlessly. Email II would understand "circles" of friends automatically, so that there is only an "inbox" for those people who are contacting you for the very first time. Like syndication, Email II would host the content on the publisher's web server to be downloaded whenever the client wants -- this has spam-deterrent effects, since the network doesn't take responsibility for the content. It would hopefully allow us to unify mailing lists. We can protect privacy with automatic cryptography; "chris::example.com" can stand for a public key which is stored on the example.com machines. The email killer needs to be good at segmenting messages so that we can say "This is the text of my invitation to a wedding, but it also comes with a standard-appointment-form where I describe where and when it is, so that it can be rapidly added to your 'upcoming dates' in the relevant social circle." (Since this must merge with dates and todo-lists, presumably example.com contains its own list of stuff which chris::example.com has stored for his own use.)

And I want to at this point admit defeat: because I think even those ideas are not daring enough. The email killer is probably going to have to do even more than all of that, and my own imagination becomes limited.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#33

Email is not great. My biggest problem with email is that it's unreliable. There have been so many times where I'd send an email and have it never even reach its destination. I'm not talking about a legitimate message being marked as spam and tucked away in some folder, but not even delivered and my email server isn't notified of this shenanigans (I'm looking at you, mac.com and gmail.com). This is I'm sure because s…

It's been years since I've actually encountered this problem. Most of the time the person was lazy, forgetful, or lying to me.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#34
post #15

> Why build a new messaging product when the basic functionality of email combined with a little effort from the user can achieve the same result? Well, to begin with, users don't want to expend even a little bit of effort. Isn't that why everyone is trying to minimize friction in the sign-up process? I agree that e-mail, as a protocol, is a powerful tool that is often misunderstood. But we really need e-mail clients…

I logged on to say exactly this. If for a product, the benefit is overwhelmed by the cost, then the user is irrational to use such a product. Email is _difficult_ to share things appropriately. A hybrid client, like gmail, is IMHO much better.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#36

NO. I want to scream. NO. I just began working at a company that uses "distribution groups" (mailing lists) as a "social network". It's awful as it's not threaded, it's not archived, it's not searchable. It's terrible.

This is a social problem, not a technology problem. There are many email lists wih searchable archives.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#37

Email is not great. My biggest problem with email is that it's unreliable. There have been so many times where I'd send an email and have it never even reach its destination. I'm not talking about a legitimate message being marked as spam and tucked away in some folder, but not even delivered and my email server isn't notified of this shenanigans (I'm looking at you, mac.com and gmail.com). This is I'm sure because s…

It's been years since I've actually encountered this problem. Most of the time the person was lazy, forgetful, or lying to me.

I want to believe in the best in people, I really do. But I do know better and that's all the more reason why we need a way to keep track of this without having to rely on humans telling you the truth.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#38

NO. I want to scream. NO. I just began working at a company that uses "distribution groups" (mailing lists) as a "social network". It's awful as it's not threaded, it's not archived, it's not searchable. It's terrible.

What if someone could create a new messaging system that

works like previous messaging systems such as email and Usenet, but instead of sending a message along with its entire thread of previous messages, or requiring all responses to be stored in each user's inbox for context, message documents that contain complete threads of multimedia messages (blips) are perpetually stored on a central server. These documents are shared with collaborators who can be added or removed from the document at any point during a document's existence.

And I could add much more to my wish list. If only someone, with lots of brains and financial resources would come up with something like this and push it to gain wide acceptance then we would forget about the horror that email is very quickly...

For some more info: http://bit.ly/1aAMNd

Re: All you need is e-mail, e-mail. E-mail is all you need.

#39
post #32

Email has a lot of warts besides its obvious graces, especially when you look at the back-end of how emails are actually stored and transferred and authenticated. So I think we as programmers are naturally drawn to the idea of developing the email-killer. The central problem with the dreamers seems to be that they're not dreaming deeply enough. Email is a communications multitool which leverages the whole human subco…

I'll be honest - XMPP fits this description pretty well, at least as far as I read it right now. Most clients don't seem to understand this but that seems tractable.

Re: All you need is e-mail, e-mail. E-mail is all you need.

#40
post #32

Email has a lot of warts besides its obvious graces, especially when you look at the back-end of how emails are actually stored and transferred and authenticated. So I think we as programmers are naturally drawn to the idea of developing the email-killer. The central problem with the dreamers seems to be that they're not dreaming deeply enough. Email is a communications multitool which leverages the whole human subco…

Indeed, that email has everything inside is as much its strength as its weakness. It is as unlikely to go away as it is unlikely to remain unfiltered and unchanged.

Where the "killing" begins and the extension begins is basically fuzzy.

You could create an "Email II" that had present day email as its transmission layer or which had some other transmission layer as it's base. There's a wide area of innovation still available here.

Post reply on HN