July, 2009


27
Jul 09

Daily Digest for July 27th

googlereader (feed #5)
twitter (feed #2)
Support IE6 Must Die, add a #twibbon to your avatar now! – http://twibbon.com/join/IE6-Must-Die [#]
twitter (feed #2)
@gavinblair If you meant the Zombie Giraffes : http://bit.ly/ekvpp [#]
googlereader (feed #5)
Shared Avoidance
googlereader (feed #5)
googlereader (feed #5)
googlereader (feed #5)
twitter (feed #2)
@hijinksensue Ordered my copy of HE: Godspeed you Fancy Bastard [#]
delicious (feed #4)
delicious (feed #4)
delicious (feed #4)

26
Jul 09

Daily Digest for July 26th

twitter (feed #2)
@gavinblair Pretty sure you can turn that off [#]
twitter (feed #2)
@dstorey Doesn’t see to work in firefox 3.5 [#]
twitter (feed #2)
TUrns out even the information on the back of a smoothie box can be musical http://bit.ly/YOfKb #nsfw [#]
twitter (feed #2)
@dstorey Ah, works fine in chrome though [#]
twitter (feed #2)
RT @stclark81: @donttrythis Let me guess… You’re Dr. Manhattan? [#]
twitter (feed #2)
@donttrythis Nice costume! Kind of surprised that no one found you before now though http://twitpic.com/bmyg7 [#]
twitter (feed #2)
@donttrythis Did you show up in a school bus too? #adamincognito [#]
twitter (feed #2)
Hmmm… turns out that you can send a tweet from two accounts at once with tweetdeck [#]
twitter (feed #2)
Cooking instructions: Don’t overcook… – Thanks Captain Obvious *salutes* [#]
twitter (feed #2)
RT @donttrythis: http://twitpic.com/bn7pu – For the record. This was me. I had fun playing scavenger hunt with Twitter. #adamincognito [#]
twitter (feed #2)
@MsSlick Yes… yes it is [#]
googlereader (feed #5)
twitter (feed #2)
RT @malki: Only during Comic-Con can you be walking down the sidewalk at midnight and see an anime character arguing with Harry Potter [#]
twitter (feed #2)
Seen on Meta stackoverflow: "I’d rather hit my applebag with a hammer than use ff." [#]
twitter (feed #2)
twitter (feed #2)
A new programming methodology HDD: http://bit.ly/ukssB [#]
twitter (feed #2)
Nothing nothing nothing… Boomer Smoker Hunter and 1000 zombies [#]
twitter (feed #2)
Zombie Giraffes: Terror in the Treetops! :| [#]

25
Jul 09

Daily Digest for July 25th

delicious (feed #4)
generic (feed #6)
generic (feed #6)
twitter (feed #2)
If the spec says bigger than 0.02 inches, you shouldn’t have to make sure that it is exactly 0.020 inches that is just rediculous [#]
twitter (feed #2)
Astronauts report it feels good [#]
twitter (feed #2)
RT @hijinksensue: Papomic Sansyrus! RT @jaydeflix: @hijinksensue If only there was some way to combine papyrus and comic sans. =) [#]
twitter (feed #2)
RT @NASA: Something BIG hit Jupiter….the new and improved Hubble took a picture of it! Check it out at: http://bit.ly/Uub34 [#]
twitter (feed #2)
@wilw Did he hit you with his sword? [#]
twitter (feed #2)
@gavinblair First impressions? [#]
twitter (feed #2)
How hard can it be to find @donttrythis? He has thick glasses, a red beard… comon people! #adamincognito [#]
twitter (feed #2)
@gavinblair Unexpected results? [#]
twitter (feed #2)
@gavinblair Except for the pasting thing? [#]
twitter (feed #2)
@gavinblair Did X-box #L4D get the update so that you can just download new maps and go? [#]
twitter (feed #2)
Guys got anger issues http://bit.ly/85XlD [#]
twitter (feed #2)
Audio Tetris? http://bit.ly/hALM2 [#]
twitter (feed #2)
But keep your eye on it because it _will_ kill your baby [#]
twitter (feed #2)
@markstahler Linus don’t write no software for Windows [#]
twitter (feed #2)
twitter (feed #2)
@gavinblair You are right, tweetdeck seems to run faster… hopefully they will improve seesmic soon [#]
twitter (feed #2)
More plasma? No thanks, I’m full [#]

24
Jul 09

Daily Digest for July 24th

twitter (feed #2)
New blog post: Daily Digest for July 23rd http://bit.ly/d3aeS [#]
delicious (feed #4)
twitter (feed #2)
New blog post: PHP Pop Quiz Hotshot http://bit.ly/5h1u9 [#]
twitter (feed #2)
- So sorry I ran over your dog… with my Jaaaaggg. – Oh well. [#]
twitter (feed #2)
There’s nothing here but worthless gold!! #DS9 [#]
twitter (feed #2)
Yes! This is what we need http://bit.ly/2XjS5p [#]
twitter (feed #2)
You can pay for things via twitter? https://twitpay.me/ [#]
twitter (feed #2)
The harp, now that is a man’s instrument http://bit.ly/5kxIg [#]
generic (feed #6)
Posted Changeset [131]: controller.class.php =>validation variables are now private =>added …
twitter (feed #2)
A man’s got to have priorities http://crap.teurasporsaat.org/archive/5851.jpg [#]

23
Jul 09

PHP Pop Quiz Hotshot

Without running it, what does this do?

function hmmm(){
	$i = 'a';
	$array = array();
	while($i != 'z'){
		$array[$i] = $i;
		$i++;
	}
	return $array;
}