<?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/"
	>

<channel>
	<title>Landlubber</title>
	<atom:link href="http://www.landlubber.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.landlubber.com</link>
	<description>VOL. IV, NO. 1</description>
	<lastBuildDate>Thu, 24 Dec 2009 17:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Internet Sharing between an iMac running Snow Leopard, a Mac laptop, an Ubuntu netbook, and a Roku</title>
		<link>http://www.landlubber.com/2009/configuring-internet-sharing-between-an-imac-running-snow-leopard-a-mac-laptop-an-ubuntu-netbook-and-a-roku/</link>
		<comments>http://www.landlubber.com/2009/configuring-internet-sharing-between-an-imac-running-snow-leopard-a-mac-laptop-an-ubuntu-netbook-and-a-roku/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 17:07:30 +0000</pubDate>
		<dc:creator>Kaihsu Tai</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=23</guid>
		<description><![CDATA[The title lays out the scenario: we had an iMac running Mac OS X 10.6.2, connected to the internet via a DSL modem. We wanted to create a wifi network so we could get a Mac laptop, an Asus Eee PC 901 running Ubuntu GNU/Linux 9.10 (Ubuntu Netbook Remix, Karmic Koala), and a Roku Netflix [...]]]></description>
			<content:encoded><![CDATA[<p>The title lays out the scenario: we had an iMac running Mac OS X 10.6.2, connected to the internet via a DSL modem. We wanted to create a wifi network so we could get a Mac laptop, an Asus Eee PC 901 running Ubuntu GNU/Linux 9.10 (Ubuntu Netbook Remix, Karmic Koala), and a Roku Netflix player all on the net. Turns out you can use the iMac itself to create a wifi network. No additional equipment is required, just some tricky configuration.<br />
<span id="more-23"></span></p>
<h2>Part One: Internet Sharing</h2>
<p><a href="http://blog.braceta.com/mac-os-x-airport-internet-sharing-with-ubuntu-with-wep/">This article</a> was helpful, though I had to combine the main instructions with something suggested in the comments. </p>
<p>On the iMac:</p>
<ol>
<li>System Preferences->Sharing.</li>
<li>Click on &#8220;Internet Sharing.&#8221;</li>
<li>In the pull-down menu, &#8220;Share your connection from&#8221; Ethernet.</li>
<li>&#8220;To computers using&#8221; AirPort.</li>
<li>Channel: Automatic.</li>
<li>Enable encryption.</li>
<li>Select a 5-digit password. (Important for getting this to work with Ubuntu.)</li>
<li>WEP Key Length should be &#8220;40-bit.&#8221;</li>
<li>OK.</li>
<li>Make sure the box next to &#8220;Internet Sharing&#8221; is checked.
<p>Now the Mac laptop should be able to join the wireless network.</p>
<p>Log on to your Ubuntu laptop and we&#8217;ll configure the connection there.</p>
<li>Right-click the network icon.</li>
<li>Edit Connections->Wireless.</li>
<li>Select the new wifi network and click Edit.</li>
<li>Under &#8220;Wireless Security&#8221;, change &#8220;Authentication&#8221; to &#8220;Shared Key.&#8221;</li>
<li>Save the changes.</li>
</ol>
<h2>Part Two: Roku configuration</h2>
<p><a href="http://www.macosxhints.com/article.php?story=20071223001432304">These instructions</a> were very helpful.</p>
<p>On the iMac:</p>
<ol>
<li>System Preferences->Sharing.</li>
<li>Make sure the box is checked next to &#8220;Internet Sharing.&#8221;</li>
<li>Applications->Utilities->Terminal.</li>
<li>In the Terminal, enter this command: <code>sudo cp /etc/bootpd.plist /etc/bootpd.plist.roku</code>
<p>(It will ask for your password.)</li>
<li>Now <strong>stop</strong> Internet Sharing by un-checking the box.</li>
<li><code>sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/bootpd.list.roku</code></li>
<li>TextEdit will launch. Near the end of the text file, you&#8217;ll see this:
<p><code>&lt;key&gt;reply_threshold_seconds&lt;/key&gt;<br />
&lt;integer&gt;<strong>4</strong>&lt;/integer&gt;</code></p>
<li>Change &#8220;4&#8243; to &#8220;0&#8243;.</li>
<li>In TextEdit, File->Save. You can close TextEdit.</li>
<li>In Terminal: <code>sudo cp /etc/bootpd.list.roku /etc/bootpd.list</code></li>
<li>Check the box next to &#8220;Internet Sharing&#8221; again.</li>
</ol>
<p>You should now be able to connect your Roku to this new wifi network. You can double-check that your editing worked by, in Terminal, entering <code>more /etc/bootpd.list</code> and looking to see that &#8220;reply_threshold_seconds&#8221; is still set to &#8220;0&#8243;.<!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2009/configuring-internet-sharing-between-an-imac-running-snow-leopard-a-mac-laptop-an-ubuntu-netbook-and-a-roku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading MySql from 4 to 5 on 1and1</title>
		<link>http://www.landlubber.com/2009/upgrading-mysql-from-4-to-5-on-1and1/</link>
		<comments>http://www.landlubber.com/2009/upgrading-mysql-from-4-to-5-on-1and1/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 17:22:08 +0000</pubDate>
		<dc:creator>Mike Benedetti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/2009/upgrading-mysql-from-4-to-5-on-1and1/</guid>
		<description><![CDATA[WordPress 2.9 is out today, and we&#8217;re trying to upgrade all our blogs to it.
These sites were created with MySql 4 databases, and the latest WordPress requires MySql 5. How to upgrade?
So far, we&#8217;ve tried dumping/exporting the old database and importing to a new MySql 5 database, but certain characters like curly quotes and Greek [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9 is out today, and we&#8217;re trying to upgrade all our blogs to it.</p>
<p>These sites were created with MySql 4 databases, and the latest WordPress requires MySql 5. How to upgrade?</p>
<p>So far, we&#8217;ve tried dumping/exporting the old database and importing to a new MySql 5 database, but certain characters like curly quotes and Greek letters are broken.</p>
<p>Any ideas on dealing with these character encoding issues?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2009/upgrading-mysql-from-4-to-5-on-1and1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast: What Can a Canon Do?</title>
		<link>http://www.landlubber.com/2009/podcast-what-can-a-canon-do/</link>
		<comments>http://www.landlubber.com/2009/podcast-what-can-a-canon-do/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:20:15 +0000</pubDate>
		<dc:creator>Mike Benedetti</dc:creator>
				<category><![CDATA[Snow Ghost]]></category>
		<category><![CDATA[Snow Ghost Community Podcast]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=13</guid>
		<description><![CDATA[Mark Benedetti is our guest on episode #7 of the Snow Ghost Community Podcast, talking about the formation of a canon in three &#8220;underground cultural formations&#8221;: 60s experimental film, early NYC punk rock, and No Wave film.
Hosts: Bruce &#8220;Snow Ghost&#8221; Russell, Mike Benedetti, and Adam Villani.
mp3 link (39MB), feed


Stanley Brakhage&#8217;s &#8220;Mothlight&#8221;
Some movies by Jonas Mekas
The [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Benedetti is our guest on episode #7 of the Snow Ghost Community Podcast, talking about the formation of a canon in three &#8220;underground cultural formations&#8221;: 60s experimental film, early NYC punk rock, and No Wave film.</p>
<p>Hosts: <a href="http://www.landlubber.com/snowghost">Bruce &#8220;Snow Ghost&#8221; Russell</a>, Mike Benedetti, and <a href="http://blogbilongadam.blogspot.com/">Adam Villani</a>.</p>
<p><a href="http://www.archive.org/download/snowghostcp_007/snowghostcp_007_vbr.mp3">mp3 link (39MB)</a>, <a href="http://www.landlubber.com/category/audio/snow-ghost-community-podcast/feed/">feed</a></p>
<p><span id="more-13"></span></p>
<ul>
<li><a href="http://www.youtube.com/watch?v=XaGh0D2NXCA">Stanley Brakhage&#8217;s &#8220;Mothlight&#8221;</a></li>
<li><a href="http://www.ubu.com/film/mekas.html">Some movies</a> by Jonas Mekas</li>
<li><a href="http://www.theshirts.net/">The Shirts</a> have a website</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2009/podcast-what-can-a-canon-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.archive.org/download/snowghostcp_007/snowghostcp_007_vbr.mp3" length="41095090" type="audio/mpeg" />
		</item>
		<item>
		<title>Stale Urine: Glenn Gould Goes to Leningrad</title>
		<link>http://www.landlubber.com/2009/stale-urine-glenn-gould-goes-to-leningrad/</link>
		<comments>http://www.landlubber.com/2009/stale-urine-glenn-gould-goes-to-leningrad/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 18:25:00 +0000</pubDate>
		<dc:creator>Kaihsu Tai</dc:creator>
				<category><![CDATA[Stale Urine]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=9</guid>
		<description><![CDATA[An early take from a July 3, 2009 session. Thanks to the many guest musicians helping with vocals, percussion, humming, and squeaking.

More formats
]]></description>
			<content:encoded><![CDATA[<p>An early take from a July 3, 2009 session. Thanks to the many guest musicians helping with vocals, percussion, humming, and squeaking.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ub1hFabUyWw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ub1hFabUyWw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a href="http://www.archive.org/details/su_glenngould_2009">More formats</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2009/stale-urine-glenn-gould-goes-to-leningrad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A critique of Rock School</title>
		<link>http://www.landlubber.com/2008/a-critique-of-rock-school/</link>
		<comments>http://www.landlubber.com/2008/a-critique-of-rock-school/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:42:05 +0000</pubDate>
		<dc:creator>Seamus McGee</dc:creator>
				<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=8</guid>
		<description><![CDATA[Ed. note: After seeing this thread about a student&#8217;s unhappy experience with a class on rock and roll, I started a discussion with Seamus McGee, who has academic experience of his own in this area. He shared the following thoughts.
I&#8217;m curious about the department through which the course is offered, because that would strongly affect [...]]]></description>
			<content:encoded><![CDATA[<p><em>Ed. note: After seeing <a href="http://worcesterite.com/forums/music/2008/11/17/history-rock-n-roll">this thread</a> about a student&#8217;s unhappy experience with a class on rock and roll, I started a discussion with Seamus McGee, who has academic experience of his own in this area. He shared the following thoughts.</em></p>
<p>I&#8217;m curious about the department through which the course is offered, because that would strongly affect the approach.  To be honest, most of these complaints seem trivial, but that&#8217;s only because I don&#8217;t have a sense of the larger methodological approach for the course, and so I don&#8217;t know if the complaints are grounded on the kinds of expectations that might be legitimate to have for this kind of class.  Assuming it&#8217;s some general history of rock class, I don&#8217;t think the history of the formation of the Pistols is particularly important, even though it&#8217;s more complicated than either the student or professor seem to realize.  On the other hand, it would be extremely important in a course taught through a different field, like, say, cultural studies, where most scholarship on punk takes place.  I honestly don&#8217;t know why you&#8217;d want to spend much time on Zappa, though at the same time using Bizarre as your example for indie labels&#8217; move into major label relationships doesn&#8217;t seem like a very good choice to me, although again, it depends on why and how you&#8217;re discussing that issue (i.e. whether you care about the politics of indie labels, which you usually wouldn&#8217;t for this kind of class).<br />
<span id="more-8"></span></p>
<p>    The women of every genre thing isn&#8217;t necessarily surprising, and I personally like a little revisionist historiography in that arena, because I&#8217;m not sure there is a single movement/genre in rock n roll in which there weren&#8217;t important women who often get overlooked (though you can certainly overdo it&#8211;no one needs to know about the GTOs, for instance).  And I thought everyone knew there was a genre called &#8220;women&#8217;s music,&#8221; and that most of it sucks.</p>
<p>   The L.A. punk thing does seem like a problem, though it depends on how far you want to go with punk&#8211;in that kind of conversation, hardcore seems more important than 70s L.A. punk, but I don&#8217;t know how the class is structured.  The claim that L.A. metal bands were heavily influenced by punk is sort of inaccurate, and makes it seem like the course skips glam altogether, which is a big problem.</p>
<p>  Lack of familiarity with Lester Bangs is a crime, and teaching American punk without referring to him is grounds for being fired.</p>
<p>  Ultimately, the concept of a general history of rock class isn&#8217;t something I care for.  There&#8217;s just too much&#8211;we did screenings last year in a room right after a similar class, and it was always interesting to look at the notes the professor had left on the board.  Steely Dan, Yes, Pink Floyd, and Fleetwood Mac seemed to show up a lot, though Wire made an appearance.  I wonder if this course dealt at all with 70s bloat bands, art rock, or stuff like Journey, or disco, all of which _should_ be included in such a class.  People tend to leave them out &#8217;cause everybody wants to talk about punk, but then you get a really skewed image of the social/cultural history of rock and roll.  Hell, even using the term &#8220;rock and roll&#8221; is a problem, unless the course stops at 1964.</p>
<p>  You see a similar problem in film studies survey courses, where an intro to Hollywood course teaches Citizen Kane, Double Indemnity, and Vertigo, but leaves out stuff that was actually really popular, like Andy Hardy movies or Hope/Crosby road movies.  Sure, I like Double Indemnity a lot more than Road to Morocco, but the latter is more important in thinking about the history of Hollywood and its spectatorship, even if Double Indemnity is stylistically influential.  Basically, the question of whether to teach some received canon that has been assembled based on some set of aesthetic criteria, or to teach kids that people loved the shit out of Herman&#8217;s Hermits, even though everyone now thinks they suck, is a crucial one that most people (unfortunately, in my view) answer by selecting the canon.  A much better choice, I think, is to write/tell this history more reflexively, to delve into how a certain notion of &#8220;rock&#8221; or &#8220;rock and roll&#8221; got/gets constructed in the first place, and why the specific artists/songs being taught in the class made it on to the syllabus in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2008/a-critique-of-rock-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stale Urine on PBS</title>
		<link>http://www.landlubber.com/2008/stale-urine-on-pbs/</link>
		<comments>http://www.landlubber.com/2008/stale-urine-on-pbs/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 13:54:07 +0000</pubDate>
		<dc:creator>Kaihsu Tai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=5</guid>
		<description><![CDATA[Here&#8217;s a video from 13 years ago, featuring Stale Urine and the late Misha Mahowald.

These images and her comments remind me of everything I loved about that place.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a video from <a href="http://www.staleurine.com/pbs">13 years ago</a>, featuring <a href="http://www.staleurine.com">Stale Urine</a> and the late Misha Mahowald.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/-ew2gPgOu9c&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/-ew2gPgOu9c&amp;hl=en"></embed></object></p>
<p>These images and her comments remind me of everything I loved about that place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2008/stale-urine-on-pbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some experimental films at the Archive</title>
		<link>http://www.landlubber.com/2008/some-experimental-films-at-the-archive/</link>
		<comments>http://www.landlubber.com/2008/some-experimental-films-at-the-archive/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 15:48:35 +0000</pubDate>
		<dc:creator>Kaihsu Tai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=4</guid>
		<description><![CDATA[Some experimental films, courtesy archive.org.
My experimental film advisor comments:
Those Alexander Hammids are really exciting.  I didn&#8217;t even know they still existed. Never heard of Lutz Mommart, but they look interesting.
]]></description>
			<content:encoded><![CDATA[<p>Some experimental films, <a href="http://internetarchive.wordpress.com/2008/06/05/experimental-film-etc/">courtesy archive.org</a>.</p>
<p>My experimental film advisor comments:<br />
<strong>Those <a href="http://www.archive.org/search.php?query=alexander%20hammid%20AND%20mediatype%3Amovies%20AND%20collection%3Aprelinger">Alexander Hammids</a> are really exciting.  I didn&#8217;t even know they still existed. Never heard of <a href="http://www.archive.org/details/german_cinema">Lutz Mommart</a>, but they look interesting.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2008/some-experimental-films-at-the-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome back</title>
		<link>http://www.landlubber.com/2008/test/</link>
		<comments>http://www.landlubber.com/2008/test/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:31:49 +0000</pubDate>
		<dc:creator>Mike Benedetti</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=3</guid>
		<description><![CDATA[Landlubber.com is back after several years of hiatus. We remain firm in our commitment to amarinism.
]]></description>
			<content:encoded><![CDATA[<p>Landlubber.com is back after several years of hiatus. We remain firm in our commitment to amarinism.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2008/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NOVEMBER, 2003</title>
		<link>http://www.landlubber.com/2003/november-2003/</link>
		<comments>http://www.landlubber.com/2003/november-2003/#comments</comments>
		<pubDate>Sat, 01 Nov 2003 17:25:05 +0000</pubDate>
		<dc:creator>Kaihsu Tai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landlubber.com/?p=7</guid>
		<description><![CDATA[


      Photo Essay
        Balloons of the Mountains




]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td align="center">
      <b><i>Photo Essay</i></b></p>
<p>        <a href="/nov03/balloons.html">Balloons of the Mountains</a>
</p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.landlubber.com/2003/november-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
