Introducing Twitov

Twitov is a generative text bot that takes your Twitter history file and uses it to make new Tweets based on your own personality. It’s free, all you need is your Twitter history file.

Twitov is an Extra Future 6-hour project that ballooned into a week-long one. Whoops. Previous ExFu 6-hour Projects include Kove (a community-editable Choose Your Own Adventure Game), Liblr (Something like Mad Libs for Twitter), and Kreskin (An app that generates album covers for fictional bands based on real Flickr images, Wikipedia, and famous quotes).

Introducing Kreskin, A Band/Album Generator

Kreskin is an album generator, which essentially automates the Wikipedia Band Name Game. To wit:

  1. Go to the Random article page on Wikipedia. The page it goes to is your band name.
  2. Go to Flickr’s most interesting photos for the last 7 days. Find the third image. That is your band’s album cover.
  3. Go to the quotations page and pick the last quote on the Random Quotes page. The last three words of this quote is the title of your album.

You have likely played this game on a grey workday afternoon, but Kreskin makes the process much easier. Using the sources above, Kreskin grabs the needed information and presents you with a lovely image with a permalink that you can pass around, no manual labor needed. Kreskin also picks from a random assortment of freely-licensed web fonts to snazz up your album covers.

Kreskin is an Extra Future 6-hour Project.

Mote, the Amazon S3 Music Player

Mote began as a 6-hour project and slowly changed into a 12-hour one. It takes the contents of any Amazon S3 bucket, checks for audio files and lets you play them like an album. It defaults to using HTML5’s audio tag, and falls back to Flash if your browser does not support HTML5.

Mote is clever enough to know if your browser supports any of the specific kinds of files in the bucket (say, M4A in Firefox) and if not, will fall back to Flash for those files.

Fullness

As another one of Extra Future’s 6-hour projects, I present the following: Fullness, a web page which displays today’s date (22 February 2010). Each second that passes from the moment the page was made live will “age” it, blurring the text. As the viewer’s memory of the page ages and deteriorates so will the page itself, until eventually the text is entirely obscured and unreadable.

In about 5 years, the text will be one big smear. It will be be impossible to visually tell that it was ever text at all.

Megaman II’s Intro Animation In HTML

Created by yours truly. No Flash, just CSS, HTML5, and jQuery. The animation is very not smooth in Firefox, but works great in Safari and Chrome.

You can check it out here.

Using the scrollbar to bring the view upward was a stylistic choice, it could’ve just as (if not more) easily done in a single “screen”, but what’s the fun in that? The demo uses the jQuery backgroundPosition-Effect plugin to achieve the parallax scrolling effect, and the new Javascript audio capabilities introduced by the HTML5 group. The timing may not work very well on older machines.