<?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>Cybolic's Weblog</title>
	<atom:link href="http://cybolic.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybolic.wordpress.com</link>
	<description>Computers, music and the occasional mad scientist</description>
	<lastBuildDate>Fri, 06 Jan 2012 22:09:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cybolic.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Cybolic's Weblog</title>
		<link>http://cybolic.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cybolic.wordpress.com/osd.xml" title="Cybolic&#039;s Weblog" />
	<atom:link rel='hub' href='http://cybolic.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Howto: Deus Ex: Human Revolution in Ubuntu/Linux</title>
		<link>http://cybolic.wordpress.com/2012/01/07/howto-deus-ex-human-revolution-in-ubuntulinux/</link>
		<comments>http://cybolic.wordpress.com/2012/01/07/howto-deus-ex-human-revolution-in-ubuntulinux/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 22:09:43 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vineyard]]></category>
		<category><![CDATA[Deus Ex]]></category>
		<category><![CDATA[Deus Ex: Human Revolution]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[PlayOnLinux]]></category>
		<category><![CDATA[rawinput2]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=149</guid>
		<description><![CDATA[I just bought Deus Ex: Human Revolution, and if you did to, or are contemplating it, don&#8217;t let the bad rating on WineHQ scare you off &#8211; it runs near perfectly. Now, the in-game tutorials are a bit wonky, but if you can live without those (I know I didn&#8217;t have much of a problem [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=149&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just bought <em>Deus Ex: Human Revolution</em>, and if you did to, or are contemplating it, don&#8217;t let the bad rating on WineHQ scare you off &#8211; it runs near perfectly.<br />
Now, the in-game tutorials are a bit wonky, but if you can live without those (I know I didn&#8217;t have much of a problem without them), here&#8217;s how you can install and run DE:HR in Ubuntu/Linux.</p>
<p>You are going to need <a href="http://vineyardproject.org">Vineyard</a>, so install that first if you haven&#8217;t already, also we are going to use the terminal a bit, but don&#8217;t worry, it&#8217;s not scary, just quicker.</p>
<h2>First off, let&#8217;s install the game.</h2>
<p>Do whatever you would normally do; run the installer from the DVD or download it from Steam &#8211; just make sure you do it in a new prefix in Vineyard.</p>
<h2>Secondly, install a custom version of Wine (with rawinput2 patch).</h2>
<p>We&#8217;re going to use one provided by <a href="http://www.playonlinux.com/">PlayOnLinux</a>, so if you have <em>PlayOnLinux</em> installed, just install Wine 1.3.34 rawinput2 from there, otherwise, either go to <a href="http://www.playonlinux.com/wine/binaries/linux-x86/">http://www.playonlinux.com/wine/binaries/linux-x86/</a>, download the one called <em>PlayOnLinux-wine-1.3.34-rawinput2-linux-x86.pol</em>, rename it to have a <em>.tar.bz2</em> ending and then extract from it the folder called &#8220;<em>wineversion/1.3.34-rawinput2</em>&#8221; to <em>$HOME/.local/share/wineversions/1.3.34-rawinput2</em> &#8211; <strong>or run the following command</strong>:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">mkdir $HOME/.local/share/wineversions &amp;&amp; wget -q -O - 'http://www.playonlinux.com/wine/binaries/linux-x86/PlayOnLinux-wine-1.3.34-rawinput2-linux-x86.pol' | tar --wildcards --transform 's/wineversion\///' --bzip2 -xvf - -C $HOME/.local/share/wineversions/ 'wineversion/*'</pre>
<h2>Setup Vineyard to use it</h2>
<p>Now we need to edit the prefix configuration so Vineyard knows to run this version of Wine, so if you know where that directory is, just go and open the file <em>wrapper.cfg</em>, otherwise open Vineyard Preferences, select the prefix and under &#8220;<em>Tools</em>&#8220;, click &#8220;<em>Open Main Drive</em>&#8221; and then navigate one directory up, there&#8217;s your <em>wrapper.cfg</em>.</p>
<p>Add the following lines to this file:<br />
<code>ww_wine="$HOME/.local/share/wineversions/1.3.34-rawinput2/bin/wine"<br />
ww_wineloader="$HOME/.local/share/wineversions/1.3.34-rawinput2/bin/wine"<br />
ww_wineserver="$HOME/.local/share/wineversions/1.3.34-rawinput2/bin/wineserver"<br />
ww_winedllpath="$HOME/.local/share/wineversions/1.3.34-rawinput2/lib/wine"</code></p>
<p>Or, if you installed the Wine version through PlayOnLinux:<br />
<code>ww_wine="$HOME/.PlayOnLinux/wine/linux-x86/1.3.34-rawinput2/bin/wine"<br />
ww_wineloader="$HOME/.PlayOnLinux/wine/linux-x86/1.3.34-rawinput2/bin/wine"<br />
ww_wineserver="$HOME/.PlayOnLinux/wine/linux-x86/1.3.34-rawinput2/bin/wineserver"<br />
ww_winedllpath="$HOME/.PlayOnLinux/wine/linux-x86/1.3.34-rawinput2/lib/wine"</code></p>
<h2>Done! (or do you have sound?)</h2>
<p>Now you actually might be able to run <em>Deus Ex: Human Revolution</em> just fine! For me though, I needed to go to <em>Vineyard Preferences</em> again and make sure the <em>Deus Ex: Human Revolution</em> launcher had &#8220;<em>Disable PulseAudio whilst running</em>&#8221; checked on, and then it was smooth sailing.</p>
<p>Hope this little guide was helpful, comments are very welcome.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=149&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2012/01/07/howto-deus-ex-human-revolution-in-ubuntulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>GStreamer, MIDI (and Ubuntu)</title>
		<link>http://cybolic.wordpress.com/2011/04/26/gstreamer-midi-and-ubuntu/</link>
		<comments>http://cybolic.wordpress.com/2011/04/26/gstreamer-midi-and-ubuntu/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 00:41:57 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[gus]]></category>
		<category><![CDATA[soundfont]]></category>
		<category><![CDATA[timidity]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wildmidi]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=140</guid>
		<description><![CDATA[So, you have all your old MIDI files lying around and you decide to play them through Totem or another GStreamer based player. What happens? They sound&#8230; flat. Ah, no problem you think, I&#8217;ll just set up Timidity to use the neat soundfont I have lying around that sounds like my old SoundBlaster card and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=140&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, you have all your old MIDI files lying around and you decide to play them through Totem or another GStreamer based player. What happens? They sound&#8230; flat.</p>
<p>Ah, no problem you think, I&#8217;ll just set up Timidity to use the neat soundfont I have lying around that sounds like my old SoundBlaster card and everything will be peachy, but no, GStreamer doesn&#8217;t support soundfonts cause it doesn&#8217;t use timidity but wildmidi &#8211; what to do?</p>
<p>Or: <strong>How to convert soundfonts to GUS patches for use in wildmidi/gstreamer.</strong></p>
<p>There&#8217;s a neat little tool called <a href="http://alsa.opensrc.org/Unsf">Unsf</a> included in Greg Lee&#8217;s gt &#8211; a stripped down version of Timidity &#8211; that can convert a soundfont to a GUS patch usable by wildmidi and therefore GStreamer, so let&#8217;s get started with the conversion!</p>
<p>First, go to where you want the GUS patch (and its files) &#8211; this path shouldn&#8217;t contain spaces &#8211; then download the latest version of gt (I hear there&#8217;s a version 1.0, but 0.4 is the latest I can find):</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">cd /where/you/want/the/GUS/files
wget ftp://ling.lll.hawaii.edu/pub/greg/gt-0.4.tar.gz</pre>
<p>Now, let&#8217;s extract it somewhere and build it:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">tar -xzf gt-0.4.tar.gz
cd gt-0.4
./configure
cd utils
make</pre>
<p>Now, let&#8217;s convert the soundfont to a GUS patch (remember to replace /path/to/your/soundfont.sf2 with the actual path to your soundfont):</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">cd ../../GUS
../utils/unsf -F /path/to/your/soundfont.sf2</pre>
<p>Now we need to fix the config file that unsf wrote to include the path to where your GUS patch is:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">echo -e "dir $PWD\n" &gt; wildmidi; cat *.cfg &gt;&gt; wildmidi</pre>
<p>Now let&#8217;s &#8220;install&#8221; that config file:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">sudo cp wildmidi /etc/wildmidi.cfg</pre>
<p>There! You&#8217;re done!</p>
<p>For a nice athentic old school midi sound, I recommend the following soundfont (you need to register to download though):</p>
<p>http://www.sf2midi.com/soundfonts/file-detail/roland-sc-55-sf2-3033.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=140&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2011/04/26/gstreamer-midi-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>Find the 32bit deb package from your 64bit system</title>
		<link>http://cybolic.wordpress.com/2011/01/13/find-the-32bit-deb-package-from-your-64bit-system/</link>
		<comments>http://cybolic.wordpress.com/2011/01/13/find-the-32bit-deb-package-from-your-64bit-system/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 12:46:46 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=132</guid>
		<description><![CDATA[I&#8217;m sure I&#8217;m not the only one that has had to install a 32bit version of some package to get a game or other program not designed for 64bit to work in 64bit Linux/Ubuntu/Debian and I&#8217;m sure others will nod in agreement at how difficult it can be to find the 32bit version, especially if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=132&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure I&#8217;m not the only one that has had to install a 32bit version of some package to get a game or other program not designed for 64bit to work in 64bit Linux/Ubuntu/Debian and I&#8217;m sure others will nod in agreement at how difficult it can be to find the 32bit version, especially if you need a bunch and don&#8217;t really have the time to wade through packages.ubuntu.com (or packages.debian.org for that matter), so I&#8217;ve cooked up a little Python script to find the URL for the 32bit version of a package for you.</p>
<p>It&#8217;s <a href="http://dl.dropbox.com/u/278272/Utils/apt-get-i386-package.py">here</a>.</p>
<p>You just run it with the name of the package you want to find as the first argument, like so:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">$ ./apt-get-i386-package.py libpulse0

http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/pool/main/p/pulseaudio/libpulse0_0.9.22-0ubuntu1_i386.deb</pre>
<p>See? Easy.</p>
<p>Also note that it found it in a PPA &#8211; it uses your package database, so everything you can theoretically install can be found in a 32bit version.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=132&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2011/01/13/find-the-32bit-deb-package-from-your-64bit-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>Switch to bottom pane plugin for GEdit</title>
		<link>http://cybolic.wordpress.com/2010/12/09/switch-to-bottom-pane-plugin-for-gedit/</link>
		<comments>http://cybolic.wordpress.com/2010/12/09/switch-to-bottom-pane-plugin-for-gedit/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 17:19:00 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/2010/12/09/switch-to-bottom-pane-plugin-for-gedit/</guid>
		<description><![CDATA[So, I&#8217;ve been reconsidering GEdit as a quick development environment, but I was really missing a way to switch to the bottom pane and back (for using the embedded terminal). I couldn&#8217;t find an existing plugin to do this, so I took a look at Elia Sarti&#8217;s TabSwitch plugin &#8211; that uses Ctrl+Tab to switch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=131&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been reconsidering GEdit as a quick development environment, but I was really missing a way to switch to the bottom pane and back (for using the embedded terminal).</p>
<p>I couldn&#8217;t find an existing plugin to do this, so I took a look at Elia Sarti&#8217;s TabSwitch plugin &#8211; that uses Ctrl+Tab to switch tabs &#8211; and edited it to switch back and forth between the bottom pane and the editor view and I must say that GEdit has a rather comfortable work flow now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Plugin is <a href="http://dl.dropbox.com/u/278272/Linux/gedit-focusbottompane.tar.bz2">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=131&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/12/09/switch-to-bottom-pane-plugin-for-gedit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get sound in Shadowgrounds in Ubuntu Maverick x64</title>
		<link>http://cybolic.wordpress.com/2010/10/01/how-to-get-sound-in-shadowgrounds-in-ubuntu-maverick-x64/</link>
		<comments>http://cybolic.wordpress.com/2010/10/01/how-to-get-sound-in-shadowgrounds-in-ubuntu-maverick-x64/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 21:55:39 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[shadowgrounds]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=124</guid>
		<description><![CDATA[Yeah, so here we go, my third issue with the Linux port of Shadowgrounds&#8230; anyway, it turned out to not be that difficult to fix. Shadowgrounds only really plays well with OSS, so you should run it through aoss, but that won&#8217;t work in 64 bit. So here&#8217;s the solution: First, install alsa-oss (sudo apt-get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=124&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah, so here we go, my third issue with the Linux port of Shadowgrounds&#8230; anyway, it turned out to not be that difficult to fix.</p>
<p>Shadowgrounds only really plays well with OSS, so you should run it through aoss, but that won&#8217;t work in 64 bit.<br />
So here&#8217;s the solution:</p>
<p>First, install alsa-oss (sudo apt-get install alsa-oss), then download this archive, extract it your game directory and run shadowgrounds-x64 from now on &#8211; easy as that.<br />
<a href="http://dl.dropbox.com/u/278272/Linux/shadowgrounds-x64-fix.tar.bz2">Download me</a></p>
<p>If you prefer to do this by hand, first download the alsa-oss package for i386 (<a href="http://packages.ubuntu.com/maverick/i386/alsa-oss/download">from here</a>), extract it (dpkg &#8211;extract alsa-oss_1.0.17-4_i386.deb alsa-oss) and copy the files in usr/lib/ to /usr/lib32/ (sudo cp alsa-oss/usr/lib/* /usr/lib32/). Now when you want to run the game, you should run it as:<br />
LD_PRELOAD=&#8221;/usr/lib32/libaoss.so&#8221; aoss ./shadowgrounds-bin</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=124&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/10/01/how-to-get-sound-in-shadowgrounds-in-ubuntu-maverick-x64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook chat flaw?</title>
		<link>http://cybolic.wordpress.com/2010/06/03/facebook-chat-flaw/</link>
		<comments>http://cybolic.wordpress.com/2010/06/03/facebook-chat-flaw/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 06:29:21 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=119</guid>
		<description><![CDATA[I just received a chat message from someone on Facebook whom I am not friends with, and went to investigate&#8230; Though I couldn&#8217;t find anything online, and I&#8217;m not going to test it by spamming random people, it seems that if you add a buddy/friend in your desktop chat client with a username such as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=119&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just received a chat message from someone on Facebook whom I am not friends with, and went to investigate&#8230;<br />
Though I couldn&#8217;t find anything online, and I&#8217;m not going to test it by spamming random people, it seems that if you add a buddy/friend in your desktop chat client with a username such as -PROFILEID@chat.facebook.com (and profileids can be read from any profile) you&#8217;ll be able to chat to that person, <em>even if you are not friends</em>!</p>
<p>This might only work if the person you are chatting up also uses a desktop client, since Facebook did not store the message I received, but it&#8217;s still a flaw &#8211; especially considering that adding a person from UNIQUENAME@chat.facebook.com clearly claims that you are not authorised, so they do have some security in place.</p>
<p>*sigh* &#8230;when will Google free up Buzz from GMail so we can start migrating?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=119&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/06/03/facebook-chat-flaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>A quiet little game</title>
		<link>http://cybolic.wordpress.com/2010/04/29/a-quiet-little-game/</link>
		<comments>http://cybolic.wordpress.com/2010/04/29/a-quiet-little-game/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 15:38:57 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=114</guid>
		<description><![CDATA[Normally I blog about Wine and Vineyard, but while the meaning behind these two projects are getting an existing Windows program running on Linux, thankfully this is not always necessary. Now, I&#8217;m not much of a gamer, when I actually play something it&#8217;s usually not for more than an hour, at most. I tend to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=114&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Normally I blog about Wine and Vineyard, but while the meaning behind these two projects are getting an existing Windows program running on Linux, thankfully this is not always necessary.</p>
<p>Now, I&#8217;m not much of a gamer, when I actually play something it&#8217;s usually not for more than an hour, at most. I tend to launch a game, play it for about 10 minutes and then get back to something else, so most of the hollywood fps-shooter/rpg/mmo-hybrids that are released these days never really get the attention they need from me for their mood and storyline to really grap me, luckily I stumbled upon another type of game a while back &#8211; for Windows.</p>
<p>You may have heard of or tried the initial stages of Spore or the simple fun of Flow and the game I&#8217;m talking about is very much in the same category as these, but in my opinion, a much more capturing and relaxing experience and the good news is that even though this was previously very possible to run through Wine, there is now a dedicated, very-well-ported, Linux version!</p>
<p>The game is, if you haven&#8217;t guessed it: Osmos.</p>
<p>In Osmos you play a small blob (or mote) that has to eat smaller blobs in order to grow and become the largest in the &#8220;blobiverse&#8221; and while this idea in itself isn&#8217;t new, the half-cosmos, half-biology visuals and the great galaxy inspired physics certainly are and give the game a great twist, placing it both in the tranquil, meditative genre and at the same time, due to the physics, the other intelligent blobs and depending on how you play, in the same kind of hectic, tilt-your-entire-body-to-move-your-avatar frenzy that is usually associated with action games.<br />
Another point worth mentioning is that Osmos contains music by several artists, with the name of the artist and the track printed at the bottom of the screen at all times. This is a great move by Hemisphere Games and is a welcome respect towards musicians that is seldom seen in the game world.</p>
<p>All in all, while getting Windows-only games to run on Linux is great, supporting properly ported games and programs (and trust me, this is a fantastic port) is insanely important if Linux is to be taken seriously on the desktop and helps prove to companies that Linux is worth supporting.</p>
<p>If you haven&#8217;t done so already, hurry up and download the Osmos demo and if you like what you see, put your money where your mouth is and support a company that has done a great job at porting a great game to a great platform.</p>
<p><a href="http://www.hemispheregames.com/Osmos/">Osmos website is here.</a></p>
<p>UPDATE:<br />
I forgot to link to the <a href="http://createdigitalmusic.com/2009/09/24/music-physics-space-in-perfect-fusion-interview-creators-of-game-osmos/">article that actually introduced me to Osmos</a>. It&#8217;s a good read, so don&#8217;t be afraid of the length.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=114&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/04/29/a-quiet-little-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Fixing&#8221; a Banshee music database</title>
		<link>http://cybolic.wordpress.com/2010/04/08/fixing-a-banshee-music-database/</link>
		<comments>http://cybolic.wordpress.com/2010/04/08/fixing-a-banshee-music-database/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:50:58 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Banshee]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=105</guid>
		<description><![CDATA[NOTE: This is a bit verbose in the description, but maybe you can learn something from the process. If you just want to know how to fix the Banshee database after changing user name or moving your library to a different location, scroll down. I recently reinstalled Ubuntu and in the process changed my user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=105&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>NOTE: This is a bit verbose in the description, but maybe you can learn something from the process. If you just want to know how to fix the Banshee database after changing user name or moving your library to a different location, scroll down.</p>
<p>I recently reinstalled Ubuntu and in the process changed my user name to my more commonly used &#8216;cybolic&#8217;, however after copying the ~/.config/banshee-1 directory to my new home dir I realised that Banshee had all my music indexed by absolute path meaning that it was looking for my old home dir and so couldn&#8217;t play any tracks.</p>
<p>To fix it I assumed I would have to do a search and replace on its database, but I needed the filetype, so a quick &#8216;file ~/.config/banshee-1/banshee.db&#8217; later I now knew that it was in SQLite 3.x format.</p>
<p>Now on to a tool to do the search and replace on the database&#8230;</p>
<p>Ubuntu has a tool in it&#8217;s repos called &#8220;sqlitebrowser&#8221;, that sounded about right, so I installed it and yes, it allowed me to browse the database and perform SQL queries &#8211; just what I needed.</p>
<p>So, long story short, to change the location of your music files in the Banshee database, here&#8217;s what you do (close Banshee first):</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">sudo aptitude install sqlitebrowser
sqlitebrowser ~/.config/banshee-1/banshee.db</pre>
<p>Now change to the tab labelled &#8220;Execute SQL&#8221; and write something like the following:</p>
<pre style="border-left:2px solid #ffcc33;font-weight:bold;font-family:monospace;padding-left:.5em;overflow:auto;margin:.5em;">update CoreTracks set Uri = replace(Uri, '/home/&lt;olduser&gt;', '/home/&lt;newuser&gt;');
update PodcastEnclosures set LocalPath = replace(LocalPath, '/home/&lt;olduser&gt;', '/home/&lt;newuser&gt;');</pre>
<p>You are now done and can start Banshee again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=105&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/04/08/fixing-a-banshee-music-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts on The Piracy Logic Problem</title>
		<link>http://cybolic.wordpress.com/2010/03/25/thoughts-on-the-piracy-logic-problem/</link>
		<comments>http://cybolic.wordpress.com/2010/03/25/thoughts-on-the-piracy-logic-problem/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 18:13:08 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[downloading]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[rapidshare]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=98</guid>
		<description><![CDATA[I just though of something that I can&#8217;t get to make sense&#8230; DISCLAIMER: I am in no way a lawyer, just a confused consumer. It is (in Denmark at least, and I assume in most other countries) legal to make a safety copy of a legally purchased movie or album for yourself. I presume it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=98&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just though of something that I can&#8217;t get to make sense&#8230;</p>
<p><em>DISCLAIMER: I am in no way a lawyer, just a confused consumer. </em></p>
<p>It is (in Denmark at least, and I assume in most other countries) legal to make a safety copy of a legally purchased movie or album for yourself.<br />
I presume it is also legal to get a friend to make the copy for you, provided he/she doesn&#8217;t make one for himself/herself as well (quite likely to happen given the time and computing power it takes to make a digital copy / transcoding)<br />
But, it is not legal for me to <em>download</em> a &#8220;safety copy&#8221; of a movie or album I have legally purchased.</p>
<p>How exactly is that different from getting a friend to make the copy, and how is it supposed to be proven that it was actually downloaded? And what about if I make backups of all my movies and albums on my home computer and my physical collection then get stolen or my house burns? Will it be assumed that everything was downloaded illegally and if not, am I even entitled to <em>keep</em> my backups &#8211; and if not, why allow me to make backups in the first place?</p>
<p>Furthermore, even if it is proven that my collection was downloaded off the internet, how can it be proven that the copy I downloaded was not ripped from my own original (in the case that your backup-friend lives far away and sending the file is quicker than getting it physically &#8211; and, for the sake of argument, that your physical collection is nearer to your friend)?</p>
<p>Also, in the case of someone downloading something off BitTorrent, Rapidshare or another service &#8211; how can it be proven that the &#8220;leaked&#8221; copy didn&#8217;t originate from, but wasn&#8217;t spread by, the person downloading it? Isn&#8217;t that still a personal backup, even though others &#8220;stole&#8221; copies of it?</p>
<p>I&#8217;m having a great deal of trouble seeing how it&#8217;s possible to separate legal from non-legal copies (except for the case of watermarks, but even then you have the possible person-to-person sale to deal with) and how you can prove that any downloading/ripping/transcoding is illegal, provided that backups are legal &#8211; and I strongly believe they should keep being legal! I don&#8217;t want to lose my copy of Ghostbusters to scratches on the disc <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>What are your thoughts on the subject?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=98&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/03/25/thoughts-on-the-piracy-logic-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s going on?</title>
		<link>http://cybolic.wordpress.com/2010/03/19/whats-going-on/</link>
		<comments>http://cybolic.wordpress.com/2010/03/19/whats-going-on/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 19:24:23 +0000</pubDate>
		<dc:creator>Christian Dannie Storgaard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Vineyard]]></category>

		<guid isPermaLink="false">http://cybolic.wordpress.com/?p=94</guid>
		<description><![CDATA[After the hinting I did in my last post and the lack of any new features being released for Vineyard, I though I&#8217;d let you people know what&#8217;s actually going on with the development. As some may have noticed, the last release had the Programs-page split into a separate file loaded as a plugin/module. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=94&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After the hinting I did in my <a href="http://cybolic.wordpress.com/2010/03/14/just-a-quick-note-about-network-connections/">last post</a> and the lack of any new features being released for Vineyard, I though I&#8217;d let you people know what&#8217;s actually going on with the development.</p>
<p>As some may have noticed, the last release had the Programs-page split into a separate file loaded as a plugin/module. This was done since the code for it is the largest piece of related code in Vineyard and it made sense to separate it, but also because I&#8217;ve been wanting to make Vineyard more modular. The result of starting to split out the different pages into modules (and stumbling on to <a href="http://www.jonobacon.org/2010/03/15/download-files-async-with-gio-and-python/">Jono Bacon&#8217;s recent post</a>) however left me wishing that I had structured Vineyard differently from the start, so I sat down, did some thinking and decided to reprogram vinyard-preferences from scratch.<br />
Yup, that&#8217;s right, from scratch.</p>
<p>I know this means that you&#8217;ll have to wait somewhat longer for the next version, but fear not, I will still release bug fixes when necessary for the 1.4 series. What this also means is that the next version (the one brewing on my harddrive) loads completely asynchronously (in less than a second on my computer right now), has every page split into modules/plugins that load on demand, supports loading parts of the interface into other programs as widgets (!), supports theming Wine (including installing themes from archive files), has rudimentary support for colour-settings, and&#8230;. you guessed it Luke&#8230; basic AppDB integration. It also means that maintaining and extending Vineyard should be a lot easier in the future, good news for me.</p>
<p>So, sorry to keep you waiting, but I promise I&#8217;m cooking up something good <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Oh, and feel free to keep requesting functionality!</p>
<p>Before I sign out I&#8217;ll leave you with a quick screenshot of the new (possible) layout of some of the options:<br />
<img src="http://dl.dropbox.com/u/278272/Screenshots/vineyard-preferences-rewrite-1.png" alt="Preview screenshot of the rewrite of vineyard-preferences" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cybolic.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cybolic.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cybolic.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cybolic.wordpress.com&amp;blog=4865642&amp;post=94&amp;subd=cybolic&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cybolic.wordpress.com/2010/03/19/whats-going-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/999e7177799c4484588890aa774d89cf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Cybolic</media:title>
		</media:content>

		<media:content url="http://dl.dropbox.com/u/278272/Screenshots/vineyard-preferences-rewrite-1.png" medium="image">
			<media:title type="html">Preview screenshot of the rewrite of vineyard-preferences</media:title>
		</media:content>
	</item>
	</channel>
</rss>
