<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.11.4-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>The world of Arlene and Joachim Pileborg</title>
		<link>http://pileborg.org/b2e/blog5.php</link>
		<atom:link rel="self" type="application/rss+xml" href="http://pileborg.org/b2e/blog5.php?tempskin=_rss2" />
		<description>Information about Arlene and Joachim Pileborg</description>
		<language>en-US 2</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.11.4-stable"/>
		<ttl>60</ttl>
				<item>
			<title>spotd status</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/17/spotd-sound</link>
			<pubDate>Mon, 17 Oct 2011 18:37:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="alt">Computer stuff</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">48@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;I haven&#039;t been able to work on &lt;code&gt;spotd&lt;/code&gt; for the last few days, but before my short break I finally managed to get some sound out of my computer. The first time I made a program to make sound in almost 20 years. Yay!&lt;/p&gt;
&lt;p&gt;Ok, I have to admit it wasn&#039;t any sound from Spotify, only some stupid sinus-wave, but still.&lt;/p&gt;
&lt;p&gt;The code for it can be found in my &lt;code&gt;spotd&lt;/code&gt; repository, in the &lt;code&gt;dev/test-alsa&lt;/code&gt; branch, found &lt;a href=&quot;https://github.com/jpileborg/spotd/tree/dev/test-alsa&quot;&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can guess from the branch-name, I made it in &lt;a href=&quot;http://www.alsa-project.org/main/index.php/Main_Page&quot;&gt;ALSA&lt;/a&gt;, the most common sound API in Linux. First time I ever used it, and it worked like a charm.&lt;/p&gt;
&lt;p&gt;Anyway, I have other things to do right now, but when I get back to coding in a couple of days, I hope to be able to play tracks from SPotify!&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/17/spotd-sound&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I haven't been able to work on <code>spotd</code> for the last few days, but before my short break I finally managed to get some sound out of my computer. The first time I made a program to make sound in almost 20 years. Yay!</p>
<p>Ok, I have to admit it wasn't any sound from Spotify, only some stupid sinus-wave, but still.</p>
<p>The code for it can be found in my <code>spotd</code> repository, in the <code>dev/test-alsa</code> branch, found <a href="https://github.com/jpileborg/spotd/tree/dev/test-alsa">here.</a></p>
<p>As you can guess from the branch-name, I made it in <a href="http://www.alsa-project.org/main/index.php/Main_Page">ALSA</a>, the most common sound API in Linux. First time I ever used it, and it worked like a charm.</p>
<p>Anyway, I have other things to do right now, but when I get back to coding in a couple of days, I hope to be able to play tracks from SPotify!</p><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/17/spotd-sound">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/17/spotd-sound#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=48</wfw:commentRss>
		</item>
				<item>
			<title>spotd branching strategy</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy</link>
			<pubDate>Tue, 11 Oct 2011 18:54:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">47@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;I recently started using GIT in my work, and thought I would give it a shot for some private projects as well. On &lt;strong&gt;spotd&lt;/strong&gt; I have mixed branches and branch-names pretty wildly, and thought that it soon might be time to think about some overall strategy and naming schemes.&lt;/p&gt;
&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy#more47&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I recently started using GIT in my work, and thought I would give it a shot for some private projects as well. On <strong>spotd</strong> I have mixed branches and branch-names pretty wildly, and thought that it soon might be time to think about some overall strategy and naming schemes.</p>
<a href="http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy#more47">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/11/spotd-branching-strategy#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=47</wfw:commentRss>
		</item>
				<item>
			<title>Searching with libspotify, and the GIT repository</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/11/searching-with-libspotify-and-the</link>
			<pubDate>Tue, 11 Oct 2011 03:08:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">46@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;I have now started working on searching for stuff with libspotify. Turns out to be easier than I thought. :-)&lt;/p&gt;
&lt;p&gt;Also, in case people want to see my progress, I have a github repository &lt;a href=&quot;https://github.com/jpileborg/spotd/tree/dev/test-spot&quot;&gt;here&lt;/a&gt;, with the &lt;code&gt;dev/test-spot&lt;/code&gt; branch used for my learning. All the code is in a single source file in the &lt;code&gt;test-spot&lt;/code&gt; directory.&lt;/p&gt;
&lt;p&gt;I just have searching for, and printing info about, artists and playlists before it is time to start working in getting some sound out of it all. This is something that I think will be a lot harder than  making simple searches for tracks. But also fun, I have never really made sounds before. I look forward to that! :-)&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/11/searching-with-libspotify-and-the&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I have now started working on searching for stuff with libspotify. Turns out to be easier than I thought. :-)</p>
<p>Also, in case people want to see my progress, I have a github repository <a href="https://github.com/jpileborg/spotd/tree/dev/test-spot">here</a>, with the <code>dev/test-spot</code> branch used for my learning. All the code is in a single source file in the <code>test-spot</code> directory.</p>
<p>I just have searching for, and printing info about, artists and playlists before it is time to start working in getting some sound out of it all. This is something that I think will be a lot harder than  making simple searches for tracks. But also fun, I have never really made sounds before. I look forward to that! :-)</p><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/11/searching-with-libspotify-and-the">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/11/searching-with-libspotify-and-the#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=46</wfw:commentRss>
		</item>
				<item>
			<title>libspotify experiment number one</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one</link>
			<pubDate>Sun, 09 Oct 2011 04:28:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">45@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;I have been doing some experiments with the Spotify library to learn it for use in &lt;strong&gt;spotd&lt;/strong&gt;, and have been making some progress; I can now connect and log in to the Spotify server.&lt;/p&gt;
&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one#more45&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I have been doing some experiments with the Spotify library to learn it for use in <strong>spotd</strong>, and have been making some progress; I can now connect and log in to the Spotify server.</p>
<a href="http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one#more45">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/09/libspotify-experiment-number-one#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=45</wfw:commentRss>
		</item>
				<item>
			<title>Spotify Application Key</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key</link>
			<pubDate>Fri, 07 Oct 2011 21:00:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">44@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;To use the Spotify API in &lt;strong&gt;spotd&lt;/strong&gt;, I need a special &lt;em&gt;key&lt;/em&gt; which have to be included in the application.&lt;/p&gt;
&lt;p&gt;Not a problem, until I read in the &lt;a href=&quot;https://developer.spotify.com/en/libspotify/terms-of-use/&quot;&gt;Libspotify Terms of Use&lt;/a&gt; that the key have to be distributed in a way so that third parties can not extract it.&lt;/p&gt;
&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key#more44&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>To use the Spotify API in <strong>spotd</strong>, I need a special <em>key</em> which have to be included in the application.</p>
<p>Not a problem, until I read in the <a href="https://developer.spotify.com/en/libspotify/terms-of-use/">Libspotify Terms of Use</a> that the key have to be distributed in a way so that third parties can not extract it.</p>
<a href="http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key#more44">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/07/spotify-application-key#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=44</wfw:commentRss>
		</item>
				<item>
			<title>Some ramblings about spotd</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd</link>
			<pubDate>Fri, 07 Oct 2011 18:04:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="alt">Programming</category>
<category domain="main">spotd</category>			<guid isPermaLink="false">43@http://pileborg.org/b2e/</guid>
						<description>As I said in my previous post (&lt;a href=&quot;/blog5.php/2011/10/07/current-programming-projects&quot;&gt;found here&lt;/a&gt;) I have started working on a program that I call &lt;strong&gt;spotd&lt;/strong&gt;. &lt;strong&gt;spotd&lt;/strong&gt; is a daemon that functions like &lt;a href=&quot;http://www.spotify.com/&quot;&gt;Spotify&lt;/a&gt;, but without the graphical user interface.
&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd#more43&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[As I said in my previous post (<a href="/blog5.php/2011/10/07/current-programming-projects">found here</a>) I have started working on a program that I call <strong>spotd</strong>. <strong>spotd</strong> is a daemon that functions like <a href="http://www.spotify.com/">Spotify</a>, but without the graphical user interface.
<a href="http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd#more43">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/07/some-ramblings-about-spotd#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=43</wfw:commentRss>
		</item>
				<item>
			<title>Current programming projects</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/10/07/current-programming-projects</link>
			<pubDate>Fri, 07 Oct 2011 16:11:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="main">Programming</category>			<guid isPermaLink="false">42@http://pileborg.org/b2e/</guid>
						<description>At the moment I seem to have a little to many projects going on at the same time:

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;EvilOS kernel&lt;/strong&gt;, put on indefinite hold since many years&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/MUD&quot;&gt;MUDs&lt;/a&gt;&lt;/strong&gt;, I have way to many MUD servers going on, all different and most to be implemented from scratch&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PyWM&lt;/strong&gt;, an X11 window manager written from scratch in Python&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;spotd&lt;/strong&gt;, a Spotify daemon that can be controlled from the command line&lt;/li&gt;
&lt;/ul&gt;
I will start working on &lt;strong&gt;spotd&lt;/strong&gt; this weekend, and I will try to blog about its progress as often as I can.&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/10/07/current-programming-projects&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[At the moment I seem to have a little to many projects going on at the same time:

<ul>
<li><strong>EvilOS kernel</strong>, put on indefinite hold since many years</li>
<li><strong><a href="http://en.wikipedia.org/wiki/MUD">MUDs</a></strong>, I have way to many MUD servers going on, all different and most to be implemented from scratch</li>
<li><strong>PyWM</strong>, an X11 window manager written from scratch in Python</li>
<li><strong>spotd</strong>, a Spotify daemon that can be controlled from the command line</li>
</ul>
I will start working on <strong>spotd</strong> this weekend, and I will try to blog about its progress as often as I can.<div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/10/07/current-programming-projects">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/10/07/current-programming-projects#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=42</wfw:commentRss>
		</item>
				<item>
			<title>Install Ununtu 11.04 on an OCZ RevoDrive 120G SSD with RAID0, part two: The solution</title>
			<link>http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on</link>
			<pubDate>Mon, 02 May 2011 15:37:00 +0000</pubDate>			<dc:creator>Pilen</dc:creator>
			<category domain="main">Computer stuff</category>			<guid isPermaLink="false">41@http://pileborg.org/b2e/</guid>
						<description>&lt;p&gt;Installing Ubuntu 11.04 (Natty Narwhal) on a (fake) RAID0 SSD is not easy or straight-forward. This post describes how I got it all to work!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on#more41&quot;&gt;Full story &amp;raquo;&lt;/a&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Installing Ubuntu 11.04 (Natty Narwhal) on a (fake) RAID0 SSD is not easy or straight-forward. This post describes how I got it all to work!</p>
<p></p><a href="http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on#more41">Full story &raquo;</a><div class="item_footer"><p><small><a href="http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://pileborg.org/b2e/blog5.php/2011/05/02/install-ununtu-11-04-on#comments</comments>
			<wfw:commentRss>http://pileborg.org/b2e/blog5.php?tempskin=_rss2&#38;disp=comments&#38;p=41</wfw:commentRss>
		</item>
			</channel>
</rss>
