Wednesday 20 May 2009 — This is over 15 years old. Be careful.
Mario Klingemann undertook a challenge: to somehow represent an image in a tweet. Not by pasting a URL to the image, but by actually cramming the data into 140 characters. The result is better than you think, and involved all sorts of technical craftiness.
First, he used Chinese characters, to get 210 bytes of data into 140 characters. Then he used clever color and point coordinate representations to optimize the use of the handful of bytes available.
One of my first jobs was at General Computer Corporation, which made games for the Atari 2600. The 2600 system had only 256 bytes of RAM, so the designers of games had to cram all of the mutable data, including the program stack, into 256 bytes. When it was time to plan a new feature for a game, the developers would bring out the memory map, a sheet of paper detailing what each bit of those 256 bytes did, and find a bit that was unused.
And now here we are on multi-gigabyte machines, trying to squeeze something interesting into 210 bytes!
It seems every time we think technology has moved beyond some irritating limit, new tech comes in and re-introduces it to us. No more 8-bit video, unless you’re on a VNC connection. Screens are big, unless you’re in a phone. Network is always connected, unless you’re in a phone. Actually, most of the limitations come back once you’re in a phone.
Or on twitter!
Comments
Still, I like your point about how there are always the same old limitations that just keep coming back to bite us. In our system, we've been tweaking bits and bytes as well.... in this case it's because we need to support millions of records on client software, and a byte per record really starts to add up. It's always the same thing all over again.
Add a comment: