Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The patents involves routing messages with emphasis on followers. Everything previous I'm aware of has been multicast based or address based, like email or mailing lists. Most internet and application-layer protocols are destination based. Where is a protocol that says "Route this message based on who is interested in the source."? All I find is "send this message there, based on X, or, send that message here, based on Y"; both destination based. Would be interesting to know or hear of past protocols which are more similar to twitter's patent.


Everything previous I'm aware of has been multicast based or address based, like email or mailing lists.

As others remarked, IRC is follower-based. You follow a bunch of channels by sending subscription message (JOIN #channel-name) to central authority (IRC server). The server keeps track of who follows which channel, and brokers any PRIVMSG #channel message messages to the followers, until the person does PART #channel-name or disconnects. Aside of that, a direct person-to-person mechanism exists just as well, also via the PRIVMSG command.

The USER nickname command provides, among other, list of (public) channels the named person follows, which some IRC clients use to allow user to follow the same channels.

Yes, there is a difference between an IRC channel and a singular persona, but it is not as clear-cut as it may seem on its face. On one hand, some channels are muted, and only admins, or just a single admin, can post. On the other, Twitter handles often stand for multiple persons, speaking for one organization, team etc.

* * *

As an IRC user, I am ashamed and appalled of how low our industry has fallen -- somebody applies for a patent for what (after cursory read seems to me) a copy of well-known and long-established functionality.


IRC has no such long-established functionality. You can MSG a #channel or a user and that's it. User's can't follow each other and there are no lists. These followers and lists are how twitter routes messages, not a channel.

Such a simple difference makes all the difference. In this case, enough to file a patent.

If they didn't file a patent someone else would have.


> If they didn't file a patent someone else would have.

And Twitter would have been in a position to object it to death.


Seems like LiveJournal did the "followers" thing first.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: