Earlier quoted context omitted.
I mostly agree, but the scale of what Twitter is doing technically is very different. Network size is not as important as how messages are distributed within it. Whereas most WhatsApp messages are one to one, on Twitter they're almost always one-to-very-many. If 10000 Twitter users with 1000 followers each send a tweet, that's 10000000 messages hitting queues. 10000 WhatsApp users sending a single message each are li…
Perhaps that is the lesson to be learned? That technology with limits... scales? If you want to "do social", do it for small groups. Nobody really has 40 000 friends, so why bother with the use-case that is literally only used by advertising companies?
Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
241–250 of 414 posts
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#242Earlier quoted context omitted.
The new video and calling system, innovation? Skype, Hangouts and Viber have had those features for years... I don't think WhatsApp introduced any innovation at all, its popularity is derived from network effects, together with the questionable practice of using phone numbers as public ID and automatically adding all your phone contacts as chat contacts without them having any say in the matter.
I am an active user of WhatsApp and their service is much more reliable than Skype or Hangouts. There's a reason why 800 million people are using it and it's not only because of network effects, it's because the base product and service is rock solid. Their innovation is evolution of WhatsApp past text messages. And in the end, nothing is a true innovation -- most things build on past ideas.
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#243I think the general market could learn a thing or two from WhatsApp: 55 people powering a platform used by 800 million _active_ users across many different platforms. And WhatsApp has innovated, e.g. the new video and calling system works very well. I have often wondered what thousands of Twitter employees are doing all day long? Their platform and apps have been stale for a long time.
I mostly agree, but the scale of what Twitter is doing technically is very different. Network size is not as important as how messages are distributed within it. Whereas most WhatsApp messages are one to one, on Twitter they're almost always one-to-very-many. If 10000 Twitter users with 1000 followers each send a tweet, that's 10000000 messages hitting queues. 10000 WhatsApp users sending a single message each are li…
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#244I predicted Twitter would be the next unicorn to cut staff and offices ten days ago ( https://news.ycombinator.com/item?id=10300002 ). To be honest, I didn't think it would happen quite this fast. But 4K employees, 2K engineers to support Twitter? If they were still in a rapid growth/innovation phase, perhaps they could get away with this. But rapid growth is over.
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#245Earlier quoted context omitted.
I don't doubt it's challenging to keep the thing up, but 4100 employees? And meanwhile WhatsApp has 50 or so employees in total.
WhatsApp can't tell me how many users were talking about Peanut Butter Sandwiches 30 seconds ago. WhatsApp can't alert me when people suddenly start talking about earthquakes, super bowls, or Elon Musk. WhatsApp doesn't need to fanout a message to millions of consumers, millions of times a day (and with multi-second latency to boot!). WhatsApp also doesn't provide a CDN, mobile analytics/monetization/debugging platfo…
[1] http://highscalability.com/blog/2014/3/31/how-whatsapp-grew-...
[2] https://www.erlang-factory.com/upload/presentations/601/EUC2...
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#246Earlier quoted context omitted.
I am an active user of WhatsApp and their service is much more reliable than Skype or Hangouts. There's a reason why 800 million people are using it and it's not only because of network effects, it's because the base product and service is rock solid. Their innovation is evolution of WhatsApp past text messages. And in the end, nothing is a true innovation -- most things build on past ideas.
"Reliable" is a relative term for WA. Everybody I know has a random delay in messages, the browser "thing" is mostly not usable, no desktop app, etc. You can not use WA for productivity.
basically they shot themselves in the foot on the mobile market with an half assed implementation, and even today the notification system on skype mobile apps is dumb, especially how they handles balloons (the only app that could do worse on notification balloons is facebook)
whatsapp may not be a cornerstone of reliability, but it has an incredibly frictionless mobile user experience.
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#247I think the general market could learn a thing or two from WhatsApp: 55 people powering a platform used by 800 million _active_ users across many different platforms. And WhatsApp has innovated, e.g. the new video and calling system works very well. I have often wondered what thousands of Twitter employees are doing all day long? Their platform and apps have been stale for a long time.
I mostly agree, but the scale of what Twitter is doing technically is very different. Network size is not as important as how messages are distributed within it. Whereas most WhatsApp messages are one to one, on Twitter they're almost always one-to-very-many. If 10000 Twitter users with 1000 followers each send a tweet, that's 10000000 messages hitting queues. 10000 WhatsApp users sending a single message each are li…
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#248I think the general market could learn a thing or two from WhatsApp: 55 people powering a platform used by 800 million _active_ users across many different platforms. And WhatsApp has innovated, e.g. the new video and calling system works very well. I have often wondered what thousands of Twitter employees are doing all day long? Their platform and apps have been stale for a long time.
I mean, it's obvious. And WA isn't necessarily a replicable model for all companies.
Re: Twitter Expected to Begin Layoffs and Stop Headquarters Expansion
#249Earlier quoted context omitted.
I mostly agree, but the scale of what Twitter is doing technically is very different. Network size is not as important as how messages are distributed within it. Whereas most WhatsApp messages are one to one, on Twitter they're almost always one-to-very-many. If 10000 Twitter users with 1000 followers each send a tweet, that's 10000000 messages hitting queues. 10000 WhatsApp users sending a single message each are li…
There are many well understood approaches to scaling this. There are operational challenges to it, but it's not that hard. E.g. decompose large follower lists by using reflectors, and cap the size in the messaging system to a suitably low number. Now you've reduced the issue to one of sharding it over enough machines.