
<?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>ZLB</title>
	<atom:link href="http://www.friendlyvirus.org/artists/zlb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friendlyvirus.org/artists/zlb</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Dec 2010 11:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Terminal goodies</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/12/terminal-goodies/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/12/terminal-goodies/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 11:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=428</guid>
		<description><![CDATA[search recessively across folders for the presence of text string in files: grep -rHn --color -A 1 -B 1 textToSearchHere ./ list the type of files in a directory. Usually quite useful information: file * go to the previous working directory: cd - also, bash has built in a stack for directories: popdir pushdir Search [...]]]></description>
			<content:encoded><![CDATA[<p>search recessively across folders for the presence of text string in files:</p>
<pre> grep -rHn --color -A 1 -B 1 textToSearchHere ./ </pre>
<p>list the type of files in a directory. Usually quite useful information:</p>
<pre> file * </pre>
<p>go to the previous working directory:</p>
<pre>cd -</pre>
<p>also, bash has built in a stack for directories:</p>
<pre>popdir</pre>
<pre>pushdir</pre>
<p>Search the bash command history:</p>
<pre>ctrl-r</pre>
<p>List the bash command history:</p>
<pre>history</pre>
<p>then type !512 for command number 512.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/12/terminal-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STRP Festival</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/11/421/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/11/421/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 19:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=421</guid>
		<description><![CDATA[Playing at STRP Festival. There will be two pieces playing in the STRP festival featuring my work. One solo piece, Subjective referral backwards in time, and a collaboration piece with Bjarni Gunnarsson, Fallacies. They are both pieces for the Wave Field Synthesis, 192 speaker system of the Game Of Life Foundation. The pieces will be [...]]]></description>
			<content:encoded><![CDATA[<p>Playing at <a href="http://www.strp.nl/strp/content/artist/305">STRP Festival.</a></p>
<p>There will be two pieces playing in the STRP festival featuring my work. One solo piece, Subjective referral backwards in time, and a collaboration piece with Bjarni Gunnarsson, Fallacies. They are both pieces for the Wave Field Synthesis, 192 speaker system of the Game Of Life Foundation. The pieces will be played automated during the days of the festival.</p>
<p>The time schedules will be:</p>
<p>18 November</p>
<ul>
<li> 20:00 &#8211;  Subjective referral backwards in time</li>
</ul>
<p>19 November</p>
<ul>
<li> 17:15 &#8211; Subjective referral backwards in time</li>
</ul>
<p>20 November</p>
<ul>
<li>14:15 &#8211; Fallacies</li>
<li>17:45 &#8211; Fallacies</li>
</ul>
<p>21 November</p>
<ul>
<li>16:20 &#8211;  Subjective referral backwards in time</li>
</ul>
<p>22 November</p>
<ul>
<li>13:15 &#8211; Subjective referral backwards in time</li>
</ul>
<p>23 November</p>
<ul>
<li>10:00 &#8211; Subjective referral backwards in time</li>
</ul>
<p>24 November</p>
<ul>
<li>10:15 &#8211; Fallacies</li>
<li>15:00 &#8211;  Subjective referral backwards in time</li>
</ul>
<p>25 November</p>
<ul>
<li>11:30 &#8211; Fallacies</li>
<li>21:30 &#8211;  Subjective referral backwards in time</li>
</ul>
<p>26 November</p>
<ul>
<li>18:00 &#8211; Subjective referral backwards in time</li>
<li>21:00 &#8211; Fallacies</li>
</ul>
<p>27 November</p>
<ul>
<li>17:15 &#8211; Fallacies</li>
<li>18:25 &#8211;  Subjective referral backwards in time</li>
</ul>
<p>28 November</p>
<ul>
<li>16:00 &#8211; Fallacies</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/11/421/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuperCollider classes at github</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/09/supercollider-classes-at-github/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/09/supercollider-classes-at-github/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 17:40:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=417</guid>
		<description><![CDATA[I have some SuperCollider classes available in github. Cluster &#8211; a library for addressing multiple supercollider servers at the same time. SC-Wonder classes for interfacing between supercollider and the WONDER WFS system in Berlin.]]></description>
			<content:encoded><![CDATA[<p>I have some SuperCollider classes available in <a href="http://github.com/miguel-negrao">github</a>.</p>
<ul>
<li>Cluster &#8211; a library for addressing multiple supercollider servers at the same time.</li>
<li>SC-Wonder classes for interfacing between supercollider and the WONDER WFS system in Berlin.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/09/supercollider-classes-at-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status update</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/09/status-update/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/09/status-update/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 10:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=404</guid>
		<description><![CDATA[Haven&#8217;t update the news in a while. Masters at Sonology Institute is finished. Thesis is available for download. Playing next week in Berlin at the SuperCollider symposium !]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t update the news in a while. Masters at Sonology Institute is finished. Thesis is available for <a href="http://www.friendlyvirus.org/artists/zlb/texts/">download</a>.</p>
<p><a href="http://www.friendlyvirus.org/artists/zlb/live/"> Playing next week</a> in Berlin at the SuperCollider symposium !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/09/status-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>converted to GIT</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/08/converted-to-git/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/08/converted-to-git/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:26:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=395</guid>
		<description><![CDATA[After seeing some benefits of it and listening to a lecture by Linus Torvalds on Git I was persuaded to switch to Git, at least to try it out in one project. I&#8217;m using GitX as a GUI, and I&#8217;m quite liking the process. It&#8217;s very easy to create branches, and to save the current [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-396" title="git in action" src="http://www.friendlyvirus.org/artists/zlb/blog/wp-content/uploads/2010/08/captura-de-ecra-2010-08-30-201701.png" alt="git in action" width="398" height="108" /></p>
<p>After seeing some benefits of it and listening to a lecture by <a href="http://www.youtube.com/watch?v=4XpnKHJAok8">Linus Torvalds</a> on Git I was persuaded to switch to Git, at least to try it out in one project. I&#8217;m using GitX as a GUI, and I&#8217;m quite liking the process. It&#8217;s very easy to create branches, and to save the current working condition and go back to the previous state (git stash).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/08/converted-to-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>batch rename files in the terminal</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/08/batch-rename-files-in-the-terminal/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/08/batch-rename-files-in-the-terminal/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 12:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=393</guid>
		<description><![CDATA[Change from .sc to .rtf: for f in *sc ; do mv $f `basename $f sc`rtf; done]]></description>
			<content:encoded><![CDATA[<p>Change from .sc to .rtf:</p>
<pre>for f in *sc ; do mv $f `basename $f sc`rtf; done</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/08/batch-rename-files-in-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost out of school&#8230;</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/06/almost-out-of-school/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/06/almost-out-of-school/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:26:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=391</guid>
		<description><![CDATA[The thesis for my master&#8217;s the Sonology Institute has already been given in. Now, there is just the exam concert on the 23 of june left. After all the exams are finished I will be posting the thesis here, together with some SuperCollider code.]]></description>
			<content:encoded><![CDATA[<p>The thesis for my master&#8217;s the Sonology Institute has already been given in. Now, there is just the exam concert on the 23 of june left.</p>
<p>After all the exams are finished I will be posting the thesis here, together with some SuperCollider code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/06/almost-out-of-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lokaal 01, Breda &#8211; Everyday Life</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/06/lokaal-01-breda-everyday-life/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/06/lokaal-01-breda-everyday-life/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=387</guid>
		<description><![CDATA[Everyday Life Everyday Life was made during a field recording workshop led by Justin Bennett at the Institute for Sonology in Den Haag, December 2009. The assignment was for the participants to document the sounds from their personal environment during a period of 24 hours. A group of the participants &#8220;reconstructed&#8221; their day by playing [...]]]></description>
			<content:encoded><![CDATA[<div id="naam">
<h1><span style="font-weight: normal; font-size: 13px;"><em><a href="http://www.lokaal01.nl/actueel/index.php?cat=3">Everyday Life</a></em></span></h1>
<p><span style="font-weight: normal; font-size: 13px;"><em><img class="alignnone" title="life" src="http://www.lokaal01.nl/actueel/pic/Geluidpost_Sonologie2010_1T.jpg" alt="" width="256" height="400" /></em></span></div>
<p><em>Everyday Life </em>was made during a field recording workshop led by Justin Bennett at the Institute for Sonology in Den Haag, December 2009. The assignment was for the participants to document the sounds from their personal environment during a period of 24 hours. A group of the participants &#8220;reconstructed&#8221; their day by playing back the recordings according to an accelerated clock that counted through the 24 hours in about 30 minutes.</p>
<p>The DVD in <a href="http://www.lokaal01.nl/actueel/index.php?cat=3">Geluidpost</a> is a live recording of the performance.</p>
<p>Performed / Recorded by:<strong> Gerben Kokmeijer, Tania Sikelianou, Yiannis Tsirkoglou, Pablo Sanz, Lucas Sancho, Matteo Marangoni, Miguel Negrao, Juan Cantizanni, Belinda Li, Bjarni Gunnarson, Baldur Bjornsson, Jakob Leben, Jasper Braet, Jasper Vanpaemel, Anna Mikhaylova, Jan Nieuwenhuis</strong></p>
<p><strong> </strong></p>
<p><strong>Te beluisteren:</strong> 31 mei &#8211; 18 juni 2010<br />
<strong>Open:</strong> di-zo, 13-17u</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/06/lokaal-01-breda-everyday-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I backup my supercollider code</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/06/how-i-backup-my-supercollider-code/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/06/how-i-backup-my-supercollider-code/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:05:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=385</guid>
		<description><![CDATA[How I backup my supercollider code: each time I type something AutoBackup saves the file to another folder. DropBox keeps a versioned remote copy of all extensions and code. Time machines does a backup to an external drive of all extensions and code. I have a local svn repository where I keep all versions of [...]]]></description>
			<content:encoded><![CDATA[<p>How I backup my supercollider code: each time I type something AutoBackup saves the file to another folder. DropBox keeps a versioned remote copy of all extensions and code. Time machines does a backup to an external drive of all extensions and code. I have a local svn repository where I keep all versions of extension and code. This svn repository gets backed up by time machine too, and also is periodically dumped for backup. Yeah, I feel pretty safe !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/06/how-i-backup-my-supercollider-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6, NATs, p2p and the future of the internet.</title>
		<link>http://www.friendlyvirus.org/artists/zlb/2010/05/ipv6-nats-p2p-and-the-future-of-the-internet/</link>
		<comments>http://www.friendlyvirus.org/artists/zlb/2010/05/ipv6-nats-p2p-and-the-future-of-the-internet/#comments</comments>
		<pubDate>Sat, 29 May 2010 09:07:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[p2p]]></category>

		<guid isPermaLink="false">http://www.friendlyvirus.org/artists/zlb/?p=383</guid>
		<description><![CDATA[The future of the open, two way internet depends somewhat on the adoption of IPv6. Currently we are using IPv4, but the number of adresses is running out (and has been running out for a long time). To solve this issue we started to use NAT&#8217;s (Network Adress Translators), which basically allow on IPv4 adress [...]]]></description>
			<content:encoded><![CDATA[<p>The future of the open, two way internet depends somewhat on the adoption of IPv6. Currently we are using IPv4, but the number of adresses is running out (and has been running out for a long time). To solve this issue we started to use NAT&#8217;s (Network Adress Translators), which basically allow on IPv4 adress to be shared by several computers. This what happens when several computers in home share that same internet connection. This solves (temporarily) the adresses running out problem, but it creates a new problem, although it&#8217;s transparent to have centralized services working such as HTTP, all the p2p services become crippled  (such as VOIP, games, torrents, etc) because when a incoming request appears at the NAT that was not initiated by a computer inside the private network he doesn&#8217;t know who to send that packet to. This why we have to configure port-fowarding and UPNP.</p>
<p>IPv6 would solve all this, because there are almost an unlimited number of IPv6 adresses and each computer could have it&#8217;s own, becoming a first class citizen in the internet.</p>
<p>Now let&#8217;s think for a moment, who wouldn&#8217;t want what ? But off course, all the business operating on the internet that are based on the centralized model (such as the media industry, etc.). It&#8217;s not in their interest to adopt IPv6, because it&#8217;s not in their interest to have end users be in parity with the big business. And thus a whole bunch of excuses are being made to keep on using IPv4, and to cripple even more the capabilities of p2p traffic.</p>
<p>Further reading:<br />
<a href="http://jhw.vox.com/library/post/ipv6-and-nat-again.html"> IPv6 and NAT&#8230; Again !</a><br />
<a href="http://jhw.vox.com/library/post/the-future-without-ipv6.html"> The Future Without IPv6</a></p>
<p>ps: I&#8217;m not such a techie for internet protocols, so please forgive any technical inaccuracy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.friendlyvirus.org/artists/zlb/2010/05/ipv6-nats-p2p-and-the-future-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

