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
Photo posted at 14:09
28/02/2009
Photo posted at 02:29
21/02/2009
» Auto-Meme source code
Filthy secrets revealed! The innards of Auto-Meme are now available for your perusal on GitHub.
Link posted at 03:25
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'])
Text posted at 23:44
22/12/2008
» Auto-Meme API
It returns.
Link posted at 04:05
21/12/2008
Photo posted at 21:49
03/10/2008
Photo posted at 23:13
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.
Text posted at 23:02
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’)
Text posted at 15:40
» Auto-Mong
A Tumblr + Auto-Meme experiment. Memes are generated and posted to Tumblr at random — every 15 minutes, there’s a 1 in 16 chance of something new being posted.
Link posted at 15:15


