FTP vs HTTP
FTP vs HTTP
Posted Jan 30, 2017 10:26 UTC (Mon) by drag (guest, #31333)In reply to: FTP vs HTTP by tao
Parent article: Shutting down FTP services (kernel.org)
If I was to try to create a email replacement tomorrow I'd probably make a jabber extension that supports a intermediate offline receive and store with html formatted messages.
But you are missing the point a bit, I expect. Email not used because of any sort of technical excellence in it's protocol. but due to social reasons. Convincing people to use _anything_ else is the problem.
Posted Jan 30, 2017 12:46 UTC (Mon)
by dskoll (subscriber, #1630)
[Link] (15 responses)
That's also its downfall, of course.
Posted Jan 30, 2017 13:25 UTC (Mon)
by mathstuf (subscriber, #69389)
[Link] (7 responses)
Posted Jan 30, 2017 16:54 UTC (Mon)
by Wol (subscriber, #4433)
[Link] (3 responses)
Cheers,
Posted Jan 31, 2017 11:32 UTC (Tue)
by drag (guest, #31333)
[Link] (2 responses)
That does not resemble anything I said at all.
Posted Feb 3, 2017 11:31 UTC (Fri)
by Tet (guest, #5433)
[Link] (1 responses)
Posted Feb 3, 2017 19:06 UTC (Fri)
by raven667 (subscriber, #5198)
[Link]
stone ->
Posted Feb 2, 2017 7:40 UTC (Thu)
by micka (subscriber, #38720)
[Link] (2 responses)
Posted Feb 2, 2017 9:22 UTC (Thu)
by farnz (subscriber, #17727)
[Link] (1 responses)
One thing that makes a difference is that modern IM services show you a richer set of statuses than just "online", "away", and "offline"; you have a per-message status telling you whether the message is still private to you, has reached the recipient but not been seen yet (is visible in the chat window, but the user has not interacted with the chat window since the message became visible), or has probably been seen (you've opened the chat window with the message in, and interacted with a UI element that's visually below the message, typically), plus usually a "typing" indicator to tell you that the recipient is crafting a response.
Thus, if I'm communicating with someone like you, I can see that the message is available for you to read, but that you haven't yet seen it. I can also see that you've probably seen it, and aren't yet typing a response, and I can see that you've seen it, but that you're crafting the perfect reply and I should wait for you to finish typing before I poke again.
In some situations, that extra information is useful - it reassures me that the lack of a response is not you ignoring me, but you ignoring the machine completely. In others, perhaps not so much - do you want your boss to know that you've seen a message they think is polite and reasonable but that you're ignoring it for 24 hours while you calm down enough to reply nicely?
Posted Feb 2, 2017 11:03 UTC (Thu)
by pabs (subscriber, #43278)
[Link]
Posted Jan 31, 2017 11:28 UTC (Tue)
by drag (guest, #31333)
[Link] (6 responses)
I wasn't claiming that you would replace email with IM. The example I gave was a possible way you could extend jabber to use it for offline messages.
It's not the concept of Email that sucks.. it's the email protocol that sucks. It's insecure, spam is a constant problem and it's a nightmare to manage.
So far the best approach that people have discovered to deal with email is 'Lets all use Gmail and let Google deal with this nonsense'.
Posted Feb 1, 2017 4:54 UTC (Wed)
by Frogging101 (guest, #113180)
[Link] (2 responses)
Posted Feb 1, 2017 13:15 UTC (Wed)
by hkario (subscriber, #94864)
[Link] (1 responses)
Posted Feb 3, 2017 5:54 UTC (Fri)
by marcH (subscriber, #57642)
[Link]
Posted Feb 2, 2017 2:47 UTC (Thu)
by dskoll (subscriber, #1630)
[Link] (2 responses)
I think you'll find that despite email's problems, it's almost certainly the most important communication mechanism in business. I know that in my job, 95% of my communication (other than actual face-to-face interaction) is via email. And I would hate to use any sort of non-email-like tool in its place.
Email for personal communication is (for me) less important. In a pinch, I could get by texting, Facebook messaging, IM, etc. But I still like email the best in many situations.
Posted Feb 8, 2017 10:39 UTC (Wed)
by k8to (guest, #15413)
[Link] (1 responses)
For discussion-oriented stuff, this worked well, where parties were feeding off each others ideas in relatively tight timescales.
For asynchronous communication that shouldn't be dropped, it was horrifyingly awful. And they were uninterested in changing the pattern. I couldn't understand it at all.
Posted Feb 8, 2017 14:02 UTC (Wed)
by anselm (subscriber, #2796)
[Link]
The problem with Slack is that once something has scrolled off the top of the browser window it is very inconvenient to refer to. Sure, you can always scroll back to look at it, but if you want to reply to something somebody said three screenfuls ago it is a hassle to re-establish the proper context.
Some of the open-source Slack competitors (such as Mattermost or Rocketchat) actually do this better, at least to a certain degree.
Posted Jan 30, 2017 13:30 UTC (Mon)
by tao (subscriber, #17563)
[Link] (3 responses)
There are free protocols, it is possible to do offline storage, but none of the solutions actually *exist*.
And then there's the whole bit about threaded discussions. How would you possibly handle that?
No thanks. I love chat clients, but they do not replace e-mail. They complement e-mail nicely.
Posted Jan 31, 2017 11:35 UTC (Tue)
by drag (guest, #31333)
[Link] (2 responses)
The first requirement in something replacing email is going to be that it needs to be widespread as email. This is not a technical problem.
> And then there's the whole bit about threaded discussions. How would you possibly handle that?
Email is extremely bad at this.
Posted Jan 31, 2017 12:11 UTC (Tue)
by anselm (subscriber, #2796)
[Link] (1 responses)
With e-mail this is largely up to the client program one is using. Some of them do a reasonably decent job, and if threaded discussions are important to you you can pick one that does.
On the other hand, with most IM services you get exactly one client program (possibly per platform). If that program decides threaded discussions aren't worth bothering with, then you're stuck with it whether you like that or not.
In a wider sense, in the end e-mail is just files that you can deal with (format, sort, save, forward, print, backup, …) however you wish. IM messages are usually bits of data on a server that you can't access except through the official IM client. I know what I prefer.
Posted Jan 31, 2017 12:50 UTC (Tue)
by mathstuf (subscriber, #69389)
[Link]
Some clients mangle the relevant headers, breaking threads for everyone. I can stitch them back together in mutt, but unfortunately they don't sync with offlineimap.
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
Wol
FTP vs HTTP
It's actually exactly what you said. You're comparing synchronous and asynchronous communication mechanisms. Just like phone and snail mail. Instant messaging will never replace email because they do different things.
FTP vs HTTP
FTP vs HTTP
books ->
web pages ->
email ->
IM ->
voice ->
video ->
in-person ->
telepathic?
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
FTP vs HTTP
Email is extremely bad at this.
FTP vs HTTP
