<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>inconsistent disproportions of signal and noise</description><title>.will</title><generator>Tumblr (3.0; @will4n)</generator><link>http://will4n.tumblr.com/</link><item><title>ssh attack from 1.214.194.114</title><description>&lt;div class="posterous_autopost"&gt;&lt;div&gt;&lt;div&gt;Port 22 on the local network here was forwarded earlier this week and just yesterday the IP was linked to &lt;a href="http://foran.mooo.com"&gt;foran.mooo.com&lt;/a&gt; via &lt;a href="http://freedns.afraid.org/"&gt;&lt;a href="http://freedns.afraid.org/"&gt;http://freedns.afraid.org/&lt;/a&gt;&lt;/a&gt; (which I came to through the dd-wrt ddns dropdown options)&lt;/div&gt; &lt;div&gt;Tonight, a virtual terminal got spammed with some message I wish I&amp;#8217;d thought to copy. It involved the words ssh and root. &lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;I stopped the ssh deamon and killed all sshd process, grepped auth.log for &amp;#8216;Accepted password&amp;#8217;, and check /root/.bash_history (though any commands would likely have been sent without opening an interactive shell). &lt;/div&gt; &lt;div&gt;I&amp;#8217;ve been rooted!&lt;/div&gt;&lt;div&gt;The earliest entry was at 8am this morning. The last after 7pm.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;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;"&gt; grep -i &amp;#8216;accepted password&amp;#8217; /var/log/auth.log*| perl -lne &amp;#8216;print &amp;#8220;$2\t$1&amp;#8221; if  m/for (\w+) from ([0-9&amp;#46;]+)/&amp;#8217;|sort |uniq -c | sort -nr&lt;br/&gt;      2&amp;#160;1.214.194.114   root  *&lt;br/&gt;      1&amp;#160;94.127.67.61    root  *&lt;br/&gt;       1&amp;#160;221.239.81.4    root  +&lt;br/&gt;      1&amp;#160;221.207.229.6   root +&lt;br/&gt;      1&amp;#160;218.240.44.249  root *&lt;br/&gt;      1&amp;#160;217.148.218.74  root +&lt;br/&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;* have many attempts&lt;/div&gt;&lt;div&gt; + only one connection, know correct root password&lt;/div&gt;&lt;div&gt;Russia, South Korea, and China represented.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;I checked /etc/passwd, /etc/rc.* and ls -tlc {,/usr/}{/bin/,/sbin/}. All seem okay. &lt;/div&gt; &lt;div&gt;ps axo cmd,users appears normal. ~/.ssh/authorized_keys are all trusted. &lt;/div&gt;&lt;div&gt; nmap localhost is as expected. there are no new jobs in crontab.&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt; &lt;p&gt;&lt;/p&gt;&lt;div&gt;I fixed that. &lt;/div&gt;&lt;div&gt;I disabled root login and only allow access via publickey,&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;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;"&gt; /etc/ssh/sshd_config&lt;br/&gt;PermitRootLogin No&lt;br/&gt;PasswordAuthentication no&lt;br/&gt;ChallengeResponseAuthentication no&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt; &lt;/div&gt; &lt;div&gt;In the most recent attack, over 3000 attempts with more than 12 hundred user names. Some were probed more than others. After root, test and oracle were accounts thought to most likely exist, and receive the most attention.&lt;/div&gt; &lt;div&gt;&lt;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;"&gt;  &lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;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;"&gt; function searchIP() { &lt;br/&gt; perl -lne &amp;#8220;print \$2 if m/(user|for) (\w+) from $1 /&amp;#8221; /var/log/auth.log* &lt;br/&gt;}&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;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;"&gt; &lt;div&gt;&lt;div&gt;searchIP 1.214.194.114|wc -l&lt;/div&gt;&lt;div&gt;3429&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;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;"&gt; &lt;/blockquote&gt;searchIP 1.214.194.114 |sort -u|wc -l&lt;br/&gt;1269&lt;/div&gt;searchIP 1.214.194.114 |sort |uniq -c|sort -nr | tee &amp;gt;(head -n5&amp;#160;1&amp;gt;&amp;amp;2) |tail -n3&lt;/blockquote&gt;&lt;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;"&gt;      1087 root&lt;/blockquote&gt;&lt;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;"&gt;      45 test&lt;br/&gt;     28 oracle&lt;br/&gt;     23 tester&lt;br/&gt;     22 info&lt;br/&gt;     22 guest&lt;br/&gt;      1 gaby&lt;br/&gt;      1 gabriell&lt;br/&gt;      1 &lt;/blockquote&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;Earlier attacks applied less force. But were equally successful.&lt;/div&gt; &lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;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;"&gt; searchIP 218.240.44.249 |sort |uniq -c|sort -nr &lt;br/&gt;    316 root&lt;br/&gt;      1 router&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;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;"&gt; searchIP 94.127.67.61 |wc -l&lt;br/&gt;713&lt;/blockquote&gt;&lt;div&gt;  &lt;/div&gt;&lt;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;"&gt; searchIP 94.127.67.61 |sort |uniq -c |sort -nr | tee &amp;gt;(head -n5&amp;#160;1&amp;gt;&amp;amp;2) | tail -n3&lt;br/&gt;    394 oracle&lt;br/&gt;    206 root&lt;br/&gt;    140 admin&lt;br/&gt;     56 asterisk&lt;br/&gt;      1 string&lt;br/&gt;      1 ftp&lt;br/&gt;      1 dbus&lt;/blockquote&gt; &lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;Picking on 1.214.194.114&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;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;"&gt; nmap -A -T4&amp;#160;1.214.194.114&lt;br/&gt;PORT     STATE    SERVICE      VERSION&lt;br/&gt;21/tcp   open     ftp          vsftpd 2.0.5&lt;br/&gt;22/tcp   open     ssh          OpenSSH 4.3 (protocol 2.0)&lt;br/&gt;| ssh-hostkey: 1024&amp;#160;5f:03:2f:d1:a0:74:be:e9:94:9a:fc:f1:88:66:a9:7a (DSA)&lt;br/&gt; |_2048&amp;#160;22:75:08:79:7b:e2:4f:19:15:0a:39:12:7c:78:af:b4 (RSA)&lt;br/&gt;80/tcp   open     http         Apache httpd 2.2.3 ((CentOS))&lt;br/&gt;|_http-title: UBI\xEB\x84\xA4\xED\x8A\xB8\xEC\x9B\x8C\xED\x81\xAC&lt;br/&gt;|_http-methods: No Allow or Public header in OPTIONS response (status code 200)&lt;br/&gt; |_http-favicon: &lt;br/&gt;111/tcp  open     rpcbind      2 (rpc #100000)&lt;br/&gt;135/tcp  filtered msrpc&lt;br/&gt;139/tcp  filtered netbios-ssn&lt;br/&gt;445/tcp  filtered microsoft-ds&lt;br/&gt;1700/tcp filtered mps-raft&lt;br/&gt;1720/tcp filtered H.323/Q.931&lt;br/&gt; Service Info: OS: Unix&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;The host http is in Korean.&lt;/div&gt;&lt;div&gt;Clicking around &lt;a href="http://1.214.194.114"&gt;&lt;a href="http://1.214.194.114"&gt;http://1.214.194.114&lt;/a&gt;&lt;/a&gt; eventually directs to &lt;a href="http://www.ubipc.co.kr"&gt;&lt;a href="http://www.ubipc.co.kr"&gt;www.ubipc.co.kr&lt;/a&gt;&lt;/a&gt;&lt;/div&gt; &lt;div&gt;I thought the IP is a clone of ubipc for phishing. But&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;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;"&gt; ping &lt;a href="http://www.ubipc.co.kr"&gt;&lt;a href="http://www.ubipc.co.kr"&gt;www.ubipc.co.kr&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;PING &lt;a href="http://www.ubipc.co.kr"&gt;&lt;a href="http://www.ubipc.co.kr"&gt;www.ubipc.co.kr&lt;/a&gt;&lt;/a&gt; (1.214.194.114) 56(84) bytes of data.&lt;/blockquote&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;It appears the attach came from the registered domain.&lt;/div&gt; &lt;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;"&gt; Domain Name&amp;#160;: &lt;a href="http://ubipc.co.kr"&gt;ubipc.co.kr&lt;/a&gt;&lt;br/&gt;Registrant&amp;#160;: UBInetwork&lt;br/&gt;Administrative Contact(AC)&amp;#160;: UBInetwork&lt;br/&gt;AC E-Mail&amp;#160;: &lt;a href="mailto:kaf551@naver.com"&gt;kaf551@naver.com&lt;/a&gt;&lt;br/&gt;Registered Date&amp;#160;: 2011. 12. 27.&lt;br/&gt; Last updated Date&amp;#160;: 2011. 12. 27.&lt;br/&gt;Expiration Date&amp;#160;: 2013. 12. 27.&lt;br/&gt;Publishes&amp;#160;: N&lt;br/&gt;Authorized Agency&amp;#160;: Whois Corp.(&lt;a href="http://whois.co.kr"&gt;&lt;a href="http://whois.co.kr"&gt;http://whois.co.kr&lt;/a&gt;&lt;/a&gt;)&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt; I sent an email to the AC.  &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/ssh-attack-from-1214194114"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/ssh-attack-from-1214194114#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/16565878738</link><guid>http://will4n.tumblr.com/post/16565878738</guid><pubDate>Fri, 27 Jan 2012 00:17:18 -0500</pubDate></item><item><title>Paul Baribeau - Christmas Lights</title><description>&lt;div class="posterous_autopost"&gt;       &lt;div style="padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;"&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/will4n/wOTWRpVi6Ka5uRSU6GBpuLWgAYCDTFf5flofXbQ3mWQ4c4PVzAt4Olq6cS9O/christmas_lights.mp3" style="color: #bc7134;"&gt;&lt;img src="http://posterous.com/images/filetypes/mp3.png" style="border: none;"/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;&lt;b&gt;Christmas Lights&lt;/b&gt; by Paul Baribeau  &lt;br/&gt;Download now or &lt;a href="http://will4n.posterous.com/paul-baribeau-christmas-lights" style="color: #bc7134;"&gt;listen on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/will4n/wOTWRpVi6Ka5uRSU6GBpuLWgAYCDTFf5flofXbQ3mWQ4c4PVzAt4Olq6cS9O/christmas_lights.mp3" style="color: #bc7134;"&gt;christmas lights.mp3&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(2444&amp;#160;KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;p&gt;&lt;/p&gt;&lt;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;"&gt; fresh snow on the suburbs &lt;/blockquote&gt;&lt;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;"&gt; staying at my parents&lt;/blockquote&gt;&lt;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;"&gt; it hasn&amp;#8217;t been a good year&lt;/blockquote&gt;&lt;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;"&gt; but things are all right here&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; sleeping in the spare room&lt;/blockquote&gt;&lt;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;"&gt; that used to be my bedroom&lt;/blockquote&gt;&lt;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;"&gt; even though I&amp;#8217;m home now&lt;/blockquote&gt;&lt;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;"&gt; I feel completely homeless&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; I&amp;#8217;m looking at the moon&lt;/blockquote&gt;&lt;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;"&gt; shining on the snow&lt;/blockquote&gt;&lt;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;"&gt; and everything was blue&lt;/blockquote&gt;&lt;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;"&gt; except the Christmas lights&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; walking round the basement&lt;/blockquote&gt;&lt;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;"&gt; where my band used to practice&lt;/blockquote&gt;&lt;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;"&gt; sometimes I don&amp;#8217;t want to make new friends&lt;/blockquote&gt;&lt;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;"&gt; sometimes I just miss my old friends&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; but I&amp;#8217;m seeing someone new now&lt;/blockquote&gt;&lt;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;"&gt; she calms my heart down&lt;/blockquote&gt;&lt;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;"&gt; but I&amp;#8217;m too scared to tell her&lt;/blockquote&gt;&lt;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;"&gt; how crazy I can get sometimes&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; I&amp;#8217;m looking at the moon&lt;/blockquote&gt;&lt;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;"&gt; shining on the snow&lt;/blockquote&gt;&lt;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;"&gt; and everything was blue&lt;/blockquote&gt;&lt;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;"&gt; except the Christmas lights&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; I never feel better after I cry&lt;/blockquote&gt;&lt;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;"&gt; I spent 6 months of my life just wanting to die&lt;/blockquote&gt;&lt;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;"&gt; I&amp;#8217;m learning how to be alone without be lonely&lt;/blockquote&gt;&lt;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;"&gt; learning how to be lonely without losing my mind&lt;/blockquote&gt;&lt;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;"&gt; I&amp;#8217;m looking at the moon&lt;/blockquote&gt;&lt;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;"&gt; shining on the snow&lt;/blockquote&gt;&lt;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;"&gt; and everything was blue&lt;/blockquote&gt;&lt;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;"&gt; except the Christmas lights &lt;/blockquote&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/paul-baribeau-christmas-lights"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/paul-baribeau-christmas-lights#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/2456629606</link><guid>http://will4n.tumblr.com/post/2456629606</guid><pubDate>Sat, 25 Dec 2010 05:32:44 -0500</pubDate></item><item><title>The amazing hereditary inheritance</title><description>&lt;div class="posterous_autopost"&gt;&lt;p&gt;My uncle(s) are awesome!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG.scaled1000.jpg"&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/vctdwCasuFBmbqDBIesrsfqIsremdykqAaqcmbjuktupdgnGrArkprtHAJoh/PC030060.JPG.scaled500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/ttoIiyhoxGHffkgAbkiGIpGAfBxbmErnAyqnAxlcgyBtIaFkibBIcuuablsr/PC030059.JPG.scaled1000.jpg"&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-12-03/ttoIiyhoxGHffkgAbkiGIpGAfBxbmErnAyqnAxlcgyBtIaFkibBIcuuablsr/PC030059.JPG.scaled500.jpg" width="500" height="375"/&gt;&lt;/a&gt; &lt;/p&gt;&lt;div&gt;&lt;a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance"&gt;See the full gallery on posterous&lt;/a&gt;&lt;/div&gt;On the refrigerator white board:  &lt;blockquote class="posterous_medium_quote"&gt;  &lt;p&gt;To whom it may concern, i would like to know why there s a decomposed rodent on top of the pourch.&lt;/p&gt;  &lt;p&gt;Love,&lt;br/&gt;Addison&lt;/p&gt;    &lt;p&gt;The management of this house is under no obligation to explain it&amp;#8217;s actions to it&amp;#8217;s tenants.&lt;/p&gt;  &lt;p&gt;Sincerely,&lt;br/&gt;The Management&lt;/p&gt;  &lt;/blockquote&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/the-amazing-hereditary-inheritance#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/2084529951</link><guid>http://will4n.tumblr.com/post/2084529951</guid><pubDate>Fri, 03 Dec 2010 15:08:36 -0500</pubDate></item><item><title>BBC News - Alcohol 'more harmful than heroin' says Prof David Nutt</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_long_quote"&gt;  &lt;embed allowfullscreen="true" src="http://newsimg.bbc.co.uk/player/emp/10_17_10_17_301547/widgets/10shell.swf?revision=301547" allowscriptaccess="always" wmode="default" type="application/x-shockwave-flash" height="215" flashvars="embedReferer=http%3A%2F%2Fnews.ycombinator.com%2F&amp;amp;embedPageUrl=http%3A%2F%2Fwww.bbc.co.uk%2Fnews%2Fuk-11660210&amp;amp;widgetRevision=301547&amp;amp;legacyPlayerRevision=293203&amp;amp;config_settings_language=default&amp;amp;config_settings_skin=silver&amp;amp;companionSize=300x60&amp;amp;companionType=adi&amp;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;amp;config=http%3A%2F%2Fnews.bbc.co.uk%2Fplayer%2Femp%2Fconfig%2Fdefault.xml%3F10_17_10_17_301547_20101019102320&amp;amp;domId=emp-11665560-661617&amp;amp;playlist=http%3A%2F%2Fplaylists.bbc.co.uk%2Fnews%2Fhealth-11665560A%2Fplaylist.sxml&amp;amp;size=Small&amp;amp;holdingImage=http%3A%2F%2Fnews.bbcimg.co.uk%2Fmedia%2Fimages%2F49732000%2Fjpg%2F_49732123_jex_854378_de27-1.jpg&amp;amp;externalIdentifier=p00bxf7m&amp;amp;config_settings_autoPlay=true&amp;amp;config_settings_showPopoutButton=false&amp;amp;config_plugin_fmtjLiveStats_pageType=eav2&amp;amp;config_plugin_fmtjLiveStats_edition=US&amp;amp;fmtjDocURI=%2Fnews%2Fuk-11660210&amp;amp;companionId=bbccom_companion_11665560&amp;amp;config_settings_showShareButton=true&amp;amp;config_settings_showUpdatedInFooter=true" quality="high" width="320"&gt;&lt;/embed&gt;&lt;/blockquote&gt;&lt;/div&gt;      		  			&lt;div class="bbccom_companion bbccom_visibility_show"&gt;&lt;div class="bbccom_text bbccom_companion_text"&gt;&lt;span style="background-color: rgb(255, 255, 224); font-size: small; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(169, 169, 169); border-right-color: rgb(169, 169, 169); border-bottom-color: rgb(169, 169, 169); border-left-color: rgb(169, 169, 169); padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px;"&gt;54&lt;/span&gt;&lt;span style="background-color: rgb(255, 255, 224); font-size: small; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(169, 169, 169); border-right-color: rgb(169, 169, 169); border-bottom-color: rgb(169, 169, 169); border-left-color: rgb(169, 169, 169); padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px;"&gt;6&lt;/span&gt;&lt;a href="http://faq.external.bbc.co.uk/questions/bbc_online/adverts_general"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;span style="background-color: rgb(255, 255, 224); font-size: small; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: rgb(169, 169, 169); border-right-color: rgb(169, 169, 169); border-bottom-color: rgb(169, 169, 169); border-left-color: rgb(169, 169, 169); padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px;"&gt;7&lt;/span&gt;&lt;a href="http://www.bbc.co.uk/news/uk-11660210"&gt;bbc.co.uk&lt;/a&gt;&lt;/div&gt;    &lt;img src="http://news.bbcimg.co.uk/media/images/49729000/gif/_49729408_drugs_comparisons_464gr.gif"/&gt;&lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/bbc-news-alcohol-more-harmful-than-heroin-say#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/1453462739</link><guid>http://will4n.tumblr.com/post/1453462739</guid><pubDate>Mon, 01 Nov 2010 10:20:22 -0400</pubDate></item><item><title>BBC News - Sleep loss 'worse for extroverts'</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_short_quote"&gt;suggesting it is &amp;#8220;social stimulation&amp;#8221; that tires out the parts of the extroverts&amp;#8217; brains linked to alertness.&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.bbc.co.uk/news/health-11654942"&gt;bbc.co.uk&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/bbc-news-sleep-loss-worse-for-extroverts#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/1453421414</link><guid>http://will4n.tumblr.com/post/1453421414</guid><pubDate>Mon, 01 Nov 2010 10:12:04 -0400</pubDate></item><item><title>Max Levine Ensemble - Summer, Like the Season</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;       &lt;div style="padding: 5px 5px 10px 5px; margin-top: 5px; border: 1px solid #ddd; background-color: #fff;line-height: 16px;"&gt;       &lt;div style="float: left; margin-right: 5px; overflow: visible;"&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/will4n/KAADaccgbDAmKsyQ3lImWhZQNVk3q86AOYgtvoxJR6O687NUIvNGH2MtvN2T/SummerLikeTheSeason.mp3" style="color: #bc7134;"&gt;&lt;img src="http://posterous.com/images/filetypes/mp3.png" style="border: none;"/&gt;&lt;/a&gt;&lt;/div&gt;       &lt;div style="font-size: 10px; color: #424037;line-height: 16px;"&gt;&lt;b&gt;Summer, Like The Season&lt;/b&gt; by The Max Levine Ensemble  &lt;br/&gt;Download now or &lt;a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season" style="color: #bc7134;"&gt;listen on posterous&lt;/a&gt;&lt;/div&gt;       &lt;b&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/will4n/KAADaccgbDAmKsyQ3lImWhZQNVk3q86AOYgtvoxJR6O687NUIvNGH2MtvN2T/SummerLikeTheSeason.mp3" style="color: #bc7134;"&gt;SummerLikeTheSeason.mp3&lt;/a&gt;&lt;/b&gt; &lt;span style="font-size: 10px; color: #424037;"&gt;(3148&amp;#160;KB)&lt;/span&gt;       &lt;br style="clear: both;"/&gt;&lt;/div&gt;      &lt;div&gt;A song to close out the season.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;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;"&gt; it’s too late now to think of what you could have been,&lt;/blockquote&gt;&lt;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;"&gt; she said as she braved the cooling air,&lt;/blockquote&gt;&lt;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;"&gt; and though you’ll try, you’ll never escape that feeling,&lt;/blockquote&gt;&lt;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;"&gt; there’s a place you’d rather be, but you’re not there.&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; she said:&lt;/blockquote&gt;&lt;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;"&gt; seasons change, as well as youthful minds,&lt;/blockquote&gt;&lt;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;"&gt; just how long do you think you can cling to these vines?&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; her name was Summer.&lt;/blockquote&gt;&lt;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;"&gt; and I said “you’re asking questions&lt;/blockquote&gt;&lt;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;"&gt; you know well there’s no answers to,&lt;/blockquote&gt;&lt;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;"&gt; the kind that get answered for you.”&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; countdown to a meltdown, might as well run for your life.&lt;/blockquote&gt;&lt;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;"&gt; for it’s depleting and receding like the early morning tide.&lt;/blockquote&gt;&lt;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;"&gt; well I just smile, I got time.&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; her name was Summer, and she changed just like the season,&lt;/blockquote&gt;&lt;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;"&gt; and she left without a reason, and she was gone.&lt;/blockquote&gt;&lt;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;"&gt; but then came Autumn, but her beauty was deceiving,&lt;/blockquote&gt;&lt;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;"&gt; amidst the colors it was freezing and she died.&lt;/blockquote&gt;&lt;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;"&gt; and she died.&lt;/blockquote&gt;&lt;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;"&gt; &lt;br/&gt;&lt;/blockquote&gt;&lt;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;"&gt; NA NA NA NA NA NA NA NA NA NA NA….&lt;/blockquote&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/max-levine-ensemble-summer-like-the-season#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/1163341289</link><guid>http://will4n.tumblr.com/post/1163341289</guid><pubDate>Tue, 21 Sep 2010 17:53:01 -0400</pubDate></item><item><title>"Life"</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;a href="http://posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png.scaled1000.png"&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/will4n/sGehmEvJGDaxsCxzGFzssbsfwHpbEgeryosHEIbroqijidizrFbmsnjiwkFa/media_httpiimgurcomn3_BkIlC.png.scaled500.png" width="500" height="312"/&gt;&lt;/a&gt;     &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://i.imgur.com/n3e7E.png"&gt;i.imgur.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/life"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/life#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/1037104166</link><guid>http://will4n.tumblr.com/post/1037104166</guid><pubDate>Mon, 30 Aug 2010 10:56:01 -0400</pubDate></item><item><title>Op-Ed Columnist - Moonshine or the Kids? - NYTimes.com</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_medium_quote"&gt;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.&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.nytimes.com/2010/05/23/opinion/23kristof.html"&gt;nytimes.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/op-ed-columnist-moonshine-or-the-kids-nytimes#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/1034564477</link><guid>http://will4n.tumblr.com/post/1034564477</guid><pubDate>Sun, 29 Aug 2010 23:02:33 -0400</pubDate></item><item><title>Tim Wise - The Pathology of White Privilege</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;embed allowfullscreen="true" src="http://video.google.com/googleplayer.swf?docid=3812249801848706206&amp;amp;hl=en&amp;amp;fs=true" type="application/x-shockwave-flash" allowscriptaccess="always" height="417" width="500"&gt;&lt;/embed&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://video.google.com/videoplay?docid=3812249801848706206"&gt;video.google.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Somewhere in there Tim Wise briefly mentions white history month is every month not explicitly designated otherwise. This is obvious as he points out. However, he claims this is why there is no need for a white history month. I would suggest the opposite. Because such a month is implicit is exactly why it should be explicit. If students and media were to try to celebrate it, there would be nothing special. This could draw more attention to the hegemony of white culture.&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://peerreviewedornot.posterous.com/tim-wise-the-pathology-of-white-privilege"&gt;PeerReviewedorNot&lt;/a&gt; | &lt;a href="http://peerreviewedornot.posterous.com/tim-wise-the-pathology-of-white-privilege#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/989654300</link><guid>http://will4n.tumblr.com/post/989654300</guid><pubDate>Sat, 21 Aug 2010 19:30:31 -0400</pubDate><category>racism</category></item><item><title>[Documentary] Class Dismissed: How TV Frames the Working Class</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gVu6ojB-cMg&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="wmode" value="window"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed allowfullscreen="true" src="http://www.youtube.com/v/gVu6ojB-cMg&amp;amp;hl=en&amp;amp;fs=1" wmode="window" allowscriptaccess="always" type="application/x-shockwave-flash" height="417" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.youtube.com/watch?v=gVu6ojB-cMg"&gt;youtube.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/documentary-class-dismissed-how-tv-frames-the#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/937308282</link><guid>http://will4n.tumblr.com/post/937308282</guid><pubDate>Wed, 11 Aug 2010 10:49:09 -0400</pubDate></item><item><title>Untitled</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&amp;#8220;Self-sufficiency: we call that poverty these days&amp;#8221; - &lt;object height="326" width="446"&gt;&lt;param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;param name="bgColor" value="#ffffff"&gt;&lt;param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/MattRidley_2010G-high.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/MattRidley-2010G.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=915"&gt;&lt;embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" allowfullscreen="true" type="application/x-shockwave-flash" wmode="transparent" height="326" pluginspace="http://www.macromedia.com/go/getflashplayer" bgcolor="#ffffff" flashvars="vu=http://video.ted.com/talks/dynamic/MattRidley_2010G-high.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/MattRidley-2010G.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=915" width="446"&gt;&lt;/embed&gt;&lt;/object&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via email&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/25003290"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/25003290#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/905672020</link><guid>http://will4n.tumblr.com/post/905672020</guid><pubDate>Wed, 04 Aug 2010 22:35:48 -0400</pubDate></item><item><title>Hans Rosling shows the best stats you've ever seen</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;object height="326" width="446"&gt;&lt;param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;param name="bgColor" value="#ffffff"&gt;&lt;param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/HansRosling_2006-high.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/HansRosling-2006.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=92"&gt;&lt;embed allowfullscreen="true" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" wmode="transparent" type="application/x-shockwave-flash" height="326" flashvars="vu=http://video.ted.com/talks/dynamic/HansRosling_2006-high.flv&amp;amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/HansRosling-2006.embed_thumbnail.jpg&amp;amp;vw=432&amp;amp;vh=240&amp;amp;ap=0&amp;amp;ti=92" width="446"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html"&gt;ted.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Important to watch. &amp;#8220;North&amp;#8221; v &amp;#8220;South&amp;#8221; or industrialized v developing dichotomy is a 1960s hold over. It is misleading today.  &lt;/p&gt;&lt;p&gt;The follow up is linked below. He swallows a sword at the end. &lt;a href="http://www.ted.com/talks/hans_rosling_reveals_new_insights_on_poverty.html"&gt;&lt;a href="http://www.ted.com/talks/hans_rosling_reveals_new_insights_on_poverty.html"&gt;http://www.ted.com/talks/hans_rosling_reveals_new_insights_on_poverty.html&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://peerreviewedornot.posterous.com/hans-rosling-shows-the-best-stats-youve-ever-14"&gt;PeerReviewedorNot&lt;/a&gt; | &lt;a href="http://peerreviewedornot.posterous.com/hans-rosling-shows-the-best-stats-youve-ever-14#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/720614784</link><guid>http://will4n.tumblr.com/post/720614784</guid><pubDate>Mon, 21 Jun 2010 00:01:33 -0400</pubDate></item><item><title>The End of Men - Magazine - The Atlantic</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_medium_quote"&gt;Yes, the U.S. still has a wage gap, one that can be convincingly explained—at least in part—by discrimination. Yes, women still do most of the child care. And yes, the upper reaches of society are still dominated by men. But given the power of the forces pushing at the economy, this setup feels like the last gasp of a dying age rather than the permanent establishment.&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.theatlantic.com/magazine/archive/2010/07/the-end-of-men/8135/"&gt;theatlantic.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://peerreviewedornot.posterous.com/the-end-of-men-magazine-the-atlantic-0"&gt;PeerReviewedorNot&lt;/a&gt; | &lt;a href="http://peerreviewedornot.posterous.com/the-end-of-men-magazine-the-atlantic-0#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/690899941</link><guid>http://will4n.tumblr.com/post/690899941</guid><pubDate>Sat, 12 Jun 2010 12:44:36 -0400</pubDate></item><item><title>You Are Not So Smart</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;There are anecdotal accounts of people seeing the prisoners of concentration camps for the first time and assuming they must have been terrible criminals. The first place the mind goes is the place where the world is just.&lt;/p&gt;  &lt;p&gt;Why do you do this?&lt;/p&gt;&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://youarenotsosmart.com/"&gt;youarenotsosmart.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;The article address the consequences of the just-world fallacy that is apparently innate. The ill, rape victims, and the impoverished deserve their misfortune. The fortunate, wealthy, and recognized are so because of their character and action. Meritocracy is a baseline for interpretation (rationalizing) and naturally extends to places (sex victims) it clearly doesn&amp;#8217;t belong. Not so clearly, it may be that merit is always an inappropriate perspective. Malcolm Gladwell has something to say here (Outliers). &lt;/p&gt;&lt;p&gt;I like this perspective on the demonizing of rape victims. It&amp;#8217;s not a process of patriarchy. It is the result of a natural cognitive fallacy. It&amp;#8217;s Hanlon&amp;#8217;s Razor: &amp;#8220;never attribute to malice that which can be adequately explained by stupidity.&amp;#8221; &lt;/p&gt;&lt;p&gt;Also, Why does the author say &amp;#8220;Why do _you_ do this?&amp;#8221; Should it not be &amp;#8220;Why do _we_ do this?&amp;#8221;&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://peerreviewedornot.posterous.com/you-are-not-so-smart"&gt;PeerReviewedorNot&lt;/a&gt; | &lt;a href="http://peerreviewedornot.posterous.com/you-are-not-so-smart#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/677517641</link><guid>http://will4n.tumblr.com/post/677517641</guid><pubDate>Tue, 08 Jun 2010 15:50:41 -0400</pubDate></item><item><title>You Are Not So Smart</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;There are anecdotal accounts of people seeing the prisoners of concentration camps for the first time and assuming they must have been terrible criminals. The first place the mind goes is the place where the world is just.&lt;/p&gt;  &lt;p&gt;Why do you do this?&lt;/p&gt;&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://youarenotsosmart.com/"&gt;youarenotsosmart.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/you-are-not-so-smart-1"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/you-are-not-so-smart-1#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/677511738</link><guid>http://will4n.tumblr.com/post/677511738</guid><pubDate>Tue, 08 Jun 2010 15:48:25 -0400</pubDate></item><item><title>You Are Not So Smart</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;There are anecdotal accounts of people seeing the prisoners of concentration camps for the first time and assuming they must have been terrible criminals. The first place the mind goes is the place where the world is just.&lt;/p&gt;  &lt;p&gt;Why do you do this?&lt;/p&gt;&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://youarenotsosmart.com/"&gt;youarenotsosmart.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;The article address the consequences of the just-world fallacy that is apparently innate. The ill, rape victims, and the impoverished deserve their misfortune. The fortunate, wealthy, and recognized are so because of their character and action. Meritocracy is a baseline for interpretation (rationalizing) and naturally extends to places (sex victims) it clearly doesn&amp;#8217;t belong.  Not so clearly, it may be that merit is always an inappropriate perspective. Malcolm Gladwell has something to say here (Outliers). &lt;/p&gt;&lt;p&gt;I like this perspective on the demonizing of rape victims. It&amp;#8217;s not a process of patriarchy. It is the result of a natural cognitive fallacy.  It&amp;#8217;s Hanlon&amp;#8217;s Razor: &amp;#8220;never attribute to malice that which can be adequately explained by stupidity.&amp;#8221;  &lt;/p&gt;&lt;p&gt;Also, Why does the author say &amp;#8220;Why do _you_ do this?&amp;#8221; Should it not be &amp;#8220;Why do _we_ do this?&amp;#8221;&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/you-are-not-so-smart"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/you-are-not-so-smart#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/677505671</link><guid>http://will4n.tumblr.com/post/677505671</guid><pubDate>Tue, 08 Jun 2010 15:46:06 -0400</pubDate></item><item><title>Life is a shipwreck but we must not forget to sing in the lifeboats. ~ Voltaire : quotes</title><description>&lt;p&gt;&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_short_quote"&gt;Life is a shipwreck but we must not forget to sing in the lifeboats. ~ Voltaire&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.reddit.com/r/quotes/comments/cbhrh/life_is_a_shipwreck_but_we_must_not_forget_to/"&gt;reddit.com&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/life-is-a-shipwreck-but-we-must-not-forget-to"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/life-is-a-shipwreck-but-we-must-not-forget-to#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;&lt;/p&gt;</description><link>http://will4n.tumblr.com/post/664885998</link><guid>http://will4n.tumblr.com/post/664885998</guid><pubDate>Fri, 04 Jun 2010 20:56:31 -0400</pubDate></item><item><title>RSA Animate - The Empathic Civilisation</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/l7AWnfFRc7g&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="wmode" value="window"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed allowfullscreen="true" src="http://www.youtube.com/v/l7AWnfFRc7g&amp;amp;hl=en&amp;amp;fs=1" wmode="window" allowscriptaccess="always" type="application/x-shockwave-flash" height="417" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.youtube.com/watch?v=l7AWnfFRc7g&amp;amp;feature=player_embedded"&gt;youtube.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;This video, further endorsing my world view: &amp;#8220;act always with empathy,&amp;#8221; is impressive both in illustration and message. &lt;/p&gt;&lt;p&gt;Though, despite having long adopting an at least similar perspective, my understanding is weak. Why does utilitarianism conflict with empathy?&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/rsa-animate-the-empathic-civilisation-8"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/rsa-animate-the-empathic-civilisation-8#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/651909069</link><guid>http://will4n.tumblr.com/post/651909069</guid><pubDate>Mon, 31 May 2010 22:51:31 -0400</pubDate></item><item><title>True Lies | The New Republic</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;blockquote class="posterous_medium_quote"&gt;Thus Kuran emphasizes an important and often neglected fact: that private pressure can impair liberty, and obstacles to free speech and honest interchange often come from our fellow citizens. The desire to protect one&amp;#8217;s reputation, by declining to say things that other people think bizarre or offensive, is deeply rooted in human beings; and so Kuran finds a crucial distinction between a person&amp;#8217;s private preferences (what he actually wants) and his public preferences (what he says, in public, that he wants).&lt;/blockquote&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.tnr.com/article/books-and-arts/true-lies"&gt;tnr.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Take this in context of the discussion of Facebook privacy. The more open Facebook identities become, the more repressive the site becomes.  It&amp;#8217;s a bit counter-intuitive. The quantity of information broadcast is inversely related to liberty, at least when the author can be held accountable to &amp;#8216;eir preference. &lt;/p&gt;&lt;p&gt;Is free speech only liberating when it is anonymous? Without associating the taboo with the person, the internet is at it&amp;#8217;s most infamous. Unfortunately, there is no stretch in likening the anonymous actions of the unaccountable to that exemplified by road-raged drivers. Apparently, people, liberated, are jerks without empathy. Is my misanthropic bias showing? &lt;/p&gt;&lt;p&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/peerreviewedornot/ijBsvIadzeleqcaHvDwrfetHrhyJBgHrJCBqkDkvcxngnpgkItDtAawujjhF/media_httpwwwtoothpas_fwHHo.gif.scaled1000.gif"&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/peerreviewedornot/ijBsvIadzeleqcaHvDwrfetHrhyJBgHrJCBqkDkvcxngnpgkItDtAawujjhF/media_httpwwwtoothpas_fwHHo.gif.scaled500.gif" width="500" height="405"/&gt;&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://peerreviewedornot.posterous.com/true-lies-the-new-republic"&gt;PeerReviewedorNot&lt;/a&gt; | &lt;a href="http://peerreviewedornot.posterous.com/true-lies-the-new-republic#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/651775187</link><guid>http://will4n.tumblr.com/post/651775187</guid><pubDate>Mon, 31 May 2010 22:02:34 -0400</pubDate><category>alienation</category><category>liberty</category><category>preference falsification</category><category>privacy</category></item><item><title>Waking Life - Fear or Laziness?</title><description>&lt;div class="posterous_autopost"&gt;&lt;div class="posterous_bookmarklet_entry"&gt; &lt;object height="417" width="500"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ThUaBAGJpQs&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="wmode" value="window"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed allowfullscreen="true" src="http://www.youtube.com/v/ThUaBAGJpQs&amp;amp;hl=en&amp;amp;fs=1" wmode="window" allowscriptaccess="always" type="application/x-shockwave-flash" height="417" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.youtube.com/watch?v=ThUaBAGJpQs&amp;amp;feature=related"&gt;youtube.com&lt;/a&gt;&lt;/div&gt; &lt;p&gt;the movie (&lt;a href="http://www.imdb.com/title/tt0243017/)"&gt;&lt;a href="http://www.imdb.com/title/tt0243017/"&gt;http://www.imdb.com/title/tt0243017/&lt;/a&gt;)&lt;/a&gt; was posted in it&amp;#8217;s entirety and linked on reddit. &lt;a href="http://www.reddit.com/r/philosophy/comments/c7ypa/waking_life_full_watch_discuss/"&gt;&lt;a href="http://www.reddit.com/r/philosophy/comments/c7ypa/waking_life_full_watch_disc..."&gt;http://www.reddit.com/r/philosophy/comments/c7ypa/waking_life_full_watch_disc&amp;#8230;&lt;/a&gt;&lt;/a&gt;. This scene and the one comparing internalization and  social mannerisms to the behavior of ants have not left my discourse in the three years since I first saw them.&lt;/p&gt;&lt;/div&gt;      &lt;p style="font-size: 10px;"&gt;  &lt;a href="http://posterous.com"&gt;Posted via web&lt;/a&gt;   from &lt;a href="http://will4n.posterous.com/waking-life-fear-or-laziness-0"&gt;&lt;/a&gt; | &lt;a href="http://will4n.posterous.com/waking-life-fear-or-laziness-0#comment"&gt;&lt;span style="font-size: 11px"&gt;Comment&amp;#160;»&lt;/span&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;/div&gt;</description><link>http://will4n.tumblr.com/post/633238751</link><guid>http://will4n.tumblr.com/post/633238751</guid><pubDate>Tue, 25 May 2010 23:30:07 -0400</pubDate></item></channel></rss>

