<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paul Oppenheim</title>
	<atom:link href="http://pauloppenheim.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pauloppenheim.wordpress.com</link>
	<description>Is Boring</description>
	<lastBuildDate>Thu, 15 Oct 2009 07:55:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pauloppenheim.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f5ad94d3619a212b412aa7e0c66850dc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Paul Oppenheim</title>
		<link>http://pauloppenheim.wordpress.com</link>
	</image>
			<item>
		<title>Getting started with ZFS on Linux: starting the f&#8217;n thing</title>
		<link>http://pauloppenheim.wordpress.com/2009/09/27/getting-started-with-zfs-on-linux-starting-the-fn-thing/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/09/27/getting-started-with-zfs-on-linux-starting-the-fn-thing/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:07:14 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=252</guid>
		<description><![CDATA[I am running Ubuntu 08.10 (yeah, i know, waiting for 09-10) and just got a Rosewill RSV-S8 to replace my Drobo, and want to run ZFS on the disks in it, because ZFS is badass. I thought I had to run OpenSolaris or at least Nexenta (ubuntu on top of the solaris kernel, and yes, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=252&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am running <a href="http://www.ubuntu.com/news/ubuntu-8.10-desktop">Ubuntu 08.10</a> (yeah, i know, waiting for <a href="http://www.ubuntu.com/testing/karmic/alpha6">09-10</a>) and just got a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16816132016">Rosewill RSV-S8</a> to replace my <a href="http://www.drobo.com/">Drobo</a>, and want to run <a href="http://www.opensolaris.org/os/community/zfs/">ZFS</a> on the disks in it, because ZFS is badass. I thought I had to run <a href="http://opensolaris.org/os/about/">OpenSolaris</a> or at least <a href="http://www.nexenta.org/os">Nexenta</a> (ubuntu on top of the solaris kernel, and yes, it&#8217;s real) but it turns out there&#8217;s a project called <a href="http://www.wizy.org/wiki/ZFS_on_FUSE">zfs-fuse</a> which lets you run ZFS on Linux. <a href="">FUSE</a> is the &#8220;Filesystem in Userspace&#8221; project, which lets you run any filesystem as a regular system user. Fuse is necessary because ZFS licensing prohibits the GPL&#8217;d linux kernel from using its code, and normal linux filesystems need to be made a part of the kernel.</p>
<p>Now that the background is out of the way, I thought I&#8217;d start to pastedump the warnings I run into along the way, so that the greater googlenet may be able to search for them. <span id="more-252"></span>I&#8217;m assuming you&#8217;ve already downloaded the zfs-fuse code and built / installed it, because that&#8217;s bog standard and well documented.</p>
<p>NOTE: all the following is incorrect. I assumed you would make a &#8216;zfs&#8217; user and run as that, but it seems it really wants to run as root, as I keep running into rooty things. Seeing as it&#8217;s a filesystem, I don&#8217;t have a problem. So, you need to do some of the following, but run as root.</p>
<p>First, the zfs and zpool commands will just tell you to run the zfs-fuse daemon. Well, trying to do that gives this warning:<br />
<code>"WARNING: Error binding UNIX socket to /var/run/zfs/zfs_socket: No such file or directory."</code> This means you need to</p>
<ol>
<li>sudo mkdir /var/run/zfs</li>
<li>sudo chown :fuse /var/run/zfs</li>
<li>sudo g+rwx /var/run/zfs</li>
</ol>
<p>And add yourself to the fuse group if you haven&#8217;t already! ;)</p>
<p>You&#8217;ll need to do this for /etc/zfs as well.</p>
<p>This should get you set to start using the zfs commands.</p>
<p>I&#8217;ll be editing this post as I get things running&#8230; especially reading the <a href="http://panoskrt.wordpress.com/2008/10/12/zfs-on-linux/">ZFS on Linux</a> starter post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=252&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/09/27/getting-started-with-zfs-on-linux-starting-the-fn-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Obsessing over bike seats</title>
		<link>http://pauloppenheim.wordpress.com/2009/09/17/obsessing-over-bike-seats/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/09/17/obsessing-over-bike-seats/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 12:11:54 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Bicycle]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=207</guid>
		<description><![CDATA[I think by now it&#8217;s common knowledge that bike seats can cause Erectile Dysfunction (henceforth &#8220;ED&#8221;) in men, or at least the pop-science mythology is prevalent enough. That &#8220;fact&#8221; was one of the reasons I was apprehensive about biking in the first place when I started to work in SF two years ago. My esteemed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=207&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I think by now it&#8217;s common knowledge that bike seats can cause Erectile Dysfunction (henceforth &#8220;ED&#8221;) in men, or at least the pop-science mythology is prevalent enough. That &#8220;fact&#8221; was one of the reasons I was apprehensive about biking in the first place when I started to work in SF two years ago. My esteemed and highly bike-knowledgeable coworker Mark Palange laid my fears to rest by explaining that a seat won&#8217;t hurt you so long as you&#8217;re sitting on your ischial tuberosities and not your perineum (henceforth &#8220;sitbones&#8221; and &#8220;taint&#8221;). Otherwise you&#8217;re gonna be crushing nerves and blood vessels, doing nerve damage and greatly reducing bloodflow to your genitals (henceforth &#8220;junk&#8221;). So I got a bike and looked for seats&#8230;</p>
<p><span id="more-207"></span></p>
<p>And I went with the cheapest seat I found that said &#8220;ergonomic&#8221; and had a hole down the middle. Cut to two years later!</p>
<h2>Baby&#8217;s First New Saddle</h2>
<p>I just started noticing perhaps a little too much pressure from my <a href="http://ecom1.planetbike.com/5000_1.html">&#8220;Planet Bike&#8221; ARS saddle,</a> (with a somewhat gelly top, perhaps softer with age). There&#8217;s a whole cottage industry of &#8220;ergonomic&#8221; bike saddles, and I&#8217;ve generally heard that a harder seat makes it more likely that you will be sitting on bone, and less likely that materials will bunch up and press on your junk. This means gel seats are bad for manbits, and I was starting to suspect that despite favorable saddle geometry, the gel was pressing in the wrong spots.</p>
<p>So I bought a <a href="http://www.terrybicycles.com/saddles/mens/detail/2155200/-/liberator-y-saddle-1">&#8220;Terry&#8221; brand &#8220;Liberator Y&#8221; seat</a>. It&#8217;s pretty great on the first blush; harder seat, wide empty channel running down the middle, wide seat back, and it feels a lot better for a bit. I&#8217;m still adjusting to it, and I&#8217;m curious if I made the right choice. Many online say this saddle is the best they had, but I decided to consider the saddle a stopgap and to research a bit more.</p>
<h2>Paging Doctor Science</h2>
<p>Turns out that groove in ergonomic seats <a href="http://men.webmd.com/features/biking-and-erectile-dysfunction-a-real-risk?page=2"><strong>may</strong> make things worse</a>:</p>
<blockquote><p>
Bike saddles that feature a groove down the middle or holes in the center to alleviate pressure can actually make the problem worse by increasing pressure on either side of the groove.
</p></blockquote>
<p>Well fuck you too, facts and doctors. What next?</p>
<p>There is a <a href="http://blackwellpublishing.com/press/pressitem.asp?ref=1856">reasonably decent study of bike cops</a> showing that noseless is the way to go with bike seats, as far as ED is concerned. There&#8217;s even a <a href="http://www.cdc.gov/niosh/blog/nsb042209_bikesaddle.html">CDC report</a> to go along with it, and a <a href="http://opa.yale.edu/news/article.aspx?status=301&amp;id=1695">Yale study for the ladies</a> indicating that racing impacts vaginal health.</p>
<p>But what is the methodology? Turns out a <a href="http://www.bicycling.com/article/1,6610,s1-4-22-12137-1,00.html">bike-seat makin&#8217; doctor Roger Minkow, MD met up with penis-oxygen-level-testing sexual researcher dr. Frank Sommer, MD and they started researching</a>. But <a href="http://www.bikebiz.com/news/20798/Fizik-is-wrong-not-all-saddles-with-holes-are-dangerous-says-Body-Geometry-doc">some disagreed</a> (well, basically said it&#8217;s not the final word).</p>
<p>And that&#8217;s all the hard research I can find about specific methodologies for testing bike seats.</p>
<p>So the course seems to be:</p>
<ol>
<li> finding the perfect variant of the ergonomic seat that gives the taint room to breathe without having the edges dig in
<li> finding yet another variant of bike seat beyond the traditional &#8220;ergonomic = hole down the middle&#8221; variety
</ol>
<p>I&#8217;m a fan of challenging the status quo, so I dug right into path #2.</p>
<h2>Crazy Seats</h2>
<p>So what kind of crazy seats have we got? Noseless saddles, recumbents, and weirder shit.</p>
<p><a href="http://www.roadbikerider.com/noseless.htm">Veteran cyclist Ed Pavelka evidently tried a noseless and had a terrible crash</a>, and others online complain of this as well: when riding one- or no-handed, steering control is done with thighs pressing on the saddle nose. I do often need to signal, and often need to hold, carry, or grab something. But the Bike cops did it! The bike police had a long adjustment period, and were also riding mountain bikes which provide greater leverage with their longer handlebars. I&#8217;m assuming bike police have their hands full far more often than I do what with the walkie talkies and 9ers and roger thats, so perhaps there&#8217;s more to it.</p>
<p>There are a lot of noseless saddles. Thanks to an <a href="http://ezinearticles.com/?id=2161633">article</a> or <a href="http://stason.org/articles/wellbeing/health/Safe-Bike-Seats-For-Men-and-Women.html">two</a> and <a href="http://tribes.tribe.net/fddabbea-8987-4d13-b03b-94c21ac67303/thread/6468451e-fbd9-458a-8381-d6c6bb6e9f1c">some</a> <a href="http://www.google.com/search?q=bike+saddle+ergonomics">searches</a>, I&#8217;ve found these manufacturers:</p>
<ul>
<li><a href="http://www.moonsaddle.com/">MoonSaddle</a>
<li><a href="http://www.spiderflex.com/">Spiderflex</a>
<li><a href="http://www.spongywonder.com/">Spongy Wonder</a>
<li><a href="http://www.hobsonseats.com/">Hobson Associates</a>
<li><a href="http://www.bycycleinc.com/">ByCycle Inc</a>
<li><a href="http://www.dimarusa.com/">Dimar International</a>
<li><a href="http://www.thecomfortseat.com/">ERGO, LLC</a>
<li><a href="http://www.ismseat.com/products.htm">ISM</a>
</ul>
<p>So which one is the one to go with? Let&#8217;s google for reviews&#8230;. oh wait! There&#8217;s almost no thorough review of noseless saddles, and there aren&#8217;t any significant comparative reviews. Shit. Well, here are some reviews:</p>
<ul>
<li> <a href="http://www.bikeforums.net/archive/index.php/t-150921.html">great article about trying the spiderflex seat (some say cruisers only unless you can&#8217;t otherwise ride)</a>
<li> <a href="http://www.cyclingcrowd.com/Uwe/Forum.aspx/technical/15032/Hobson-Easyseat-II">Ergo&#8217;s &#8220;The Seat&#8221; sucks, EasySeat II not as good as original</a>
<li> <a href="http://tribes.tribe.net/fddabbea-8987-4d13-b03b-94c21ac67303/thread/6468451e-fbd9-458a-8381-d6c6bb6e9f1c">moonsaddle sucks, feels like cruiser only</a>
</ul>
<p>Recumbents have full on chairs in them. There is an attempt to bring this tech to upright &#8220;diamond frame&#8221; bikes with the <a href="http://www.realseat.com/">Real Seat</a>. Yeah, it&#8217;s basically that folding chair nylon stretched over a weird tube frame, suspended over a seat post. But it has the same sitting properties as a recumbent it sounds like, except you&#8217;re not so reclined. Which sounds like you&#8217;ll fall forward, as the <a href="http://www.realseat.com/q_a.html">Q&amp;A</a> seems to hint. There&#8217;s also the possibility of getting an actual recumbent, but they&#8217;re a lot less visible on the road. Admittedly, they do seem pretty cool to me.</p>
<p>Oh, there&#8217;s some fun stuff. Like the <a href="http://mantasaddle.biz/">manta</a>.</p>
<h2>More in the Ergonomic vein</h2>
<p>There are also some &#8220;extreme ergonomic nose&#8221; saddle manufacturers (notably <a href="http://www.ismseat.com/products.htm">ISM</a> and <a href="http://www.sellesmp.com/en/default.htm">Selle</a>). They do look to address the concerns of more road-minded bicyclists. There&#8217;s also the sitbone classic, Brooks, who have the <a href="http://www.brookssaddles.com/en/Shop_ProductPage.aspx?cat=saddles+-+touring+%26+trekking&amp;prod=B17+Imperial">B17 Imperial saddle</a> which features a perineal hole. Allegedly the best leather saddle is the <a href="http://www.selleanatomica.com/">Selle An-Atomica</a> due to the precise (and patented) hole cut in it. Check out their buttcam.</p>
<h2>Great articles I ran into</h2>
<p>There was a lot of researching and obsessing on this article. Here are some of the better and more informative articles I found that I didn&#8217;t already link to above:</p>
<ul>
<li> <a href="http://quickrelease.tv/?cat=12">grumpy but great article on best and worst saddles, and myths about ED</a>
<li> <a href="http://www.jimlangley.net/crank/bicycleseats.html">grumpy reference</a>
<li> <a href="http://chagalo.org/Bike/BicycleSeat.shtml">freaky weirdo site but has good pics</a>
<li> <a href="http://articles.latimes.com/2007/apr/09/health/he-cycling9">great LA Times overview</a>
<li> <a href="http://quickrelease.tv/?p=59">bike mag editor gets the minkow / sommer test</a>
<li> <a href="http://www.thudbuster.com/">thudbuster shock absorber</a>
<li> <a href="http://www.dynamicbicycles.com">Chainless bikes with internally geared hubs (neat, not ergo related)</a>
<li> <a href="http://books.google.com/books?id=3nnhUBCfLXoC&amp;pg=PT164&amp;lpg=PT164&amp;dq=minkow+sommer&amp;source=bl&amp;ots=X1ps-RHnTF&amp;sig=dEOOwDTcyRO9VIAwSjQgYlx43hw&amp;hl=en&amp;ei=WQSySvCnK4XitgPw2KmeDQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=8#v=onepage&amp;q=minkow%20sommer&amp;f=false">Google Books &#8220;Bike for Life: How to Ride to 100&#8243; section on Bicycle Sex</a>
<li> <a href="http://www.vwvagabonds.com/Bike/BikeSaddles.html">blurb about bike saddles from a couple who toured the world on bike on the very cheap</a>
<li> <a href="http://www.ubcbike.net/manufacturer/ism.cfm">ISM saddles get higest rating from Dr. Sommer</a>
</ul>
<h2>Conclusion</h2>
<p>Sounds like noseless/hornless bike seats are worth a try, and otherwise that people have been swearing by hard leather seats for touring for a long time, and the Selle An-Atomica cut (whether on their sub-contracted leather saddle or a Brooks) <strong>appears</strong> to make sense for nose-having saddles, but the Specialized Body Geometry are designed by the master of the field, Dr. Minkow. Regardless, the trauma from bumps can be mitigated with a shock absorbing seatpost, and the Thudbuster seems to be the highest rated.</p>
<p>All of this could be wrong; the science is limited, and most products aren&#8217;t lab tested with open results anyway. Time will tell, but the exercise from biking puts you at lower risk for ED than being sedentary!</p>
<p>This isn&#8217;t the best written blog post I&#8217;ve ever made, but I hope it&#8217;s got enough links to valuable and well written information, and that I give enough context for you to make more progress and hopefully make a saddle decision. Let me know what you try and how it works for you!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=207&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/09/17/obsessing-over-bike-seats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>How to rename files in a directory to lowercase</title>
		<link>http://pauloppenheim.wordpress.com/2009/09/05/how-to-rename-files-in-a-directory-to-lowercase/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/09/05/how-to-rename-files-in-a-directory-to-lowercase/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 04:43:56 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Nerd]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=201</guid>
		<description><![CDATA[Ever want to take a massive tree of files and rename them all lowercase? (Ever work between case-sensitive and case-insensitive systems? :\) Here&#8217;s my first attempt:

find . -type f -and -not -type d -print0 &#124; xargs -0 -n 1 echo &#124; while read line; do target=$(echo $line &#124; tr A-Z a-z); echo mv \"$line\" \"$target\"; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=201&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ever want to take a massive tree of files and rename them all lowercase? (Ever work between case-sensitive and case-insensitive systems? :\) Here&#8217;s my first attempt:</p>
<p><code><br />
find . -type f -and -not -type d -print0 | xargs -0 -n 1 echo | while read line; do target=$(echo $line | tr A-Z a-z); echo mv \"$line\" \"$target\"; done | less<br />
</code></p>
<p>which looks fine, until you realize that the path is made lowercase too, despite only looking at files. So I googled, and found a StackOverflow page: http://stackoverflow.com/questions/152514/how-to-rename-all-folders-and-files-to-lowercase-on-linux with this bit:</p>
<p><code><br />
for SRC in `find my_root_dir -depth`<br />
do<br />
    DST=`dirname "${SRC}"`/`basename "${SRC}" | tr '[A-Z]' '[a-z]'`<br />
    if [ "${SRC}" != "${DST}" ]<br />
    then<br />
        [ ! -e "${DST}" ] &amp;&amp; mv -T "${SRC}" "${DST}" || echo "${SRC} was not renamed"<br />
    fi<br />
done<br />
</code></p>
<p>which isn&#8217;t careful about spaces in the filename. But otherwise, it&#8217;s on to something with dirname and basename. Revisit mine!</p>
<p><code><br />
find . -type f -and -not -type d -print0 | xargs -0 -n 1 echo | while read line; do target=$(basename "$line" | tr A-Z a-z); target=$(dirname "$line")/$target; mv "$line" "$target"; done<br />
</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=201&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/09/05/how-to-rename-files-in-a-directory-to-lowercase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Mercurial &#8211; SVN hg convert un-fubar script</title>
		<link>http://pauloppenheim.wordpress.com/2009/07/29/mercurial-svn-hg-convert-un-fubar-script/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/07/29/mercurial-svn-hg-convert-un-fubar-script/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 01:44:32 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=195</guid>
		<description><![CDATA[Another nerd post! Turns out I&#8217;m using my blog as more of a script repository. Oh well!
If you&#8217;ve ever imported an svn repository into hg, then you may have discovered you need to keep the *exact* repo around&#8230; unless you know some magic! (thanks bos!)
The secret comes in knowing that hg convert uses a hidden, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=195&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Another nerd post! Turns out I&#8217;m using my blog as more of a script repository. Oh well!</p>
<p>If you&#8217;ve ever imported an svn repository into hg, then you may have discovered you need to keep the *exact* repo around&#8230; unless you know some magic! (thanks bos!)</p>
<p>The secret comes in knowing that hg convert uses a hidden, unversioned file to do its thang, <code>.hg/shamap</code>. The bigger secret is revealed when you run <code>hg tip --debug</code> &#8211; the same <em>information</em> is versioned, you just need to squeeze that metadata format back into a file. Because this involves string manipulation, and because I&#8217;m old school like that, I used perl to do this.</p>
<blockquote><p>
poppy@host:~/project$ hg log &#8211;debug | perl -e &#8216;my (@x,$l); while(){if(/extra:       convert_revision=(.*)/){$l=$1.&#8221; $l&#8221;;push(@x,$l);}if(/changeset:   \d+:(.*)/){$l=$1} }; print join(&#8220;\n&#8221;,reverse(@x)).&#8221;\n&#8221;;&#8217; &gt; .hg/new-shamap </p>
<p>poppy@host:~/project$ mv .hg/shamap .hg/old-shamap # if you have one&#8230;</p>
<p>poppy@host:~/project$ mv .hg/new-shamap .hg/shamap</p>
</blockquote>
<p>BAM! Now you can clone and re-sync your code anywhere, and push it around however you like. It may be dirty but it&#8217;s expedient and works for me! Let me know if it works for you.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=195&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/07/29/mercurial-svn-hg-convert-un-fubar-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>My little Arduino! Isn&#8217;t he cute?</title>
		<link>http://pauloppenheim.wordpress.com/2009/06/03/my-little-arduino-isnt-he-cute/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/06/03/my-little-arduino-isnt-he-cute/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:11:22 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=189</guid>
		<description><![CDATA[I&#8217;m not sure it&#8217;s a he. But I made a thing! With a light! I am so excited, I wanted to share my simple code. The tweet:

I made the first &#8220;Getting Started with Arduino&#8221; example into the &#8220;breathing LED&#8221; on sleeping apple laptops. I like this little thing.

and the code:


// Example 01 : Blinking LED
//
// [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=189&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m not sure it&#8217;s a he. But I made a thing! With a light! I am so excited, I wanted to share my simple code. The tweet:</p>
<blockquote><p>
I made the first &#8220;Getting Started with Arduino&#8221; example into the &#8220;breathing LED&#8221; on sleeping apple laptops. I like this little thing.
</p></blockquote>
<p>and the code:<br />
<span id="more-189"></span></p>
<pre>
// Example 01 : Blinking LED
//
// Copy and paste this example into an empty Arduino sketch

#define LED 13   // LED connected to
                 // digital pin 13
int i = 1;

void setup()
{
  pinMode(LED, OUTPUT);    // sets the digital
                           // pin as output
}

void loop()
{
  double i_f = i;
  double max = 12.0;
  double val = (cos(i_f/30.0)*.999 + 1.0) * (max/2);
  digitalWrite(LED, HIGH);   // turns the LED on
  delay(val);               // waits for a second
  digitalWrite(LED, LOW);    // turns the LED off
  delay(max - val);               // waits for a second
  i++;
}
</pre>
<p>It&#8217;s nothing fancy, especially if you code all day (at which point this is probably less than you have to type to even setup coding for the day), but the important thing to note is that this shit turns on a LIGHT.</p>
<p>On my DESK.</p>
<p>&#8230;</p>
<p>OK, stop making fun of me.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=189&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/06/03/my-little-arduino-isnt-he-cute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Drobo and my typical luck</title>
		<link>http://pauloppenheim.wordpress.com/2009/03/22/drobo-and-my-typical-luck/</link>
		<comments>http://pauloppenheim.wordpress.com/2009/03/22/drobo-and-my-typical-luck/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:28:27 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=175</guid>
		<description><![CDATA[I&#8217;m not gonna lie; this is pretty dry and mostly here for google fodder. Still, this might tickle your nerd-bone.
Not-so-recently I bought a Drobo for storage. I was tired of fake on-motherboard RAID, and I didn&#8217;t want to spring for a 3ware RAID card and the associated learning curve. I heard about the Drobo from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=175&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m not gonna lie; this is pretty dry and mostly here for google fodder. Still, this might tickle your nerd-bone.</p>
<p>Not-so-recently I bought a <a href="http://drobo.com/">Drobo</a> for storage. I was tired of fake on-motherboard RAID, and I didn&#8217;t want to spring for a 3ware RAID card and the associated learning curve. I heard about the Drobo from a friend, and got it and the DroboShare. After having a poor experience with the DroboShare (I <a href="http://www.newegg.com/Product/ProductReview.aspx?Item=22-240-007&amp;Pagesize=10&amp;Keywords=Not+terribly+useful+if+you+know+linux">wrote a review on NewEgg</a> but the short version: it does less than a linux server) I decided I&#8217;d get rid of my existing file server and use my desktop and the Drobo as the server.</p>
<p>Eventually. I was about to move, had projects at work that needed love, and had some planned / unplanned time off. I did the rsync when I had the DroboShare, and didn&#8217;t get to play again on my linux box until recently.</p>
<p>I re-ran the rsync to get it back up-to-date. I noticed the rsync had file errors &#8211; all of the filenames with non-ascii characters (a not-insignificant amount of my music) always showed up in the transfer list. That was bad news, but I blamed the DroboShare. Who knows how it formatted the Drobo disk pack? Charset could be some obscure ext3 option, and I didn&#8217;t care to invest the time to find out. I reformatted using droboview in the linux drobo-utils package. For good measure, I set the LUN size to 4 (meaning the max size would be 4 TB, instead of segmenting into many virtual 2TB disks).</p>
<p>I mounted with errors=remount-ro and ran an rsync. After a couple dozen GB, I started to see &#8220;transfer failed &#8211; target is read only&#8221; and had a looksee in dmesg. Here&#8217;s what I got:</p>
<p><code><br />
[131174.845284] kjournald starting.  Commit interval 5 seconds<br />
[131174.817576] EXT3 FS on sdb1, internal journal<br />
[131174.817778] EXT3-fs: mounted filesystem with ordered data mode.<br />
[136948.130539] journal_bmap: journal block not found at offset 12 on sdb1<br />
[136948.130545] Aborting journal on device sdb1.<br />
[136948.140801] EXT3-fs error (device sdb1) in ext3_new_blocks: Journal has aborted<br />
[136948.140895] Remounting filesystem read-only<br />
[136948.143414] __journal_remove_journal_head: freeing b_committed_data<br />
[136948.143438] __journal_remove_journal_head: freeing b_committed_data<br />
[136948.143454] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123413] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123672] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123755] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123831] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123906] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123975] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.123992] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124006] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124016] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124030] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124043] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124191] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124208] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124280] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124335] __journal_remove_journal_head: freeing b_committed_data<br />
[136952.124345] __journal_remove_journal_head: freeing b_frozen_data<br />
[136952.124350] __journal_remove_journal_head: freeing b_frozen_data<br />
[136952.124354] __journal_remove_journal_head: freeing b_frozen_data<br />
</code><br />
and this on re-mount:<br />
<code><br />
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,<br />
       missing codepage or helper program, or other error<br />
       In some cases useful info is found in syslog - try<br />
       dmesg | tail  or so<br />
</code></p>
<p>Aww, dammit. What did droboview do wrong? So i googled for <a href="http://www.google.com/search?q=EXT3-fs+error+dmesg+drobo">EXT3-fs error dmesg drobo</a> and got <a href="">an authoritative sounding page with command-line instructions</a>. I can get down with the hands-on version so I can scope out where breaks happen. But lo and behold, it worked just fine. The rsync ran fine, and it unmounted and re-mounted correctly. We&#8217;ll see how it goes in the long run, but it&#8217;s lookin good for now! If you hear nothing, then I heartily endorse this.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=175&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2009/03/22/drobo-and-my-typical-luck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Weird AIM bug / exploit?</title>
		<link>http://pauloppenheim.wordpress.com/2008/11/17/weird-aim-bug-exploit/</link>
		<comments>http://pauloppenheim.wordpress.com/2008/11/17/weird-aim-bug-exploit/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 22:21:04 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=167</guid>
		<description><![CDATA[There&#8217;s something going on with AIM as described here and here, and as I saw firsthand:


(13:47:52) UnstoppableCoho: Happy Birfday!
(13:49:47) poppylinden: thanks!
(13:49:50) poppylinden: who is this?
(13:51:05) UnstoppableCoho: hello
(13:51:55) poppylinden: hi!
(13:52:15) UnstoppableCoho: who is this?
(13:52:27) poppylinden: you should know, you messaged me.
(13:52:39) poppylinden: is this you? http://forever-alone.livejournal.com/1104468.html
(13:53:12) UnstoppableCoho: definitely not
(13:53:30) poppylinden: what screen name does AIM say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=167&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There&#8217;s something going on with AIM as described <a href="http://blog.metamorphium.com/2008/11/15/yet-another-reason-to-stop-using-aim/">here</a> and <a href="http://forever-alone.livejournal.com/1104468.html">here</a>, and as I saw firsthand:</p>
<p><span id="more-167"></span></p>
<blockquote><p>
(13:47:52) UnstoppableCoho: Happy Birfday!<br />
(13:49:47) poppylinden: thanks!<br />
(13:49:50) poppylinden: who is this?<br />
(13:51:05) UnstoppableCoho: hello<br />
(13:51:55) poppylinden: hi!<br />
(13:52:15) UnstoppableCoho: who is this?<br />
(13:52:27) poppylinden: you should know, you messaged me.<br />
(13:52:39) poppylinden: is this you? http://forever-alone.livejournal.com/1104468.html<br />
(13:53:12) UnstoppableCoho: definitely not<br />
(13:53:30) poppylinden: what screen name does AIM say I have?<br />
(13:53:45) UnstoppableCoho: pulsingcoho<br />
(13:53:50) UnstoppableCoho: you mesaged me<br />
(13:53:55) poppylinden: interesting, that is not my sn<br />
(13:53:56) UnstoppableCoho: maybe its an AIM fluke<br />
(13:54:09) poppylinden: sounds like someone&#8217;s got an exploit out there<br />
(13:54:19) poppylinden: that sends the initial message<br />
(13:54:37) poppylinden: are you in the USA?<br />
(13:54:38) UnstoppableCoho: well, have a great day.<br />
(13:55:02) poppylinden: i&#8217;m going to try to figure this out and report it to AIM<br />
(13:55:36) poppylinden: but it&#8217;d help to know how you&#8217;re on the internet &#8211; at home? at work? at a cafe?<br />
(13:56:48) poppylinden: you there?
</p></blockquote>
<p>Anyone familiar with the AIM protocol have any idea what the bug / exploit is that sent the initial message?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=167&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2008/11/17/weird-aim-bug-exploit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Listen: Mikron 64 &#8211; Was Ich Weiß</title>
		<link>http://pauloppenheim.wordpress.com/2008/11/16/listen-mikron-64-was-ich-weis/</link>
		<comments>http://pauloppenheim.wordpress.com/2008/11/16/listen-mikron-64-was-ich-weis/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 20:25:17 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=161</guid>
		<description><![CDATA[To Mikron 64 &#8211; Was Ich Weiß:

And check the robolicious lyrics:


Was ich weiß von dieser Welt
ist daß sie sich dreht
bis der Strom ausfällt
Ich weiß nicht wirklich viel von dieser Welt
und wie man sich mit ihr unterhält
Doch wenn du hier bist kann ich Ich selbst sein
Wenn du bei mir bist ist alles ganz leicht
Durch dich weiß [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=161&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To <a href="http://www.youtube.com/watch?v=iaDnCLyP_28">Mikron 64 &#8211; Was Ich Weiß</a>:</p>
<p><span style="text-align:center; display: block;"><a href="http://pauloppenheim.wordpress.com/2008/11/16/listen-mikron-64-was-ich-weis/"><img src="http://img.youtube.com/vi/iaDnCLyP_28/2.jpg" alt="" /></a></span></p>
<p>And check the robolicious lyrics:<br />
<span id="more-161"></span></p>
<blockquote><p>
Was ich weiß von dieser Welt<br />
ist daß sie sich dreht<br />
bis der Strom ausfällt</p>
<p>Ich weiß nicht wirklich viel von dieser Welt<br />
und wie man sich mit ihr unterhält<br />
Doch wenn du hier bist kann ich Ich selbst sein<br />
Wenn du bei mir bist ist alles ganz leicht</p>
<p>Durch dich weiß ich wo ich hingehöre<br />
Weil du mein Inneres nach Außen kehrst<br />
Wenn du bei mir bist kann ich Ich selbst sein<br />
Wenn du bei mir bist ist alles gnaz leicht</p>
<p>Was ich weiß von dieser Welt<br />
ist dass sie sich dreht<br />
bis der Strom ausfällt<br />
Und daß du mich nie allein läßt<br />
wenn sie still steht<br />
Du wirst immer da sein</p>
<p>Wenn du bei mir bist ist alles ganz leicht (x4)</p>
<p>Was ich weiß von dieser Welt<br />
ist daß sie sich dreht<br />
bis der Strom ausfällt<br />
Und daß du mich nie allein läßt<br />
wenn sie still steht<br />
Du wirst immer da sein</p>
<p>Was ich weiß vondieser Welt<br />
ist daß sie sich dreht<br />
bis der Strom ausfällt<br />
Und daß du mich nie allein läßt<br />
wenn sie still steht<br />
Du wirst immer da sein</p>
<p>Du wirst immer da sein (x4)
</p></blockquote>
<p>And if, like me, you don&#8217;t speak German, here&#8217;s the robotic translation:</p>
<blockquote><p>
What I know from this world<br />
is that it turns<br />
until the electricity fails</p>
<p>I really do not know much about this world<br />
and how to deal with it maintains<br />
But if you&#8217;re here, I can be I myself<br />
If you&#8217;re with me, everything is easy</p>
<p>Through you I know where I belong<br />
Because you are my foreign affairs after kehrst<br />
If you&#8217;re with me I can be I myself<br />
If you&#8217;re with me, everything is easy gnaz</p>
<p>What I know from this world<br />
is that it turns<br />
until the electricity fails<br />
And that you never alone makes me<br />
if it stands still<br />
You&#8217;ll always be there</p>
<p>If you&#8217;re with me, everything is easy (x4)</p>
<p>What I know from this world<br />
is that it turns<br />
until the electricity fails<br />
And that you never alone makes me<br />
if it stands still<br />
You&#8217;ll always be there</p>
<p>What I know vondieser World<br />
is that it turns<br />
until the electricity fails<br />
And that you never alone makes me<br />
if it stands still<br />
You&#8217;ll always be there</p>
<p>You&#8217;ll always be there (x4)
</p></blockquote>
<p>Awesome. (Love to <a href="http://www.nonpolynomial.com/">qdot</a> for the pointer)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=161&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2008/11/16/listen-mikron-64-was-ich-weis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/iaDnCLyP_28/2.jpg" medium="image" />
	</item>
		<item>
		<title>Blog is Borked</title>
		<link>http://pauloppenheim.wordpress.com/2008/10/14/blog-is-borked/</link>
		<comments>http://pauloppenheim.wordpress.com/2008/10/14/blog-is-borked/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 01:14:21 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pauloppenheim.wordpress.com/?p=146</guid>
		<description><![CDATA[I&#8217;m in the process of deleting my own install of wordpress and moving to wordpress.com. Unfortunately I have the markdown plugin installed in my personal install, and all my posts are in that syntax, so they all look broken right now. All the info is still there, but it&#8217;s not gonna be all hyper or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=146&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m in the process of deleting my own install of wordpress and moving to wordpress.com. Unfortunately I have the markdown plugin installed in my personal install, and all my posts are in that syntax, so they all look broken right now. All the info is still there, but it&#8217;s not gonna be all hyper or linked. Sorry fans!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=146&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2008/10/14/blog-is-borked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
		<item>
		<title>Beginner Mind, Expert Mind</title>
		<link>http://pauloppenheim.wordpress.com/2008/08/09/beginner-mind-expert-mind/</link>
		<comments>http://pauloppenheim.wordpress.com/2008/08/09/beginner-mind-expert-mind/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 00:12:04 +0000</pubDate>
		<dc:creator>pauloppenheim</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Psychology]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://www.pauloppenheim.com/blog/?p=153</guid>
		<description><![CDATA[There is a great SciAm [article on the cognitive science of what makes experts](http://www.sciam.com/article.cfm?id=the-expert-mind). Some gems:

Dutch psychologist Adriaan de Groot, himself a chess master, confirmed this notion in 1938, when he took advantage of the staging of a great international tournament in Holland to compare average and strong players with the world&#8217;s leading grandmasters. One [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=142&subd=pauloppenheim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There is a great SciAm [article on the cognitive science of what makes experts](http://www.sciam.com/article.cfm?id=the-expert-mind). Some gems:</p>
<blockquote><p>
Dutch psychologist Adriaan de Groot, himself a chess master, confirmed this notion in 1938, when he took advantage of the staging of a great international tournament in Holland to compare average and strong players with the world&#8217;s leading grandmasters. One way he did so was to ask the players to describe their thoughts as they examined a position taken from a tournament game. He found that although experts&#8211;the class just below master&#8211;did analyze considerably more possibilities than the very weak players, there was little further increase in analysis as playing strength rose to the master and grandmaster levels. The better players did not examine more possibilities, only better ones
</p></blockquote>
<blockquote><p>
Chess memory was thus shown to be even more specific than it had seemed, being tuned not merely to the game itself but to typical chess positions. These experiments corroborated earlier studies that had demonstrated convincingly that ability in one area tends not to transfer to another. American psychologist Edward Thorndike first noted this lack of transference over a century ago, when he showed that the study of Latin, for instance, did not improve command of English and that geometric proofs do not teach the use of logic in daily life.
</p></blockquote>
<blockquote><p>
Even so, there were difficulties with chunking theory. It could not fully explain some aspects of memory, such as the ability of experts to perform their feats while being distracted (a favorite tactic in the study of memory). K. Anders Ericsson of Florida State University and Charness argued that there must be some other mechanism that enables experts to employ long-term memory as if it, too, were a scratch pad. Says Ericsson: &#8220;The mere demonstration that highly skilled players can play at almost their normal strength under blindfold conditions is almost impossible for chunking theory to explain because you have to know the position, then you have to explore it in your memory.&#8221;</p></blockquote>
<blockquote><p>
Ericsson argues that what matters is not experience per se but &#8220;effortful study,&#8221; which entails continually tackling challenges that lie just beyond one&#8217;s competence. That is why it is possible for enthusiasts to spend tens of thousands of hours playing chess or golf or a musical instrument without ever advancing beyond the amateur level and why a properly trained student can overtake them in a relatively short time. It is interesting to note that time spent playing chess, even in tournaments, appears to contribute less than such study to a player&#8217;s progress; the main training value of such games is to point up weaknesses for future study.
</p></blockquote>
<blockquote><p>
Although nobody has yet been able to predict who will become a great expert in any field, a notable experiment has shown the possibility of deliberately creating one. L�szl� Polg�r, an educator in Hungary, homeschooled his three daughters in chess, assigning as much as six hours of work a day, producing one international master and two grandmasters&#8211;the strongest chess-playing siblings in history. The youngest Polg�r, 30-year-old Judit, is now ranked 14th in the world.
</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pauloppenheim.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pauloppenheim.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pauloppenheim.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pauloppenheim.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pauloppenheim.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pauloppenheim.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pauloppenheim.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pauloppenheim.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pauloppenheim.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pauloppenheim.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pauloppenheim.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pauloppenheim.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pauloppenheim.wordpress.com&blog=4953543&post=142&subd=pauloppenheim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pauloppenheim.wordpress.com/2008/08/09/beginner-mind-expert-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e18e7b2d149b7636db9fb5325f91a2bc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pauloppenheim</media:title>
		</media:content>
	</item>
	</channel>
</rss>