<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
	<!--
	Design template:
	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

-->
<!-- ukey="509E5F97" -->
<head>
  <title>Things That I've Learned</title>
<LINK REL="SHORTCUT ICON" HREF="http://www.blakestuchin.com/favicon.ico">

  <script type="text/Javascript"> 

function togglecomments (postid) { 

   var whichpost = document.getElementById(postid); 
   
   if (whichpost.className=="commentshown") { 
      whichpost.className="commenthidden"; 
   } 
   else { 
      whichpost.className="commentshown"; 
   } 
} 
</script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1328749-1";
urchinTracker();
</script>

<link rel="openid.server" href="http://draft.blogger.com/openid-server.g" />
</head>
<style id='base_style_sheet' type='text/css'>
/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3,h4,h6
{
color: #184366;
}

h5
{
font-size: 1.4em;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #184366;
padding-bottom: 1.2em;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

h5 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #657383;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('http://www.blakestuchin.com/blog/images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('http://www.blakestuchin.com/blog/images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
background: #FF790B url('http://www.blakestuchin.com/blog/images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}

/* Main */

#main
{
background: #fff url('http://www.blakestuchin.com/blog/images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner p.about
{
text-align: left;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4,h5
{
border-bottom: dotted 1px #E1E1E1;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
/* padding-bottom: 0.175em; */
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner h5
{
padding-bottom: 3px;
margin-bottom: 15px;
}

#main_inner .post
{
position: relative;
padding-right: 2em;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post footer
{
position: relative;
font-size: 1.0em;
padding-bottom: 0.1em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('http://www.blakestuchin.com/blog/images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('http://www.blakestuchin.com/blog/images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #FF790B url('http://www.blakestuchin.com/blog/images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	background:#FFF8C6;
	float: right;
	padding: 0em 0em 0em 0em;
	border-top: dotted 1px #E1E1E1;
	border-left: dotted 1px #E1E1E1;
	border-right: dotted 1px #E1E1E1;
	border-bottom: dotted 1px #E1E1E1;
	}
	
	#columnB_3columns
	{
	background:#FFF8C6;
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-top: dotted 1px #E1E1E1;
	border-right: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	background:#FFF8C6;
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-top: dotted 1px #E1E1E1;
	}

/* Things I added */

.commenthidden {display:none}
.commentshown {display:inline}
.feedburnerFlareBlock {display: inline}

ul.links li.delicious
{
	padding: 0em;
 margin-bottom: 0px;
	padding-bottom: 0px;
}

img.delicious
{
padding: 0px;
border: none;
}

p.quote
{
font-size: 9pt;
font-family: "Courier New", Courier, monospace;
background-color: #FFF8C6;
}

div.post {
	padding: 0px; 
	margin: 0em auto; /* needed to support centering of almost-full-width posts */
	border: none;
}

/*
div.post img { 
	margin: 0.67em auto;
	width: 100%;
	max-width: 480px;
	_width: expression(this.width > 480 ? 480: true);
	}
*/

/* Show Yourself Styles */
#showyourself {
	font-family: "Trebuchet MS", arial, sans-serif;
	width: 170px;
	border: 1px solid #A8A8A8;
	list-style: none;
	margin: 0;
	padding: 0;
}
#showyourself h2 { 
	color:#000000;
	background-color: #FFC000;
	text-align: center;
	padding: 1px 5px;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
ul#showyourself li {
	margin: 0px;
	padding: 1px 0px;
	list-style: none;
	display: block;
}
#showyourself li+li { 
	border-top: 1px solid #A8A8A8;
}
#showyourself li a { 
	background: #E8E8E8;
	display: block;
	color: #000000;
	font-size: 11px;
	padding: 1px 3px;
	border: 0;
	text-decoration: none; 
}
#showyourself li a img { 
	border-width: 0;
}
#showyourself li a:hover {
	background: #FFFFFF;
}
#showyourself strong {
	font-size: 15px;
	font-weight: normal;
}
#showyourself .footer {
	background-color: #FFC000;
	font-size: 10px;
	text-align: center;
}
#showyourself li a:hover.footer {
	background-color: #FFC000;
		text-decoration: underline;
}

</style>

<body>


<div id="header">

	<div id="header_inner" class="fluid">

		<div id="logo">
			<h1><span>things</span> that i've learned</h1>
			<h2>by blake stuchin</h2>
		</div>
		
		<div id="menu">
			<ul>
				<li><a href="http://www.blakestuchin.com/index.html" class="active">Blog</a></li>
				<li><a href="http://www.blakestuchin.com/blog/widgets.html">Widget Lab</a></li>
				<li><a href="http://www.blakestuchin.com/blog/about.html">About Me</a></li>
			</ul>
		</div>
		
	</div>
</div>

<div id="main">

	<div id="main_inner" class="fluid">

		<div id="primaryContent_3columns">

			<div id="columnA_3columns">
				
		<div class="post">
			
<!-- Begin Blogger code -->


<b>Sunday, March 16, 2008</b>


<!-- Begin .post -->
<h5>
new host
</h5>
<p><div style="clear:both;"></div>After ten years with DigitalDaze, I've moved webhosts to Media Temple. Am testing out functionality over the next few weeks, will be back to regular updating soon.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/technology.html">technology</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/03/new-host.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c2375912688639232542')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c2375912688639232542">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=2375912688639232542" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=2375912688639232542;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/03/new-host.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Tuesday, March 04, 2008</b>


<!-- Begin .post -->
<h5>
liveblogging class
</h5>
<p><div style="clear:both;"></div>Liveblogging my Excel Macro Writing class (Steph calls it Dork Workshop) on Twitter right now, follow me if you enjoy these sorts of experiments<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/blog.html">blog</a>, <a rel='tag' href="http://www.blakestuchin.com/labels/excel.html">excel</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/03/liveblogging-class.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c5341526301830370194')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c5341526301830370194">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=5341526301830370194" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=5341526301830370194;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/03/liveblogging-class.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Monday, February 25, 2008</b>


<!-- Begin .post -->
<h5>
Sam learns something new every day
</h5>
<p><div style="clear:both;"></div>(12:38:29) Sam Podos: i just learned something mind blowing<br />(12:38:31) Sam Podos: do you know why Duane Reade is called Duane Reade? <br />(12:38:46) Blake Stuchin: the original location is on Duane and Reade streets<br />(12:38:48) Sam Podos: YES<br />(12:38:51) Blake Stuchin: i've been<br />(12:39:04) Sam Podos: wow<br />(12:39:06) Blake Stuchin: it's quite convenient<br />(12:39:16) Sam Podos: this is almost as good as the time i learned that PO box stands for Post Office box<br />(12:39:25) Blake Stuchin: and we have a new blog post<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/sampodos.html">sampodos</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/02/sam-learns-something-new-every-day.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c1602771690370525659')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c1602771690370525659">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=1602771690370525659" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=1602771690370525659;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/02/sam-learns-something-new-every-day.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Wednesday, February 13, 2008</b>


<!-- Begin .post -->
<h5>
Impressing the masses with my knowledge of Ctrl+Tilde
</h5>
<p><div style="clear:both;"></div>Last night was the first night of my new NYU enrichment class, Financial Analysis in VBA. What a dorky joy this is. We began with what the teacher called "basic advanced Excel" - functions that are generally limited to experienced Excel users and that are central elements to VBA programming but that are still standard in Excel (things like named ranges, text manipulation, auditing, and lookup tables). In two weeks, we'll expand on this and get into the hardcore VBA world, which I'm very excited about.<br /><br />I earned my Excel wonk street cred my showing off my knowledge of the keyboard shortcut for the formula auditing toolbar (thanks Ctrl+tilde!) and then showed that I know how to kick it old school by starting my cells with a + instead of an = because it's more efficient for data entry cells, even if it is a nod to the days of Lotus 1-2-3. Good times.<br /><br />It's interesting for me to be learning technical skills in a classroom environment. I live my life online and everything I've ever done with technology has been self-taught. I'll try to keep this updated with my feelings about how the weekly class experience is throughout the semester.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/business.html">business</a>, <a rel='tag' href="http://www.blakestuchin.com/labels/excel.html">excel</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/02/impressing-masses-with-my-knowledge-of.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c4195888501673702737')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c4195888501673702737">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=4195888501673702737" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=4195888501673702737;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/02/impressing-masses-with-my-knowledge-of.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Monday, January 28, 2008</b>


<!-- Begin .post -->
<h5>
what's in a name
</h5>
<p><div style="clear:both;"></div>(15:05:45) Dave Lerman: question<br />(15:05:52) Dave Lerman: do you think of me as a "david" or a "dave"<br />(15:06:04) Blake Stuchin: lerman<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/davelerman.html">davelerman</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/01/whats-in-name.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c3349640902506563326')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c3349640902506563326">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=3349640902506563326" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=3349640902506563326;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/01/whats-in-name.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Tuesday, January 22, 2008</b>


<!-- Begin .post -->
<h5>
xoxo
</h5>
<p><div style="clear:both;"></div>i'm pretty sure gossip girl uses wordpress.<br /><br />her blog's heavy on rich media, sports nearly 100% RSS saturation (producing more vibrations on freshmen girls than a swiffer), and updates with the efficiency of a twitter addict at CES. Or Davos. and thank you faux Lycée Français for the open wi-fi that she's tapping in to in order to fire off in-class updates. it's a pretty robust platform, and yet totally possible. you don't even need ues-level spending to build it.<br /><br />so if gg can be moderately legit with their IT, why is it so hard to keep it real with the nyc? come on disembodied voice of kristen bell, why is your team shooting in cooper square and pretending like you're next to a high school that's clearly on 93rd between Park and Madison? it's not like you don't know better, gossip girl - you sent chuck to butai and referenced sake at decibel in the same episode. (at least you had the decency to keep your namechecks subtle; i'm running out of places in my neighborhood that i still like.) i'd dance on the nuances further, but i'll leave the heavy lifting and further nyc private school love to nymag. xoxo, b.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/blog.html">blog</a>, <a rel='tag' href="http://www.blakestuchin.com/labels/gossip girl.html">gossip girl</a>, <a rel='tag' href="http://www.blakestuchin.com/labels/tv.html">tv</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/01/xoxo.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c7167903674157527940')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c7167903674157527940">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=7167903674157527940" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=7167903674157527940;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/01/xoxo.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>


<b>Thursday, January 17, 2008</b>


<!-- Begin .post -->
<h5>
Danny's realization
</h5>
<p><div style="clear:both;"></div>(13:20:33) Dan Abramson: i only hang out with guys with facial hair<br />(13:20:37) Blake Stuchin: yeah i've noticed that<br />(13:20:43) Blake Stuchin: i wish i were that cool<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://www.blakestuchin.com/labels/danabramson.html">danabramson</a></p></p>
<!-- End post -->

<!-- Start comments section -->
<span><p class="entry-footer"></span>
<a class="permalink" href="http://www.blakestuchin.com/2008/01/dannys-realization.html">Permalink</a> <span>&#8226;</span>



   <a href="javascript:togglecomments('c6267706214593041746')">
   0 comments</a> <span>&#8226;</span>


<span class="commenthidden" id="c6267706214593041746">
   
   <br />
   

   <p><a href="http://www.blogger.com/comment.g?blogID=38775359&postID=6267706214593041746" 
   location.href=http://www.blogger.com/comment.g?blogID=38775359&postID=6267706214593041746;>
   Post a Comment</a></p>
   
</span>

<script src="http://feeds.feedburner.com/~s/ThingsThatIveLearned?i=http://www.blakestuchin.com/2008/01/dannys-realization.html" type="text/javascript" charset="utf-8"><br /></script>

<br /><br />
</p>

<!-- End comments section -->
									
				</div>
		
			</div>
	
		</div>
		
		<div id="secondaryContent_3columns">
			<div style="text-align: center;"><img style="border: none; padding: 0.5em 0.5em 0.5em 0.5em;" src="http://www.blakestuchin.com/blog/images/5blakes.jpg" height="93" width="280"></div>
					
			<div id="columnB_3columns">
				
				<h4><span>Search</span></h4>

<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<div id="search">
<input type="hidden" name="sitesearch" value="blakestuchin.com" />
<INPUT TYPE=text class="text"  name="q" value="" />
<input type="submit" class="button" value="Go" />
<br class="clear" />
</div>
</FORM>

<!-- SiteSearch Google -->

				<h4><span>about</span> me</h4>
				<p class="about">I'm <strong>Blake</strong>. I like to learn stuff.</p>
				<p class="about">I like to learn about history, art, culture, sports, and politics. I like learning about what happens when you mix Diet Coke and Mentos. I like learning about Britney's latest flameup, Beckham's newest haircut, and how to make little origami gift boxes out a piece of 8.5x11.</p>
				<p class="about">I started this blog for me to have a place to write about the things that I've learned. I hope that you enjoy reading.</p>

				<h4><span>stalk</span> me on</h4>
				<ul class="links">
				<li><a href="http://upenn.facebook.com/profile.php?id=604998">Facebook</a>, where college kids do it</li>
				<li><a href="http://myspace.com/bstuchin">MySpace</a>, where high school kids do it</li>
				<li><a href="http://www.friendster.com/bstuchin">Friendster</a>, where people one year older than me do it</li>
				<li><a href="http://www.linkedin.com/in/bstuchin">LinkedIn</a>, where grownups do it</li>
				</ul>

				<h4><span>support</span> me</h4>
				<p class="about"><a href="http://www.climbrockclub.com"><img src="http://farm1.static.flickr.com/182/440391240_b36512994f.jpg?v=0" style="border: 1px"></a></p>
				<p class="about">I am a partner in The Rock Club, the NYC area's premier rock climbing gym. NYC kiddies - we're double the size of Chelsea Piers and way more fun. Programs and instruction for all skills and levels. <a href="http://www.climbrockclub.com">Tell them Blake sent you</a> and get a free carabineer. If you buy a membership, I will buy you a cupcake.</p>
				
				<h4><span>media</span> diet</h4>
				<ul class="links">
				<li><a href="http://www.salon.com">Salon</a></li>
				<li><a href="http://espn.go.com">ESPN</a></li>
				<li><a href="http://www.nytimes.com">NYT</a></li>
				<li><a href="http://www.slate.com">Slate</a></li>
				<li><a href="http://www.fark.com/">Fark</a></li>
				<li><a href="http://www.digg.com/">Digg</a></li>
				<li><a href="http://web20.originalsignal.com/">Original Signal Web2.0</a></li>	
				<li><a href="http://web2list.com/">Web2.0 List</a></li>
				<li><a href="http://del.icio.us">Del.icio.us</a></li>
				<li><a href="http://www.reddit.com">Reddit</a></li>
				<li><a href="http://www.mrtvseverything.com/MrTvs.html">Mr. T vs. Everything</a></li>
				</ul>
				
				<h4><span>blog</span> roll</h4>
				<ul class="links">
				<li><script language="javascript" type="text/javascript" src="http://rpc.bloglines.com/blogroll?id=bstuchin"></script></li>
				</ul>

			</div>
	
		<div id="columnC_3columns">

<h4><span>What</span> I'm Doing</h4>
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/bstuchin" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>

<h4><span>favorite</span> posts</h4>
<ul class="links">
<li>&bull; <a href="http://www.blakestuchin.com/2007/03/how-to-fix-everything.html">Pandas for peace</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/02/things-i-learned-in-college.html">Things I Learned in College</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/03/things-i-learned-in-college-part-ii.html">Things I Learned in College Part II</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/12/points-list.html">The Points List</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/02/feathers-of-love.html">Feathers of Love</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/03/from-how-they-have-fallen-dept.html">Great Moments in Baseball Cards</a></li>
<li>&bull; <a href="http://www.blakestuchin.com/2007/03/whats-in-name-or-why-i-shouldnt-write.html">Drug Names</a></li>
<br />
</ul>

	
				<h4><span>old</span> junk</h4>
				<ul class="links">
				<li>
  <a href='http://www.blakestuchin.com/blog/archives/2007_02_01_archive.html'>February 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_03_01_archive.html'>March 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_05_01_archive.html'>May 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_06_01_archive.html'>June 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_08_01_archive.html'>August 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_09_01_archive.html'>September 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_10_01_archive.html'>October 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_11_01_archive.html'>November 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2007_12_01_archive.html'>December 2007</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2008_01_01_archive.html'>January 2008</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2008_02_01_archive.html'>February 2008</a><br />

  <a href='http://www.blakestuchin.com/blog/archives/2008_03_01_archive.html'>March 2008</a><br />
</li>
				</ul>
				
<h4><span>recent</span> posts</h4>
<ul class="links">

<li>&bull; <a href="http://www.blakestuchin.com/2008/03/new-host.html">
new host
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/03/liveblogging-class.html">
liveblogging class
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/02/sam-learns-something-new-every-day.html">
Sam learns something new every day
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/02/impressing-masses-with-my-knowledge-of.html">
Impressing the masses with my knowledge of Ctrl+Ti...
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/whats-in-name.html">
what&#39;s in a name
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/xoxo.html">
xoxo
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/dannys-realization.html">
Danny&#39;s realization
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/lerman-sets-himself-up-for-these-things.html">
lerman sets himself up for these things
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/eldridge-gerry-was-creative-politician.html">
Elbridge Gerry was a Creative Politician
</a><br />

<li>&bull; <a href="http://www.blakestuchin.com/2008/01/web20-applications-i-couldnt-live.html">
Web2.0 Applications I Couldn&#39;t Live Without
</a><br />
</li>
</ul>



				<h4><span>nerd</span> fun</h4>
				<ul class="links">
				<li class="delicious"><a href="http://feeds.feedburner.com/ThingsThatIveLearned" rel="alternate" type="application/rss+xml"><img src="http://www.blakestuchin.com/blog/images/feed-icon16x16.png" alt="RSS" style="vertical-align:middle;border:0"/></a>&nbsp;<a href="http://feeds.feedburner.com/ThingsThatIveLearned" rel="alternate" type="application/rss+xml">Subscribe in a reader</a></li>
				</ul>
	
				<h4>
				<span><img class="delicious" src="http://www.blakestuchin.com/blog/images/delicious.small.gif" width="10" height="10" border="0"> del.icio.us</span> linkroll</h4>

				<ul class="links">
				<li>
				<script type="text/javascript" src="http://del.icio.us/feeds/js/bstuchin?count=20;extendeddiv=yes;name;showadd;bullet=&#8226"></script>
<noscript><a href="http://del.icio.us/bstuchin">my del.icio.us</a></noscript>
				</li>
				</ul>		

<ul id="showyourself" class="widget vcard">
<li><h2 class="fn">blake stuchin</h2></li>
<li><a class="url" rel="me photos" href="http://www.flickr.com/photos/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/flickr.png" alt="Flickr" /> <strong>Flickr</strong>/bstuchin</a> </li>
<li><a class="url" rel="me " href="http://www.myspace.com/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/myspace.png" alt="Myspace" /> <strong>Myspace</strong>/bstuchin</a> </li>
<li><a class="url" rel="me " href="http://facebook.com/profile.php?id=bstuchin@alumni.upenn.edu"><img src="http://www.blakestuchin.com/blog/images/widget_images/facebook.png" alt="Facebook" /> <strong>Facebook</strong>/blake stuchin</a> </li>
<li><a class="url" rel="me " href="http://friendster.com/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/friendster.png" alt="Friendster" /> <strong>Friendster</strong>/blake stuchin</a> </li>
<li><a class="url" rel="me resume" href="http://www.linkedin.com/in/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/linkedin.png" alt="Linkedin" /> <strong>Linkedin</strong>/bstuchin</a> </li>
<li><a class="url" rel="me " href="http://www.twitter.com/bstuchin"><img src="http://www.dbachrach.com/showyourself/widget_images/twitter.png" alt="Twitter" /> <strong>Twitter</strong>/bstuchin</a> </li>
<li><a class="url" rel="me music" href="http://www.last.fm/user/bstuchin"><img src="http://www.dbachrach.com/showyourself/widget_images/lastfm.png" alt="Last.fm" /> <strong>Last.fm</strong>/bstuchin</a> </li>
<li><a class="url" rel="me bookmarks" href="http://del.icio.us/bstuchin"><img src="http://www.dbachrach.com/showyourself/widget_images/delicious.png" alt="Del.icio.us" /> <strong>Del.icio.us</strong>/bstuchin</a> </li>
<li><a class="url" rel="me wishlist" href="Direct URL"><img src="http://www.blakestuchin.com/blog/images/widget_images/amazonwishlist.png" alt="Wishlist" /> <strong>Wishlist</strong>/blake stuchin</a> </li>
<li><a class="url" rel="me communication" href="aim:GoIM?screenname=ritersblok"><img src="http://api.oscar.aol.com/SOA/key=de1achH_7UpAYB9N/presence/ritersblok" alt="AIM" /> <strong>AIM</strong>/ritersblok</a> </li>
<li><a class="url" rel="me " href="http://www.technorati.com/profile/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/technorati.png" alt="Technorati" /> <strong>Technorati</strong>/bstuchin</a> </li>
<li><a class="url" rel="me " href="http://www.mybloglog.com/buzz/members/bstuchin"><img src="http://www.blakestuchin.com/blog/images/widget_images/mybloglog.png" alt="MyBlogLog" /> <strong>MyBlogLog</strong>/bstuchin</a> </li>
<li> <a href="http://www.dbachrach.com/showyourself/"  class="footer"> Get your own Widget</a> </li></ul>

	
			</div>

		</div>

		<br class="clear" />

	</div>

<div id="footer" class="fluid">
	Copyright &copy; 2007 Blake Stuchin. Powered by <a href="http://www.blogger.com">Blogger</a>. Design by <a href="http://www.nodethirtythree.com">nodethirtythree design</a>. Best viewed with a screen resolution of 1024x768 or higher. All rights reserved.
</div>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/bstuchin.json?callback=twitterCallback2&count=1"></script>
</body>
</html>