<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title />
    <link>http://will4n.posterous.com</link>
    <description>Most recent posts at </description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#bff2a1b77" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/posterous/oCaA" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="posterous/ocaa" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Thu, 26 Jan 2012 21:17:00 -0800</pubDate>
      <title>ssh attack from 1.214.194.114</title>
      <link>http://will4n.posterous.com/ssh-attack-from-1214194114</link>
      <guid>http://will4n.posterous.com/ssh-attack-from-1214194114</guid>
      <description>
        <![CDATA[<p>
	<div>
<div>Port 22 on the local network here was forwarded earlier this week and just yesterday the IP was linked to <a href="http://foran.mooo.com">foran.mooo.com</a> via&nbsp;<a href="http://freedns.afraid.org/">http://freedns.afraid.org/</a>&nbsp;(which I came to through the dd-wrt ddns dropdown options)</div>
<p />
<div>Tonight, a virtual terminal got spammed with some message I wish I'd thought to copy. It involved the words ssh and root.&nbsp;</div>
<p />
<div>I stopped the ssh deamon and killed all sshd&nbsp;process, grepped auth.log for 'Accepted password', and check /root/.bash_history (though any commands would likely have been sent without&nbsp;opening&nbsp;an interactive shell).&nbsp;</div>
<p />
<div>I've been rooted!</div>
<div>The earliest entry was at 8am this morning. The last after 7pm.</div>
<p />
<div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">grep -i 'accepted password' /var/log/auth.log*| perl -lne 'print "$2\t$1" if &nbsp;m/for (\w+) from ([0-9\.]+)/'|sort |uniq -c | sort -nr<br />&nbsp; &nbsp; &nbsp; 2 1.214.194.114 &nbsp; root &nbsp;*<br />&nbsp; &nbsp; &nbsp; 1 94.127.67.61 &nbsp; &nbsp;root &nbsp;*<br /> &nbsp; &nbsp; &nbsp; 1 221.239.81.4 &nbsp; &nbsp;root &nbsp;+<br />&nbsp; &nbsp; &nbsp; 1 221.207.229.6 &nbsp; root +<br />&nbsp; &nbsp; &nbsp; 1 218.240.44.249 &nbsp;root *<br />&nbsp; &nbsp; &nbsp; 1 217.148.218.74 &nbsp;root +<br /></blockquote>
</div>
<p />
<p />
<div>* have many attempts</div>
<div>+ only one connection, know correct root password</div>
<p />
<div>Russia, South&nbsp;Korea, and China represented.</div>
<p />
<div>I checked /etc/passwd, /etc/rc.* and ls -tlc {,/usr/}{/bin/,/sbin/}. All seem okay.&nbsp;</div>
<div>ps axo cmd,users appears normal.&nbsp;~/.ssh/authorized_keys are all trusted.&nbsp;</div>
<div>&nbsp;nmap localhost is as&nbsp;expected. There are no new jobs in crontab.</div>
<p />
<div>It looks like the harm is only that a few people know I forgot to change my weak root password when I opened up the box.</div>
<p />
<div>I fixed that.&nbsp;</div>
<p />
<div>I disabled root login and only allow access via publickey,</div>
<p />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">/etc/ssh/sshd_config<br />PermitRootLogin No<br />PasswordAuthentication no<br />ChallengeResponseAuthentication no</blockquote>
<p />
<p />
<p />
<p />
<p />
<p />
<p />
<div>In the most recent attack,&nbsp;over 3000 attempts with more than 12 hundred user names were logged. User names were probed at different intensities. After root, test is apparently thought to be a likely account.&nbsp;</div>
<p />
<p />
<div>
<div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">function searchIP() {&nbsp;<br />&nbsp;perl -lne "print \$2 if m/(user|for)&nbsp;(\w+) from $1 /" /var/log/auth.log*&nbsp;<br />}</blockquote>
<p />
</div>
</div>
<div>
<div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">
<div>
<div>searchIP 1.214.194.114|wc -l</div>
<div>3429</div>
</div>
<p />
<div>searchIP&nbsp;1.214.194.114&nbsp;|sort -u|wc -l<br />1269</div>
<p />
searchIP&nbsp;1.214.194.114&nbsp;|sort |uniq -c|sort -nr | tee &gt;(head -n5 1&gt;&amp;2) |tail -n3</blockquote>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">&nbsp; &nbsp; &nbsp;1087 root</blockquote>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">&nbsp; &nbsp; &nbsp;45 test<br />&nbsp; &nbsp; &nbsp;28 oracle<br />&nbsp; &nbsp; &nbsp;23 tester<br />&nbsp; &nbsp; &nbsp;22 info<br />&nbsp; &nbsp; &nbsp;22 guest<br />&nbsp; &nbsp; &nbsp; 1 gaby<br />&nbsp; &nbsp; &nbsp; 1 gabriell<br />&nbsp; &nbsp; &nbsp; 1&nbsp;</blockquote>
</div>
<p />
</div>
<p />
<div>Earlier attacks applied less force. But were equally successful. The chines prob appears to be smart enough not to probe an account that doesn't exist multiple times. I imagine it can determine this by the delay before the password prompt is presented.</div>
<p />
<div>The Russian probe solved root's password in the first 100 tries, but continued down the dictionary regardless. It also gave more tries to oracle than root.</div>
<p />
<div>
<div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">searchIP 218.240.44.249 |sort |uniq -c|sort -nr&nbsp;<br />&nbsp; &nbsp; 316 root<br />&nbsp; &nbsp; &nbsp; 1 router</blockquote>
</div>
</div>
<p />
<div>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">searchIP 94.127.67.61 |wc -l<br />713</blockquote>
<p />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">searchIP 94.127.67.61 |sort |uniq -c |sort -nr | tee &gt;(head -n5 1&gt;&amp;2) | tail -n3<br />&nbsp; &nbsp; 394 oracle<br />&nbsp; &nbsp; 206 root<br />&nbsp; &nbsp; 140 admin<br />&nbsp; &nbsp; &nbsp;56 asterisk<br />&nbsp; &nbsp; &nbsp; 1 string<br />&nbsp; &nbsp; &nbsp; 1 ftp<br />&nbsp; &nbsp; &nbsp; 1 dbus</blockquote>
</div>
<p />
<p />
<p />
<p />
<p />
<p />
<div>Picking on&nbsp;1.214.194.114</div>
<p />
<p />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">nmap -A -T4 1.214.194.114<br />PORT &nbsp; &nbsp; STATE &nbsp; &nbsp;SERVICE &nbsp; &nbsp; &nbsp;VERSION<br />21/tcp &nbsp; open &nbsp; &nbsp; ftp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;vsftpd 2.0.5<br />22/tcp &nbsp; open &nbsp; &nbsp; ssh &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OpenSSH 4.3 (protocol 2.0)<br />| ssh-hostkey: 1024 5f:03:2f:d1:a0:74:be:e9:94:9a:fc:f1:88:66:a9:7a (DSA)<br /> |_2048 22:75:08:79:7b:e2:4f:19:15:0a:39:12:7c:78:af:b4 (RSA)<br />80/tcp &nbsp; open &nbsp; &nbsp; http &nbsp; &nbsp; &nbsp; &nbsp; Apache httpd 2.2.3 ((CentOS))<br />|_http-title: UBI\xEB\x84\xA4\xED\x8A\xB8\xEC\x9B\x8C\xED\x81\xAC<br />|_http-methods: No Allow or Public header in OPTIONS response (status code 200)<br /> |_http-favicon:&nbsp;<br />111/tcp &nbsp;open &nbsp; &nbsp; rpcbind &nbsp; &nbsp; &nbsp;2 (rpc #100000)<br />135/tcp &nbsp;filtered msrpc<br />139/tcp &nbsp;filtered netbios-ssn<br />445/tcp &nbsp;filtered microsoft-ds<br />1700/tcp filtered mps-raft<br />1720/tcp filtered H.323/Q.931<br /> Service Info: OS: Unix</blockquote>
<p />
<p />
<div>The host http is in&nbsp;Korean.</div>
<div>Clicking around <a href="http://1.214.194.114">http://1.214.194.114</a> eventually directs to <a href="http://www.ubipc.co.kr">www.ubipc.co.kr</a></div>
<p />
<div>I thought the IP host would be a clone of ubipc for phishing. But</div>
<p />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">ping <a href="http://www.ubipc.co.kr">www.ubipc.co.kr</a><br />PING <a href="http://www.ubipc.co.kr">www.ubipc.co.kr</a> (1.214.194.114) 56(84) bytes of data.</blockquote>
</div>
<p />
<div>It appears the attach came from the&nbsp;registered&nbsp;domain's ip.</div>
<p />
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;">Domain Name : <a href="http://ubipc.co.kr">ubipc.co.kr</a><br />Registrant : UBInetwork<br />Administrative Contact(AC) : UBInetwork<br />AC E-Mail : <a href="mailto:kaf551@naver.com">kaf551@naver.com</a><br />Registered Date : 2011. 12. 27.<br /> Last updated Date : 2011. 12. 27.<br />Expiration Date : 2013. 12. 27.<br />Publishes : N<br />Authorized Agency : Whois Corp.(<a href="http://whois.co.kr">http://whois.co.kr</a>)</blockquote>
<p />
<p />
<div>I sent an email to the AC. &nbsp;</div>
	
</p>

<p><a href="http://will4n.posterous.com/ssh-attack-from-1214194114">Permalink</a> 

	| <a href="http://will4n.posterous.com/ssh-attack-from-1214194114#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 20 Nov 2011 06:03:09 -0800</pubDate>
      <title>Signals Midwest - I was Lost</title>
      <link>http://will4n.posterous.com/signals-midwest-i-was-lost</link>
      <guid>http://will4n.posterous.com/signals-midwest-i-was-lost</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_audio_embed'>
<a href="http://will4n.posterous.com/signals-midwest-i-was-lost"><img alt="" src="http://posterous.com/images/filetypes/mp3.png" /></a>
<div class='p_embed_description'>
<span class='p_id3'><strong>I Was Lost</strong> by Signals Midwest</span>
<a href="http://will4n.posterous.com/signals-midwest-i-was-lost">Listen on Posterous</a>
</div>
</div>
<p></p><div> Signals Midwest - I was Lost (<a href="http://signalsmidwest.bandcamp.com/album/latitudes-and-longitudes">Latitudes and Longitudes</a>)</div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> Thoughts become words become actions become habits become cycles you get stuck in. So let&#39;s leave. We can eat when we&#39;re hungry. We can sleep when we&#39;re tired. We can live the way we want to. Let&#39;s get lost. And we? We were kids. We were strangers. We were pilgrims. We were traveling for the sake of seeing something that we hadn&#39;t. And I admit: I was shaken by the words of a stranger. I asked him, “What do you do in a town like this?” He said, “Everybody&#39;s working just to get out of here.” But is here any better than there? Or is it all just gas stations, truck stops and commercial developments? And is home any place that you feel you belong? I don&#39;t care just what state we&#39;re in. Keep the odometer spinning. Let me make it back there because I know just how naïve I was.</blockquote>
	
</p>

<p><a href="http://will4n.posterous.com/signals-midwest-i-was-lost">Permalink</a> 

	| <a href="http://will4n.posterous.com/signals-midwest-i-was-lost#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <enclosure type="audio/mpeg" length="4918000" url="http://getfile4.posterous.com/getfile/files.posterous.com/will4n/1kpRXbVYxQAVbwGLkuzlHhEYIX43KIDw7aSI9OX72ewhDFBJH0NjlrL9lR43/05._I_Was_Lost.mp3" />
      <media:content type="audio/mpeg" fileSize="4918" url="http://getfile4.posterous.com/getfile/files.posterous.com/will4n/1kpRXbVYxQAVbwGLkuzlHhEYIX43KIDw7aSI9OX72ewhDFBJH0NjlrL9lR43/05._I_Was_Lost.mp3">
        <media:title type="plain">
Signals Midwest - I Was Lost        </media:title>
      </media:content>
    </item>
    <item>
      <pubDate>Sun, 23 Jan 2011 18:19:00 -0800</pubDate>
      <title>Music on Console (MOC) and last.fm</title>
      <link>http://will4n.posterous.com/music-on-console-moc-and-lastfm</link>
      <guid>http://will4n.posterous.com/music-on-console-moc-and-lastfm</guid>
      <description>
        <![CDATA[<p>
	<div>The MOC website list contributions (<a href="http://moc.daper.net/contrib">http://moc.daper.net/contrib</a>), one of which is a monitor for submitting to <a href="http://last.fm">last.fm</a>. It's in python2 and wasn't working as I expected.</div>
<p />
<div>I spent way too much time writing these few lines. It works for the most part. A Mumford &amp; Sons song failed to get scrobbled. The ampersand probably had something to do with it.&nbsp;</div>
<div>lastfmsubmitd is also in phython2 and does not like quotes around fields (e.g. --artist "Mumford &amp; Sons" ) from inside the script (bash/zsh). It took them fine from the CLI (zsh) though.&nbsp;</div>
<p>git://gist.github.com/792718.git</p>
	
</p>

<p><a href="http://will4n.posterous.com/music-on-console-moc-and-lastfm">Permalink</a> 

	| <a href="http://will4n.posterous.com/music-on-console-moc-and-lastfm#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 23 Dec 2010 20:18:17 -0800</pubDate>
      <title>Paul Baribeau - Christmas Lights</title>
      <link>http://will4n.posterous.com/paul-baribeau-christmas-lights</link>
      <guid>http://will4n.posterous.com/paul-baribeau-christmas-lights</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_audio_embed'>
<a href="http://will4n.posterous.com/paul-baribeau-christmas-lights"><img alt="" src="http://posterous.com/images/filetypes/mp3.png" /></a>
<div class='p_embed_description'>
<span class='p_id3'><strong>Christmas Lights</strong> by Paul Baribeau</span>
<a href="http://will4n.posterous.com/paul-baribeau-christmas-lights">Listen on Posterous</a>
</div>
</div>
<p></p><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> fresh snow on the suburbs </blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> staying at my parents</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> it hasn&#39;t been a good year</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> but things are all right here</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> sleeping in the spare room</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> that used to be my bedroom</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> even though I&#39;m home now</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I feel completely homeless</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I&#39;m looking at the moon</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> shining on the snow</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and everything was blue</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> except the Christmas lights</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> walking round the basement</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> where my band used to practice</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> sometimes I don&#39;t want to make new friends</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> sometimes I just miss my old friends</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> but I&#39;m seeing someone new now</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> she calms my heart down</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> but I&#39;m too scared to tell her</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> how crazy I can get sometimes</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I&#39;m looking at the moon</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> shining on the snow</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and everything was blue</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> except the Christmas lights</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I never feel better after I cry</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I spent 6 months of my life just wanting to die</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I&#39;m learning how to be alone without be lonely</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> learning how to be lonely without losing my mind</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> I&#39;m looking at the moon</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> shining on the snow</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and everything was blue</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> except the Christmas lights </blockquote>
	
</p>

<p><a href="http://will4n.posterous.com/paul-baribeau-christmas-lights">Permalink</a> 

	| <a href="http://will4n.posterous.com/paul-baribeau-christmas-lights#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <enclosure type="audio/mpeg" length="2444000" url="http://getfile7.posterous.com/getfile/files.posterous.com/will4n/wOTWRpVi6Ka5uRSU6GBpuLWgAYCDTFf5flofXbQ3mWQ4c4PVzAt4Olq6cS9O/christmas_lights.mp3" />
      <media:content type="audio/mpeg" fileSize="2444" url="http://getfile7.posterous.com/getfile/files.posterous.com/will4n/wOTWRpVi6Ka5uRSU6GBpuLWgAYCDTFf5flofXbQ3mWQ4c4PVzAt4Olq6cS9O/christmas_lights.mp3">
        <media:title type="plain">
Paul Baribeau - Christmas Lights        </media:title>
      </media:content>
    </item>
    <item>
      <pubDate>Fri, 03 Dec 2010 21:23:40 -0800</pubDate>
      <title>contrast</title>
      <link>http://will4n.posterous.com/contrast</link>
      <guid>http://will4n.posterous.com/contrast</guid>
      <description>
        <![CDATA[<p>
	<iframe src="http://player.vimeo.com/video/17034575?portrait=0" frameborder="0" height="283" width="500"></iframe><p /><iframe src="http://player.vimeo.com/video/13323249?portrait=0" frameborder="0" height="283" width="500"></iframe>
	
</p>

<p><a href="http://will4n.posterous.com/contrast">Permalink</a> 

	| <a href="http://will4n.posterous.com/contrast#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 03 Dec 2010 12:00:00 -0800</pubDate>
      <title>The amazing hereditary inheritance</title>
      <link>http://will4n.posterous.com/the-amazing-hereditary-inheritance</link>
      <guid>http://will4n.posterous.com/the-amazing-hereditary-inheritance</guid>
      <description>
        <![CDATA[<p>
	<p>My uncle(s) are awesome!</p>
<p>
<p>&nbsp;</p>
<p><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG.scaled1000.jpg"><img alt="Pc030060" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG.scaled500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/mwegBbIerfJezifyDnaGuotwwyhvcixfmrflcAkiuvufgIAcrEnsobqirJxA/PC030059.JPG.scaled1000.jpg"><img alt="Pc030059" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/mwegBbIerfJezifyDnaGuotwwyhvcixfmrflcAkiuvufgIAcrEnsobqirJxA/PC030059.JPG.scaled500.jpg" width="500" /></a>
<div class='p_see_full_gallery'><a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance">See the full gallery on Posterous</a></div>
</div>
<div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/sAoBflciuxrfkHJqDCHtycewEIkwGBokexBwdJtGDnpsntflwetcHlnAkJdm/PC030059.JPG.scaled1000.jpg"><img alt="Pc030059" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/sAoBflciuxrfkHJqDCHtycewEIkwGBokexBwdJtGDnpsntflwetcHlnAkJdm/PC030059.JPG.scaled500.jpg" width="500" /></a>
</div>
On the refrigerator white board:</p>
<p>To whom it may concern, I would like to know why there s a decomposed rodent on top of the pourch.</p>
<p>Love, Addison</p>
<p>&nbsp;</p>
<p>The management of this house is under no obligation to explain it's actions to it's tenants.</p>
<p>Sincerely,The Management</p>
</p>

	
</p>

<p><a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance">Permalink</a> 

	| <a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG">
        <media:thumbnail height="375" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-12-03/mwegBbIerfJezifyDnaGuotwwyhvcixfmrflcAkiuvufgIAcrEnsobqirJxA/PC030059.JPG">
        <media:thumbnail height="375" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-12-03/mwegBbIerfJezifyDnaGuotwwyhvcixfmrflcAkiuvufgIAcrEnsobqirJxA/PC030059.JPG.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2010-12-03/sAoBflciuxrfkHJqDCHtycewEIkwGBokexBwdJtGDnpsntflwetcHlnAkJdm/PC030059.JPG">
        <media:thumbnail height="375" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-12-03/sAoBflciuxrfkHJqDCHtycewEIkwGBokexBwdJtGDnpsntflwetcHlnAkJdm/PC030059.JPG.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Sat, 13 Nov 2010 05:43:07 -0800</pubDate>
      <title>Mumford &amp; Sons - The Cave</title>
      <link>http://will4n.posterous.com/mumford-sons-the-cave</link>
      <guid>http://will4n.posterous.com/mumford-sons-the-cave</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_audio_embed'>
<a href="http://will4n.posterous.com/mumford-sons-the-cave"><img alt="" src="http://posterous.com/images/filetypes/mp3.png" /></a>
<div class='p_embed_description'>
<span class='p_id3'><strong>The Cave</strong> by Mumford & Sons</span>
<a href="http://will4n.posterous.com/mumford-sons-the-cave">Listen on Posterous</a>
</div>
</div>
<p></p><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">It&#39;s empty in the valley of your heart<br /> The sun, it rises slowly as you walk<br /> Away from all the fears<br /> And all the faults you&#39;ve left behind<p /> The harvest left no food for you to eat<br /> You cannibal, you meat-eater, you see<br /> But I have seen the same<br /> I know the shame in your defeat<p /> But I will hold on hope<br /> And I won&#39;t let you choke<br /> On the noose around your neck<p /> And I&#39;ll find strength in pain<br /> And I will change my ways<br /> I&#39;ll know my name as it&#39;s called again<p /> Cause I have other things to fill my time<br /> You take what is yours and I&#39;ll take mine<br /> Now let me at the truth<br /> Which will refresh my broken mind<p /> So tie me to a post and block my ears<br /> I can see widows and orphans through my tears<br /> I know my call despite my faults<br /> And despite my growing fears<p /> But I will hold on hope<br /> And I won&#39;t let you choke<br /> On the noose around your neck<p /> And I&#39;ll find strength in pain<br /> And I will change my ways<br /> I&#39;ll know my name as it&#39;s called again<p /> So come out of your cave walking on your hands<br /> And see the world hanging upside down<br /> You can understand dependence<br /> When you know the maker&#39;s hand<p /> So make your siren&#39;s call<br /> And sing all you want<br /> I will not hear what you have to say<p /> Cause I need freedom now<br /> And I need to know how<br /> To live my life as it&#39;s meant to be<p /> And I will hold on hope<br /> And I won&#39;t let you choke<br /> On the noose around your neck<p /> And I&#39;ll find strength in pain<br /> And I will change my ways<br /> I&#39;ll know my name as it&#39;s called again</blockquote>
	
</p>

<p><a href="http://will4n.posterous.com/mumford-sons-the-cave">Permalink</a> 

	| <a href="http://will4n.posterous.com/mumford-sons-the-cave#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <enclosure type="audio/mpeg" length="8512000" url="http://getfile5.posterous.com/getfile/files.posterous.com/will4n/gSqqhPuGfhQGafl1pXEsnyJ5lD5x8G05S8XdNy19G7ZOMgAE6Wq4s96czGc4/02_The_Cave.mp3" />
      <media:content type="audio/mpeg" fileSize="8512" url="http://getfile5.posterous.com/getfile/files.posterous.com/will4n/gSqqhPuGfhQGafl1pXEsnyJ5lD5x8G05S8XdNy19G7ZOMgAE6Wq4s96czGc4/02_The_Cave.mp3">
        <media:title type="plain">
Mumford &amp; Sons - The Cave        </media:title>
      </media:content>
    </item>
    <item>
      <pubDate>Mon, 01 Nov 2010 07:18:00 -0700</pubDate>
      <title>BBC News - Alcohol 'more harmful than heroin' says Prof David Nutt</title>
      <link>http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say</link>
      <guid>http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote"><embed src="http://newsimg.bbc.co.uk/player/emp/10_17_10_17_301547/widgets/10shell.swf?revision=301547" type="application/x-shockwave-flash" wmode="default" height="215" flashvars="embedReferer=http%3A%2F%2Fnews.ycombinator.com%2F&amp;embedPageUrl=http%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fuk-11660210&amp;widgetRevision=301547&amp;legacyPlayerRevision=293203&amp;config_settings_language=default&amp;config_settings_skin=silver&amp;companionSize=300x60&amp;companionType=adi&amp;preroll=http%3A%2F%2Fad.doubleclick.net%2Fpfadx%2Fbbccom.live.site.news%2Fnews_uk_content%3Bslot%3Dcompanion%3Bsz%3D512x288%3Bsectn%3Dnews%3Bctype%3Dcontent%3Bnews%3Duk%3Breferrer%3Dnonbbc%3Breferrer_domain%3Dnews.ycombinator.com%3Brsi%3DJ08781_10040%3Brsi%3DJ08781_10119%3Brsi%3DJ08781_10170%3Brsi%3DJ08781_10191%3Brsi%3DJ08781_10259%3Bheadline%3Dalcohol%2527harmsmorethanheroin%2527%3Basset_type%3Dstory%3Btile%3D1&amp;config=http%3A%2F%2Fnews.bbc.co.uk%2Fplayer%2Femp%2Fconfig%2Fdefault.xml%3F10_17_10_17_301547_20101019102320&amp;domId=emp-11665560-661617&amp;playlist=http%3A%2F%2Fplaylists.bbc.co.uk%2Fnews%2Fhealth-11665560A%2Fplaylist.sxml&amp;size=Small&amp;holdingImage=http%3A%2F%2Fnews.bbcimg.co.uk%2Fmedia%2Fimages%2F49732000%2Fjpg%2F_49732123_jex_854378_de27-1.jpg&amp;externalIdentifier=p00bxf7m&amp;config_settings_autoPlay=true&amp;config_settings_showPopoutButton=false&amp;config_plugin_fmtjLiveStats_pageType=eav2&amp;config_plugin_fmtjLiveStats_edition=US&amp;fmtjDocURI=%2Fnews%2Fuk-11660210&amp;companionId=bbccom_companion_11665560&amp;config_settings_showShareButton=true&amp;config_settings_showUpdatedInFooter=true" width="320"></embed><br /><img src="http://news.bbcimg.co.uk/media/images/49729000/gif/_49729408_drugs_comparisons_464gr.gif" alt="" /><br /></blockquote>
</div>
<p>via&nbsp;<a href="http://www.bbc.co.uk/news/uk-11660210">bbc.co.uk</a></p>
	
</p>

<p><a href="http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say">Permalink</a> 

	| <a href="http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 01 Nov 2010 07:11:00 -0700</pubDate>
      <title>BBC News - Sleep loss 'worse for extroverts'</title>
      <link>http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts</link>
      <guid>http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <blockquote class="posterous_short_quote">suggesting it is "social stimulation" that tires out the parts of the extroverts' brains linked to alertness.</blockquote>

<div class="posterous_quote_citation">via <a href="http://www.bbc.co.uk/news/health-11654942">bbc.co.uk</a></div>
    <p></p></div>
	
</p>

<p><a href="http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts">Permalink</a> 

	| <a href="http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 07 Oct 2010 10:26:38 -0700</pubDate>
      <title>Subjectivity</title>
      <link>http://will4n.posterous.com/subjectivity</link>
      <guid>http://will4n.posterous.com/subjectivity</guid>
      <description>
        <![CDATA[<p>
	The inarticulate attribute of experiential phenomenon is often expressed as an inability to communicate what color you really see (experience) to others. &quot;Your red and my red don&#39;t have to be the same thing.&quot; <div> That one can understand the experience internally is understood. But, the inability to communicate experience is true of past and present selves too. I think.</div><div>If my experience of red, of what it is for me to see red, changes over time, how would I know?</div>
	
</p>

<p><a href="http://will4n.posterous.com/subjectivity">Permalink</a> 

	| <a href="http://will4n.posterous.com/subjectivity#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 26 Sep 2010 20:55:00 -0700</pubDate>
      <title>2010/09/25-26</title>
      <link>http://will4n.posterous.com/20100925-26</link>
      <guid>http://will4n.posterous.com/20100925-26</guid>
      <description>
        <![CDATA[<p>
	<p><strong>Saturday 2010/09/25</strong></p>
<div>Rugby: Bside Flanker. (Tore abrasion on hip. Showering is the most painful thing ever)</div>
<div>Singing bus ride back.</div>
<div>Sun burn and bruised ear.</div>
<div>Sleep before 11.</div>
<p />
<div><strong>Sunday&nbsp;</strong><strong>2010/09/26</strong></div>
<div>8am up.</div>
<div>CMU until 8pm.</div>
<div>Wrote parts of reddit data mining script.&nbsp;</div>
<div>Finished one of the five problems for 03-712.</div>
	
</p>

<p><a href="http://will4n.posterous.com/20100925-26">Permalink</a> 

	| <a href="http://will4n.posterous.com/20100925-26#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 24 Sep 2010 23:14:50 -0700</pubDate>
      <title>2010/9/24</title>
      <link>http://will4n.posterous.com/2010924</link>
      <guid>http://will4n.posterous.com/2010924</guid>
      <description>
        <![CDATA[<p>
	<div>hw</div>class<div>interview</div><div>climb</div><div>run</div><div>frisbee</div><div>resume</div><div>fire</div><div>tv</div>
	
</p>

<p><a href="http://will4n.posterous.com/2010924">Permalink</a> 

	| <a href="http://will4n.posterous.com/2010924#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 21 Sep 2010 14:51:54 -0700</pubDate>
      <title>Max Levine Ensemble - Summer, Like the Season</title>
      <link>http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season</link>
      <guid>http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season</guid>
      <description>
        <![CDATA[<p>
	<div class='p_embed p_audio_embed'>
<a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season"><img alt="" src="http://posterous.com/images/filetypes/mp3.png" /></a>
<div class='p_embed_description'>
<span class='p_id3'><strong>Summer, Like The Season</strong> by The Max Levine Ensemble</span>
<a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season">Listen on Posterous</a>
</div>
</div>
<p></p><div>A song to close out the season.</div><div> </div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> it’s too late now to think of what you could have been,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> she said as she braved the cooling air,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and though you’ll try, you’ll never escape that feeling,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> there’s a place you’d rather be, but you’re not there.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> she said:</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> seasons change, as well as youthful minds,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> just how long do you think you can cling to these vines?</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> her name was Summer.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and I said “you’re asking questions</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> you know well there’s no answers to,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> the kind that get answered for you.”</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> countdown to a meltdown, might as well run for your life.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> for it’s depleting and receding like the early morning tide.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> well I just smile, I got time.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> her name was Summer, and she changed just like the season,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and she left without a reason, and she was gone.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> but then came Autumn, but her beauty was deceiving,</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> amidst the colors it was freezing and she died.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> and she died.</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> <br /></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"> NA NA NA NA NA NA NA NA NA NA NA….</blockquote>
	
</p>

<p><a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season">Permalink</a> 

	| <a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <enclosure type="audio/mpeg" length="3148000" url="http://getfile6.posterous.com/getfile/files.posterous.com/will4n/KAADaccgbDAmKsyQ3lImWhZQNVk3q86AOYgtvoxJR6O687NUIvNGH2MtvN2T/SummerLikeTheSeason.mp3" />
      <media:content type="audio/mpeg" fileSize="3148" url="http://getfile6.posterous.com/getfile/files.posterous.com/will4n/KAADaccgbDAmKsyQ3lImWhZQNVk3q86AOYgtvoxJR6O687NUIvNGH2MtvN2T/SummerLikeTheSeason.mp3">
        <media:title type="plain">
The Max Levine Ensemble - Summer, Like The Season        </media:title>
      </media:content>
    </item>
    <item>
      <pubDate>Mon, 30 Aug 2010 07:54:00 -0700</pubDate>
      <title>"Life"</title>
      <link>http://will4n.posterous.com/life</link>
      <guid>http://will4n.posterous.com/life</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry"><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png.scaled1000.png"><img alt="Media_httpiimgurcomn3_bkilc" height="312" src="http://posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png.scaled500.png" width="500" /></a>
</div>

<div class="posterous_quote_citation"><iframe src="http://www.youtube.com/embed/2KX9gMmqpOM?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"></iframe></div>
<div class="posterous_quote_citation">via&nbsp;<a href="http://www.reddit.com/r/philosophy/comments/d74rq/life/">reddit</a>&nbsp;via&nbsp;<a href="http://www.leunig.com.au/">Michael Leunig</a></div>
<p>&nbsp;</p>
</div>
	
</p>

<p><a href="http://will4n.posterous.com/life">Permalink</a> 

	| <a href="http://will4n.posterous.com/life#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="398" width="638" url="http://getfile3.posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png">
        <media:thumbnail height="312" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png.scaled500.png" />
      </media:content>
    </item>
    <item>
      <pubDate>Sun, 29 Aug 2010 20:02:27 -0700</pubDate>
      <title>Op-Ed Columnist - Moonshine or the Kids? - NYTimes.com</title>
      <link>http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes</link>
      <guid>http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <blockquote class="posterous_medium_quote">if the poorest families spent as much money educating their children as they do on wine, cigarettes and prostitutes, their children’s prospects would be transformed. Much suffering is caused not only by low incomes, but also by shortsighted private spending decisions by heads of households.</blockquote>

<div class="posterous_quote_citation">via <a href="http://www.nytimes.com/2010/05/23/opinion/23kristof.html">nytimes.com</a></div>
    <p></p></div>
	
</p>

<p><a href="http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes">Permalink</a> 

	| <a href="http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 17 Aug 2010 21:03:00 -0700</pubDate>
      <title>A schedule! Rugby!</title>
      <link>http://will4n.posterous.com/a-schedule-rugby</link>
      <guid>http://will4n.posterous.com/a-schedule-rugby</guid>
      <description>
        <![CDATA[<p>
	<p>I put the bike into the car before starting the 15 minute drive into Shenley Park with the intention of shortening what is a 20 minute walk. I chickened out and walked again. <p /> The graduate students spent the first half of the day listening to four people present on their labs. I was again lost. I managed to ask one question: what was it exactly that they stick into the monkeys brain? Failure. <p /> We left the lecture for a relevant second year masters-student-lead tour of the campus. We covered maybe four buildings. Someone asked our guide how many of her &nbsp;starting&nbsp;classmates&nbsp;had remained. The question made me more comfortable about my anxieties. Her response, everyone, did as well. She also claimed that some weeks during classes were not all that hectic. Comforting.&nbsp;</p>
<p>&nbsp;</p>
<p><br />The university gave us lunch and I think we stole dessert. The same pocket of people (particularly the 3 white guys and whoever we could drag into us) ate together. Notable discussion included a somewhat&nbsp;lengthy exploration of&nbsp;affirmative action opinions, originally as it related to women in tech schools. <p /> Lunch was followed by course advisement. I now have a schedule. I am either redoing coursework previously explored in C++ with Java, or extending the previous coursework. RPI has only one data structures and algorithms class. CMU has two and they're using Java. The other three on the schedule (Advanced Cellular Neuroscience, Computational Molecular Biology and Genomics, and&nbsp;Computational Methods for Biological Modeling and Simulation) courses sound interesting and difficult. I am one class behind the core. That's better than I thought.</p>
<p>&nbsp;</p>
<p>Tonight, in response to Uncle Walt's pushing, I checked out Harlequins rugby. The drive to their field was a mess: wrong turns, construction, and traffic. It took an hour instead of only a half. I was thirty minutes late, but had only missed stretching. The coach was very friendly and understanding. He seemed excited to have me participate and encouraged me to come out when I could rather than put the team over school, while still insisting I'd get to play. We'll see if that's true Saturday. The practice was good, diverse, and aerobic with a few minutes of tackle at the end. And the team was friendly.</p>
<p>&nbsp;</p>
<p><span style="font-family: Verdana, Arial, sans-serif; font-size: 9px;">&nbsp;</span></p>
<p>&nbsp;</p>
	
</p>

<p><a href="http://will4n.posterous.com/a-schedule-rugby">Permalink</a> 

	| <a href="http://will4n.posterous.com/a-schedule-rugby#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 16 Aug 2010 19:49:00 -0700</pubDate>
      <title>Second day anxiety with second day soccer!</title>
      <link>http://will4n.posterous.com/second-day-anxiety-with-second-day-soccer</link>
      <guid>http://will4n.posterous.com/second-day-anxiety-with-second-day-soccer</guid>
      <description>
        <![CDATA[<p>
	<p>An hour after I found the building, 45 minutes after we'd all been meeting and greeting (where I pleasantly ignored my ignorance concerning whatever it was those professors were talking about), orientation officially&nbsp;started. 9:15. &nbsp;That's about when I started to sink. I've been in a room just like the one I was in, with a speaker just like the one talking to us today. In other orientations, in "difficult" classes, and in non-academic&nbsp;pursuits, I'd heard what I expected to hear today. &nbsp;I've seen through the "this will be hard" and "we expect all your effort" motifs, and these lectures never struck any chord in me.</p>
<div>Today was a different unsettling beats.&nbsp;None of the intial speaker's words lead up to a point about difficulty, about the&nbsp;necessary&nbsp;effort. He talked around it, made a joke about "when you have time," never repeated any comment about difficulty or expectation. No hyperbole. (Instead he drove home a point that to be useful you need to be a year ahead of the position you're currently in. That that's what allowed us to be here: somewhere in our&nbsp;recommendation&nbsp;letters it was written "undergrad performs like graduate student." That was&nbsp;certainly&nbsp;not in any of mine.) There were no subtle&nbsp;references or hints,&nbsp;&nbsp;just a glazed over assumed fact: a soon to be student body ubiquitously at the edge of their limit.&nbsp;</div>
<div>The flood of&nbsp;inadequate would have fled if were not followed by the&nbsp;laboratory&nbsp;tour.&nbsp;&nbsp;Words I recognized but had never heard used&nbsp;casually were used to describe the uses of facilities and devices of which I have no understanding. Then, on our break, eating with two Ph.D. students and two M.S. students, I was told about their research, their&nbsp;internships, their other relevant&nbsp;experiences, none of which&nbsp;I have &nbsp;had.&nbsp;</div>
<div>Tomorrow we met individually to assess interests and&nbsp;deficits&nbsp;to create a class&nbsp;schedule. I'm only half serous in the thought that in this reflection the advisors will decided admissions made a mistake. They will&nbsp;apologize&nbsp;for wasting my time and send me home with a consolation prize of sorts, like a bunch of CMU swag.</div>
<div>
<div><div class='p_embed p_image_embed'>
<img alt="Cmu-id-blurred" height="465" src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-16/xJiigqJofbJkDyzerrbBIAxBldhHzExBhADbjCcGCoABqdixnJvupcCCHogg/CMU-id-blurred.JPG.scaled500.jpg" width="285" />
</div>
</div>
<div>[Expiring two years before the card]</div>
</div>
<p />
<p />
<div>In the&nbsp;bizarre that is irony, to strike up conversation while we were both lingering in the back of the building tour, one of the advisors (or&nbsp;rather&nbsp;coordinators) asked if I was interested in a Ph.D. and encouraged me to apply once the semester got going. She's seen my transcript (my C in genetics, B in molecular bio, Bs in chem, etc)! Maybe it's a joke among the&nbsp;bored and cruel&nbsp;faculty.</div>
<p />
<p />
<div>After getting back, I continued yesterdays search for pick-up sports. I found a pick up soccer group play today/night. I got to play from a bit after 6:30 to a bit before 8:30. It's my second full day in the area, and I got a game! Unfortunately, most of the players were great&nbsp;compared&nbsp;to Canastota pick up soccer. It's difficult knowing the players expect you to lose the ball or fail to make the play.</div>
<p />
<div>Also, yesterday I walked down part of the park. What is the following picture!?</div>
<div><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/temp-2010-08-16/kbsayCHElhAHHgjprgvBmGdlsitjucsJJeIrkhqfHnCFrilbgvJnJackkulF/P8150024.JPG.scaled1000.jpg"><img alt="P8150024" height="375" src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-16/kbsayCHElhAHHgjprgvBmGdlsitjucsJJeIrkhqfHnCFrilbgvJnJackkulF/P8150024.JPG.scaled500.jpg" width="500" /></a>
</div>
</div>
	
</p>

<p><a href="http://will4n.posterous.com/second-day-anxiety-with-second-day-soccer">Permalink</a> 

	| <a href="http://will4n.posterous.com/second-day-anxiety-with-second-day-soccer#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="465" width="285" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-08-16/xJiigqJofbJkDyzerrbBIAxBldhHzExBhADbjCcGCoABqdixnJvupcCCHogg/CMU-id-blurred.JPG">
        <media:thumbnail height="465" width="285" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-08-16/xJiigqJofbJkDyzerrbBIAxBldhHzExBhADbjCcGCoABqdixnJvupcCCHogg/CMU-id-blurred.JPG.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-08-16/kbsayCHElhAHHgjprgvBmGdlsitjucsJJeIrkhqfHnCFrilbgvJnJackkulF/P8150024.JPG">
        <media:thumbnail height="375" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-08-16/kbsayCHElhAHHgjprgvBmGdlsitjucsJJeIrkhqfHnCFrilbgvJnJackkulF/P8150024.JPG.scaled500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Sat, 14 Aug 2010 20:35:00 -0700</pubDate>
      <title>Leaving and Arriving</title>
      <link>http://will4n.posterous.com/leaving-and-arriving</link>
      <guid>http://will4n.posterous.com/leaving-and-arriving</guid>
      <description>
        <![CDATA[<p>
	<div><iframe scrolling="no" marginheight="0" class="google-map" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=3360+Perrysville+Avenue,+Pittsburgh,+PA&sll=40.481429,-80.013139&sspn=0.006692,0.010911&gl=us&ie=UTF8&hq=&hnear=3360+Perrysville+Ave,+Pittsburgh,+Allegheny,+Pennsylvania+15214&output=embed" frameborder="0" height="400" width="500"></iframe><br />
            <a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=3360+Perrysville+Avenue,+Pittsburgh,+PA&sll=40.481429,-80.013139&sspn=0.006692,0.010911&gl=us&ie=UTF8&hq=&hnear=3360+Perrysville+Ave,+Pittsburgh,+Allegheny,+Pennsylvania+15214&source=embed">View Larger Map</a></div>
<p />
<p />
<div>A van with a storage trailer thing attached ran me off the road when it merged two lanes in one motion (w/o a turn signal of course). I made a third lane of the left shoulder and avoided any collision. The van sped away, apparently oblivious to my horn and the dust I was kicking up behind it.</div>
<div>Then, in PA, it rained so hard I couldn't see the cars in front of me. There were two cars ridding around without their headlights on at all. I flashed one guy a bunch of times (turning my lights on/off, high/lo beams, off to high, etc). No luck.</div>
<div>The storm hit here hours later, which&nbsp;happened&nbsp;to be right after I decided to run in an effort to explore the park next door. After a mile, I got scared and met up with my Uncle walking the four dogs back.&nbsp;</div>
<div>The house is positioned to overlook the west. Perfect for watching the storm.</div>
<p />
<div>The house is sweat. It's like the house in Troy but much bigger, older, and more beaten up. My room is a room, not a closet.</div>
<div>I don't think there is a room in the house that has a&nbsp;consistent&nbsp;color or walling. There is a hidden "servant&nbsp;stairway" that leads to the third floor. It is like an&nbsp;apartment&nbsp;of it's own. The only shower is up there too. I'm on the second floor.</div>
<p />
<div>Moving in is strange. I can't recall any time I've moved into a new place. After spending a while looking for the back alley parking&nbsp;associated&nbsp;with 3360 Perrysville Ave, I&nbsp;discovered&nbsp;my Uncles and their dogs&nbsp;relaxing. Zipper ran right up to me. She went right for my friendly 'smell-me' hand presentation with her teeth. That was my&nbsp;greeting. Eventually I got a small tour and some advice on parking and such. And dinner.</div>
<p />
<div>I discovered there was no wireless. Before I could ask, I was offered to use&nbsp;Addison's&nbsp;computer. Instead, I installed the wireless router I'd brought.</div>
<p />
<div>I would think after repeating the same move-in and start-a-new-semester process, I'd moderate my&nbsp;optimism. But I'm confident this is the semester I buckle down. I'll keep all my clothes on hangers the whole time; the room will remain tidy; I won't spend hours reading online or watching hulu; I'll do something active everyday; I'll stick to a nightly work out; I'll do my work before it's due; I will enjoy myself.&nbsp;</div>
<div>I didn't realize I was so good at lying to myself! It's so easy to do when the hard parts are ahead instead of concurrent.</div>
<p><div class='p_embed p_image_embed'>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/XdPC0429ZoBt427v7wRY4Hp1nb5H09eeLL9LE385EJzUqObnoEiY4DMSM6kk/P8130001.jpg.scaled.1000.jpg"><img alt="P8130001" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/Yx1IjcedAHcT1uHwaCjQZLNw0IShFns35nvx8MGixLm2MMm5j54ahJZRdCu6/P8130001.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/y9UGSLR4SdBrWGN7u0XMOx0xfpUQyweKBOEr4mln3eAjQ69QEdOBlJ2bECAj/P8130002.jpg.scaled.1000.jpg"><img alt="P8130002" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/18XTSTSKrn1ZRA4XYMaG2yottgl1cd0zSWxywaQfnZirMMwxkofKmgco4u25/P8130002.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/RiXSnZCufmsElPv3rQ3RKPUshIDrOTQEf4Nij8IAusRol6V4KQ8R132qzygG/P8140001.jpg.scaled.1000.jpg"><img alt="P8140001" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/4GPR48s5HiHir6fwAzyxs6EQxTGtJXObOZmOCRQ6RN5pUdSWtU1qivBlzBhc/P8140001.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/AdqeDmhMggj43uVerlqvcDXwlePM4FhCIknBTXCwmUrKGCVPz9wHfjzLuft4/P8140012.jpg.scaled.1000.jpg"><img alt="P8140012" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/ApqXSxt7N4L2Kv2xqdSdH3KXXyEgx1IvSVgRyFMNvIoShcj84Ev0N3Acj5Cb/P8140012.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/Ojyi1MqpIFKNTBBsMJ81Js6UTpvdHwTUGyEqqpLcJSZSZt5yEm0a8APBR2D6/P8140004.jpg.scaled.1000.jpg"><img alt="P8140004" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/16wpeJ8ykz6gRn18DBZfjcmcDUjJWFZeKtFc3kDP9nncfCsy6e2uxoC5Zfv7/P8140004.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/pLxmNYxVNR8qDhaOVQnO4ugJvqoaMcwFnt4XH0vArObRNyLrMjvLdyiyFIXg/P8140014.jpg.scaled.1000.jpg"><img alt="P8140014" height="375" src="http://posterous.com/getfile/files.posterous.com/will4n/lsFsbsfcczgJjfEO9boJ6X3t0Ql1EYBMAT69jEBvZOAFasB04FxuV0FJSK29/P8140014.jpg.scaled.500.jpg" width="500" /></a>
<a href="http://posterous.com/getfile/files.posterous.com/will4n/RVfEwXcixadpdVVJWUwL92dd9Ri8rJMXW6HIzmVrz7cShyyQ0dPzYbXHxq5S/panaramic.jpg"><img alt="Panaramic" height="127" src="http://posterous.com/getfile/files.posterous.com/will4n/epiFAY5Y5IP9dQJuXMYHRZzLrlP3gVFCFmJmvym2AOehq1qhFvmt7ismMMZV/panaramic.jpg.scaled.500.jpg" width="500" /></a>
<div class='p_see_full_gallery'><a href="http://will4n.posterous.com/leaving-and-arriving">See the full gallery on Posterous</a></div>
</div>
</p>
	
</p>

<p><a href="http://will4n.posterous.com/leaving-and-arriving">Permalink</a> 

	| <a href="http://will4n.posterous.com/leaving-and-arriving#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile2.posterous.com/getfile/files.posterous.com/will4n/wBnAmTDYtMKt7zno8aVuW872PSv8BdBlAQZJhQDYU2ad35DNTQWxjYAtLtWV/P8130001.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/will4n/Yx1IjcedAHcT1uHwaCjQZLNw0IShFns35nvx8MGixLm2MMm5j54ahJZRdCu6/P8130001.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile7.posterous.com/getfile/files.posterous.com/will4n/o77qKi4URh0etYpteZ9WyYlkbLOj09SvMaLk3dPVWU0snYaSArtyflOCJEBn/P8130002.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/will4n/18XTSTSKrn1ZRA4XYMaG2yottgl1cd0zSWxywaQfnZirMMwxkofKmgco4u25/P8130002.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile2.posterous.com/getfile/files.posterous.com/will4n/QCxIPKzHXyEYVae6IYCitCzDuMekHJ0VfrT3Jjrso6HLQlkxLEynpybx7mar/P8140001.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/will4n/4GPR48s5HiHir6fwAzyxs6EQxTGtJXObOZmOCRQ6RN5pUdSWtU1qivBlzBhc/P8140001.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile2.posterous.com/getfile/files.posterous.com/will4n/LcGXjvOSmGtxzuCJ5LPr1BjrjRIG45STSSVCd0w70VqSa01ENzmACTl3xmv3/P8140012.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/will4n/ApqXSxt7N4L2Kv2xqdSdH3KXXyEgx1IvSVgRyFMNvIoShcj84Ev0N3Acj5Cb/P8140012.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile7.posterous.com/getfile/files.posterous.com/will4n/beqZhez6NYqhY20J2SqCzeNCc1dFDSSYE9hxBik8iXNdWbLyumHHZ2cotxeO/P8140004.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/will4n/16wpeJ8ykz6gRn18DBZfjcmcDUjJWFZeKtFc3kDP9nncfCsy6e2uxoC5Zfv7/P8140004.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="2736" width="3648" url="http://getfile7.posterous.com/getfile/files.posterous.com/will4n/hDSHSgNQcdD3RKQKcjoM0FWvI2YF43GUY0ORoLFE9wUNxTe7TVw2ddlYzgXJ/P8140014.jpg">
        <media:thumbnail height="375" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/will4n/lsFsbsfcczgJjfEO9boJ6X3t0Ql1EYBMAT69jEBvZOAFasB04FxuV0FJSK29/P8140014.jpg.scaled.500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="196" width="774" url="http://getfile2.posterous.com/getfile/files.posterous.com/will4n/RVfEwXcixadpdVVJWUwL92dd9Ri8rJMXW6HIzmVrz7cShyyQ0dPzYbXHxq5S/panaramic.jpg">
        <media:thumbnail height="127" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/will4n/epiFAY5Y5IP9dQJuXMYHRZzLrlP3gVFCFmJmvym2AOehq1qhFvmt7ismMMZV/panaramic.jpg.scaled.500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 12 Aug 2010 10:53:44 -0700</pubDate>
      <title>Unsuccessfully trying to pull contacts from a LG VX-3200 cell phone in linux</title>
      <link>http://will4n.posterous.com/unsuccessfully-trying-to-pull-contacts-from-a</link>
      <guid>http://will4n.posterous.com/unsuccessfully-trying-to-pull-contacts-from-a</guid>
      <description>
        <![CDATA[<p>
	<div>Almost useful links:<br /><a href="http://people.csail.mit.edu/adonovan/hacks/LG-VX3200/">http://people.csail.mit.edu/adonovan/hacks/LG-VX3200/</a><br /><a href="http://wiki.archlinux.org/index.php/Mobile_Phone">http://wiki.archlinux.org/index.php/Mobile_Phone</a> - says run bitpm with sudo<p /> My dad finds the Verizon branded LG VX-3200 phone all the time at garage sales. This is great because it&#39;s the only phone he uses and it breaks all the time. But, importing the contacts is a pain with CDMA phones (no SIM card -- well at least this phone doesn&#39;t support the equivalent: <span class="mContent">R-UIM</span> (?)). I told him it would be easy if he had the usb adapter. He splurged the $5, and now I am eating those words.<p /> Plug the phone to usb and everything seems to go well<br /></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">$ dmesg|tail<br />usb 3-2: new full speed USB device using uhci_hcd and address 2<br /> usbcore: registered new interface driver usbserial<br />USB Serial support registered for generic<br />usbcore: registered new interface driver usbserial_generic<br />usbserial: USB Serial Driver core<br />USB Serial support registered for pl2303<br /> pl2303 3-2:1.0: pl2303 converter detected<br />usb 3-2: pl2303 converter now attached to ttyUSB0<br />usbcore: registered new interface driver pl2303<br />pl2303: Prolific PL2303 USB to serial adaptor drive<br /></blockquote><div> <br />But bitpim-svn from the archlinux AUR complains that it isn&#39;t getting a response from ttyUSB0.<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> LG-VX3200 on /dev/ttyUSB0: The phone is not responding while transitioning mode from none to brew.<br /></blockquote>Bummer. <p />Onto the bitpim-release pkgbuild, which is flag as out of date.<p />bitpim-release, after removing the install desktop portion of the pkgbuild and grabbing an unmentioned dependance (libpng12) throws an error (in a window, not console) when doing the import:<br /> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> BitPim version: 1.0.7.20101010-Test<br />An unexpected exception has occurred.<br />Please see the help for details on what to do.<p /> Traceback (most recent call last):<br />  File &quot;src/gui.py&quot;, line 284, in run<br />  File &quot;src/gui.py&quot;, line 159, in __call__<br />  File &quot;src/gui.py&quot;, line 1877, in getdata<br />  File &quot;src/gui.py&quot;, line 1871, in getfundamentals<br />   File &quot;src/phones/com_lgvx4400.py&quot;, line 96, in getfundamentals<br /><b>TypeError: new() argument 1 must be string or read-only buffer, not None</b><p />Variables by last 8 frames, innermost last<p />Frame run in src/gui.py at line 277<br />        resultcb =  &lt;gui.Callback instance at 0xb02382c&gt;<br />            res =  None<br />           self =  &lt;WorkerThread(BitPim helper, started daemon)&gt;<br />           item =  (&lt;gui.Request instance at 0xb023a2c&gt;, &lt;gui.Callback instance at 0xb02382c&gt;)<br />            call =  &lt;gui.Request instance at 0xb023a2c&gt;<br />             ex =  TypeError(&#39;new() argument 1 must be string or read-only buffer, not None&#39;,)<br />              e =  TypeError(&#39;new() argument 1 must be string or read-only buffer, not None&#39;,)<br />           first =  0<p />Frame __call__ in src/gui.py at line 159<br />           self =  &lt;gui.Request instance at 0xb023a2c&gt;<br />           args =  ()<br />              d =  Keys []<br />                   {}<br />         kwargs =  Keys []<br />                    {}<p />Frame getdata in src/gui.py at line 1877<br />           self =  &lt;WorkerThread(BitPim helper, started daemon)&gt;<br />            req =  &lt;guiwidgets.GetPhoneDialog; proxy of &lt;Swig Object of type &#39;wxDialog *&#39; at 0xaabd<br />            todo =  [(&lt;bound method WorkerThread.rebootcheck of &lt;WorkerThread(BitPim helper, started<p />Frame getfundamentals in src/gui.py at line 1871<br />           self =  &lt;WorkerThread(BitPim helper, started daemon)&gt;<br />         results =  Keys []<br />                   {}<p />Frame getfundamentals in src/phones/com_lgvx4400.py at line 96<br />           self =  &lt;phones.com_lgvx3200.Phone object at 0xb023bec&gt;<br />        results =  Keys []<br />                    {}<p /></blockquote></div><div>Looks like an error related to python and not the phone, but I removed configuration files and tried again. No luck; same error.<p />Just for kicks, I removed the -release pkg and installed -svn again. Trying this time to do &quot;detect phone,&quot; I got another error. <br /> <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">BitPim version: trunk-bitpim-developer build<br />An unexpected exception has occurred.<br />Please see the help for details on what to do.<p /> Traceback (most recent call last):<br />  File &quot;/usr/share/bitpim/src/gui.py&quot;, line 284, in run<br />    res=call()<br />  File &quot;/usr/share/bitpim/src/gui.py&quot;, line 159, in __call__<br />    return apply(self.method, self.args+args, d)<br />   File &quot;/usr/share/bitpim/src/gui.py&quot;, line 2001, in detectphone<br />    return phone_detect.DetectPhone(self).detect(using_port, using_model)<br />  File &quot;/usr/share/bitpim/src/phone_detect.py&quot;, line 242, in detect<br />     self)<br />  File &quot;/usr/share/bitpim/src/phones/com_samsungschu750.py&quot;, line 202, in detectphone<br />    res[port][&#39;mode_brew&#39;]=p.is_mode_brew()<br />  File &quot;/usr/share/bitpim/src/phones/com_samsungschu750.py&quot;, line 180, in is_mode_brew<br />     except com_phone.modeignoreerrortypes:<br /><b>NameError: global name &#39;com_phone&#39; is not defined</b><p />Variables by last 8 frames, innermost last<p />Frame run in /usr/share/bitpim/src/gui.py at line 277<br />        resultcb =  &lt;gui.Callback instance at 0x9bade2c&gt;<br />            res =  None<br />           self =  &lt;WorkerThread(BitPim helper, started daemon -1259074704)&gt;<br />           item =  (&lt;gui.Request instance at 0x9badeec&gt;, &lt;gui.Callback instance at 0x9bade2c&gt;)<br />            call =  &lt;gui.Request instance at 0x9badeec&gt;<br />             ex =  NameError(&quot;global name &#39;com_phone&#39; is not defined&quot;,)<br />              e =  NameError(&quot;global name &#39;com_phone&#39; is not defined&quot;,)<br />           first =  0<p />Frame __call__ in /usr/share/bitpim/src/gui.py at line 159<br />           self =  &lt;gui.Request instance at 0x9badeec&gt;<br />           args =  ()<br />              d =  Keys []<br />                   {}<br />          kwargs =  Keys []<br />                   {}<p />Frame detectphone in /usr/share/bitpim/src/gui.py at line 2001<br />          delay =  0<br />    using_model =  None<br />           self =  &lt;WorkerThread(BitPim helper, started daemon -1259074704)&gt;<br />      using_port =  None<p />Frame detect in /usr/share/bitpim/src/phone_detect.py at line 242<br />    using_model =  None<br />         models =  [&#39;Audiovox CDM-8900&#39;, &#39;E815&#39;, &#39;E815m&#39;, &#39;K1m&#39;, &#39;LG-AX8600&#39;, &#39;LG-C2000&#39;, &#39;LG-CX920<br />      using_port =  None<br />           coms =  [{&#39;available&#39;: True, &#39;description&#39;: &#39;USB to serial convertor (/dev/ttyUSB0)&#39;, &#39;d<br />     found_port =  None<br />        threads =  []<br />   likely_ports =  [&#39;/dev/ttyUSB0&#39;]<br />               x =  Keys [&#39;available&#39;, &#39;class&#39;, &#39;description&#39;, &#39;device&#39;, &#39;driver&#39;, &#39;name&#39;]<br />                   {&#39;available&#39;: True, &#39;description&#39;: &#39;USB to serial convertor (/dev/ttyUSB0)&#39;, &#39;dr<br />     found_model =  None<br />          model =  &#39;SCH-U750 (Alias 2)&#39;<br /> available_coms =  [&#39;/dev/ttyUSB0&#39;]<br />           self =  &lt;phone_detect.DetectPhone object at 0x9badf0c&gt;<br />available_modem_coms =  []<p /> Frame detectphone in /usr/share/bitpim/src/phones/com_samsungschu750.py at line 208<br />            res =  Keys [&#39;/dev/ttyUSB0&#39;]<br />                   {&#39;/dev/ttyUSB0&#39;: {&#39;mode_modem&#39;: False, &#39;mode_brew&#39;: False, &#39;firmwareresponse&#39;: N<br />            coms =  [{&#39;available&#39;: True, &#39;description&#39;: &#39;USB to serial convertor (/dev/ttyUSB0)&#39;, &#39;d<br />              p =  &lt;phones.com_samsungschu750.Phone object at 0xb36b96ac&gt;<br />   likely_ports =  [&#39;/dev/ttyUSB0&#39;]<br />            _log =  &lt;phone_detect.DetectPhone object at 0x9badf0c&gt;<br />           port =  &#39;/dev/ttyUSB0&#39;<br />              _ =  &lt;class &#39;phones.com_samsungschu750.Phone&#39;&gt;<p />Frame is_mode_brew in /usr/share/bitpim/src/phones/com_samsungschu750.py at line 180<br />            baud =  0<br />           self =  &lt;phones.com_samsungschu750.Phone object at 0xb36b96ac&gt;<br />            req =  &lt;phones.p_brew.testing0crequest object at 0xb36b974c&gt;<br />          respc =  &lt;class &#39;phones.p_brew.data&#39;&gt;<br /> </blockquote><br /> Weird. I try out the phone wizard in settings. This phone (VX3200) is branded with verizon logos all over, however it appears in the selection boxes as under the carrier &quot;other&quot; not &quot;Verizon wireless.&quot; At the end of the wizard there is a detect button. There are no errors when I press it, but it writes &quot;FAILED&quot;  in the previously empty &quot;Detection Status:&quot; field.<p /> The bitpim help files are put together well. There are even pictures! The help files say not all phones are detectable, but the chart formatting is off in my display. It does have this to say about the VX3200<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> LG VX-3200<br />What works<br />Phonebook, wallpaper, ringers, calendar, call history, memo, SMS, filesystem. <br /></blockquote><div><br />What works for me: nothing :( <br /></div></div>
	
</p>

<p><a href="http://will4n.posterous.com/unsuccessfully-trying-to-pull-contacts-from-a">Permalink</a> 

	| <a href="http://will4n.posterous.com/unsuccessfully-trying-to-pull-contacts-from-a#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 11 Aug 2010 07:48:57 -0700</pubDate>
      <title>[Documentary] Class Dismissed: How TV Frames the Working Class</title>
      <link>http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the</link>
      <guid>http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the</guid>
      <description>
        <![CDATA[<p>
	<div class="posterous_bookmarklet_entry">
      <object height="417" width="500"><param name="movie" value="http://www.youtube.com/v/gVu6ojB-cMg&hl=en&fs=1" /><param name="wmode" value="window" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" src="http://www.youtube.com/v/gVu6ojB-cMg&hl=en&fs=1" wmode="window" allowscriptaccess="always" type="application/x-shockwave-flash" height="417" width="500"></embed></object>

<div class="posterous_quote_citation">via <a href="http://www.youtube.com/watch?v=gVu6ojB-cMg">youtube.com</a></div>
    <p></p></div>
	
</p>

<p><a href="http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the">Permalink</a> 

	| <a href="http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/982443/P1160106__Modified__2__.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aAOXShCgbpD</posterous:profileUrl>
        <posterous:firstName>Will</posterous:firstName>
        <posterous:lastName> </posterous:lastName>
        <posterous:nickName>Will</posterous:nickName>
        <posterous:displayName>Will</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>

