Ridiculous as this sounds, there's a very interesting conversation happening on Twitter with Marc Andreessen about this apps' uses. Apparently, the "missed call" phenomenon, where people will call someone else and hang up, is incredibly popular, especially in other countries (e.g. Bangladesh). It's a free way to communicate 1 bit of information, which in many cases is enough if the people know beforehand what they wa…
Yo
91–100 of 101 posts
Re: Yo
#92Re: Yo
#93It's Facebook's "poke" feature (which I honestly love) in 2014. There's nothing wrong with it, but I struggle to find anything novel about it.
Re: Yo
#94Ridiculous as this sounds, there's a very interesting conversation happening on Twitter with Marc Andreessen about this apps' uses. Apparently, the "missed call" phenomenon, where people will call someone else and hang up, is incredibly popular, especially in other countries (e.g. Bangladesh). It's a free way to communicate 1 bit of information, which in many cases is enough if the people know beforehand what they wa…
Yo is ridiculous and doesn't necessarily solve any problem that is not solved with existing messaging apps.
Re: Yo
#95Earlier quoted context omitted.
What is the number 840?
6*140. But as your sibling comment points out twitter is not based on octets but on code points so there is actually a lot more information in there. I made the assumption that the limit was the 140 byte limit from GSM messages with a 'payload' of roughly 6 bits per character position but as was pointed out it is in fact now 140 UTF-8 code-points. https://dev.twitter.com/docs/counting-characters
Re: Yo
#96Earlier quoted context omitted.
6*140. But as your sibling comment points out twitter is not based on octets but on code points so there is actually a lot more information in there. I made the assumption that the limit was the 140 byte limit from GSM messages with a 'payload' of roughly 6 bits per character position but as was pointed out it is in fact now 140 UTF-8 code-points. https://dev.twitter.com/docs/counting-characters
Yeah, I'm familiar with tweeting in Japanese, and how much more information you can get across in a tweet, which made me question the number. However, I'm still not sure why (in an imaginary world where twitter doesn't encode in UTF-8), it might be 6-bits. 7 or 8 I can understand. I'm just curious of what your thinking was, not trying to do any one-upmanship.
Re: Yo
#97Earlier quoted context omitted.
Can't wait for the Facebook clone. They should call it "Poke". Oh wait.
"Like" would probably be pretty appropriate...
Re: Yo
#98Earlier quoted context omitted.
>New startup idea: an app that only lets you say "hey" to people. "It's like Yo, only with 'Hey' instead of 'Yo'"
It's "Yo" for "Hey"
Re: Yo
#99I just Yo'd about 15 times back and forth with a friend. He just texted me "What's Up" Mission accomplished I guess?
Everybody is laughing now but soon they launch: Yo, buy this! Yo, emoji pack, Yo, plus! Yo, for enterprise. Then suddenly their the next whatsapp.
Re: Yo
#100Earlier quoted context omitted.
No, really don't do this, you could get someone killed like that (priority traffic causes tons of traffic accidents annually, if they follow up on a 9/11 when there is nothing wrong you are in very hot water, and rightly so). There are a lot of situations where one bit communications can make big changes. Sending a voltage down the wire to the 'launch' relay on some missile will do a lot worse. In the end, any actuat…
A technical note: Twitter carries unicode messages; the limit is not 140 octets but 140 code points [0]. This is especially useful when tweeting in Japanese. I believe there are more than 65536 code points assigned so a tweet should be able to carry over 2240 bits of information -- 2240+ Yos. --- Incidentally, in Japanese and BEV (probably adopted from jp), the word "yo" has an entirely different meaning. [0] http://…