A Tweet is 140 characters long because the database field is a VARCHAR (140) to contain that many ASCII representations. A “tweep” by the nature of it needing to be stored as an image file would not have a character limitation. Instead, one might limit the size of the tweep by the size of the image file to be stored in the BLOB field, or in a textfield as a BASE64 representation. The paradigm is different as one would expect from a paradigm-shifting medium. (:
Dang, how did I get to be this age and not know what a BLOB field or a BASE64 representation is? Can you tell me about the 140 character limit, but in another way?
Oh.. um, a BLOB field is for Binary Large OBjects, or non-text things like images. BASE64 encoding is a method for converting non-text binary objects into text representations (it’s also used to send images in email, since email is a text-only transport mechanism). If you’re storing data in a relational database table, you generally need to decide how much space you’re going to allocate to each record. This is why Tweets can only be 140 characters long – that’s how much space they’ve allocated to each record. It’s an odd number, though – they could have easily made it 256, but not any longer than that because that’s as large as a VARCHAR or CHAR field can be.
I like the idea of Tweeping. It should be encouraged. There’s a place for longer typecasts (pausing to look westward towards Mesa), but the brevity of, say Awkward Engineer, keeps me coming back for more too.
What a coincidence! I used to use the term BSO to stand for bullsh-t odor. When someone was being less than honest I’d say I was smelling BSO. Your term is nicer. BTW like the SM-9. RK/TXX
A Tweet is 140 characters long because the database field is a VARCHAR (140) to contain that many ASCII representations. A “tweep” by the nature of it needing to be stored as an image file would not have a character limitation. Instead, one might limit the size of the tweep by the size of the image file to be stored in the BLOB field, or in a textfield as a BASE64 representation. The paradigm is different as one would expect from a paradigm-shifting medium. (:
Dang, how did I get to be this age and not know what a BLOB field or a BASE64 representation is? Can you tell me about the 140 character limit, but in another way?
Er, Munk, was that in English? :-§ (confused smiley)
Anyway, I just wanted to say I liked the triplets (like couplets, but with three lines…)
Oh.. um, a BLOB field is for Binary Large OBjects, or non-text things like images. BASE64 encoding is a method for converting non-text binary objects into text representations (it’s also used to send images in email, since email is a text-only transport mechanism). If you’re storing data in a relational database table, you generally need to decide how much space you’re going to allocate to each record. This is why Tweets can only be 140 characters long – that’s how much space they’ve allocated to each record. It’s an odd number, though – they could have easily made it 256, but not any longer than that because that’s as large as a VARCHAR or CHAR field can be.
I like the idea of Tweeping. It should be encouraged. There’s a place for longer typecasts (pausing to look westward towards Mesa), but the brevity of, say Awkward Engineer, keeps me coming back for more too.
What a coincidence! I used to use the term BSO to stand for bullsh-t odor. When someone was being less than honest I’d say I was smelling BSO. Your term is nicer. BTW like the SM-9. RK/TXX
This is my first visit to your blog and *I LIKE*.
Tweep is an apt term for short bursts of typing. I think you’re onto something good!