memnus: Stepmania "hold" arrows and the phrase "HOLD ME". (Hold me.)
Brian ([personal profile] memnus) wrote2008-02-06 09:42 pm
Entry tags:

Moar crack!

Who else is on Twitter? I am. Let me know if I should be stalking you there too. I hope I don't get too addicted to it that I start texting it too often.

I decided to go with the Thinkpad. The only downside is that it'll take three weeks to ship.

click

[identity profile] jibb.livejournal.com 2008-02-08 05:32 pm (UTC)(link)
Hmm... It's 141 characters by my count. As for the three hyphens, they were put in by habit, not meant as troll bait. I tend to use three hyphens to represent an em-dash (—) when I'm too lazy to put a proper one in, or when I want to stick to ASCII.

[identity profile] iluvsheep.livejournal.com 2008-02-08 06:31 pm (UTC)(link)
Oh geez. Well done, well done indeed.


> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit." | wc -m
139

> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.' | wc -m
139

> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit."
::Nod:: I think Twitter tweets are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.

> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.'
::Nod:: I think Twitter "tweets" are limited to 140 characters. Thats a bit short for a significant update---even this comment wouldnt fit.


I ran the first two lines, but since they matched I never bothered to check the second two lines. Curse you and your equal number of double and single quotes both of which are just numerous enough to push it beyond the threshold.