Auto-Meme Auto-Meme

08/04/2009

First it came to Tumblr; now it’s invading Twitter! Delivering freshly baked nonsense to you at random intervals (1 in 24 chance of posting, every 15 minutes).

MAXIMUM FOLLOWING YIELDS MAXIMUM RESULTS

First it came to Tumblr; now it’s invading Twitter! Delivering freshly baked nonsense to you at random intervals (1 in 24 chance of posting, every 15 minutes).

MAXIMUM FOLLOWING YIELDS MAXIMUM RESULTS

28/02/2009

New meme added. (Thanks, nox!)

New meme added. (Thanks, nox!)

21/02/2009

05/02/2009

For the curious…

Here are some interesting snippets from the code behind Auto-Meme. (It’s all Python.)

# random element from list/tuple/string
randel = lambda x: x[randint(0, len(x)-1)]
patterns = [
    ( 'im in ur {1}, {2} ur {3}', ('noun','noun1'), 'verb4', 'noun1' ),
    ( 'how do i {1} {2}?', 'verb2', ('noun', '~web', 'name') ),
    ( '{1} {2} {3}', 'name', ('~kills', 'verb1'), ('name', '~Dumbledore') ),
    ( 'All your {1} are belong to {2}', 'noun1', ('~us', 'noun', 'name') ),
    ( '{1a} is {2} too', ('noun', 'noun', ['name', no_article]), ('~fine', 'adj') ),
    ( "{1} don't know about my {2}", ('~bitches', 'noun1'), ('noun', 'noun1') ),
    . . .
]
spengbab = lambda: randel(\
        ['Spange','Speng','Sporg','Splorg',
        'Spernd','Splort','Spunk','Scram','Spange','Speeng',
        'Splen','Spengj','Spinge']\
        ) + randel(\
        ['bob','bob','bob','bab','bab','beb','blat','berp','bharb',
        'blar','borg'])
sqarpents = lambda: randel(\
        ['Sqar','Skur','Sven','Squat','Spleen','Snare','Sklabh',
        'Squere','Dildo']\
        ) + randel(\
        ['pents','ponce','porks','peeps','pops','pans','pints',
        'ponts'])

22/12/2008

21/12/2008

03/10/2008

Click click click click

After several hours of bashing Javascript on the head and begging it to just do something, Auto-Meme is now slightly more responsive! It downloads a handful of memes at a time, so you don’t have to wait for so long every single time you click.

Bonus update: ROUNDED CORNERS. It has them. I’m spoiling you lot now.

Auto-Meme Statistics (3 Oct 2008)

  • 62 meme patterns (‘All your X are belong to Y’)

  • 67 names (‘Jesus’, ‘Milhouse’, ‘The RIAA’)

  • 148 nouns (where ‘Pokemon’ and ‘Pokeman(s)’ count as one noun, etc.)

  • 26 transitive verbs (‘steal X’, ‘photoshop X’, ‘blog about X’)

  • 15 intransitive verbs (‘drink’, ‘get laid’, ‘do a barrel roll’)

  • 33 adjectives (‘bald’, ‘sweaty’, ‘grim and frostbitten’)

  • 108 (12 × 9) variations of Spongebob Squarepants (‘Spangebharb Svenporks’)

« previous | page 3 of 4 | next »
Tumblr » powered Sid05 » templated