Live data from Hacker News

Inside continues to bet on email, the “largest social network”

niemanlab.org

101–110 of 151 posts

Re: Inside continues to bet on email, the “largest social network”

#101

Earlier quoted context omitted.

That and HTML email that doesn't have a text/plain alternative. Even the braindead conversion contain some nuggets of information.

Using lynx with `-stdin -dump` works pretty well in mutt

I had that, but lately I got best results from pandoc.

Re: Inside continues to bet on email, the “largest social network”

#102

Earlier quoted context omitted.

You can run a ZNC bouncer for a quarter of the price of one Slack account.

I still lose history if my bouncer goes offline.

You don't lose anything (assuming your whole team uses the same bouncer, which is a good solution, IMO), logs will remain saved on the disk drive, but people will be unable to connect. Personally I have a bouncer running on a VPS since 2008 with 100% uptime so far, costs me $3/month and is used by 10 people.

Re: Inside continues to bet on email, the “largest social network”

#103
post #56
post #51

Earlier quoted context omitted.

IRC?

IRC is centralised. You can't send message from server X to server Y. XMPP and Matrix can.

Matrix also isn't too set on chat. It would be quite possible to send email over Matrix. Maybe once Matrix has some kind of solution to spam that would be something to explore. With bridges to SMTP, if you'd like.

Re: Inside continues to bet on email, the “largest social network”

#104
post #52

"[...] People seem to hate email for the same reasons they once loved it. Email's underlying triumph, the quality that made it revolutionary, was that you could instantly deliver a written message to someone even if they weren't there to receive it. [...] Email is neutral, meaning that anyone can email anyone else with an email address. If you have a person's email address, your message will be delivered no matter wh…

> Email is a set of protocol and thus it _will_ outlive any centalised, closed, walled garden. What stops email going the way of XMPP?

I think the situation is a bit different. While some companies have used XMPP for chat, I don't recall that any had advertised prominently the notion that you could use their chat system to talk to people on a different network. This was something that geeks could do (and did), but was never a selling point for the vast majority of users.

Compare this to email, where every user expects their email client to be able to email people on different providers. If, say, GMail suddenly stopped being usable to email people without a GMail address, all users would think it was broken, not just geeks.

The trend to centralize email is a more subtle one. For instance, make email work better when emailing someone at the same domain (also because it's technically easier to handle): I have seen people trained by GMail to send huge files as attachments because it works when sending them to other GMail users. Also, spam filtering: a small email provider sending email to a large one has a higher chance of being flagged as a spammer, and has to support all requisite technologies (SPF, DKIM, SSL if you don't want the email to be marked as insecure, not being on a blacklist or residential IP, etc.).

Long sorry short, I'd have trouble imagining that a major email provider could realistically stop supporting "federation". Maybe it could happen if major providers unite to create a walled garden between them and to cut off everyone else (unrealistic), or if one provider's market share increased to near-monopoly (somewhat unlikely for now because of the long tail of institutions, companies, universities, who still want to run their own). I think the main threat to email is non-federated systems that are more convenient to use on mobile (e.g., WhatsApp and others), or social networks in general. (This may sound far-fetched, but in France I do see many companies who advertise support on Twitter and Facebook but cannot be reached by email.)

Re: Inside continues to bet on email, the “largest social network”

#105

Earlier quoted context omitted.

Companies giving up on open standards in favor of their own walled gardens does not really provide a meaningful commentary on the open standards themselves. XMPP itself is a bit of a mess, but it's a standard with a lot of adoption, which has its own value.

A lot of adoption? How many users does XMPP have? I'm glad that XMPP is open, but as a standard, it's useless to me if none of my friends are using services that support it.

Not sure about the actual statistics, but XMPP is not just a standard for messaging between people: I think it's also intended as a backend technology for communication behind automated services. So even though there may not be many humans using XMPP as a messaging application, there may be many people who "use it" without noticing (as in, use a website, etc., which relies on XMPP somewhere).

Re: Inside continues to bet on email, the “largest social network”

#107

Maybe in US this holds, but things may be different in different places. I'm a Chinese living in the bay area. I think people here treat E-mails as part of their daily life probably because most of them began to use it before the mobile internet is a thing. On the contrary, in China where the majority internet users are mobile-savvy, WeChat is the new email. Actually E-mails are only for official communications there…

Messaging apps like WeChat and Slack are really too ephemeral for discussion and documentation of serious business matters, in my experience.

For discussion its fine, but documentation still needs to exist. I feel like we're in the point of the technology cycle where people realise Slack and friends can't solve all their problems, just as email/phone calls/memos/whatever don't form long term documentation.

Re: Inside continues to bet on email, the “largest social network”

#108
post #70

Earlier quoted context omitted.

> Email is a set of protocol and thus it _will_ outlive any centalised, closed, walled garden. What stops email going the way of XMPP?

What happened to XMPP? Not trying to be snarky, I still use it. Is there an issue I should be aware of?

People mostly stayed in their walled gardens; despite the possibility to leave and explore others. And the companies running chat services decided that it wasn't in their interests to allow people out of those gardens.

I guess if xmpp had been around at the time icq kicked things off things might have been different.

Re: Inside continues to bet on email, the “largest social network”

#109
Google's Inbox is basically an email client reimagined as a social network feed. They might have cocked up g+ (and whatever is was before that), but this one they've done pretty well (as long as you don't think of it as just another email client).

Re: Inside continues to bet on email, the “largest social network”

#110
post #8

This is tangential, but needs to be stated: What I've learned from email newletters is that Microsoft Outlook needs to die a swift and horrible death. There is absolutely no good reason why we should have to create email newsletters that require tables for layout.

I'm surprised we haven't seen the mIRC's of email yet (or maybe there have but that just didn't work?). mIRC was a popular client for IRC on Windows. It extended IRC with features such as color and formatting in your messages, which was beyond the protocol. A feature like that worked just fine because the color codes were mostly invisible to those who weren't using a client that supported them. In this way, mIRC and…

Multipart emails have been doing this for as long as I can remember - emails are delivered with an HTML part and a plain text on for compatibility with clients that don't support it. There's no reason you couldn't release your new mail client with text/mailml support, but you'll have to get people to use it.
Post reply on HN