<?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>Daniel Jonsson&#039;s Blog</title>
	<atom:link href="http://danielj.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielj.se</link>
	<description>My random blog about GNU/Linux, anime, games, tech, etc.</description>
	<lastBuildDate>Sat, 14 Jan 2012 21:54:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Compile a gtkmm Project in Code::Blocks</title>
		<link>http://danielj.se/2011/11/20/how-to-compile-a-gtkmm-project-in-codeblocks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-compile-a-gtkmm-project-in-codeblocks</link>
		<comments>http://danielj.se/2011/11/20/how-to-compile-a-gtkmm-project-in-codeblocks/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 17:28:19 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Code::Blocks]]></category>
		<category><![CDATA[Compile]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[gtkmm]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1631</guid>
		<description><![CDATA[To compile a C++ application using gtkmm in Code::Blocks, do the following steps: Open Project &#62; Build Options&#8230; Select your project. On the Compiler settings tab, select Other options and add this to the field: `pkg-config gtkmm-3.0 --cflags` Select the Linker settings tab and type the following line in the Other linker options text area: [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>To compile a C++ application using gtkmm in Code::Blocks, do the following steps:</p>
<ol>
<li>Open <strong>Project</strong> &gt; <strong>Build Options&#8230;</strong></li>
<li>Select your project.</li>
<li>On the <strong>Compiler settings</strong> tab, select <strong>Other options</strong> and add this to the field:<br />
<strong>`pkg-config gtkmm-3.0 --cflags`</strong></li>
<li>Select the <strong>Linker settings </strong>tab and type the following line in the <strong>Other linker options</strong> text area:<br />
<strong>`pkg-config gtkmm-3.0 --libs`</strong></li>
</ol>
<div class="shr-publisher-1631"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/11/20/how-to-compile-a-gtkmm-project-in-codeblocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Power/Battery Problem with Linux Kernel 3.x on Ubuntu 11.10</title>
		<link>http://danielj.se/2011/11/16/how-to-fix-powerbattery-problem-with-linux-kernel-3-x-on-ubuntu-11-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-powerbattery-problem-with-linux-kernel-3-x-on-ubuntu-11-10</link>
		<comments>http://danielj.se/2011/11/16/how-to-fix-powerbattery-problem-with-linux-kernel-3-x-on-ubuntu-11-10/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 10:21:43 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[Laptop]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1621</guid>
		<description><![CDATA[I have installed Ubuntu 11.10 on my laptop but I noticed that it drained a lot more of the battery than it should do. Apparently there are a couple of fixes to this: Tweaks To Extend The Battery Life Of Intel Linux Notebooks Linux Kernel Power Issue / Overheat Workaround To add pcie_aspm=force, i915.i915_enable_rc6=1, i915.i915_enable_fbc=1 [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have installed Ubuntu 11.10 on my laptop but I noticed that it drained a lot more of the battery than it should do. Apparently there are a couple of fixes to this:</p>
<ul>
<li><a href="http://www.phoronix.com/scan.php?page=article&amp;item=intel_i915_power&amp;num=1">Tweaks To Extend The Battery Life Of Intel Linux Notebooks</a></li>
<li><a href="http://www.webupd8.org/2011/06/linux-kernel-power-issue-fix.html">Linux Kernel Power Issue / Overheat Workaround</a></li>
</ul>
<p>To add <strong>pcie_aspm=force</strong>, <strong>i915.i915_enable_rc6=1</strong>, <strong>i915.i915_enable_fbc=1</strong> and <strong>i915.lvds_downclock=1</strong> to GRUB, do the following steps:</p>
<ol>
<li>Open the terminal and run: <strong>sudo gedit /etc/default/grub</strong></li>
<li>Add:<br />
<strong>pcie_aspm=force </strong><strong>i915.i915_enable_rc6=1</strong> <strong>i915.i915_enable_fbc=1</strong> <strong>i915.lvds_downclock=1</strong><br />
to<br />
<strong>GRUB_CMDLINE_LINUX_DEFAULT=&#8221;"</strong>,<br />
so it should look somewhat like:<br />
<strong>GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1&#8243;</strong></li>
<li>Close gedit and save the document.</li>
<li>Now run the following line in the terminal to update GRUB:<br />
<strong>sudo grub-mkconfig -o /boot/grub/grub.cfg</strong></li>
<li>After a restart of your computer the new settings should get activated.</li>
</ol>
<div class="shr-publisher-1621"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/11/16/how-to-fix-powerbattery-problem-with-linux-kernel-3-x-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Set Up Egit with Github in Eclipse</title>
		<link>http://danielj.se/2011/11/16/how-to-set-up-egit-with-github-in-eclipse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-set-up-egit-with-github-in-eclipse</link>
		<comments>http://danielj.se/2011/11/16/how-to-set-up-egit-with-github-in-eclipse/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 09:55:58 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Egit]]></category>
		<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1615</guid>
		<description><![CDATA[When I the other day tried to set up Egit in Eclipse Indigo with Github I had major problems with guides not working. Two of the tutorials I tried where: http://wiki.eclipse.org/EGit/User_Guide http://www.vogella.de/articles/EGit/article.html I got many errors and such&#8230; :/ But I found a really good post describing how to set it up in a current [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When I the other day tried to set up Egit in Eclipse Indigo with Github I had major problems with guides not working. Two of the tutorials I tried where:</p>
<ul>
<li><a href="http://wiki.eclipse.org/EGit/User_Guide" target="_blank">http://wiki.eclipse.org/EGit/User_Guide</a></li>
<li><a href="http://www.vogella.de/articles/EGit/article.html" target="_blank">http://www.vogella.de/articles/EGit/article.html</a></li>
</ul>
<p>I got many errors and such&#8230; :/</p>
<p>But I found a really good post describing how to set it up in a current version of Eclipse:</p>
<blockquote><p>2. In eclipse, configure the remote push<br />
a. Window &gt; Show View &gt; Git &gt; Git Repositories will add a repository explorer window.<br />
b. In the repository window, select the repository and expand and right-click Remotes and choose Create Remote.<br />
c. Copy the github repository URI from the github repository page and paste this in the URI box.<br />
d. Select ssh as the protocol but then go back to the URI box and add &#8220;git+&#8221; at the beginning so it looks like this: <a href="git+ssh://git@github.com/UserName/ProjectName.git" target="_blank">git+ssh://git@github.com/UserName/ProjectName.git</a><br />
e. In the Repository Path box, remove the leading slash<br />
f. Hit next and cross your fingers. If your get &#8220;auth fail&#8221; restart eclipse and try step 5 again.<br />
g. When you get past the authentication, in the next dialog select &#8220;master&#8221; for source ref, click &#8220;Add all branches spec&#8221; and &#8220;Finish&#8221;.</p>
<p>Now try a push to github. This worked for me but with all the fiddling around I&#8217;m not sure these instructions are perfect&#8230;.</p></blockquote>
<p>Link to the post: <a href="http://www.eclipse.org/forums/index.php/mv/msg/200890/648905/#msg_648905" target="_blank">http://www.eclipse.org/forums/index.php/mv/msg/200890/648905/#msg_648905</a></p>
<div class="shr-publisher-1615"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/11/16/how-to-set-up-egit-with-github-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to Make Your Computer Automatically Start and Download Torrents on Linux</title>
		<link>http://danielj.se/2011/10/02/guide-to-make-your-computer-automatically-start-and-download-torrents-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=guide-to-make-your-computer-automatically-start-and-download-torrents-on-linux</link>
		<comments>http://danielj.se/2011/10/02/guide-to-make-your-computer-automatically-start-and-download-torrents-on-linux/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 00:05:15 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[Deluge]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[FlexGet]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Torrent]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1569</guid>
		<description><![CDATA[Today I managed to install and configure software to make my computer automatically start and download torrents. So now my computer will by itself download episodes from series I have specified as soon as they are released. What you basically need (for my solution) is the torrent client Deluge, the application FlexGet and a RSS [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Today I managed to install and configure software to make my computer automatically start and download torrents. So now my computer will by itself download episodes from series I have specified as soon as they are released. What you basically need (for my solution) is the torrent client <a href="http://deluge-torrent.org/" target="_blank">Deluge</a>, the application <a href="http://flexget.com/" target="_blank">FlexGet</a> and a RSS feed where the torrents are indexed.</p>
<p>Hereunder follow descriptions of what you have to do to get this working (on Arch Linux with Gnome, but most of the steps should work on any distribution. However some commands may differ and such).</p>
<p><strong>Deluge</strong></p>
<ol>
<li>First, download Deluge from your Linux distribution&#8217;s repository, if you don&#8217;t already have it installed. On Arch Linux, type the following in the terminal: <em>sudo pacman -Sy deluge</em></li>
<li>Open the <em>Preferences</em> window under the <em>Edit</em> menu in Deluge. Then navigate to the <em>Interface</em> tab and make sure that <em>Classic Mode</em> isn&#8217;t enabled, which I think it&#8217;s by default. You have to disable <em>Classic Mode</em> to be able to run the Deluge daemon, which is Deluge without the GUI, in the background.</li>
<li>Next time you start Deluge (I think) it will ask you to start the daemon to make Deluge able to run. Under <em>Edit</em> &gt; <em>Connection Manager</em> in Deluge you can reopen this window.</li>
<li>Then you have to reopen the <em>Preferences</em> window, and under the <em>Downloads</em> tab choose where the torrents (the downloaded content) should be downloaded to.</li>
<li>You can also start the daemon by typing <em>deluge<strong>d</strong></em> in the terminal. More information about the daemon can be found here: <a href="http://dev.deluge-torrent.org/wiki/Faq#Daemon" target="_blank">http://dev.deluge-torrent.org/wiki/Faq#Daemon</a>. To see if it&#8217;s running, type <em>ps -A | grep deluged</em> in the terminal.</li>
</ol>
<p><strong>FlexGet</strong></p>
<ol>
<li><strong></strong>Download and install FlexGet. There are installation instructions in their Wiki: <a href="http://flexget.com/wiki" target="_blank">http://flexget.com/wiki</a>. However, if you are on Arch and have a wrapper for pacman and the AUR installed, like <a href="https://wiki.archlinux.org/index.php/Yaourt" target="_blank">Yaourt</a>, type the following in the terminal: <em>yaourt -Sy flexget</em>. (On Arch you probably will need to do some button smashing to install all dependences, since many of them can be found in the AUR too.)</li>
<li>When you have installed FlexGet, create the folder <em>.flexget</em> in your home folder and in it create a file called <em>config.yml</em>. Now you should read a bit on <a href="http://flexget.com/wiki" target="_blank">FlexGet&#8217;s wiki</a> to learn how you should construct the config file. Especially read <a href="http://flexget.com/wiki/Configuration" target="_blank">the <em>Configuration</em> page</a>. Here is how (a part of) my config file looks like:
<pre class="brush: bash; title: ; notranslate">feeds:
  tokyotosho:
    rss: http://www.tokyotosho.info/rss.php?filter=1&amp;entries=450
    series:
      - Fate/Zero
    deluge: yes</pre>
<p>Note the last line: <em>deluge: yes</em>. It&#8217;s necessary for making Deluge start the torrents. Also note that you have to specify a RSS-feed where FlexGet should look for new torrents to download.</li>
<li>Now FlexGet should be able to check the RSS feed(s), find the series/content you want to download and make Deluge download them. To test run FlexGet, run <em>flexget --test</em> in the terminal. Of course you can run <em>flexget --help</em> to find more possible commands. But to do a regular check in the RSS feeds, download, and all that stuff, just run <em>flexget</em>. Note that you don&#8217;t have to be running Deluge to download the torrents, only deluge<strong>d</strong> is needed.</li>
</ol>
<p><strong>Start deluged with Gnome</strong></p>
<ol>
<li>Open a terminal and run <em>gnome-session-properties</em> if you are on Gnome. In the window that pops up you should add an additional startup program &#8211; in this case <em>deluge<strong>d</strong></em>. Just type that in both the <em>Name</em> field and the <em>Command</em> field. If you are using another desktop environment you sadly have to figure out this step by yourself (Google).</li>
</ol>
<p><strong>Make FlexGet run once every hour automatically</strong></p>
<p>FlexGet only checks the RSS feeds when you run <em>flexget</em> in the terminal. So what we want to do is to schedule the computer to run it once every hour.</p>
<ol>
<li>Start with adding the following two lines to the <em>.bashrc</em> file in your home folder:
<pre class="brush: bash; title: ; notranslate">EDITOR=nano
export EDITOR</pre>
<p>This will make the next terminal application use the text editor nano instead of whatever alien editor it uses by default. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Close all terminal windows and open a new one to apply the change.</li>
<li>Run <em>crontab -e </em>in the terminal.</li>
<li>Add <em>0 * * * * flexget</em> to the file, and then save and close it with Ctrl + Shift + X. You can find more schedule options here: <a href="https://wiki.archlinux.org/index.php/Crontab" target="_blank">https://wiki.archlinux.org/index.php/Crontab</a>. Please don&#8217;t make it run once every minute or something crazy like that, since that would use a lot of the server&#8217;s bandwidth where your RSS feed is hosted.</li>
<li>To see everything you have scheduled, type <em>crontab -l</em>.</li>
</ol>
<p><strong>Done!</strong></p>
<p>Now your computer should<strong></strong> be able to automatically download torrents for you. I hope you found this guide helpful. If you have any wonders or problems, please leave a comment below, and maybe I can help you get it sorted out.</p>
<div class="shr-publisher-1569"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/10/02/guide-to-make-your-computer-automatically-start-and-download-torrents-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Try the New YouTube Interface Cosmic Panda</title>
		<link>http://danielj.se/2011/10/01/how-to-try-the-new-youtube-interface-cosmic-panda/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-try-the-new-youtube-interface-cosmic-panda</link>
		<comments>http://danielj.se/2011/10/01/how-to-try-the-new-youtube-interface-cosmic-panda/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 14:41:59 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Cosmic Panda]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[TestTube]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1565</guid>
		<description><![CDATA[Yesterday at school I heard from a classmate that there is a new Youtube interface called Cosmic Panda which you are able to try out. To activate it, you have to visit the following page: http://www.youtube.com/cosmicpanda As I&#8217;m writing this, I have only watched a single video with this interface. But it looked pretty slick [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yesterday at school I heard from a classmate that there is a new Youtube interface called Cosmic Panda which you are able to try out.</p>
<p>To activate it, you have to visit the following page:</p>
<ul>
<li><a href="http://www.youtube.com/cosmicpanda" target="_blank">http://www.youtube.com/cosmicpanda</a></li>
</ul>
<p>As I&#8217;m writing this, I have only watched a single video with this interface. But it looked pretty slick on that video. <img src='http://danielj.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The profile pages have also been updated.</p>
<p>Check it out if you are interested. You can always deactivate it by visiting the page and pressing a button.</p>
<p>I also saw that they have a page dedicated to testing stuff:</p>
<ul>
<li><a href="http://www.youtube.com/testtube" target="_blank">http://www.youtube.com/testtube</a></li>
</ul>
<div class="shr-publisher-1565"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/10/01/how-to-try-the-new-youtube-interface-cosmic-panda/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Show Album Art in DeaDBeeF</title>
		<link>http://danielj.se/2011/09/29/how-to-show-album-art-in-deadbeef/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-show-album-art-in-deadbeef</link>
		<comments>http://danielj.se/2011/09/29/how-to-show-album-art-in-deadbeef/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 11:15:07 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Album Art]]></category>
		<category><![CDATA[DeaDBeeF]]></category>
		<category><![CDATA[Foobar2000]]></category>
		<category><![CDATA[Music Player]]></category>
		<category><![CDATA[Playlist]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1556</guid>
		<description><![CDATA[There is a really nice lightweight music player to Linux called DeaDBeeF, which can be found on the following link: http://deadbeef.sourceforge.net/ The appearance is in many ways very similar to the Windows music player Foobar2000. So if you like Foobar2000 on Windows, give DeaDBeeF a try. It also has many (preinstalled) plugins and features. One [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>There is a really nice lightweight music player to Linux called DeaDBeeF, which can be found on the following link:</p>
<ul>
<li><a href="http://deadbeef.sourceforge.net/" target="_blank">http://deadbeef.sourceforge.net/</a></li>
</ul>
<p>The appearance is in many ways very similar to the Windows music player Foobar2000. So if you like Foobar2000 on Windows, give DeaDBeeF a try. It also has many (preinstalled) plugins and features.</p>
<p>One of the features it has is the ability to show album art right in the playlist. To do this, do the following steps:</p>
<ol>
<li>Right click the bar right over the playlist and add <em>Album Art</em> from the <em>Add Column</em> window.</li>
<li>Right click the bar again and choose <em>Artist/Date/Album</em> under <em>Group by</em>.</li>
<li>Done!</li>
<li>If you don&#8217;t want it to separate the playlist by artist. Choose <em>Custom</em> under the <em>Group by</em> menu instead, and type <em>[%y] %b</em> in the Format field.</li>
</ol>
<div class="shr-publisher-1556"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/09/29/how-to-show-album-art-in-deadbeef/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tiling Window Manager XMonad</title>
		<link>http://danielj.se/2011/09/17/tiling-window-manager-xmonad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tiling-window-manager-xmonad</link>
		<comments>http://danielj.se/2011/09/17/tiling-window-manager-xmonad/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 00:36:19 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Tiling Window Manager]]></category>
		<category><![CDATA[Window Manager]]></category>
		<category><![CDATA[XMonad]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1541</guid>
		<description><![CDATA[On my laptop where I run Linux Mint 11 I have been using the window manager XMonad for a while. It&#8217;s a tiling window manager, and it&#8217;s the first time I&#8217;m using one of those. If you don&#8217;t know what a tiling window manager is, you can check out Wikipedia&#8217;s page on the subject: https://secure.wikimedia.org/wikipedia/en/wiki/Tiling_window_manager [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On my laptop where I run Linux Mint 11 I have been using the window manager <a href="http://xmonad.org/" target="_blank">XMonad</a> for a while. It&#8217;s a tiling window manager, and it&#8217;s the first time I&#8217;m using one of those. If you don&#8217;t know what a tiling window manager is, you can check out Wikipedia&#8217;s page on the subject:</p>
<ul>
<li><a href="https://secure.wikimedia.org/wikipedia/en/wiki/Tiling_window_manager" target="_blank">https://secure.wikimedia.org/wikipedia/en/wiki/Tiling_window_manager</a></li>
</ul>
<p>Or this video of somebody fiddling around with XMonad:</p>
<p><iframe src="http://www.youtube.com/embed/7ZAmMdRBRjs" frameborder="0" width="420" height="315"></iframe></p>
<p>XMonad works very well with Gnome 2, and it doesn&#8217;t conflict with the Gnome 2 panel at the top of the monitor. Here is a screenshot of my dekstop (click on it to show it in full-size):</p>
<p><a href="http://danielj.se/wp-content/uploads/2011/09/XMonad.jpg"><img class="aligncenter size-large wp-image-1544" title="XMonad" src="http://danielj.se/wp-content/uploads/2011/09/XMonad-1024x575.jpg" alt="XMonad" width="463" height="270" /></a>I like that you open, resize and change active window, and move windows between workspaces with only the keyboard. This means that you don&#8217;t have to use the trackpad for those tasks. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think that using a tiling window manager works surprisingly well, considering that it&#8217;s not a commonly used type of window manager. Sometimes do windows look a bit strange when they are forced to fill the whole screen tho, but that&#8217;s not often.</p>
<p>I recommend you to check out XMonad if it sound interesting. On Mint it&#8217;s really easy to change back to regular Gnome if you don&#8217;t like it, just pick regular Gnome on the login screen.</p>
<p>Links:</p>
<ul>
<li><a href="http://xmonad.org/" target="_blank">XMonad</a></li>
<li><a href="http://xmonad.org/tour.html" target="_blank">Guide on how to use XMonad</a></li>
</ul>
<div class="shr-publisher-1541"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/09/17/tiling-window-manager-xmonad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ghost in the Shell Linux Mint Wallpaper</title>
		<link>http://danielj.se/2011/08/09/ghost-in-the-shell-linux-mint-wallpaper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ghost-in-the-shell-linux-mint-wallpaper</link>
		<comments>http://danielj.se/2011/08/09/ghost-in-the-shell-linux-mint-wallpaper/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:49:56 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Manga]]></category>
		<category><![CDATA[Ghost in the Shell]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Motoko Kusanagi]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1533</guid>
		<description><![CDATA[Yesterday (around 3-4 AM) I installed Linux Mint on my laptop (Toshiba R830). So now it has Windows 7, Arch and Mint. To enhance the awesomeness, I downloaded a Ghost in the Shell wallpaper and added a Linux Mint logo to it which I edited with a brush. All work was done in GIMP.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yesterday (around 3-4 AM) I installed Linux Mint on my laptop (Toshiba R830). So now it has Windows 7, Arch and Mint. To enhance the awesomeness, I downloaded a <a href="http://wallbase.cc/wallpaper/671922" target="_blank">Ghost in the Shell wallpaper</a> and added a Linux Mint logo to it which I edited with a <a href="http://project-gimpbc.deviantart.com/art/GIMP-Grunge-and-Dirty-Brushes-70037228" target="_blank">brush</a>. All work was done in GIMP.</p>
<div id="attachment_1534" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Ghost-in-the-Shell-Linux-Mint-251876612" target="_blank"><img class="size-full wp-image-1534" title="Ghost in the Shell Linux Mint Wallpaper 1920x1200" src="http://danielj.se/wp-content/uploads/2011/08/ghost_in_the_shell__linux_mint_by_dannie92-d45yl8k.jpg" alt="Ghost in the Shell Linux Mint Wallpaper 1920x1200" width="150" height="94" /></a><p class="wp-caption-text">Ghost in the Shell - Linux Mint Wallpaper - 1920x1200</p></div>
<div id="attachment_1535" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Ghost-in-the-Shell-Linux-Mint2-251877709" target="_blank"><img class="size-full wp-image-1535" title="Ghost in the Shell Linux Mint Wallpaper 1920x1080" src="http://danielj.se/wp-content/uploads/2011/08/ghost_in_the_shell_linux_mint2_by_dannie92-d45ym31.jpg" alt="Ghost in the Shell Linux Mint Wallpaper 1920x1080" width="150" height="84" /></a><p class="wp-caption-text">Ghost in the Shell - Linux Mint Wallpaper - 1920x1080</p></div>
<div id="attachment_1536" class="wp-caption aligncenter" style="width: 460px"><a href="http://dannie92.deviantart.com/art/My-desktop-August-9-2011-251878202" target="_blank"><img class="size-full wp-image-1536" title="Linux Mint Laptop Screenshot Prev" src="http://danielj.se/wp-content/uploads/2011/08/Laptop-Screenshot-Prev.jpg" alt="Linux Mint Laptop Screenshot Prev" width="450" height="253" /></a><p class="wp-caption-text">My Desktop</p></div>
<div class="shr-publisher-1533"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/08/09/ghost-in-the-shell-linux-mint-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No eth0/wlan0 in Arch Linux</title>
		<link>http://danielj.se/2011/08/07/no-eth0wlan0-in-arch-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-eth0wlan0-in-arch-linux</link>
		<comments>http://danielj.se/2011/08/07/no-eth0wlan0-in-arch-linux/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 06:52:21 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Toshiba R830]]></category>
		<category><![CDATA[wlan0]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1526</guid>
		<description><![CDATA[Almost a week ago I ordered my first laptop, which I&#8217;m mainly going to use in the school. It&#8217;s a 13,3&#8243; Toshiba R830 and it arrived last Friday. I have already installed Arch Linux and Gnome 3 on it and I&#8217;m currently tweaking power saving settings. Anyway, when I first tried to install the operating [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Almost a week ago I ordered my first laptop, which I&#8217;m mainly going to use in the school. It&#8217;s a 13,3&#8243; Toshiba R830 and it arrived last Friday. I have already installed Arch Linux and Gnome 3 on it and I&#8217;m currently tweaking power saving settings.</p>
<p>Anyway, when I first tried to install the operating system I did it with the netinstall image, version 2010.05, from their website. However, it didn&#8217;t work since eth0 wasn&#8217;t found during the installation. (<em>ifconfig</em> found wlan0, but I don&#8217;t have wireless Internet at home.) Instead I downloaded the core image, chose during the installation to install from the CD (USB memory in my case) and ended up with a working OS &#8211; but still no Internet.</p>
<p>I did some searching on the Internet (on my phone) and found the suggestion to download a more recent image of Arch Linux, from this site:</p>
<ul>
<li><a href="http://releng.archlinux.org/isos/" target="_blank">http://releng.archlinux.org/isos/</a></li>
</ul>
<p>I downloaded the netinstall image with version number 2011.06.10 and that worked out great. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Since my laptop is fairly new I suppose the hardware wasn&#8217;t fully supported in the earlier image. Maybe the kernel has been updated since then or something.</p>
<p>So if Arch Linux doesn&#8217;t find Internet, try to reinstall it with a more recent image from the link above.</p>
<div class="shr-publisher-1526"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/08/07/no-eth0wlan0-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to Search Encrypted on Google</title>
		<link>http://danielj.se/2011/07/05/how-to-search-encrypted-on-google/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-search-encrypted-on-google</link>
		<comments>http://danielj.se/2011/07/05/how-to-search-encrypted-on-google/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 10:57:09 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Encrypted]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1516</guid>
		<description><![CDATA[Google has a pretty clumsy URL for searching with SSL, like Wikipedia. However, the encrypted version of Google Search is currently only in beta, so it may be the reason behind it. Anyway, here is the URL to it: https://encrypted.google.com/webhp?hl=en To change to your country&#8217;s version, replace the last two letters en to something more [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Google has a pretty clumsy URL for searching with SSL, like <a href="http://danielj.se/2011/06/28/how-to-use-the-encrypted-version-of-wikipedia/" target="_blank">Wikipedia</a>. However, the encrypted version of Google Search is currently only in beta, so it may be the reason behind it. Anyway, here is the URL to it:</p>
<ul>
<li><a href="https://encrypted.google.com/webhp?hl=en" target="_blank">https://encrypted.google.com/webhp?hl=en</a></li>
</ul>
<p>To change to your country&#8217;s version, replace the last two letters <strong>en</strong> to something more fitting. In my case <strong>sv</strong> since I&#8217;m from Sweden.</p>
<p>With the Firefox add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/add-to-search-bar/" target="_blank">Add to Search Bar</a> you should be able to add an entry for this version to your search bar. And as with all other search fields in Firefox, it&#8217;s possible to add a keyword for the search field by right clicking the field and pressing &#8220;Add a Keyword for this Search&#8230;&#8221;.</p>
<p>However, if you care about your privacy, don&#8217;t forget to check out <a href="https://duckduckgo.com/" target="_blank">DuckDuckGo</a>. <a href="http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/" target="_blank">Click here</a> to read my short introduction to the search engine.</p>
<div class="shr-publisher-1516"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/07/05/how-to-search-encrypted-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch Linux Review</title>
		<link>http://danielj.se/2011/07/02/arch-linux-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=arch-linux-review</link>
		<comments>http://danielj.se/2011/07/02/arch-linux-review/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 16:00:01 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1490</guid>
		<description><![CDATA[It was about one month ago that I distro hopped from Linux Mint to Arch Linux. I still like Linux Mint &#8211; it&#8217;s easy to install, it&#8217;s stable and since it&#8217;s based on Ubuntu, which has a large user base, is it easy to get help and there are many applications available. But I realised [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-1506" title="Arch Linux Logo" src="http://danielj.se/wp-content/uploads/2011/07/archlinux-logo.jpg" alt="Arch Linux Logo" width="450" height="149" />It was about one month ago that I distro hopped from <a href="http://www.linuxmint.com/" target="_blank">Linux Mint</a> to <a href="http://www.archlinux.org/" target="_blank">Arch Linux</a>. I still like Linux Mint &#8211; it&#8217;s easy to install, it&#8217;s stable and since it&#8217;s based on Ubuntu, which has a large user base, is it easy to get help and there are many applications available.</p>
<p>But I realised that it wasn&#8217;t a distribution that really fitted me. For every application that I wanted to install I had to open my browser and search for a repository containing the latest version available.  And this eventually became a bit tedious. However, the official repository in Linux Mint (and Ubuntu) is awesome if you want stable and tested software. But if you are like me and want the latest and greatest right when it&#8217;s released, then it doesn&#8217;t really work. I suppose this is the disadvantage with a non-rolling distro, or the advantage depending of what kind of user you are.</p>
<p>So, I really like that <a href="http://www.archlinux.org/" target="_blank">Arch Linux</a> is a rolling distro that adds updates to the repository as soon as they are available. If a software can&#8217;t be found in the official repository, maybe because it&#8217;s too niched or it&#8217;s only in alpha or beta version, it can in almost all cases be found in the <a href="https://aur.archlinux.org/" target="_blank">AUR</a> (Arch User Repository). In the AUR can everybody add softwares, that then become available for the rest of the community to download and install in a really easy way. It becomes extra easy with the application <a href="https://wiki.archlinux.org/index.php/Yaourt" target="_blank">Yaourt, which you can read more about in the ArchWiki</a>. And I find it really cool that Arch Linux provides this service (the AUR) right on their own website.</p>
<p>Speaking of the <a href="https://wiki.archlinux.org/index.php/Main_Page" target="_blank">ArchWiki</a>. It must be one of the best documentations that I have ever seen. During my first days with Arch, I tried to find help and instructions by searching the Internet with Google or similar, which I&#8217;m used to. But soon I realised that it wasn&#8217;t the best approach, because the ArchWiki is overfilled with help, instructions and tips. Therefore I find it better to start looking there instead.</p>
<p>Some may find the lack of pre-installed packages scary and/or troublesome. Because when you are finished with an installation of Arch Linux you will boot up into the command-line. But I really like it, since it makes it easier to customize the system. You can from the command-line freely download and install a desktop environment that you like, and there isn&#8217;t an official Arch Linux desktop environment. Like Gnome on Ubuntu and and KDE on openSUSE. Since I&#8217;m really used to Gnome 2, I chose to install the smoking fresh Gnome 3. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t think I have much more to say about Arch. It&#8217;s a great distro that really fits me, and I think I will stay with Arch for a long time, assuming there aren&#8217;t major changes for the worse in the future. If you have used Linux for a while and are looking for a customizable rolling-distro, then I highly recommend you to try out Arch Linux.</p>
<p><img class="aligncenter size-full wp-image-1511" title="Haruhi Thumb Up" src="http://danielj.se/wp-content/uploads/2011/07/HaruhiThumbUp.jpg" alt="Haruhi Thumb Up" width="300" height="167" /></p>
<div class="shr-publisher-1490"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/07/02/arch-linux-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Browse Facebook Encrypted</title>
		<link>http://danielj.se/2011/07/02/how-to-browse-facebook-encrypted/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-browse-facebook-encrypted</link>
		<comments>http://danielj.se/2011/07/02/how-to-browse-facebook-encrypted/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 09:47:20 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Encrypted]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1480</guid>
		<description><![CDATA[As far as I know will only the Account Settings page on Facebook encrypt your connection if you haven&#8217;t changed the default settings. Not even the login page seems to connect over SSL by default, which seems a bit strange for such a large site. Maybe they don&#8217;t really care about the users&#8217; security. However, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As far as I know will only the <a href="https://www.facebook.com/editaccount.php" target="_blank"><em>Account Settings</em></a> page on Facebook encrypt your connection if you haven&#8217;t changed the default settings. Not even the login page seems to connect over SSL by default, which seems a bit strange for such a large site. Maybe they don&#8217;t really care about the users&#8217; security.</p>
<p>However, on the <a href="https://www.facebook.com/editaccount.php" target="_blank"><em>Account Settings</em></a> page there is an option below <em>Account security</em> that asks you if you want to browse Facebook on a secure connection. I can&#8217;t see a reason to not use it, so I advise you to go in there and update your account. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have done it myself on all my accounts, and I haven&#8217;t experienced any problems.</p>
<p>The flaw with this is that you have to be logged in to make Facebook realise that you want to use an encrypted connection. Therefore doesn&#8217;t the login page use SSL by default, so you have to manually add an <strong>s</strong> to http in the URL.</p>
<p>By using https will you be protected from applications like <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Firesheep" target="_blank">FireSheep</a>, even if you are on a unencrypted network. And you will also protect your data from being read by others on the way between you and the server.</p>
<div class="shr-publisher-1480"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/07/02/how-to-browse-facebook-encrypted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated My Blog</title>
		<link>http://danielj.se/2011/06/30/updated-my-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updated-my-blog</link>
		<comments>http://danielj.se/2011/06/30/updated-my-blog/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 09:01:23 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[monochrome]]></category>
		<category><![CDATA[Tarski]]></category>
		<category><![CDATA[W3 Total Cache]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1471</guid>
		<description><![CDATA[Some days ago I felt that my blog was really slow and sluggish, so I looked into that problem. I deleted plugins that I didn&#8217;t use and I installed the cache plugin W3 Total Cache. So it should run much better now, which I think it has done during these few days of testing since [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Some days ago I felt that my blog was really slow and sluggish, so I looked into that problem. I deleted plugins that I didn&#8217;t use and I installed the cache plugin <a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" target="_blank">W3 Total Cache</a>. So it should run much better now, which I think it has done during these few days of testing since the installation.</p>
<p>When I did the performance tweaking, I also realised that the theme <a href="http://www.mono-lab.net/download/monochrome/" target="_blank">monochrome</a> that I used was kinda ugly and boring. So I went to <a href="http://wordpress.org/" target="_blank">WordPress.org</a> and found a really nice and free theme called <a href="http://tarskitheme.com/" target="_blank">Tarski</a>. As always I had to do some tweaking to the code to feel satisfied; in this case was the largest change the randomizing banner. I hope you like the theme and find it pretty. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-1471"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/30/updated-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control Keystrokes and Mouse from the Command-Line with Xautomation</title>
		<link>http://danielj.se/2011/06/29/control-keystrokes-and-mouse-from-the-command-line-with-xautomation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=control-keystrokes-and-mouse-from-the-command-line-with-xautomation</link>
		<comments>http://danielj.se/2011/06/29/control-keystrokes-and-mouse-from-the-command-line-with-xautomation/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 10:03:15 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[Keystrokes]]></category>
		<category><![CDATA[Mouse]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Xautomation]]></category>
		<category><![CDATA[xte]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1450</guid>
		<description><![CDATA[There is a pretty cool command-line based application that can execute keystrokes, mouse movement and mouse clicks, called Xautomation. It&#8217;s kinda useless if you are sitting at the computer with the terminal in the foreground. But it&#8217;s really awesome if you are coding an application that runs in the background and responds to signals from [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>There is a pretty cool command-line based application that can execute keystrokes, mouse movement and mouse clicks, called <a href="http://hoopajoo.net/projects/xautomation.html" target="_blank">Xautomation</a>. It&#8217;s kinda useless if you are sitting at the computer with the terminal in the foreground. But it&#8217;s really awesome if you are coding an application that runs in the background and responds to signals from a remote control or similar. I have coded a little command-line based Python 3 program that does just that. It reads USB signals from my Arduino board which is connected to a IR receiver, and executes hotkeys that fits in Totem Media Player.</p>
<p>As an Arch Linux user it was a piece of cake to get Xautomation by downloading it from the AUR:</p>
<ul>
<li><a href="https://aur.archlinux.org/packages.php?ID=7312" target="_blank">https://aur.archlinux.org/packages.php?ID=7312</a></li>
</ul>
<p>To use it, open a terminal and print:</p>
<pre class="brush: plain; title: ; notranslate">xte --help</pre>
<p>Then you will get a list of stuff that you can do with this piece of software, like:</p>
<pre class="brush: plain; title: ; notranslate">xte &quot;key a&quot;
xte &quot;str aAa&quot;
xte &quot;keydown Shift_L&quot; &quot;key a&quot; &quot;keyup Shift_L&quot;
xte &quot;mousermove 100 100&quot;</pre>
<p>To execute these commands from a Python 3 application, use this code:</p>
<pre class="brush: python; title: ; notranslate">import subprocess
subprocess.call([&quot;xte&quot;, &quot;key a&quot;])</pre>
<div class="shr-publisher-1450"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/29/control-keystrokes-and-mouse-from-the-command-line-with-xautomation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Tip: GNU/Linux Command-Line Tools Summary</title>
		<link>http://danielj.se/2011/06/28/book-tip-gnulinux-command-line-tools-summary/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-tip-gnulinux-command-line-tools-summary</link>
		<comments>http://danielj.se/2011/06/28/book-tip-gnulinux-command-line-tools-summary/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 19:49:39 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[Effektivare Linux]]></category>
		<category><![CDATA[GNU/Linux Command-Line Tools Summary]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[HME Publishing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1437</guid>
		<description><![CDATA[On my local library I stumbled over a really nice book called Effektivare Linux &#8211; Kom Igång Med Kommandoraden (its Swedish title), which essentially is a printed and translated version of GNU/Linux Command-Line Tools Summary. I don&#8217;t know if it&#8217;s available as a book in English, but it&#8217;s at least readable on their website since [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright size-full wp-image-1441" title="Effektivare Linux" src="http://danielj.se/wp-content/uploads/2011/06/EffektivareLinux.jpg" alt="Effektivare Linux" width="180" height="278" />On my local library I stumbled over a really nice book called <a href="http://www.hme.se/katalog/2-2-44" target="_blank"><em>Effektivare Linux &#8211; Kom Igång Med Kommandoraden</em></a> (its Swedish title), which essentially is a printed and translated version of <em><a href="http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/" target="_blank">GNU/Linux Command-Line Tools Summary</a></em>. I don&#8217;t know if it&#8217;s available as a book in English, but it&#8217;s at least readable on their website since it&#8217;s licensed under GNU GPL.</p>
<p>I think it&#8217;s an excellent book for everybody who wants to learn how to use the command-line/terminal. Because it goes through 250 (170 in my revision from 2008) useful and common commands that will bring joy to your life. I have only read half the book so far, but I have already learn a lot of commands that may be useful in the future. I don&#8217;t think that I will remember every command mentioned in the book, but I think it&#8217;s good to at least know what is available, so can I look it up (on Internet) when I need it.</p>
<p>Links:</p>
<ul>
<li><a href="http://www.hme.se/katalog/2-2-44" target="_blank">The publisher&#8217;s website</a> (Swedish)</li>
<li><a href="http://www.hme.se/katalog/2-2-44" target="_blank">Here can you order Effektivare Linux</a> (Swedish)</li>
<li><a href="http://www.hme.se/el" target="_blank">The source code of the book</a> (Swedish)</li>
<li><a href="http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/" target="_blank">The book in English online</a></li>
</ul>
<div class="shr-publisher-1437"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/28/book-tip-gnulinux-command-line-tools-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize Your Bash/Terminal Prompt</title>
		<link>http://danielj.se/2011/06/28/customize-your-bashterminal-prompt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=customize-your-bashterminal-prompt</link>
		<comments>http://danielj.se/2011/06/28/customize-your-bashterminal-prompt/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 11:07:19 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Bash Prompt]]></category>
		<category><![CDATA[Color Bash Prompt]]></category>
		<category><![CDATA[Customize]]></category>
		<category><![CDATA[PS1]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1427</guid>
		<description><![CDATA[I suppose many already know this, but at least I didn&#8217;t until I browsed around the Arch Linux forums. Anyway, it&#8217;s possible in Linux to freely customize your bash prompt (PS1). Doesn&#8217;t that sound awesome? In the Arch Linux Wiki they have a great page about this: https://wiki.archlinux.org/index.php/Color_Bash_Prompt And in this forum thread you can [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I suppose many already know this, but at least I didn&#8217;t until I browsed around the Arch Linux forums. Anyway, it&#8217;s possible in Linux to freely customize your bash prompt (PS1). <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Doesn&#8217;t that sound awesome?</p>
<p>In the Arch Linux Wiki they have a great page about this:</p>
<ul>
<li><a href="https://wiki.archlinux.org/index.php/Color_Bash_Prompt" target="_blank">https://wiki.archlinux.org/index.php/Color_Bash_Prompt</a></li>
</ul>
<p>And in this forum thread you can find loads of nice looking prompts:</p>
<ul>
<li><a href="https://bbs.archlinux.org/viewtopic.php?id=50885" target="_blank">https://bbs.archlinux.org/viewtopic.php?id=50885</a></li>
</ul>
<p>This is how my PS1 looks like:</p>
<p><img class="aligncenter size-full wp-image-1431" title="ArchTerminalBashPrompt" src="http://danielj.se/wp-content/uploads/2011/06/ArchTerminalBashPrompt.jpg" alt="ArchTerminalBashPrompt" width="450" height="395" />And the code behind this prompt is:</p>
<pre class="brush: plain; title: ; notranslate">PS1=&quot;\[\e[2;37m\][\A] \[\e[0;33m\]\u\[\e[0m\]@\[\e[34m\]\h \[\e[32m\]\w\[\e[35m\] \[\e[31m\]\$\[\e[0m\] &quot;</pre>
<p>I&#8217;m pretty sure that customizing the terminal prompt should work on every Linux-distro.</p>
<div class="shr-publisher-1427"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/28/customize-your-bashterminal-prompt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Use the Encrypted Version of Wikipedia</title>
		<link>http://danielj.se/2011/06/28/how-to-use-the-encrypted-version-of-wikipedia/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-the-encrypted-version-of-wikipedia</link>
		<comments>http://danielj.se/2011/06/28/how-to-use-the-encrypted-version-of-wikipedia/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 07:58:05 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Encrypted]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1417</guid>
		<description><![CDATA[For long I didn&#8217;t know that there even existed an encrypted version of Wikipedia, since you can&#8217;t reach it by simply adding an s after http. The regular address that you are used to looks like this: http://en.wikipedia.org/wiki/Main_Page And the secure address looks like this: https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page So it&#8217;s a bit lot longer and troublesome to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>For long I didn&#8217;t know that there even existed an encrypted version of Wikipedia, since you can&#8217;t reach it by simply adding an<strong> s</strong> after http. The regular address that you are used to looks like this:</p>
<ul>
<li> <a href="http://en.wikipedia.org/wiki/Main_Page" target="_blank">http://en.wikipedia.org/wiki/Main_Page</a></li>
</ul>
<p>And the secure address looks like this:</p>
<ul>
<li> <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page" target="_blank">https://secure.wikimedia.org/wikipedia/en/wiki/Main_Page</a></li>
</ul>
<p>So it&#8217;s a bit lot longer and troublesome to access. However, that mustn&#8217;t be a problem. If you are using <a href="https://duckduckgo.com/" target="_blank">DuckDuckGo</a> as your search engine and has set it to search through SSL, it will automatically change the outgoing Wikipedia links to the encrypted version. If you would like to have the encrypted Wikipedia as an option in the search bar in Firefox, you can add an entry for it with <a href="https://addons.mozilla.org/en-US/firefox/addon/add-to-search-bar/" target="_blank">this add-on</a>.</p>
<p>If you are curios about DuckDuckGo, read my short blog post about it:</p>
<ul>
<li><a href="http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/" target="_blank">http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/</a></li>
</ul>
<div class="shr-publisher-1417"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/28/how-to-use-the-encrypted-version-of-wikipedia/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Alternative to Google Search: DuckDuckGo</title>
		<link>http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alternative-to-google-search-duckduckgo</link>
		<comments>http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 13:23:59 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[DuckDuckGo]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1399</guid>
		<description><![CDATA[A search engine that I have heard some talk about lately is DuckDuckGo, which I also recently have set as my default search engine in Firefox. The advantage over Google is that they value the user&#8217;s privacy much higher. DDG doesn&#8217;t track you, you can set DDG to always search through their encrypted version (https), [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A search engine that I have heard some talk about lately is <a href="https://duckduckgo.com/" target="_blank">DuckDuckGo</a>, which I also recently have set as my default search engine in Firefox.</p>
<p>The advantage over Google is that they value the user&#8217;s privacy much higher. DDG doesn&#8217;t track you, you can set DDG to always search through their encrypted version (http<strong>s</strong>), and you can also set DDG to prevent the sites you visit from knowing what keywords you used to get to them. On the following page you can find the privacy settings, along with many, many more options (far more than those Google offers for their search engine):</p>
<ul>
<li><a href="https://duckduckgo.com/settings.html" target="_blank">https://duckduckgo.com/settings.html</a></li>
</ul>
<p>What I like as a Swede is that they also have an option to choose region, which will increase the search results from that country. So I have in my Firefox search box added one entry for the regular DuckDuckGo, and one for it with the region set to Sweden.</p>
<p>If you wonder why you should be careful when you search stuff on the Internet, you can visit <a href="http://donttrack.us/" target="_blank">www.donttrack.us</a>. It&#8217;s a homepage by DuckDuckGo that describes how the tracking of you works when you are using Google.<br />
I&#8217;m not a person who searches for herpes, illegal stuff or something similar. But I can&#8217;t say that I really like to share all my keywords and data that I put into the search box with (advertisement) corporations and people around the whole world.</p>
<p>If you look around on DuckDuckGo you will find many smart features, like <a href="https://duckduckgo.com/bang.html" target="_blank">!Bang</a>. So it&#8217;s a really competent search engine, that not only doesn&#8217;t track you and values your privacy, but offers good search results, loads of options and many features.</p>
<div class="shr-publisher-1399"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/27/alternative-to-google-search-duckduckgo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Infrared Remote Library For Arduino &amp; My IR Receiver Program</title>
		<link>http://danielj.se/2011/06/24/infrared-remote-library-for-arduino-my-ir-receiver-program/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=infrared-remote-library-for-arduino-my-ir-receiver-program</link>
		<comments>http://danielj.se/2011/06/24/infrared-remote-library-for-arduino-my-ir-receiver-program/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 19:29:13 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Infrared]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Remote Control]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1363</guid>
		<description><![CDATA[In the Arduino kit that I bought not long ago were an IR remote control and an IR receiver included. And I have found a really good library for Arduino that makes decoding the IR signals from the remote control really easy. So I have used this library and coded a short program to my [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In the Arduino kit that I bought not long ago were an IR remote control and an IR receiver included. And I have found a really good library for Arduino that makes decoding the IR signals from the remote control really easy. So I have used this library and coded a short program to my Arduino card that reads the IR signals and then sends more logical signals to the computer through the USB cable.</p>
<p>Here is a link to the page where I found the library: <a href="http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html" target="_blank">http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html</a></p>
<p>Here is code that I have written for my Arduino board:</p>
<pre class="brush: cpp; title: ; notranslate">#include &lt;IRremote.h&gt;

int RECV_PIN = 11;
String in;
String cur = &quot;&quot;;
String cur2 = &quot;&quot;;

IRrecv irrecv(RECV_PIN);

decode_results results;

void setup()
{
  Serial.begin(9600);
  irrecv.enableIRIn(); // Start the receiver
}

void loop() {
  if (irrecv.decode(&amp;results)) {

    in = String(int(results.value), HEX);
    irrecv.resume(); // Receive the next value
    cur2 = &quot;&quot;;

    if (in != &quot;ffff&quot;) {
      if (in == &quot;a25d&quot;) {      // ON/OFF
        cur = &quot;11&quot;;
      }
      else if (in == &quot;629d&quot;) { // Mode
        cur = &quot;12&quot;;
      }
      else if (in == &quot;e21d&quot;) { // Sound ON/OFF
        cur = &quot;13&quot;;
      }
      else if (in == &quot;22dd&quot;) { // Play/Pause
        cur = &quot;21&quot;;
      }
      else if (in == &quot;2fd&quot;) {  // Back
        cur = &quot;22&quot;;
      }
      else if (in == &quot;c23d&quot;) { // Forward
        cur = &quot;23&quot;;
      }
      else if (in == &quot;e01f&quot;) { // EQ
        cur = &quot;31&quot;;
      }
      else if (in == &quot;a857&quot;) { // VOL-
        cur = &quot;32&quot;;
      }
      else if (in == &quot;906f&quot;) { // VOL+
        cur = &quot;33&quot;;
      }
      else if (in == &quot;6897&quot;) { // 0
        cur = &quot;41&quot;;
      }
      else if (in == &quot;9867&quot;) { // RPT
        cur = &quot;42&quot;;
      }
      else if (in == &quot;b04f&quot;) { // U/SD
        cur = &quot;43&quot;;
      }
      else if (in == &quot;30cf&quot;) { // 1
        cur = &quot;51&quot;;
      }
      else if (in == &quot;18e7&quot;) { // 2
        cur = &quot;52&quot;;
      }
      else if (in == &quot;7a85&quot;) { // 3
        cur = &quot;53&quot;;
      }
      else if (in == &quot;10ef&quot;) { // 4
        cur = &quot;61&quot;;
      }
      else if (in == &quot;38c7&quot;) { // 5
        cur = &quot;62&quot;;
      }
      else if (in == &quot;5aa5&quot;) { // 6
        cur = &quot;63&quot;;
      }
      else if (in == &quot;42bd&quot;) { // 7
        cur = &quot;71&quot;;
      }
      else if (in == &quot;4ab5&quot;) { // 8
        cur = &quot;72&quot;;
      }
      else if (in == &quot;52ad&quot;) { // 9
        cur = &quot;73&quot;;
      }
    }

    if (in == &quot;ffff&quot;) { // Presses down a button
      Serial.println(cur + &quot;d&quot;);
    } else if (cur.length() == 2) {
      Serial.println(cur + &quot;0&quot;);
    }

  }

  delay(100);
}</pre>
<p>I&#8217;m not sure if this program is so easy to understand, but I hope that it&#8217;s at least little help if you are setting up your own program for reading IR signals (and later controlling your computer).</p>
<p>Basically will the loop decode a signal, convert it to HEX and then check what button was pressed down. If I press a button on my remote control it will send a normal, unique signal (which in hex is something like <em>a25d</em> or <em>629d</em>). But if I keep it pressed down it will keep on sending <em>ffff</em> signals, regardless of what button is kept pressed down. Therefore I have to save what button that was initially pressed down, which I do in <em>cur</em>.</p>
<p>The normal signals will result in numbers like 11, 12, 33 and 72 are saved as <em>cur</em>, and behind that is a really simple system. The first digit is the button row of the remote control, and the second digit is the the column. So as you may understand, I have 3 x 7 buttons on my remote control.</p>
<p>Before sending the number 22, 33, or something similar, to the computer, is <em>0</em> added to the end if the button was just pressed down or <em>d</em> if it already was pressed down in the previous loop.</p>
<p>So if press the button on my remote control that says <em>8</em> (row 7, column 2) the program will in the first run through send the message <em>720</em> to the computer. If I keep it pressed down will the program keep on sending <em>72d</em> to the computer. If I bring up the <em>Serial Monitor</em> in the Arduino software will the output be:</p>
<blockquote><p>720<br />
72d<br />
72d<br />
72d<br />
72d<br />
72d<br />
72d<br />
72d</p></blockquote>
<p>I apologize for my crappy English. ^.^</p>
<div class="shr-publisher-1363"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/24/infrared-remote-library-for-arduino-my-ir-receiver-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free &amp; Open Source Twitter Competitor: Identi.ca/StatusNet</title>
		<link>http://danielj.se/2011/06/24/free-open-source-twitter-competitor-identi-castatusnet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-open-source-twitter-competitor-identi-castatusnet</link>
		<comments>http://danielj.se/2011/06/24/free-open-source-twitter-competitor-identi-castatusnet/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:43:04 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Identi.ca]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[StatusNet]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1353</guid>
		<description><![CDATA[I have heard some talk about Identi.ca on podcasts like Linux Outlaws and FLOSS Weekly, and today I took some time and checked it out. Identi.ca is a microblogging platform that works almost exactly as Twitter, but it&#8217;s based on the StatusNet software that is freely available for download and install. What I find pretty [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have heard some talk about <a href="http://identi.ca/" target="_blank">Identi.ca</a> on podcasts like <a href="http://www.linuxoutlaws.com/" target="_blank">Linux Outlaws</a> and <a href="http://www.twit.tv/floss" target="_blank">FLOSS Weekly</a>, and today I took some time and checked it out. Identi.ca is a microblogging platform that works almost exactly as Twitter, but it&#8217;s based on the <a href="http://status.net/wiki/StatusNet" target="_blank">StatusNet</a> software that is freely available for download and install.</p>
<p>What I find pretty funny is the kind of people that is hanging out on Identi.ca &#8211; open source geeks. This is obvious if you look at <a href="http://identi.ca/group" target="_blank">the page that lists the most popular groups</a>, where you can see that the following groups got the most members: Linux, Ubuntu, GNU, Debian, Python and KDE.</p>
<p>I have also registered an account on Identi.ca, but I don&#8217;t know how active I will be. I never really got into Twitter, so I&#8217;m a bit dubious. However, here is a link to my profile: <a href="http://identi.ca/matachi/" target="_blank">http://identi.ca/matachi/</a></p>
<p>Links:</p>
<ul>
<li><a href="http://identi.ca/" target="_blank">Identi.ca</a></li>
<li><a href="http://status.net/wiki/" target="_blank">StatusNet&#8217;s wiki</a></li>
</ul>
<div class="shr-publisher-1353"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/24/free-open-source-twitter-competitor-identi-castatusnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serial Monitor In Arduino Not Working On Arch Linux &#8211; Solution</title>
		<link>http://danielj.se/2011/06/19/serial-monitor-in-arduino-not-working-on-arch-linux-solution/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=serial-monitor-in-arduino-not-working-on-arch-linux-solution</link>
		<comments>http://danielj.se/2011/06/19/serial-monitor-in-arduino-not-working-on-arch-linux-solution/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 18:37:27 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino Mega]]></category>
		<category><![CDATA[ATmega1280]]></category>
		<category><![CDATA[avr-gcc]]></category>
		<category><![CDATA[Serial Monitor]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1327</guid>
		<description><![CDATA[One week ago I ordered an Arduino kit from Ebay with an Arduino Mega (ATmega1280) board and some other stuff included, like a breadboard, some LED lights and a LCD display. It costed me only 62 $, so it was a really great price compared to what it would cost here in a Swedish store. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright size-full wp-image-1334" title="Arduino Mega (ATmega1280)" src="http://danielj.se/wp-content/uploads/2011/06/ArduinoMega.jpg" alt="Arduino Mega (ATmega1280)" width="200" height="385" />One week ago I ordered an <a href="http://cgi.ebay.com/Arduino-Kit-Mega-kit-ATmega-1280-128x64-LCD-Kit-blue-/280628614554" target="_blank">Arduino kit from Ebay</a> with an <a href="http://arduino.cc/en/Main/ArduinoBoardMega" target="_blank">Arduino Mega (ATmega1280)</a> board and some other stuff included, like a breadboard, some LED lights and a LCD display. It costed me only 62 $, so it was a really great price compared to what it would cost here in a Swedish store.</p>
<p>I installed the <a href="https://aur.archlinux.org/packages.php?ID=8388" target="_blank">Arduino software</a> from the AUR (Arch User Repository), but the version of <a href="http://www.archlinux.org/packages/community/x86_64/gcc-avr/" target="_blank">avr-gcc</a> that was included was 4.6.0. If I have understood it correctly, is avr-gcc a compiler that is designed for AVR microcontrollers. However, apparently there is a bug in the versions 4.4 &#8211; 4.6.0 of the compiler, which makes programs on the Arduino Mega board unable to send and receive signals through the USB cable. So the Serial Monitor in the Arduino software won&#8217;t work.</p>
<p><a href="http://www.arduino.cc/playground/Learning/Linux" target="_blank">On Arduino&#8217;s website they recommend that you use version 4.3.x of avr-gcc instead</a>, therefore I thought it would be a good idea to install it. And that have I been messing with since Friday. But I finally got it to work just a moment ago, thanks to <a href="http://arduino.cc/forum/index.php?action=profile;u=5682" target="_blank">madworm</a> on the Arduino forums. I&#8217;m not here going to describe every step that I took, but if you are having the same problem that I described above, check out the thread and see if you can get it sorted out:</p>
<ul>
<li><a href="http://arduino.cc/forum/index.php/topic,64337.0.html" target="_blank">Link to the thread on Arduino&#8217;s forums.</a></li>
</ul>
<div class="shr-publisher-1327"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/19/serial-monitor-in-arduino-not-working-on-arch-linux-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photos of Ergo Proxy &#8211; The Complete Collection Box Set</title>
		<link>http://danielj.se/2011/06/17/photos-of-ergo-proxy-the-complete-collection-box-set/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=photos-of-ergo-proxy-the-complete-collection-box-set</link>
		<comments>http://danielj.se/2011/06/17/photos-of-ergo-proxy-the-complete-collection-box-set/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 10:35:12 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[Cyperpunk]]></category>
		<category><![CDATA[Ergo Proxy]]></category>
		<category><![CDATA[Play.com]]></category>
		<category><![CDATA[Sci-Fi]]></category>
		<category><![CDATA[Series]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1292</guid>
		<description><![CDATA[I had totally forgot that I promised to upload some photos of Ergo Proxy &#8211; The Complete Collection Box Set half a year ago. However, yesterday I got a comment from a guy wondering what happened with the pictures, so here they are (better late than never ): As you can see, the case isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I had totally forgot that I promised to upload some photos of <em>Ergo Proxy &#8211; The Complete Collection Box Set</em> half a year ago. However, yesterday I got a comment from a guy wondering what happened with the pictures, so here they are (better late than never <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ):</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1296" title="Ergo Proxy – The Complete Collection Box Set - Photo 1" src="http://danielj.se/wp-content/uploads/2011/06/ErgoProxyBox1.jpg" alt="Ergo Proxy – The Complete Collection Box Set - Photo 1" width="450" height="600" /></p>
<p style="text-align: center;"><a href="http://danielj.se/wp-content/uploads/2011/06/ErgoProxyBox1.jpg"></a><img class="aligncenter size-full wp-image-1298" title="Ergo Proxy – The Complete Collection Box Set - Photo 2" src="http://danielj.se/wp-content/uploads/2011/06/ErgoProxyBox2.jpg" alt="Ergo Proxy – The Complete Collection Box Set - Photo 2" width="450" height="600" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1302" title="Ergo Proxy – The Complete Collection Box Set - Photo 3" src="http://danielj.se/wp-content/uploads/2011/06/ErgoProxyBox3.jpg" alt="Ergo Proxy – The Complete Collection Box Set - Photo 3" width="450" height="600" /></p>
<p><img class="aligncenter size-full wp-image-1303" title="Ergo Proxy – The Complete Collection Box Set - Photo 4" src="http://danielj.se/wp-content/uploads/2011/06/ErgoProxyBox4.jpg" alt="Ergo Proxy – The Complete Collection Box Set - Photo 4" width="450" height="338" /></p>
<p>As you can see, the case isn&#8217;t of the highest quality. I wonder if it even is possible to produce a box more cheaply than this. Everything is made of plastic, no individual boxes, and they didn&#8217;t include any type of extra content beyond the discs.</p>
<p>For comparison; here is a photo of the <em>Ghost In The Shell: Stand Alone Complex &#8211; Complete 1st GIG </em>box that I also own, which is made of remarkable higher quality:</p>
<p><img class="aligncenter size-full wp-image-1311" title="Ghost in the Shell - Stand Alone Complex box" src="http://danielj.se/wp-content/uploads/2011/06/GITSSACBox.jpg" alt="Ghost in the Shell - Stand Alone Complex box" width="450" height="600" /></p>
<p>A couple of links:</p>
<ul>
<li><a href="http://www.play.com/DVD/DVD/4-/12616851/Ergo-Proxy-The-Complete-Collection-Box-Set/Product.html" target="_blank">Where I bought the Ergo Proxy box.</a></li>
<li><a href="http://danielj.se/2010/09/03/ordered-ergo-proxy-the-complete-collection-box-set-from-play-com/" target="_blank">My first post about the box, where I promised some pictures.</a></li>
</ul>
<div class="shr-publisher-1292"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/17/photos-of-ergo-proxy-the-complete-collection-box-set/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Got A Blank Root Password In Arch Linux? Here&#8217;s How You Set One</title>
		<link>http://danielj.se/2011/06/08/got-a-blank-root-password-in-arch-linux-heres-how-you-set-one/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=got-a-blank-root-password-in-arch-linux-heres-how-you-set-one</link>
		<comments>http://danielj.se/2011/06/08/got-a-blank-root-password-in-arch-linux-heres-how-you-set-one/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:31:13 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1282</guid>
		<description><![CDATA[When I installed Arch Linux on my computer I forgot to set a root password, so it was left blank. This became a problem for me in Gnome 3 when it said that authentication was required to modify the user accounts, and apparently it won&#8217;t accept a blank password. So I was forced to set [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>When I installed Arch Linux on my computer I forgot to set a root password, so it was left blank. This became a problem for me in Gnome 3 when it said that authentication was required to modify the user accounts, and apparently it won&#8217;t accept a blank password. So I was forced to set one. If you are having the same problem, do the following steps to set a root password:</p>
<ol>
<li>Press Ctrl + Alt + F1. <strong>(Press Ctrl + Alt + F7 to come back to the graphical interface.)</strong></li>
<li>Log in as root.</li>
<li>Type:
<pre class="brush: plain; title: ; notranslate">passwd</pre>
</li>
<li>Now set your new root password.</li>
<li>Return to the graphical interface by pressing Ctrl + Alt + F7.</li>
<li>Mission complete!</li>
</ol>
<p><strong>EDIT 2011-08-07:</strong> I had typed 1 and 7, when it should have been F1 and F7. The post has been updated.</p>
<div class="shr-publisher-1282"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/08/got-a-blank-root-password-in-arch-linux-heres-how-you-set-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kantoku Arch Linux Wallpapers</title>
		<link>http://danielj.se/2011/06/08/kantoku-arch-linux-wallpapers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kantoku-arch-linux-wallpapers</link>
		<comments>http://danielj.se/2011/06/08/kantoku-arch-linux-wallpapers/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:19:04 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Kantoku]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1261</guid>
		<description><![CDATA[Today I downloaded some pictures drawn by somebody called Kantoku. Sadly I can&#8217;t find anything about him/her in English. Anyway, I have resized the pictures to 1920&#215;1200 (HD) and added Arch Linux logos to them. Nothing advance, but I think that they look really good on the desktop. And here is a screenshot of my [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Today I downloaded some pictures drawn by somebody called Kantoku. Sadly I can&#8217;t find anything about him/her in English. Anyway, I have resized the pictures to 1920&#215;1200 (HD) and added Arch Linux logos to them. Nothing advance, but I think that they look really good on the desktop. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_1263" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Shizuku-Kantoku-Arch-Linux-212228285" target="_blank"><img class="size-full wp-image-1263" title="shizuku__kantoku___arch_linux_by_dannie92-d3icse5" src="http://danielj.se/wp-content/uploads/2011/06/shizuku__kantoku___arch_linux_by_dannie92-d3icse5.jpg" alt="Shizuku Kantoku" width="150" height="94" /></a><p class="wp-caption-text">Shizuku, Kantoku - Arch Linux</p></div>
<div id="attachment_1267" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kogamura-Kantoku-Arch-Linux-212228426" target="_blank"><img class="size-full wp-image-1267" title="kogamura__kantoku___arch_linux_by_dannie92-d3icsi2" src="http://danielj.se/wp-content/uploads/2011/06/kogamura__kantoku___arch_linux_by_dannie92-d3icsi2.jpg" alt="Kogamura, Kantoku - Arch Linux" width="150" height="94" /></a><p class="wp-caption-text">Kogamura, Kantoku - Arch Linux</p></div>
<div id="attachment_1269" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kurumi-Kantoku-Arch-Linux-212228573" target="_blank"><img class="size-full wp-image-1269" title="kurumi__kantoku___arch_linux_by_dannie92-d3icsm5" src="http://danielj.se/wp-content/uploads/2011/06/kurumi__kantoku___arch_linux_by_dannie92-d3icsm5.jpg" alt="Kurumi, Kantoku - Arch Linux" width="150" height="94" /></a><p class="wp-caption-text">Kurumi, Kantoku - Arch Linux</p></div>
<div id="attachment_1270" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kurumi-2-Kantoku-Arch-Linux-212228643" target="_blank"><img class="size-full wp-image-1270" title="kurumi_2__kantoku___arch_linux_by_dannie92-d3icso3" src="http://danielj.se/wp-content/uploads/2011/06/kurumi_2__kantoku___arch_linux_by_dannie92-d3icso3.jpg" alt="Kurumi 2, Kantoku - Arch Linux" width="150" height="94" /></a><p class="wp-caption-text">Kurumi 2, Kantoku - Arch Linux</p></div>
<div id="attachment_1271" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kurumi-Shizuku-Arch-Linux-212228796" target="_blank"><img class="size-full wp-image-1271" title="kurumi_shizuku___arch_linux_by_dannie92-d3icssc" src="http://danielj.se/wp-content/uploads/2011/06/kurumi_shizuku___arch_linux_by_dannie92-d3icssc.jpg" alt="Kurumi Shizuku - Arch Linux" width="150" height="94" /></a><p class="wp-caption-text">Kurumi Shizuku - Arch Linux</p></div>
<div id="attachment_1272" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kurumi-Shizuku-2-Arch-Linux-212228872" target="_blank"><img class="size-full wp-image-1272" title="kurumi_shizuku_2___arch_linux_by_dannie92-d3icsug" src="http://danielj.se/wp-content/uploads/2011/06/kurumi_shizuku_2___arch_linux_by_dannie92-d3icsug.jpg" alt="Kurumi Shizuku 2 - Arch Linux" width="150" height="94" /></a><p class="wp-caption-text">Kurumi Shizuku 2 - Arch Linux</p></div>
<p style="text-align: center;">And here is a screenshot of my current desktop:</p>
<div id="attachment_1275" class="wp-caption aligncenter" style="width: 460px"><a href="http://dannie92.deviantart.com/art/My-Desktop-June-8-2011-212260058"><img class="size-full wp-image-1275" title="My Desktop - June 8, 2011" src="http://danielj.se/wp-content/uploads/2011/06/Screenshot.jpg" alt="My Desktop - June 8, 2011" width="450" height="141" /></a><p class="wp-caption-text">My Desktop - June 8, 2011</p></div>
<p>Not long ago did I also create some Linux Mint wallpapers with Sayonara Zetsubou Sensei characters which can be found here:</p>
<ul>
<li><a href="http://danielj.se/2011/05/15/sayonara-zetsubou-sensei-linux-mint-wallpapers/" target="_blank">http://danielj.se/2011/05/15/sayonara-zetsubou-sensei-linux-mint-wallpapers/</a></li>
</ul>
<div class="shr-publisher-1261"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/08/kantoku-arch-linux-wallpapers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Default Applications Messed Up In Gnome 3? Check Here!</title>
		<link>http://danielj.se/2011/06/08/default-applications-messed-up-in-gnome-3-check-here/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=default-applications-messed-up-in-gnome-3-check-here</link>
		<comments>http://danielj.se/2011/06/08/default-applications-messed-up-in-gnome-3-check-here/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 00:10:01 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Default Applications]]></category>
		<category><![CDATA[Gnome 3]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1253</guid>
		<description><![CDATA[Today I installed Arch Linux on my computer and I&#8217;m liking it a lot, especially the whole rolling distro concept. I have also installed Gnome 3, which I try to get used to. However, when I installed Wine all my default applications became messed up and Nautilus wanted to open text files in notepad and [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Today I installed Arch Linux on my computer and I&#8217;m liking it a lot,  especially the whole rolling distro concept. I have also installed Gnome  3, which I try to get used to.</p>
<p>However, when I installed Wine all  my default applications became messed up and Nautilus wanted to open  text files in notepad and stuff like that. To reset this you only have  to delete the <em>.local</em> folder from your home folder, and then should everything be back to normal.</p>
<p>Found this suggestion on:</p>
<ul>
<li><a href="https://bbs.archlinux.org/viewtopic.php?id=116583" target="_blank">https://bbs.archlinux.org/viewtopic.php?id=116583</a></li>
</ul>
<div class="shr-publisher-1253"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/08/default-applications-messed-up-in-gnome-3-check-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get The Tray Icon Back In Emesene 2</title>
		<link>http://danielj.se/2011/06/01/how-to-get-the-tray-icon-back-in-emesene-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-the-tray-icon-back-in-emesene-2</link>
		<comments>http://danielj.se/2011/06/01/how-to-get-the-tray-icon-back-in-emesene-2/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 21:36:33 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Emesene]]></category>
		<category><![CDATA[Tray Icon]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1248</guid>
		<description><![CDATA[I just updated Emesene to version 2 on my Linux Mint installation and I noticed that the tray icon was gone. To bring it back, I did these steps: Start Emesene. In the main window, press Options, which you find in the top bar. Then select Preferences. Click on the Extensions tab in the new [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I just updated Emesene to version 2 on my Linux Mint installation and I noticed that the tray icon was gone. To bring it back, I did these steps:</p>
<ol>
<li>Start Emesene.</li>
<li>In the main window, press <em>Options</em>, which you find in the top bar. Then select <em>Preferences</em>.</li>
<li>Click on the <em>Extensions</em> tab in the new window that has opened.</li>
<li>There, select <em>tray icon</em> from the <em>Categories</em> drop-down list.</li>
<li>And finally select <em>Tray Icon</em> from the <em>Selected</em> drop-down list, which is right beneath <em>Categories</em>.</li>
<li>Press <em>Redraw main screen</em> to apply the changes. This button can you find on the same window.</li>
</ol>
<div class="shr-publisher-1248"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/06/01/how-to-get-the-tray-icon-back-in-emesene-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Set Up Your Own Cloud Storage With ownCloud</title>
		<link>http://danielj.se/2011/05/30/set-up-your-own-cloud-storage-with-owncloud/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=set-up-your-own-cloud-storage-with-owncloud</link>
		<comments>http://danielj.se/2011/05/30/set-up-your-own-cloud-storage-with-owncloud/#comments</comments>
		<pubDate>Mon, 30 May 2011 10:30:19 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[File Hosting]]></category>
		<category><![CDATA[ownCloud]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1244</guid>
		<description><![CDATA[Last Sunday on The Linux Action Show they talked about free and open source applications that replaces Google&#8217;s services. One of the applications that they brought up was ownCloud, which is a is a file hosting service that works like Dropbox. ownCloud is a web based application that you host on your own web hosting [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Last Sunday on The Linux Action Show they talked about free and open source applications that replaces Google&#8217;s services. One of the applications that they brought up was ownCloud, which is a is a file hosting service that works like Dropbox. ownCloud is a web based application that you host on your own web hosting service, which means that you have full control of both the application and of your files. The current stable version is 1.2 and can be downloaded from their website:</p>
<ul>
<li><a href="http://owncloud.org" target="_blank">http://owncloud.org</a></li>
</ul>
<p>ownCloud started as a project not long ago, which means that the development hasn&#8217;t come very far yet. But I think it&#8217;s promising.</p>
<div class="shr-publisher-1244"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/30/set-up-your-own-cloud-storage-with-owncloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Gedit A Powerful Programmer Text Editor With GMate</title>
		<link>http://danielj.se/2011/05/30/make-gedit-a-powerful-programmer-text-editor-with-gmate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-gedit-a-powerful-programmer-text-editor-with-gmate</link>
		<comments>http://danielj.se/2011/05/30/make-gedit-a-powerful-programmer-text-editor-with-gmate/#comments</comments>
		<pubDate>Mon, 30 May 2011 09:54:34 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Gedit]]></category>
		<category><![CDATA[GMate]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1238</guid>
		<description><![CDATA[On the latest episode of The Linux Action Show they mentioned a really cool plugin package to Gedit that adds many useful features for programmers. It&#8217;s called GMate and can be found here: https://github.com/gmate/gmate Here are the installation instructions if you are running Ubuntu (or Mint): GMate also comes with A LOT of themes and [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On <a href="http://www.jupiterbroadcasting.com/8881/fedora-15-review-las-s17e01/" target="_blank">the latest episode of The Linux Action Show</a> they mentioned a really cool plugin package to Gedit that adds many useful features for programmers. It&#8217;s called GMate and can be found here:</p>
<ul>
<li><a href="https://github.com/gmate/gmate" target="_blank">https://github.com/gmate/gmate</a></li>
</ul>
<p>Here are the installation instructions if you are running Ubuntu (or Mint):</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-add-repository ppa:ubuntu-on-rails/ppa
sudo apt-get update
sudo apt-get install gedit-gmate</pre>
<p>GMate also comes with A LOT of themes and some syntax highlighting improvements.</p>
<div class="shr-publisher-1238"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/30/make-gedit-a-powerful-programmer-text-editor-with-gmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Background Pattern Editor</title>
		<link>http://danielj.se/2011/05/26/online-background-pattern-editor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=online-background-pattern-editor</link>
		<comments>http://danielj.se/2011/05/26/online-background-pattern-editor/#comments</comments>
		<pubDate>Thu, 26 May 2011 06:17:25 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Backgrounds]]></category>
		<category><![CDATA[PatternCooler]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1223</guid>
		<description><![CDATA[The other day I found a pretty neat website with a huge gallery of background patterns for websites. The site has also a really cool editor that lets you change the colors of your choosen pattern in real time, and then it gives you a download link to the image file. PatternCooler]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The other day I found a pretty neat website with a huge gallery of background patterns for websites. The site has also a really cool editor that lets you change the colors of your choosen pattern in real time, and then it gives you a download link to the image file.</p>
<p style="text-align: center;"><img class="size-full wp-image-1226 aligncenter" title="PatternCooler" src="http://danielj.se/wp-content/uploads/2011/05/newEditor.jpg" alt="PatternCooler" width="450" height="218" /></p>
<ul>
<li><a title="http://www.patterncooler.com/" href="PatternCooler" target="_blank">PatternCooler</a></li>
</ul>
<div class="shr-publisher-1223"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/26/online-background-pattern-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Add-on Compatibility Checking In Firefox 7.0a1 Nightly</title>
		<link>http://danielj.se/2011/05/26/disable-add-on-compatibility-checking-in-firefox-7-0a1-nightly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-add-on-compatibility-checking-in-firefox-7-0a1-nightly</link>
		<comments>http://danielj.se/2011/05/26/disable-add-on-compatibility-checking-in-firefox-7-0a1-nightly/#comments</comments>
		<pubDate>Thu, 26 May 2011 06:01:04 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[Compatibility Checking]]></category>
		<category><![CDATA[Firefox 7]]></category>
		<category><![CDATA[Firefox 7.0a1]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1216</guid>
		<description><![CDATA[I just updated my Firefox installation under Linux Mint 10, so now I&#8217;m apparently using Firefox 7. Can&#8217;t say that I have seen anything new from what is in the Firefox 5 beta, but whatever. Because I updated Firefox it disabled all my add-ons, as usually. To get them working again in Firefox 7.0a1, follow [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I just updated my Firefox installation under Linux Mint 10, so now I&#8217;m apparently using Firefox 7. Can&#8217;t say that I have seen anything new from what is in the Firefox 5 beta, but whatever.</p>
<p>Because I updated Firefox it disabled all my add-ons, as usually. To get them working again in Firefox 7.0a1, follow these steps:</p>
<ol>
<li>Open a new tab.</li>
<li>Type <em>about:config</em> in the address bar.</li>
<li>Right click anywhere on the page and click on <em>Boolean</em> under <em>New</em>.</li>
<li>Enter this as the preference name: <em>extensions.checkCompatibility.nightly</em></li>
<li>Click OK.</li>
<li>Choose <em>false</em> and then click OK again.</li>
<li>Restart your browser and all your add-ons should be runnable again.</li>
</ol>
<p>Since we don&#8217;t have to type in the version number in the preference name any longer (<em>extensions.checkCompatibility.XXX</em>), I suppose that we won&#8217;t need to update this in future versions of Firefox.<em></em></p>
<div class="shr-publisher-1216"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/26/disable-add-on-compatibility-checking-in-firefox-7-0a1-nightly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Possible Solutions To Two Wine Problems</title>
		<link>http://danielj.se/2011/05/23/possible-solutions-to-two-wine-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=possible-solutions-to-two-wine-problems</link>
		<comments>http://danielj.se/2011/05/23/possible-solutions-to-two-wine-problems/#comments</comments>
		<pubDate>Mon, 23 May 2011 18:50:54 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Catalyst Control Center]]></category>
		<category><![CDATA[Direct Rendering]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Radeon 6870]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1181</guid>
		<description><![CDATA[I have for some time now tried to get games like Team Fortress 2 and Mirror&#8217;s Edge to run in Linux Mint 10 64-bit through Wine. However, it haven&#8217;t gone very well so I&#8217;m only able to play them with really, really bad performance. But maybe will some of the stuff that I found help [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have for some time now tried to get games like Team Fortress 2 and Mirror&#8217;s Edge to run in Linux Mint 10 64-bit through Wine. However, it haven&#8217;t gone very well so I&#8217;m only able to play them with really, really bad performance. But maybe will some of the stuff that I found help somebody else, so I will post what I found in this blog post. The graphics card that I have is an Asus Radeon HD 6870, and the driver is the proprietary display driver (CCC 11.5) found on <a href="http://support.amd.com/us/Pages/AMDSupportHub.aspx" target="_blank">amd.com</a>.</p>
<p><strong>My games won&#8217;t start &#8211; nothing happens</strong></p>
<p>Try to update your system with aptitude. That was what solved the problem for me.</p>
<pre class="brush: plain; title: ; notranslate">sudo aptitude update
sudo aptitude install
sudo aptitude upgrade</pre>
<p>(Not really sure why <em>sudo aptitude install</em> installed some updates when I first ran it)</p>
<p><strong>No direct rendering<em></em></strong></p>
<p>I had the problem that running <em>glxinfo | grep direct</em> in the terminal returned the following line:</p>
<pre class="brush: plain; title: ; notranslate">direct rendering: No (LIBGL_ALWAYS_INDIRECT set)</pre>
<p>However, if I ran it with <em>sudo </em>(<em>sudo glxinfo | grep direct</em>), it returned:</p>
<pre class="brush: plain; title: ; notranslate">direct rendering: Yes</pre>
<ul>
<li>Here is <a href="http://forums.opensuse.org/english/get-technical-help-here/hardware/387523-direct-rendering-only-root.html" target="_blank">a link to a thread</a> with somebody having the same problem. The first possible solution that is given in this thread is to add the following lines to your /etc/X11/xorg.conf file:
<pre class="brush: plain; title: ; notranslate">Section    &quot;DRI&quot;
Group      &quot;video&quot;
Mode       0660
EndSection</pre>
</li>
<li>The second one that is given in the thread is to add your user account to the video group. To find where you do this, open the MintMenu and search for <em>Users and Groups</em>.</li>
<li>Another suggestion that I found was to type this line into the command line:
<pre class="brush: plain; title: ; notranslate">unset LIBGL_ALWAYS_INDIRECT</pre>
<p>This did only work for me in the current open terminal window. So when I opened a new one, it went back to saying <em>No</em>.</li>
<li>The final solution, that actually worked for me, was to disable the Compiz desktop effects.</li>
</ul>
<p>Here is the thread where I got to know much of the stuff above: <a href="http://forum.winehq.org/viewtopic.php?p=61294" target="_blank">http://forum.winehq.org/viewtopic.php?p=61294</a>. But as I said, I still have pretty bad performance in my games and I&#8217;m to lazy to fix it. I think I will keep on gaming on Windows, and doing all other stuff on Linux.</p>
<div class="shr-publisher-1181"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/23/possible-solutions-to-two-wine-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sayonara Zetsubou Sensei Linux Mint Wallpapers</title>
		<link>http://danielj.se/2011/05/15/sayonara-zetsubou-sensei-linux-mint-wallpapers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sayonara-zetsubou-sensei-linux-mint-wallpapers</link>
		<comments>http://danielj.se/2011/05/15/sayonara-zetsubou-sensei-linux-mint-wallpapers/#comments</comments>
		<pubDate>Sun, 15 May 2011 09:40:05 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Manga]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Sayonara Zetsubou Sensei]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1155</guid>
		<description><![CDATA[I have modified five Sayonara Zetsubou Sensei wallpapers that I found on the Internet with Linux Mint logos. Not much work done, but on the other hand it didn&#8217;t take much time. They are all in 1920&#215;1200 (HD?). If you, like me, have two monitors, you may find this wallpaper nice on your desktop: Here [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have modified five Sayonara Zetsubou Sensei wallpapers that I found on the Internet with Linux Mint logos. Not much work done, but on the other hand it didn&#8217;t take much time. They are all in 1920&#215;1200 (HD?).</p>
<div id="attachment_1156" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Tane-Kitsu-Linux-Mint-208784244" target="_blank"><img class="size-full wp-image-1156" title="Tane Kitsu - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/tane_kitsu___linux_mint_by_dannie92-d3gayyc.jpg" alt="Tane Kitsu - Linux Mint" width="150" height="94" /></a><p class="wp-caption-text">Tane Kitsu - Linux Mint</p></div>
<div id="attachment_1158" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kanako-Oora-Linux-Mint-208784338" target="_blank"><img class="size-full wp-image-1158" title="Kanako Oora - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/kanako_oora___linux_mint_by_dannie92-d3gaz0y.jpg" alt="Kanako Oora - Linux Mint" width="150" height="94" /></a><p class="wp-caption-text">Kanako Oora - Linux Mint</p></div>
<div id="attachment_1159" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Meru-Otonashi-Linux-Mint-208784710" target="_blank"><img class="size-full wp-image-1159" title="Meru Otonashi - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/meru_otonashi___linux_mint_by_dannie92-d3gazba.jpg" alt="Meru Otonashi - Linux Mint" width="150" height="94" /></a><p class="wp-caption-text">Meru Otonashi - Linux Mint</p></div>
<div id="attachment_1160" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Miko-Nezu-Linux-Mint-208784741" target="_blank"><img class="size-full wp-image-1160" title="Miko Nezu - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/miko_nezu___linux_mint_by_dannie92-d3gazc5.jpg" alt="Miko Nezu - Linux Mint" width="150" height="94" /></a><p class="wp-caption-text">Miko Nezu - Linux Mint</p></div>
<div id="attachment_1161" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Shouko-Maruuchi-Linux-Mint-208784782" target="_blank"><img class="size-full wp-image-1161" title="Shouko Maruuchi - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/shouko_maruuchi___linux_mint_by_dannie92-d3gazda.jpg" alt="Shouko Maruuchi - Linux Mint" width="150" height="94" /></a><p class="wp-caption-text">Shouko Maruuchi - Linux Mint</p></div>
<p>If you, like me, have two monitors, you may find this wallpaper nice on your desktop:</p>
<div id="attachment_1165" class="wp-caption aligncenter" style="width: 160px"><a href="http://dannie92.deviantart.com/art/Kanako-Oora-Tane-Kitsu-Mint-208785472" target="_blank"><img class="size-full wp-image-1165" title="Kanako Oora &amp; Tane Kitsu - Linux Mint" src="http://danielj.se/wp-content/uploads/2011/05/kanako_oora_tane_kitsu___mint_by_dannie92-d3gazwg.jpg" alt="Kanako Oora &amp; Tane Kitsu - Linux Mint" width="150" height="47" /></a><p class="wp-caption-text">Kanako Oora &amp; Tane Kitsu - Linux Mint</p></div>
<p>Here is a screenshot of my desktop:</p>
<div id="attachment_1168" class="wp-caption aligncenter" style="width: 460px"><a href="http://dannie92.deviantart.com/art/My-Desktop-May-14-2011-208816165" target="_blank"><img class="size-full wp-image-1168" title="My Desktop" src="http://danielj.se/wp-content/uploads/2011/05/my_desktop___may_14__2011_by_dannie92-d3gbnl1.jpg" alt="My Desktop" width="450" height="141" /></a><p class="wp-caption-text">My Desktop</p></div>
<div class="shr-publisher-1155"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/15/sayonara-zetsubou-sensei-linux-mint-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitoring Bandwidth From The Terminal With bwm-ng</title>
		<link>http://danielj.se/2011/05/14/monitoring-bandwidth-from-the-terminal-with-bwm-ng/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitoring-bandwidth-from-the-terminal-with-bwm-ng</link>
		<comments>http://danielj.se/2011/05/14/monitoring-bandwidth-from-the-terminal-with-bwm-ng/#comments</comments>
		<pubDate>Sat, 14 May 2011 09:52:06 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Bandwidth Monitor Next Generation]]></category>
		<category><![CDATA[bwm-ng]]></category>
		<category><![CDATA[Download Speed]]></category>
		<category><![CDATA[Monitor Bandwidth]]></category>
		<category><![CDATA[Upload Speed]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1145</guid>
		<description><![CDATA[I found a really neat terminal application that monitors the bandwith to and from your computer. It&#8217;s called bwm-ng (Bandwidth Monitor Next Generation) and can be installed with the following command if you are using a Debian-based distro: Here is a screenshot of the program in action: You can find out more about this app [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I found a really neat terminal application that monitors the bandwith to and from your computer. It&#8217;s called bwm-ng (Bandwidth Monitor Next Generation) and can be installed with the following command if you are using a Debian-based distro:</p>
<pre class="brush: plain; title: ; notranslate">sudo aptitude install bwm-ng</pre>
<p>Here is a screenshot of the program in action:</p>
<div id="attachment_1147" class="wp-caption aligncenter" style="width: 460px"><a href="http://danielj.se/wp-content/uploads/2011/05/Screenshot.jpg"><img class="size-full wp-image-1147 " title="bwm-ng" src="http://danielj.se/wp-content/uploads/2011/05/Screenshot.jpg" alt="bwm-ng" width="450" height="155" /></a><p class="wp-caption-text">bwm-ng</p></div>
<p>You can find out more about this app on the following links:</p>
<ul>
<li><a href="http://www.linux.com/archive/feed/52443" target="_blank">http://www.linux.com/archive/feed/52443</a></li>
<li><a href="http://http://www.gropp.org/?id=projects&amp;sub=bwm-ng" target="_blank">http://www.gropp.org/?id=projects&amp;sub=bwm-ng</a></li>
</ul>
<div class="shr-publisher-1145"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/14/monitoring-bandwidth-from-the-terminal-with-bwm-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Aptitude Is Superior To Apt-Get</title>
		<link>http://danielj.se/2011/05/14/why-aptitude-is-superior-to-apt-get/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-aptitude-is-superior-to-apt-get</link>
		<comments>http://danielj.se/2011/05/14/why-aptitude-is-superior-to-apt-get/#comments</comments>
		<pubDate>Sat, 14 May 2011 09:07:11 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apt-Get]]></category>
		<category><![CDATA[Aptitude]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1135</guid>
		<description><![CDATA[Yesterday I was messing around in the terminal and googeling for cool and useful commands. I had seen the command aptitude being mentioned a few times before in forum threads and such, but I had never tried to use it myself. However, yesterday I did try use it didn&#8217;t take long time until I realised [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yesterday I was messing around in the terminal and googeling for cool and useful commands. I had seen the command aptitude being mentioned a few times before in forum threads and such, but I had never tried to use it myself. However, yesterday I did try use it didn&#8217;t take long time until I realised how superior it&#8217;s to apt-get.</p>
<p>Instead of ranting about what it does better than the other myself, I will link to an article from 2007 that describes everything very well:</p>
<ul>
<li><a href="http://pthree.org/2007/08/12/aptitude-vs-apt-get">http://pthree.org/2007/08/12/aptitude-vs-apt-get</a></li>
</ul>
<div class="shr-publisher-1135"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/14/why-aptitude-is-superior-to-apt-get/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use Double Dash in WordPress</title>
		<link>http://danielj.se/2011/05/13/how-to-use-double-dash-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-double-dash-in-wordpress</link>
		<comments>http://danielj.se/2011/05/13/how-to-use-double-dash-in-wordpress/#comments</comments>
		<pubDate>Fri, 13 May 2011 15:52:45 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Double Dash]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1054</guid>
		<description><![CDATA[To make WordPress stop converting two dashes into a single one, follow this guide: Open wp-includes/formatting.php. Navigate to line 56. Change line 56 and 57 from: to: Done!]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>To make WordPress stop converting two dashes into a single one, follow this guide:</p>
<ol>
<li>Open <em>wp-includes/formatting.php</em>.</li>
<li>Navigate to line 56.</li>
<li>Change line 56 and 57 from:
<pre class="brush: php; title: ; notranslate">$static_characters = array_merge(array('---', ' -- ', '--', ' - ', 'xn&amp;#8211;', '...', '``', '\'\'', ' (tm)'), $cockney);
$static_replacements = array_merge(array('&amp;#8212;', ' &amp;#8212; ', '&amp;#8211;', ' &amp;#8211; ', 'xn--', '&amp;#8230;', $opening_quote, $closing_quote, ' &amp;#8482;'), $cockneyreplace);</pre>
<p>to:</p>
<pre class="brush: php; title: ; notranslate">$static_characters = array_merge(array(' - ', 'xn&amp;#8211;', '...', '``', '\'\'', ' (tm)'), $cockney);
$static_replacements = array_merge(array(' &amp;#8211; ', 'xn--', '&amp;#8230;', $opening_quote, $closing_quote, ' &amp;#8482;'), $cockneyreplace);</pre>
</li>
<li>Done!</li>
</ol>
<div class="shr-publisher-1054"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/13/how-to-use-double-dash-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubunchu! &#8211; The Very Best Manga</title>
		<link>http://danielj.se/2011/05/13/ubunchu-the-very-best-manga/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubunchu-the-very-best-manga</link>
		<comments>http://danielj.se/2011/05/13/ubunchu-the-very-best-manga/#comments</comments>
		<pubDate>Fri, 13 May 2011 15:34:01 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Manga]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubunchu!]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1117</guid>
		<description><![CDATA[The other day I found a really great manga when I was searching for an anime character on Google. It&#8217;s called Ubunchu! and it&#8217;s about, as the name suggest, Ubuntu! The story is about the SysAdmin club on a Japanese school, and it starts out with the club&#8217;s three only members deciding what operating system [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright size-full wp-image-1120" title="Ubunchu!" src="http://danielj.se/wp-content/uploads/2011/05/c1.jpg" alt="Ubunchu!" width="300" height="388" />The other day I found a really great manga when I was searching for an anime character on Google. It&#8217;s called <em>Ubunchu!</em> and it&#8217;s about, as the name suggest, Ubuntu! <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The story is about the SysAdmin club on a Japanese school, and it starts out with the club&#8217;s three only members deciding what operating system to install on their computer. They agree to try out Ubuntu, and the following chapters are about different Ubuntu and Linux stuff. Like one chapters is about the terminal and how you use commands, and another one is about how you use the forums to get help.</p>
<p>Check it out, it&#8217;s really great I must say!</p>
<ul>
<li><a href="http://seotch.wordpress.com/ubunchu/" target="_blank">The official Ubunchu! page</a></li>
<li><a href="http://divajutta.com/doctormo/ubunchu/" target="_blank">International versions, free to download</a></li>
</ul>
<div class="shr-publisher-1117"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/13/ubunchu-the-very-best-manga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments With Disqus</title>
		<link>http://danielj.se/2011/05/13/comments-with-disqus/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=comments-with-disqus</link>
		<comments>http://danielj.se/2011/05/13/comments-with-disqus/#comments</comments>
		<pubDate>Fri, 13 May 2011 15:14:03 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[Disqus]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1114</guid>
		<description><![CDATA[I have just installed Disqus comment system here on my blog. The process was really easy and I&#8217;m happy with the result. I was also able during the installation to export all old comments, which was pretty neat. The reason why I changed the original WordPress comment system to Disqus, is because I like how [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have just installed Disqus comment system here on my blog. The process was really easy and I&#8217;m happy with the result. I was also able during the installation to export all old comments, which was pretty neat.</p>
<p>The reason why I changed the original WordPress comment system to Disqus, is because I like how powerful it is. It&#8217;s easy for you, the readers, to comment when you can use the same account on many blogs. The notification function is also better.</p>
<div class="shr-publisher-1114"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/13/comments-with-disqus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Add Aliases In Linux</title>
		<link>http://danielj.se/2011/05/09/how-to-add-aliases-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-aliases-in-linux</link>
		<comments>http://danielj.se/2011/05/09/how-to-add-aliases-in-linux/#comments</comments>
		<pubDate>Sun, 08 May 2011 23:13:05 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[.bashrc]]></category>
		<category><![CDATA[Alias]]></category>
		<category><![CDATA[Aliases]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1105</guid>
		<description><![CDATA[Instead of having to retype your daily used terminal commands over and over again, you are able to give them aliases for easier access in Linux. Here is how you do it: Open a terminal window. Type gedit .bashrc and press enter (change gedit to kate, nano or any other texteditor depending on what you [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Instead of having to retype your daily used terminal commands over and over again, you are able to give them aliases for easier access in Linux. Here is how you do it:</p>
<ol>
<li>Open a terminal window.</li>
<li>Type <em>gedit .bashrc</em> and press enter (change <em>gedit</em> to <em>kate</em>, <em>nano</em> or any other texteditor depending on what you have installed).</li>
<li>In this document you are able to add aliases. Here is one that I have in my file:
<pre class="brush: plain; title: ; notranslate">alias m='sh monitor.sh'</pre>
<p>The letter <em>m</em> in my case is the alias, and the command inside the single quotation marks is the terminal command that will be executed when <em>m</em> is used in the terminal.</li>
<li>Add your alias(es), save the document and close it.</li>
<li>Reopen the terminal and your aliases should work.</li>
</ol>
<div class="shr-publisher-1105"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/09/how-to-add-aliases-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Screen After Installing FGLRX In Linux Mint</title>
		<link>http://danielj.se/2011/05/06/black-screen-after-installing-fglrx-in-linux-mint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=black-screen-after-installing-fglrx-in-linux-mint</link>
		<comments>http://danielj.se/2011/05/06/black-screen-after-installing-fglrx-in-linux-mint/#comments</comments>
		<pubDate>Fri, 06 May 2011 20:22:51 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Catalyst Control Center]]></category>
		<category><![CDATA[FGLRX]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Graphics Driver]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Radeon 6870]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1068</guid>
		<description><![CDATA[I have finally bought a new graphics card to my computer, a Asus Radeon HD 6870 DirectCU. It was a bit longer than my old card, a PowerColor 4870, so it was tough to fit in the computer chassis. But I made it at last. The reason why I purchased a new card, was because [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have finally bought a new graphics card to my computer, a Asus Radeon HD 6870 DirectCU. It was a bit longer than my old card, a PowerColor 4870, so it was tough to fit in the computer chassis. But I made it at last. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The reason why I purchased a new card, was because my old one was half broken and wasn&#8217;t able to run with the default clock speeds without getting artifacts everywhere on my monitors.</p>
<p>When I first started Linux Mint with my new card plugged in, I was welcomed by a black screen, which wasn&#8217;t very fun. So I booted up Linux Mint in Recovery Mode and tried to install working graphics driver. The driver I had from earlier was <em>ATI/AMD proprietary FGLRX graphics driver</em> from the <em>Additional Drivers</em> window in Linux Mint (and Ubuntu). This graphics driver didn&#8217;t work after a clean install of Linux Mint either.</p>
<p>I also found these two guides: <a href="https://help.ubuntu.com/community/BinaryDriverHowto/ATI" target="_blank">https://help.ubuntu.com/community/BinaryDriverHowto/ATI</a> and <a href="http://wiki.cchtml.com/index.php/Ubuntu_Maverick_Installation_Guide" target="_blank">http://wiki.cchtml.com/index.php/Ubuntu_Maverick_Installation_Guide</a>, which describes how to install ATI driver. But the terminal command <em>aticonfig</em> never worked for me, so I didn&#8217;t manage to complete the installation.</p>
<p>However, if you simply download the proper driver from AMD&#8217;s website, and then run it like a normal program, it works just as it should. So I can&#8217;t really see the reason why you would build the graphics driver into packages and install them and so on in 20+ steps. Maybe it&#8217;s easier to uninstall the driver in the future. But how often do you change video card or update your graphics driver on Linux?</p>
<p>Anyway, it works great now and I&#8217;m happy.</p>
<div class="shr-publisher-1068"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/06/black-screen-after-installing-fglrx-in-linux-mint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Back Google Search in Linux Mint</title>
		<link>http://danielj.se/2011/05/02/change-back-google-search-in-linux-mint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-back-google-search-in-linux-mint</link>
		<comments>http://danielj.se/2011/05/02/change-back-google-search-in-linux-mint/#comments</comments>
		<pubDate>Mon, 02 May 2011 18:52:46 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Linux Mint]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1051</guid>
		<description><![CDATA[Apparently has the dudes behind Linux Mint decided that they want their own Google search engine in Firefox, which lacks many functions. Here follows some steps you shall take to change it back to the default search page: Open a terminal window. Type these lines after one another: Maybe you have to restart Firefox now. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Apparently has the dudes behind Linux Mint decided that they want their own Google search engine in Firefox, which lacks many functions. Here follows some steps you shall take to change it back to the default search page:</p>
<ol>
<li>Open a terminal window.</li>
<li>Type these lines after one another:
<pre class="brush: plain; title: ; notranslate">cd /usr/share/linuxmint/common/artwork/firefox/
sudo wget http://mxr.mozilla.org/firefox/source/browser/locales/en-US/searchplugins/google.xml?raw=1 -O google.xml.fixed
sudo mv google.xml google.xml.orig
sudo mv google.xml.fixed google.xml
sudo cp google.xml /usr/lib/firefox-addons/searchplugins/en-US/google.xml</pre>
</li>
<li>Maybe you have to restart Firefox now.</li>
</ol>
<p>I found this solution on the Linux Mint forum: <a href="http://forums.linuxmint.com/viewtopic.php?f=29&amp;t=17438" target="_blank">http://forums.linuxmint.com/viewtopic.php?f=29&amp;t=17438</a></p>
<div class="shr-publisher-1051"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/02/change-back-google-search-in-linux-mint/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Missing Fonts in Linux Mint? Look Here!</title>
		<link>http://danielj.se/2011/05/02/missing-fonts-in-linux-mint-look-here/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=missing-fonts-in-linux-mint-look-here</link>
		<comments>http://danielj.se/2011/05/02/missing-fonts-in-linux-mint-look-here/#comments</comments>
		<pubDate>Mon, 02 May 2011 18:41:35 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Missing Fonts]]></category>
		<category><![CDATA[msttcorefonts]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1046</guid>
		<description><![CDATA[I got a bit tired on how my Ubuntu 11.04 installation worked, so I downloaded and installed Linux Mint 10. So now I&#8217;m a Mint user. However, it&#8217;s based on Ubuntu, so it isn&#8217;t that huge a step away. Anyway, I realised that some fonts where missing in Mint, like verdana for an example. Instead [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I got a bit tired on how my Ubuntu 11.04 installation worked, so I downloaded and installed Linux Mint 10. So now I&#8217;m a Mint user. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, it&#8217;s based on Ubuntu, so it isn&#8217;t that huge a step away.</p>
<p>Anyway, I realised that some fonts where missing in Mint, like verdana for an example. Instead arial was showing up on websites and such. If you also miss fonts and want them, follow these hardcore steps:</p>
<ol>
<li>Open a terminal. (Ctrl + Alt + T)</li>
<li>Type this line:<br />
<code>sudo apt-get install msttcorefonts</code></li>
<li>Go through the installation and then you are done!</li>
</ol>
<div class="shr-publisher-1046"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/02/missing-fonts-in-linux-mint-look-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Gens/GS (Megadrive Emulator) On 64-bit Ubuntu</title>
		<link>http://danielj.se/2011/05/01/install-gensgs-megadrive-emulator-on-64-bit-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-gensgs-megadrive-emulator-on-64-bit-ubuntu</link>
		<comments>http://danielj.se/2011/05/01/install-gensgs-megadrive-emulator-on-64-bit-ubuntu/#comments</comments>
		<pubDate>Sun, 01 May 2011 10:34:22 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Disney's Aladdin]]></category>
		<category><![CDATA[Gens]]></category>
		<category><![CDATA[Gens/GS]]></category>
		<category><![CDATA[Megadrive]]></category>
		<category><![CDATA[Megadrive Emulator]]></category>
		<category><![CDATA[Ubuntu 64-bit]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1036</guid>
		<description><![CDATA[Sometimes I download and listen to Retroresan, which is a Swedish podcast about retro games. Recently they talked about the game Disney&#8217;s Aladdin to Megadrive, and it sounded pretty fun. So I searched and found a emulator called Gens/OS that seems to work great on Ubuntu 11.04 64-bit. However, it isn&#8217;t made for 64-bit OS:es, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Sometimes I download and listen to <a href="http://retroresan.se/" target="_blank">Retroresan</a>, which is a Swedish podcast about retro games. Recently they talked about the game <em>Disney&#8217;s Aladdin </em>to Megadrive, and it sounded pretty fun. So I searched and found a emulator called Gens/OS that seems to work great on Ubuntu 11.04 64-bit. However, it isn&#8217;t made for 64-bit OS:es, but it runs fine if you force install it. Here are the steps you have to take:</p>
<ol>
<li>Visit <a href="http://segaretro.org/Gens/GS" target="_blank">http://segaretro.org/Gens/GS</a>, scroll to the bottom of the page and download the most recent version to Ubuntu.</li>
<li>Make sure you have ia32-libs installed by typing these commands in the terminal:
<pre>sudo apt-get update
sudo apt-get install ia32-libs</pre>
</li>
<li>Then navigate to your downloads folder in the terminal, and type this line to install Gens/GS:
<pre>sudo dpkg --force-architecture -i gens_2.XXX_i386.deb</pre>
</li>
<li>Now the emulator should pop up under your <em>Games</em> category.</li>
</ol>
<p>Here follows some links:</p>
<ul>
<li><a href="http://ubuntuforums.org/showthread.php?t=597615" target="_blank">A tread on ubuntuforms.org about Gens to 64-bit Ubuntu.</a></li>
<li><a href="http://www.brighthub.com/hubfolio/matthew-casperson/articles/72859.aspx" target="_blank">An article about more Megadrive emulators to Linux.</a></li>
<li><a href="http://www.coolrom.com/roms/genesis/1205/Aladdin.php" target="_blank">If you want to download Aladdin and play it yourself, visit this page.</a></li>
<li><a href="http://en.wikipedia.org/wiki/Disney's_Aladdin_(video_game)" target="_blank">More info about the game Disney&#8217;s Aladdin can be found on Wikipedia.</a></li>
</ul>
<div class="shr-publisher-1036"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/01/install-gensgs-megadrive-emulator-on-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Preview and Download My Sticky Footer Layout</title>
		<link>http://danielj.se/2011/05/01/preview-and-download-my-sticky-footer-layout/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=preview-and-download-my-sticky-footer-layout</link>
		<comments>http://danielj.se/2011/05/01/preview-and-download-my-sticky-footer-layout/#comments</comments>
		<pubDate>Sun, 01 May 2011 00:02:20 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Sticky Footer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[Sticky Footer Layout]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1016</guid>
		<description><![CDATA[I have cleaned up the code to the layout I wrote about in my previous post. It&#8217;s a layout written in XHTML 1.0 Strict and CSS, with a sticky footer that stays at the bottom of the page. I have validated both the XHTML and CSS, so it should work good in the most browsers [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have cleaned up the code to the layout I wrote about in my <a href="http://danielj.se/2011/04/30/make-css-footer-stay-at-the-bottom-of-the-page/" target="_blank">previous post</a>. It&#8217;s a layout written in XHTML 1.0 Strict and CSS, with a sticky footer that stays at the bottom of the page. I have validated both the XHTML and CSS, so it should work good in the most browsers (except IE6 maybe, as usual? <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). It also has many semitransparent .png-images, which makes it pretty cool.</p>
<p>The layout is supposed to work as a WordPress theme (or to any similar blogging platforms), which shouldn&#8217;t be that hard to accomplish by integrate it with a existing theme.</p>
<p>It&#8217;s available to be previewed here:</p>
<ul>
<li><a href="http://danielj.se/stickyfooterlayout/" target="_blank">http://danielj.se/stickyfooterlayout/</a></li>
</ul>
<p>If you easily want to download the complete layout, with the layout image file (.xcf (GIMP)) included, you can do it with the following link:</p>
<ul>
<li><a href="http://danielj.se/stickyfooterlayout/stickyfooterlayout.7z" target="_blank">http://danielj.se/stickyfooterlayout/stickyfooterlayout.7z</a></li>
</ul>
<p>Check it out, get inspiration and/or steal the code!</p>
<div class="shr-publisher-1016"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/05/01/preview-and-download-my-sticky-footer-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make CSS Footer Stay at the Bottom of the Page</title>
		<link>http://danielj.se/2011/04/30/make-css-footer-stay-at-the-bottom-of-the-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-css-footer-stay-at-the-bottom-of-the-page</link>
		<comments>http://danielj.se/2011/04/30/make-css-footer-stay-at-the-bottom-of-the-page/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 20:35:46 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Sticky Footer]]></category>
		<category><![CDATA[Footer]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1009</guid>
		<description><![CDATA[I&#8217;m currently working on a small website in HTML and CSS for web design class in school. Though, I had major problems with positioning the footer at the bottom, get the background image of the layout to work right and shit. It didn&#8217;t become easier with my layout background image being an semitransparent .png-file. So [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;m currently working on a small website in HTML and CSS for web design class in school. Though, I had major problems with positioning the footer at the bottom, get the background image of the layout to work right and shit. It didn&#8217;t become easier with my layout background image being an semitransparent .png-file. So messy&#8230;</p>
<p>However, I stumbled over two good website that helped me to get in the right direction with getting the footer to stay at the bottom. They didn&#8217;t completely solve my problems, but yeah, they helped much. Here are links to them:</p>
<ul>
<li><a href="http://www.cssstickyfooter.com/" target="_blank">http://www.cssstickyfooter.com/</a></li>
<li><a href="http://ryanfait.com/sticky-footer/" target="_blank">http://ryanfait.com/sticky-footer/</a></li>
</ul>
<p><strong>EDIT:</strong> You can check out the theme <a href="http://danielj.se/2011/05/01/preview-and-download-my-sticky-footer-layout/" target="_blank">here</a> and download it.</p>
<div class="shr-publisher-1009"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/30/make-css-footer-stay-at-the-bottom-of-the-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Unity Keyboard Shortcuts Wallpapers</title>
		<link>http://danielj.se/2011/04/28/ubuntu-unity-keyboard-shortcuts-wallpapers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-unity-keyboard-shortcuts-wallpapers</link>
		<comments>http://danielj.se/2011/04/28/ubuntu-unity-keyboard-shortcuts-wallpapers/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 12:29:25 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Shortcut keys]]></category>
		<category><![CDATA[Ubuntu 11.04]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=1003</guid>
		<description><![CDATA[The other day I saw two useful wallpapers on webupd8.org that lists many useful keyboard shortcuts in Ubuntu 11.04 with Unity. Here are two links where you can find out more: The article on webupd8. Here can you find the original page with the wallpapers in full-size.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The other day I saw two useful wallpapers on <a href="http://www.webupd8.org" target="_blank">webupd8.org</a> that lists many useful keyboard shortcuts in Ubuntu 11.04 with Unity. Here are two links where you can find out more:</p>
<ul>
<li><a href="http://www.webupd8.org/2011/04/ubuntu-unity-keyboard-shortcuts.html" target="_blank">The article on webupd8.</a></li>
<li><a href="http://askubuntu.com/questions/28086/unity-keyboard-mouse-shortcuts" target="_blank">Here can you find the original page with the wallpapers in full-size.</a></li>
</ul>
<p><img class="aligncenter size-full wp-image-1005" title="Unity Wallpaper" src="http://danielj.se/wp-content/uploads/2011/04/unitywallpaper.jpg" alt="Unity Wallpaper" width="400" height="267" /></p>
<div class="shr-publisher-1003"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/28/ubuntu-unity-keyboard-shortcuts-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a launcher to the Unity launcher bar</title>
		<link>http://danielj.se/2011/04/28/how-to-add-a-launcher-to-the-unity-launcher-bar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-a-launcher-to-the-unity-launcher-bar</link>
		<comments>http://danielj.se/2011/04/28/how-to-add-a-launcher-to-the-unity-launcher-bar/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 12:15:44 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Launcher]]></category>
		<category><![CDATA[Launcher bar]]></category>
		<category><![CDATA[Ubuntu 11.04]]></category>
		<category><![CDATA[Unity]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=996</guid>
		<description><![CDATA[Here is the steps you have to take to add a custom launcher to the Unity panel: Right click on your desktop and create a launcher. Customize the launcher until you are happy. Navigate to /home/[username]/.local/share/applications in Nautilus. (Press Ctrl + H to show hidden folders (.local).) Drag and drop your launcher to this folder [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Here is the steps you have to take to add a custom launcher to the Unity panel:</p>
<ol>
<li>Right click on your desktop and create a launcher.</li>
<li>Customize the launcher until you are happy.</li>
<li>Navigate to <em>/home/[username]/.local/share/applications</em> in Nautilus. (Press Ctrl + H to show hidden folders (<em>.local</em>).)</li>
<li>Drag and drop your launcher to this folder from the desktop.</li>
<li>Now, drag and drop your launcher from the applications folder that you have opened, to the Unity launcher bar.</li>
<li>If the launcher is still on the desktop you can delete it.</li>
<li>Done!</li>
</ol>
<div class="shr-publisher-996"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/28/how-to-add-a-launcher-to-the-unity-launcher-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Learn Bourne Shell Programming</title>
		<link>http://danielj.se/2011/04/22/learn-bourne-shell-programming/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learn-bourne-shell-programming</link>
		<comments>http://danielj.se/2011/04/22/learn-bourne-shell-programming/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 19:54:08 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Bourne Shell]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=990</guid>
		<description><![CDATA[I found a really good site that introduce you to Bourne shell programming. I have just started myself with trying to learn shell programming for various stuff, so I find the tutorial very helpful. Bourne shell programming]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I found a really good site that introduce you to Bourne shell programming. I have just started myself with trying to learn shell programming for various stuff, so I find the tutorial very helpful.</p>
<ul>
<li><a href="http://www.ooblick.com/text/sh/" target="_blank">Bourne shell programming</a></li>
</ul>
<div class="shr-publisher-990"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/22/learn-bourne-shell-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Shell Script to Enable and Disable Secondary Monitor</title>
		<link>http://danielj.se/2011/04/22/ubuntu-shell-script-to-enable-and-disable-secondary-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-shell-script-to-enable-and-disable-secondary-monitor</link>
		<comments>http://danielj.se/2011/04/22/ubuntu-shell-script-to-enable-and-disable-secondary-monitor/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 14:21:48 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bourne Shell Script]]></category>
		<category><![CDATA[Dual Monitor]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Shell script]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=966</guid>
		<description><![CDATA[I wrote a short, simple shell script to easily enable and disable my secondary monitor in Ubuntu. I have saved it as monitor.sh in my home folder, and here is the source code: To run it, just open a terminal window (Ctrl + Alt + T) and type sh monitor.sh. If you are really lazy, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I wrote a short, simple shell script to easily enable and disable my secondary monitor in Ubuntu. I have saved it as monitor.sh in my home folder, and here is the source code:</p>
<pre class="brush: bash; title: ; notranslate">#!/bin/sh
echo &quot;Turn on: 1\nTurn off: 2&quot;
read option
if [ $option = 1 ];
then xrandr --output DFP2 --auto --left-of DFP1
elif [ $option = 2 ];
then xrandr --output DFP2 --off
fi</pre>
<p>To run it, just open a terminal window (Ctrl + Alt + T) and type <em>sh monitor.sh</em>. If you are really lazy, you can add an alias for the command in the file <em>.bashrc</em> in your home folder. I named my alias <em>m</em>. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-966"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/22/ubuntu-shell-script-to-enable-and-disable-secondary-monitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disable &#8220;click selects all&#8221; in Firefox for Ubuntu</title>
		<link>http://danielj.se/2011/04/22/disable-click-selects-all-in-firefox-for-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-click-selects-all-in-firefox-for-ubuntu</link>
		<comments>http://danielj.se/2011/04/22/disable-click-selects-all-in-firefox-for-ubuntu/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:18:26 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Address bar]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=954</guid>
		<description><![CDATA[In Firefox for Windows, you are able to double click a segment of the URL in the address field to select it. By default, this isn&#8217;t possible in Firefox for Ubuntu, instead selects a single click the whole address. Luckily, this is easy to change, which you can do by following these steps: Open a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright size-full wp-image-959" title="Anime Girl Firefox" src="http://danielj.se/wp-content/uploads/2011/04/AnimeGirlFirefox.jpg" alt="Anime Girl Firefox" width="200" height="235" />In Firefox for Windows, you are able to double click a segment of the URL in the address field to select it. By default, this isn&#8217;t possible in Firefox for Ubuntu, instead selects a single click the whole address. Luckily, this is easy to change, which you can do by following these steps:</p>
<ol>
<li>Open a new tab.</li>
<li>Type <em>about:config</em> in the address bar.</li>
<li>Press the <em>I&#8217;will be careful, I promise!</em> button.</li>
<li>Type <em>selects</em> in the filter field.</li>
<li>Change the <em>browser.urlbar.clickSelectsAll</em> entry to false by double clicking on the row.</li>
<li>Do the same as above with the <em>browser.urlbar.doubleClickSelectsAll</em>, and make sure both are false.</li>
<li>Done!</li>
</ol>
<div class="shr-publisher-954"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/22/disable-click-selects-all-in-firefox-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Unity Video Tutorials</title>
		<link>http://danielj.se/2011/04/21/ubuntu-unity-video-tutorials/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-unity-video-tutorials</link>
		<comments>http://danielj.se/2011/04/21/ubuntu-unity-video-tutorials/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 20:00:46 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Unity]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=947</guid>
		<description><![CDATA[On ubuntuforms.org I saw a post by the user castrojo to two Unity video tutorials made by him. I think that they work as a good introduction to Ubuntu&#8217;s new user interface. However, Ubuntu 11.04 hasn&#8217;t been released yet, and Canonical says that they will do many changes until then. But I suppose that the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On <a href="http://ubuntuforums.org/" target="_blank">ubuntuforms.org</a> I saw a post by the user <a href="http://ubuntuforums.org/member.php?u=74">castrojo</a> to two Unity video tutorials made by him. I think that they work as a good introduction to Ubuntu&#8217;s new user interface. However, Ubuntu 11.04 hasn&#8217;t been released yet, and Canonical says that they will do many changes until then. But I suppose that the basics will be the same, and that they only will add more functionality. Links to the two videos:</p>
<ul>
<li><a href="http://castrojo.blip.tv/file/4997614/" target="_blank">How I multitask in Unity</a></li>
<li><a href="http://castrojo.blip.tv/file/4998464/" target="_blank">How I use the Unity dash</a></li>
</ul>
<p>When I started Ubuntu 11.04 Beta 2 for my first time, I was really sceptical to Unity, so I changed fast to Ubuntu Classic. But then I gave Unity a second chance and I must say that it actually isn&#8217;t that terrible. I miss some stuff, like better support for dual monitor setups, the ability to right click the panels, and the ability add applets to the top panel. But I hope this will be fixed to the release of Ubuntu 11.04.</p>
<div class="shr-publisher-947"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/21/ubuntu-unity-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Monitors With Two AMD/ATI Graphic Cards</title>
		<link>http://danielj.se/2011/04/21/three-monitors-with-two-amdati-graphic-cards/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=three-monitors-with-two-amdati-graphic-cards</link>
		<comments>http://danielj.se/2011/04/21/three-monitors-with-two-amdati-graphic-cards/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:32:50 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ATI 3650]]></category>
		<category><![CDATA[ATI 4870]]></category>
		<category><![CDATA[Crossfire]]></category>
		<category><![CDATA[Graphics Card]]></category>
		<category><![CDATA[Three monitors]]></category>
		<category><![CDATA[Triple monitor]]></category>
		<category><![CDATA[Two graphic cards]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=928</guid>
		<description><![CDATA[I have two 22&#8243; monitors hooked up to my computer through DVI. But the other day I wanted to try out if it would work with three monitors too. However, my ATI/AMD PowerColor 4870 graphic card has only two DVI video outputs, so I borrowed my brother&#8217;s video card, which is an ATI 3650. After [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have two 22&#8243; monitors hooked up to my computer through DVI. But the other day I wanted to try out if it would work with three monitors too. However, my ATI/AMD PowerColor 4870 graphic card has only two DVI video outputs, so I borrowed my brother&#8217;s video card, which is an ATI 3650. After plugging it in to a PCI-E bus, I realised that it hasn&#8217;t even a Crossfire connector. I did some searching and found out that a Crossfire bridge is only needed when you want to take advantage of the extra video card in games and such, which I wasn&#8217;t interested of. Then I hooked up my brother&#8217;s 17&#8243; monitor to the 3650 card. The monitor had only a VGA input tho, while the card only had DVI outputs, so I had to use a DVI-to-VGA adapter.</p>
<p>I started with booting up Windows 7, and it worked fine with 3 monitors. However, I didn&#8217;t test it for too long. Then I rebooted the computer and started up Ubuntu 10.10 instead, to see if it would work. I had to do some configurations in the ATI Catalyst Control Center, but then it worked there too. However, it worked a bit strangely, almost like its own desktop. The 17&#8243; monitor had the standard panel configuration for a single monitor, and I wasn&#8217;t able to drag windows between it and the other two monitors. I didn&#8217;t have much time tho, and my brother wanted his card and monitor back, so I never solved that odd problem. Maybe I had to adjust something in CCC, or somewhere else, I don&#8217;t know.</p>
<p>To summarize this post: You can use three monitors by plugging in a second (AMD/ATI) graphic card. The card must not be of the same model, or even of the same generation (ATI 4870 and ATI 3650). You don&#8217;t need a crossfire bridge. Though, I can&#8217;t say if this applies on Nvidia cards too.</p>
<div class="shr-publisher-928"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/21/three-monitors-with-two-amdati-graphic-cards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Book Tip: Daemon by Daniel Suarez</title>
		<link>http://danielj.se/2011/04/20/book-tip-daemon-by-daniel-suarez/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-tip-daemon-by-daniel-suarez</link>
		<comments>http://danielj.se/2011/04/20/book-tip-daemon-by-daniel-suarez/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 19:54:42 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Literature]]></category>
		<category><![CDATA[Daemon]]></category>
		<category><![CDATA[Daniel Suarez]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=909</guid>
		<description><![CDATA[I&#8217;m currently reading the techno-thriller Daemon, written by Daniel Suarez, which I think is a really good book. I&#8217;m almost halfway through it and it has started to get really thrilling. Since there is already a good introduction/summary on Wikipedia, I&#8217;m going to quote it here: Daemon Daemon, the first book, begins with the death [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright size-full wp-image-924" title="Daemon" src="http://danielj.se/wp-content/uploads/2011/04/Daemon.jpg" alt="Daemon" width="100" height="151" />I&#8217;m currently reading the techno-thriller Daemon, written by Daniel Suarez, which I think is a really good book. I&#8217;m almost halfway through it and it has started to get really thrilling. Since there is already a good introduction/summary on Wikipedia, I&#8217;m going to quote it here:</p>
<blockquote style="clear: both;">
<h3><em><em>Daemon</em></em></h3>
<p><em><strong>Daemon</strong></em>, the first book, begins with the death of wealthy,  legendary computer game designer Matthew Sobol. At the time of his  death, he had a program running that was scanning obituaries on the  Internet. That program, coupled with his death (due to cancer), sets in  motion a series of other programs (daemon)  that move money, recruit operatives, and even kill. Detective Peter  Sebeck initially leads two murder investigations which reveal The  Daemon. Sebeck and others try to combat this murderous technological  construct in an increasingly complex and interconnected world. But  Matthew Sobol already anticipated Sebeck&#8217;s actions and frames him for  murder.</p></blockquote>
<p>Source: <a href="http://en.wikipedia.org/wiki/Daemon_%28novel%29" target="_blank">http://en.wikipedia.org/wiki/Daemon_(novel)</a></p>
<p>Here you can read preview chapters of the book:<br />
<a href="http://thedaemon.com/daemonpreview.html" target="_blank">http://thedaemon.com/daemonpreview.html</a></p>
<div class="shr-publisher-909"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/20/book-tip-daemon-by-daniel-suarez/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sackboy Sweatband</title>
		<link>http://danielj.se/2011/04/20/sackboy-sweatband/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sackboy-sweatband</link>
		<comments>http://danielj.se/2011/04/20/sackboy-sweatband/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 19:05:04 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[Archonia]]></category>
		<category><![CDATA[Sackboy]]></category>
		<category><![CDATA[Sweatband]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=904</guid>
		<description><![CDATA[I found a sweatband with a Sackboy on it, that looks pretty nice. Maybe I will order one. It costs only 4.5 Euro and can be found on Archonia.com. Direct link: http://www.archonia.com/mangashop/en/article/96522/little+big+planet+sweatband+-+sack+boy/]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="size-full wp-image-905 alignright" title="Sackboy Sweatband" src="http://danielj.se/wp-content/uploads/2011/04/SackboySweatband.jpg" alt="Sackboy Sweatband" width="225" height="250" />I found a sweatband with a Sackboy on it, that looks pretty nice. Maybe I will order one. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It costs only 4.5 Euro and can be found on Archonia.com.</p>
<p>Direct link:<br />
<a href="http://www.archonia.com/mangashop/en/article/96522/little+big+planet+sweatband+-+sack+boy/" target="_blank">http://www.archonia.com/mangashop/en/article/96522/little+big+planet+sweatband+-+sack+boy/</a></p>
<div class="shr-publisher-904"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/20/sackboy-sweatband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut Keys in Ubuntu</title>
		<link>http://danielj.se/2011/04/20/shortcut-keys-in-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=shortcut-keys-in-ubuntu</link>
		<comments>http://danielj.se/2011/04/20/shortcut-keys-in-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 18:59:11 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Shortcut keys]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=901</guid>
		<description><![CDATA[I found a list with useful shortcut keys to Ubuntu: General keyboard shortcuts Ctrl + A = Select all Ctrl + C = Copy the highlighted content to clipboard Ctrl + V = Paste the clipboard content Ctrl + N = New (Create a new document, not in terminal) Ctrl + O = Open a [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I found a list with useful shortcut keys to Ubuntu:</p>
<blockquote>
<h3>General keyboard shortcuts</h3>
<p><strong>Ctrl + A</strong> = Select all<br />
<strong>Ctrl + C</strong> = Copy the highlighted content to clipboard<br />
<strong>Ctrl + V</strong> = Paste the clipboard content<br />
<strong>Ctrl + N</strong> = New (Create a new document, not in terminal)<br />
<strong>Ctrl + O</strong> = Open a document<br />
<strong>Ctrl + S</strong> = Save the current document<br />
<strong>Ctrl + P</strong> = Print the current document<br />
<strong>Ctrl + W</strong> = Close the close document<br />
<strong>Ctrl + Q</strong> = Quit the current application</p>
<h3>Keyboard shortcuts for GNOME desktop</h3>
<p><strong>Ctrl + Alt + F1</strong> = Switch to the first virtual terminal<br />
<strong>Ctrl + Alt + F2(F3)(F4)(F5)(F6)</strong> = Select the different virtual terminals<br />
<strong>Ctrl + Alt + F7</strong> = Restore back to the current terminal session with X<br />
<strong>Ctrl + Alt + Backspace</strong> = Restart GNOME<br />
<strong>Alt + Tab</strong> = Switch between open programs<br />
<strong>Ctrl + Alt + L</strong> = Lock the screen.<br />
<strong>Alt + F1</strong> = opens the Applications menu<br />
<strong>Alt + F2</strong> = opens the Run Application dialog box.<br />
<strong>Alt + F3</strong> = opens the Deskbar Applet<br />
<strong>Alt + F4</strong> = closes the current window.<br />
<strong>Alt + F5</strong> = unmaximizes the current window.<br />
<strong>Alt + F7</strong> = move the current window<br />
<strong>Alt + F8</strong> = resizes the current window.<br />
<strong>Alt + F9</strong> = minimizes the current window.<br />
<strong>Alt + F10</strong> =  maximizes the current window.<br />
<strong>Alt + Space</strong> = opens the window menu.<br />
<strong>Ctrl + Alt + +</strong> = Switch to next X resolution<br />
<strong>Ctrl + Alt + -</strong> = Switch to previous X resolution<br />
<strong>Ctrl + Alt + Left/Right</strong> = move to the next/previous workspace</p>
<h3>Keyboard shortcuts for Terminal</h3>
<p><strong>Ctrl + A</strong> = Move cursor to beginning of line<br />
<strong>Ctrl + E</strong> = Move cursor to end of line<br />
<strong>Ctrl + C</strong> = kills the current process.<br />
<strong>Ctrl + Z</strong> = sends the current process to the background.<br />
<strong>Ctrl + D</strong> = logs you out.<br />
<strong>Ctrl + R</strong> = finds the last command matching the entered letters.<br />
<strong>Enter a letter, followed by Tab + Tab</strong> = lists the available commands beginning with those letters.<br />
<strong>Ctrl + U</strong> = deletes the current line.<br />
<strong>Ctrl + K</strong> = deletes the command from the cursor right.<br />
<strong>Ctrl + W</strong> = deletes the word before the cursor.<br />
<strong>Ctrl + L</strong> = clears the terminal output<br />
<strong>Shift + Ctrl + C</strong> = copy the highlighted command to the clipboard.<br />
<strong>Shift + Ctrl + V (or Shift + Insert)</strong> = pastes the contents of the clipboard.<br />
<strong>Alt + F</strong> = moves forward one word.<br />
<strong>Alt + B</strong> = moves backward one word.<br />
<strong>Arrow Up/Down</strong> = browse command history<br />
<strong>Shift + PageUp / PageDown</strong> = Scroll terminal output</p>
<h3>Keyboard shortcuts for Compiz</h3>
<p><strong>Alt + Tab</strong> = switch between open windows<br />
<strong>Win + Tab</strong> = switch between open windows with <em>Shift Switcher</em> or <em>Ring Switcher</em> effect<br />
<strong>Win + E</strong> = Expo, show all workspace<br />
<strong>Ctrl + Alt + Down</strong> = Film Effect<br />
<strong>Ctrl + Alt + Left mouse button</strong> = Rotate Desktop Cube<br />
<strong>Alt + Shift + Up</strong> = Scale Windows<br />
<strong>Ctrl + Alt + D</strong> = Show Desktop<br />
<strong>Win + Left mouse button</strong> = take screenshot on selected area<br />
<strong>Win + Mousewheel</strong> = Zoom In/Out<br />
<strong>Alt + Mousewheel </strong>= Transparent Window<br />
<strong>Alt + F8</strong> = Resize Window<br />
<strong>Alt + F7</strong> = Move Window<br />
<strong>Win + P</strong> = Add Helper<br />
<strong>F9 </strong>= show widget layer<br />
<strong>Shift + F9</strong> = show water effects<br />
<strong>Win + Shift + Left mouse button</strong> = Fire Effects<br />
<strong>Win + Shift + C</strong> = Clear Fire Effects<br />
<strong>Win + Left mouse button</strong> = Annotate: Draw<br />
<strong>Win + 1</strong> = Start annotation<br />
<strong>Win + 3</strong> = End annotation<br />
<strong>Win + S</strong> = selects windows for grouping<br />
<strong>Win + T</strong> = Group Windows together<br />
<strong>Win + U</strong> = Ungroup Windows<br />
<strong>Win + Left/Right</strong> = Flip Windows</p>
<h3>Keyboard shortcut for Nautilus</h3>
<p><strong>Shift + Ctrl + N</strong> = Create New Folder<br />
<strong>Ctrl + T</strong> = Delete selected file(s) to trash<br />
<strong>Alt + ENTER</strong> = Show File/Folder Properties<br />
<strong>Ctrl + 1</strong> = Toggle View As Icons<br />
<strong>Ctrl + 2</strong> = Toggle View As List<br />
<strong>Shift + Right</strong> = Open Directory (Only in List View)<br />
<strong>Shift + Left</strong> = Close Directory (Only in List View)<br />
<strong>Ctrl + S</strong> = Select Pattern<br />
<strong>F2</strong> = Rename File<br />
<strong>Ctrl + A</strong> = Select all files and folders<br />
<strong>Ctrl + W</strong> = Close Window<br />
<strong>Ctrl + Shift + W</strong> = Close All Nautilus Windows<br />
<strong>Ctrl + R</strong> = Reload Nautilus Window<br />
<strong>Alt + Up</strong> = Open parent directory<br />
<strong>Alt + Left</strong> = Back<br />
<strong>Alt + Right</strong> = Forward<br />
<strong>Alt + Home</strong> = go to Home folder<br />
<strong>Ctrl + L</strong> = go to location bar<br />
<strong>F9</strong> = Show sidepane<br />
<strong>Ctrl + H</strong> = Show Hidden Files<br />
<strong>Ctrl + +</strong> = Zoom In<br />
<strong>Ctrl + -</strong> = Zoom Out<br />
<strong>Ctrl + 0</strong> = Normal Size</p></blockquote>
<p>Source: <a href="http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14" target="_blank">http://maketecheasier.com/useful-shortcut-keys-in-ubuntu/2008/07/14</a></p>
<div class="shr-publisher-901"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/20/shortcut-keys-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Tip: The Mass Effect Novels</title>
		<link>http://danielj.se/2011/04/20/book-tip-the-mass-effect-novels/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-tip-the-mass-effect-novels</link>
		<comments>http://danielj.se/2011/04/20/book-tip-the-mass-effect-novels/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 18:07:37 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Bioware]]></category>
		<category><![CDATA[Drew Karpyshyn]]></category>
		<category><![CDATA[Mass Effect]]></category>
		<category><![CDATA[Play.com]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=888</guid>
		<description><![CDATA[Have you played the Mass Effect games, but missed the three novels written by Drew Karpyshyn (the writer for Mass Effect on Bioware)? Then you should really check them out, since they are really great and add much to the Mass Effect universe. I bought my books from Play.com, which have both good prices and [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Have you played the Mass Effect games, but missed the three novels written by Drew Karpyshyn (the writer for Mass Effect on Bioware)? Then you should really check them out, since they are really great and add much to the Mass Effect universe.</p>
<p>I bought my books from <a href="http://www.play.com/" target="_blank">Play.com</a>, which have both good prices and free shipping to many countries in Europe.</p>
<table>
<tbody>
<tr>
<td style="border: 0;">
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-891" title="Mass Effect Revelation" src="http://danielj.se/wp-content/uploads/2011/04/MassEffectRevelation.jpg" alt="Mass Effect Revelation" width="117" height="178" /><a href="http://www.play.com/Books/Books/4-/3453804/Mass-Effect/Product.html" target="_blank">Mass Effect: Revelation</a><br />
</strong></p>
</td>
<td style="border: 0;">
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-889" title="Mass Effect Ascension" src="http://danielj.se/wp-content/uploads/2011/04/MassEffectAscension.jpg" alt="Mass Effect Ascension" width="117" height="178" /><a href="http://www.play.com/Books/Books/4-/5448773/Mass-Effect/Product.html" target="_blank">Mass Effect: Ascension</a></strong></p>
</td>
<td style="border: 0;">
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-892" title="Mass Effect Retribution" src="http://danielj.se/wp-content/uploads/2011/04/MassEffectRetribution.jpg" alt="Mass Effect Retribution" width="117" height="178" /><a href="http://www.play.com/Books/Books/4-/14560779/Mass-Effect/Product.html" target="_blank">Mass Effect: Retribution</a></strong></p>
</td>
</tr>
</tbody>
</table>
<div class="shr-publisher-888"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/20/book-tip-the-mass-effect-novels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebooting The Blog</title>
		<link>http://danielj.se/2011/04/20/rebooting-the-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rebooting-the-blog</link>
		<comments>http://danielj.se/2011/04/20/rebooting-the-blog/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 15:01:46 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=885</guid>
		<description><![CDATA[Today I decided to reboot start blogging again. I have changed the theme too, to monochrome. =)]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Today I decided to reboot start blogging again. I have changed the theme too, to <a href="http://wordpress.org/extend/themes/monochrome" target="_blank">monochrome</a>. =)</p>
<div class="shr-publisher-885"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/04/20/rebooting-the-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install KDE on Ubuntu</title>
		<link>http://danielj.se/2011/01/29/how-to-install-kde-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-kde-on-ubuntu</link>
		<comments>http://danielj.se/2011/01/29/how-to-install-kde-on-ubuntu/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 10:01:33 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=868</guid>
		<description><![CDATA[A few hours ago I installed KDE on Ubuntu, which means that I&#8217;m now using Kubuntu. It was really easy to switch to KDE from Gnome, since I found 2 guides that showed how. The reason behind my switch to Kubuntu was a mate in my class. He dislikes Ubuntu and wanted me to try [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A few hours ago I installed KDE on Ubuntu, which means that I&#8217;m now using Kubuntu. <img src='http://danielj.se/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  It was really easy to switch to KDE from Gnome, since I found 2 guides that showed how. The reason behind my switch to Kubuntu was a mate in my class. He dislikes Ubuntu and wanted me to try out Kubuntu. And so I did. I have tried it out earlier (for a short amount of time), so I&#8217;m not a complete n00b in the interface. But I guess I have to use it for a while and see how it is like.</p>
<p>If you also want to install KDE on Ubuntu, check out these two links:</p>
<ul>
<li><a href="http://www.psychocats.net/ubuntu/kde" target="_blank">How to install KDE on Ubuntu</a></li>
<li><a title="Permanent link to How to install KDE 4.6 in ubuntu 10.10" rel="bookmark" href="http://www.ubuntugeek.com/how-to-install-kde-4-6-in-ubuntu-10-10.html">How to install KDE 4.6 in ubuntu 10.10</a></li>
</ul>
<p>And if you didn&#8217;t like KDE and want to switch back to a pure Gnome on Ubuntu:</p>
<ul>
<li> <a href="    http://www.psychocats.net/ubuntu/puregnome" target="_blank">Getting Back to a Pure Gnome on Ubuntu</a></li>
</ul>
<div class="shr-publisher-868"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/29/how-to-install-kde-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Dev Story to Android</title>
		<link>http://danielj.se/2011/01/27/game-dev-story-to-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=game-dev-story-to-android</link>
		<comments>http://danielj.se/2011/01/27/game-dev-story-to-android/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 16:21:02 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Game Dev Story]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=861</guid>
		<description><![CDATA[Yesterday I downloaded Game Dev Story to my Android phone, and so far I have managed to play it for like 1 hour. I have to say that it&#8217;s a really fun and engaging game. The game is like an RPG where you start a game company, hire people and develope games that you later [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://danielj.se/wp-content/uploads/2011/01/GameDevStory.jpeg"><img class="alignright size-full wp-image-863" title="Game Dev Story" src="http://danielj.se/wp-content/uploads/2011/01/GameDevStory.jpeg" alt="Game Dev Story" width="200" height="300" /></a>Yesterday I downloaded Game Dev Story to my Android phone, and so far I have managed to play it for like 1 hour. I have to say that it&#8217;s a really fun and engaging game. The game is like an RPG where you start a game company, hire people and develope games that you later sell and make money off. The point is to make your company grow, level up your staff and so on. You really have to check it out if you own an Android phone.</p>
<ul>
<li><a href="http://www.appbrain.com/app/game-dev-story/net.kairosoft.android.gamedev3en" target="_blank">Game Dev Story</a></li>
</ul>
<div class="shr-publisher-861"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/27/game-dev-story-to-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrooted my Samsung Galaxy Spica</title>
		<link>http://danielj.se/2011/01/27/unrooted-my-samsung-galaxy-spica/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unrooted-my-samsung-galaxy-spica</link>
		<comments>http://danielj.se/2011/01/27/unrooted-my-samsung-galaxy-spica/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 16:08:44 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Galaxy Spica]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=855</guid>
		<description><![CDATA[Yesterday I got really tired of how slow my rooted Samsung Galaxy Spica I5700 was. Up until then it was so slow that I had to wait like 10 seconds before the SMS window would show up. It was rooted with LK2.08 and I had also installed SamdroidMod Kitchen. But yesterday I downloaded the latest [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yesterday I got really tired of how slow my rooted Samsung Galaxy Spica I5700 was. Up until then it was so slow that I had to wait like 10 seconds before the SMS window would show up. It was rooted with <a href="http://forum.samdroid.net/f55/lk2-08-original-firmwares-root-new-superuser-wifi-tether-bb-12-07-2010-a-1193/" target="_blank">LK2.08</a> and I had also installed <a href="http://forum.samdroid.net/f9/samdroidmod-kitchen-v-2-all-one-samsung-spica-i5700-en-1901/" target="_blank">SamdroidMod Kitchen</a>. But yesterday I downloaded the latest &#8220;normal&#8221; firmware to Galaxy Spica and installed it with Odin. The installation went fine, without bricking my phone. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And it is sooo fast now compared to LK2.08! It feels so fun to use it now. I can&#8217;t understand why the phone became so slow with my previous configuration. However, if you want to unroot your phone and/or update the firmware of your Galaxy Spica, here are some useful links:</p>
<ul>
<li><a href="http://www.samfirmware.com/WEBPROTECT-i5700.htm" target="_blank">Download Samsung Galaxy SpicaI5700 firmwares</a> &#8211; (<a href="http://www.bugmenot.com/view/samfirmware.com" target="_blank">You can find usernames and passwords here</a>)</li>
<li><a href="http://www.londatiga.net/it/samsung-i5700-galaxy-spica-android-2-1-flashing-guide/" target="_blank">Flashing guide</a></li>
<li><a href="http://www.addictivetips.com/mobile/how-to-upgrade-update-samsung-galaxy-i5700-1-5-to-firmware-2-1/" target="_blank">Another flashing guide</a></li>
<li><a href="http://www.machackpc.com/headline/how-to-flash-android-2-1-on-your-samsung-i5700-galaxy-spica/" target="_blank">A third guide</a></li>
</ul>
<div class="shr-publisher-855"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/27/unrooted-my-samsung-galaxy-spica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Fun Angry Joe Videos</title>
		<link>http://danielj.se/2011/01/25/3-fun-angry-joe-videos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-fun-angry-joe-videos</link>
		<comments>http://danielj.se/2011/01/25/3-fun-angry-joe-videos/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 23:53:34 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Angry Joe]]></category>
		<category><![CDATA[Cabela’s Dangerous Hunts 2011]]></category>
		<category><![CDATA[Fable 3]]></category>
		<category><![CDATA[TGWTG]]></category>
		<category><![CDATA[Worst Games of 2010]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=851</guid>
		<description><![CDATA[Below I have embedded 3 awesome, fresh Angry Joe videos that you must see. Enjoy! =) Top 32 Reasons Why I Hate Fable III! Cabela’s Dangerous Hunts 2011 Review Top 10 WORST Games of 2010! Angry Joe&#8217;s website]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Below I have embedded 3 awesome, fresh Angry Joe videos that you must see. Enjoy! =)</p>
<p style="text-align: center;"><strong>Top 32 Reasons Why I Hate Fable III!</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="277" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hdEVgpniagI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="277" src="http://blip.tv/play/hdEVgpniagI" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><strong>Cabela’s Dangerous Hunts 2011 Review</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="277" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hdEVgpjNQAI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="277" src="http://blip.tv/play/hdEVgpjNQAI" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;"><strong>Top 10 WORST Games of 2010!</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="277" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hdEVgpz4EAI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="277" src="http://blip.tv/play/hdEVgpz4EAI" allowfullscreen="true"></embed></object></p>
<ul>
<li><a href="http://angryjoeshow.com/" target="_blank">Angry Joe&#8217;s website</a></li>
</ul>
<div class="shr-publisher-851"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/25/3-fun-angry-joe-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Autocomplete in Eclipse</title>
		<link>http://danielj.se/2011/01/25/fix-autocomplete-in-eclipse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-autocomplete-in-eclipse</link>
		<comments>http://danielj.se/2011/01/25/fix-autocomplete-in-eclipse/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 23:44:12 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=846</guid>
		<description><![CDATA[My ability to autocomplete code in Eclipse just stopped to work. But the problem was easily solved by doing the following steps: Open the Preferences window, navigate to Java &#62; Editor &#62; Content Assist &#62; Advanced, tick everything that sounds right and finally Press OK. If you have another possible solution, please share it below [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>My ability to autocomplete code in Eclipse just stopped to work. But the problem was easily solved by doing the following steps: Open the <em>Preferences</em> window, navigate to <em>Java</em> &gt; <em>Editor</em> &gt; <em>Content Assist</em> &gt; <em>Advanced</em>, tick everything that sounds right and finally Press <em>OK</em>.</p>
<p>If you have another possible solution, please share it below in a comment.</p>
<div class="shr-publisher-846"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/25/fix-autocomplete-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dark Theme to Eclipse, Notepad++, Visual Studio and Vim</title>
		<link>http://danielj.se/2011/01/22/dark-theme-to-eclipse-notepad-visual-studio-and-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dark-theme-to-eclipse-notepad-visual-studio-and-vim</link>
		<comments>http://danielj.se/2011/01/22/dark-theme-to-eclipse-notepad-visual-studio-and-vim/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 23:41:02 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Dark Theme]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Prabir's Dark Theme]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=836</guid>
		<description><![CDATA[Hi! In this post I just want to recommend a nice theme that is available to the popular text editors and IDEs Eclipse, Notepad++, Visual Studio and Vim. It&#8217;s called Prabir&#8217;s Dark Theme and I have a link to the download page below. I&#8217;m using the theme in Eclipse and it works great. Download the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hi! In this post I just want to recommend a nice theme that is available to the popular text editors and IDEs Eclipse, Notepad++, Visual Studio and Vim. It&#8217;s called <em>Prabir&#8217;s Dark Theme</em> and I have a link to the download page below. I&#8217;m using the theme in Eclipse and it works great.</p>
<ul>
<li><a href="http://gitorious.org/themes/themes/trees/master" target="_blank">Download the themes here</a></li>
<li><a href="http://blog.prabir.me/post/Dark-Eclipse-Theme.aspx" target="_blank">Link to the creator&#8217;s blog post about the theme</a></li>
</ul>
<div id="attachment_842" class="wp-caption aligncenter" style="width: 431px"><img class="size-full wp-image-842" title="Prabir's Dark Theme" src="http://danielj.se/wp-content/uploads/2011/01/DarkTheme.jpg" alt="Prabir's Dark Theme" width="421" height="326" /><p class="wp-caption-text">Prabir&#39;s Dark Theme</p></div>
<div class="shr-publisher-836"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/22/dark-theme-to-eclipse-notepad-visual-studio-and-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensor Simulator to Android SDK &#8211; Simulate Accelerometer, Magnetic Field, Orientation, etc.</title>
		<link>http://danielj.se/2011/01/19/sensor-simulator-to-android-sdk-simulate-accelerometer-magnetic-field-orientation-etc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sensor-simulator-to-android-sdk-simulate-accelerometer-magnetic-field-orientation-etc</link>
		<comments>http://danielj.se/2011/01/19/sensor-simulator-to-android-sdk-simulate-accelerometer-magnetic-field-orientation-etc/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 17:49:29 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Accelerometer]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[Magnetic Field]]></category>
		<category><![CDATA[Orientation]]></category>
		<category><![CDATA[Sensor Simulator]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=820</guid>
		<description><![CDATA[I found and installed a really neat application to the Android SDK and pc. It&#8217;s called Sensor Simulator and is used to simulate the different sensors that can be found in Android phones, like the accelerometer, magnetic field sensor and the orientation sensor. I got this application working after that I managed to get the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://danielj.se/wp-content/uploads/2011/01/sensorsimulator01a_anim.gif"><img class="aligncenter size-full wp-image-821" title="Sensor Simulator" src="http://danielj.se/wp-content/uploads/2011/01/sensorsimulator01a_anim.gif" alt="Sensor Simulator" width="500" height="340" /></a></p>
<p>I found and installed a really neat application to the Android SDK and pc. It&#8217;s called Sensor Simulator and is used to simulate the different sensors that can be found in Android phones, like the accelerometer, magnetic field sensor and the orientation sensor. I got this application working after that <a href="http://danielj.se/2011/01/19/how-to-get-the-android-and-adb-commands-to-work-in-ubuntu-terminal-android-sdk/" target="_blank">I managed to get the adb command in the terminal to work</a>. Because it consists of two apps, one that you install on your virtual phone and one java app that you run on your computer. So it&#8217;s kinda useless if you aren&#8217;t able to install apps on your virtual phone from the computer. By the way, click on the image above to open it in a new window/tab to see it in the native resolution, in which you are actually able to read the text.</p>
<p>If you are interested, check out the links below. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Links:</p>
<ul>
<li><a href="http://code.google.com/p/openintents/wiki/SensorSimulator" target="_blank">Here you can find Sensor Simulator</a></li>
<li><a href="http://code.google.com/p/openintents/downloads/detail?name=sensorsimulator-1.1.0-rc1.zip&amp;can=2&amp;q=" target="_blank">Direct link to the download page</a></li>
</ul>
<div class="shr-publisher-820"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/19/sensor-simulator-to-android-sdk-simulate-accelerometer-magnetic-field-orientation-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get the android and adb commands to work in Ubuntu terminal (Android SDK)</title>
		<link>http://danielj.se/2011/01/19/how-to-get-the-android-and-adb-commands-to-work-in-ubuntu-terminal-android-sdk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-the-android-and-adb-commands-to-work-in-ubuntu-terminal-android-sdk</link>
		<comments>http://danielj.se/2011/01/19/how-to-get-the-android-and-adb-commands-to-work-in-ubuntu-terminal-android-sdk/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 02:31:03 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android SDK]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=813</guid>
		<description><![CDATA[At first, the commands android and adb didn&#8217;t work in my Ubuntu terminal. But what I did to get them to work was modifying the .bashrc file in my home folder. It&#8217;s hidden so I showed it with Ctrl + H. In the file i edited the PATH lines to this: #AndroidDev PATH export PATH=$PATH:/home/teraspes/android-sdk-linux_x86 [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>At first, the commands <em>android</em> and <em>adb</em> didn&#8217;t work in my Ubuntu terminal. But what I did to get them to work was modifying the <em>.bashrc</em> file in my home folder. It&#8217;s hidden so I showed it with Ctrl + H. In the file i edited the PATH lines to this:</p>
<blockquote><p>#AndroidDev PATH<br />
export PATH=$PATH:/home/teraspes/android-sdk-linux_x86<br />
export PATH=$PATH:/home/teraspes/android-sdk-linux_x86/platform-tools<br />
export PATH=$PATH:/home/teraspes/android-sdk-linux_x86/tools</p></blockquote>
<p>I can&#8217;t really recall what they were from the start, and I don&#8217;t know if all lines are needed. But as long as the commands work I won&#8217;t touch the lines, because I will just mess something up and end up with trying to fix it four hours.</p>
<p>If it still doesn&#8217;t work for you after this change, try to restart your computer.</p>
<div class="shr-publisher-813"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/19/how-to-get-the-android-and-adb-commands-to-work-in-ubuntu-terminal-android-sdk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PS3 Media Server &#8211; Stream Media to Playstation 3</title>
		<link>http://danielj.se/2011/01/19/ps3-media-server-stream-media-to-playstation-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ps3-media-server-stream-media-to-playstation-3</link>
		<comments>http://danielj.se/2011/01/19/ps3-media-server-stream-media-to-playstation-3/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 02:15:14 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Playstation 3]]></category>
		<category><![CDATA[PS3 Media Server]]></category>
		<category><![CDATA[Stream]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=804</guid>
		<description><![CDATA[The other day I really needed a program that could stream a .mkv file to the family&#8217;s Playstation 3. I can&#8217;t understand why it isn&#8217;t possible, in year 2011, to connect an external harddrive, formated with the NTFS file system, to a console and be able to play the content on it. I don&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The other day I really needed a program that could stream a .mkv file to the family&#8217;s Playstation 3. I can&#8217;t understand why it isn&#8217;t possible, in year 2011, to connect an external harddrive, formated with the NTFS file system, to a console and be able to play the content on it. I don&#8217;t know if it works if the harddrive is formated with FAT32, but that file system does only supports files with a size up to 4 GB, which is pretty crappy on a drive with 1 TB of space where I want to store large files. It&#8217;s 2011! My drive doesn&#8217;t even shows up when I, with USB, connects it to the PS3.</p>
<p>However, I went to Google Search and asked for a program that could stream .mkv files, since it would take a couple of hours to convert the file to .avi. Because Windows Media Player can&#8217;t stream .mkv files to PS3, it even can&#8217;t stream .mp4&#8230; HOWEVER, I found a great software to stream media to PS3 from a computer called <em>PS3 Media Server</em>. It streamed the .mkv without any problems, and it was also really simple to add an external subtitle file to the video.</p>
<p>Thumbs up to <em>PS3 Media Server</em> &#8211; check it out! It&#8217;s available on Linux, Windows and Mac, but I have only tried it on Windows.</p>
<ul>
<li><a href="http://code.google.com/p/ps3mediaserver/" target="_blank">Download it from Google Code</a></li>
<li><a href="http://ps3mediaserver.blogspot.com/" target="_blank">The blog</a></li>
</ul>
<div class="shr-publisher-804"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/19/ps3-media-server-stream-media-to-playstation-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jupiter Broadcasting</title>
		<link>http://danielj.se/2011/01/19/jupiter-broadcasting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jupiter-broadcasting</link>
		<comments>http://danielj.se/2011/01/19/jupiter-broadcasting/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 01:48:22 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Jupiter Broadcasting]]></category>
		<category><![CDATA[Linux Action Show]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=784</guid>
		<description><![CDATA[Ummm&#8230; Lets see if I can explain what Jupiter Broadcasting is. The sub-title on their website is &#8220;independent entertainment, on demand&#8221;, and I think that pretty much sums it up. What I have seen, there are three persons making the videos, or at least I have only seen three in the videos. Maybe there are [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="size-full wp-image-794 aligncenter" title="Juper Broadcasting" src="http://danielj.se/wp-content/uploads/2011/01/logo.jpg" alt="Juper Broadcasting" width="500" height="93" />Ummm&#8230; Lets see if I can explain what Jupiter Broadcasting is. The sub-title on their website is &#8220;independent entertainment, on demand&#8221;, and I think that pretty much sums it up. What I have seen, there are three persons making the videos, or at least I have only seen three in the videos. Maybe there are more behind the scenes, I don&#8217;t know. However, they have five shows (according to their homepage), where I find their show Linux Action Show the best. It&#8217;s broadcasted live every Sunday on their website, and then uploaded online for downloading and streaming. It&#8217;s usually about one hour long, and it&#8217;s fun and informative. But they don&#8217;t have that many viewers, according to the numbers below the videos on their Youtube Channel. Maybe many watch them live, or watch the episodes on their official website instead, or maybe download the episodes, I don&#8217;t know. But I really want more people to check these guys out, because they are doing a great work on their spare time &#8211; which they are providing to us completely free of charge.</p>
<p>So, check them out. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have added some links below. I hope you will like their work as much as I do.</p>
<p>Links:</p>
<ul>
<li><a href="http://www.jupiterbroadcasting.com/" target="_blank">Jupiter Broadcasting&#8217;s website</a></li>
<li><a href="http://www.youtube.com/user/jupiterbroadcasting" target="_blank">Their Youtube channel</a></li>
<li><a href="http://www.facebook.com/jupiterbroadcasting" target="_blank">Add them on Facebook</a></li>
</ul>
<div class="shr-publisher-784"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/19/jupiter-broadcasting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Gnome Theme &#8211; Orta</title>
		<link>http://danielj.se/2011/01/10/beautiful-gnome-theme-orta/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beautiful-gnome-theme-orta</link>
		<comments>http://danielj.se/2011/01/10/beautiful-gnome-theme-orta/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 11:25:33 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[GTK2]]></category>
		<category><![CDATA[Orta]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=774</guid>
		<description><![CDATA[The other day I found a really beautiful theme to Gnome called Orta. I don&#8217;t actually know what to say other than that, I guess you have to check it out by yourself to find out if you like it too. Here you can find out how you install the theme: http://skiesofazel.deviantart.com/art/Orta-184118297]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The other day I found a really beautiful theme to Gnome called Orta. I don&#8217;t actually know what to say other than that, I guess you have to check it out by yourself to find out if you like it too.</p>
<p>Here you can find out how you install the theme:</p>
<ul>
<li><a href="http://skiesofazel.deviantart.com/art/Orta-184118297" target="_blank">http://skiesofazel.deviantart.com/art/Orta-184118297</a></li>
</ul>
<p><a href="http://danielj.se/wp-content/uploads/2011/01/orta.jpg"><img class="aligncenter size-full wp-image-776" title="Orta" src="http://danielj.se/wp-content/uploads/2011/01/orta.jpg" alt="Orta" width="500" height="563" /></a></p>
<div class="shr-publisher-774"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/10/beautiful-gnome-theme-orta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally Finished Mass Effect 2</title>
		<link>http://danielj.se/2011/01/10/finally-finished-mass-effect-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finally-finished-mass-effect-2</link>
		<comments>http://danielj.se/2011/01/10/finally-finished-mass-effect-2/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 23:46:02 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Bioware]]></category>
		<category><![CDATA[Mass Effect]]></category>
		<category><![CDATA[Mass Effect 2]]></category>
		<category><![CDATA[RPG]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=757</guid>
		<description><![CDATA[Today I finally finished playing Mass Effect 2! I actually bought it a couple of months ago and I played a lot, but then I forgot about it until now. Maybe I became a bit tired of it, since I had played through ME1 for my third time right before I started playing ME2. However, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://danielj.se/wp-content/uploads/2011/01/masseffect2_wallpaper_10_1280x1024_1_.jpg"><img class="alignright size-medium wp-image-771" title="ME2" src="http://danielj.se/wp-content/uploads/2011/01/masseffect2_wallpaper_10_1280x1024_1_-300x239.jpg" alt="ME2" width="300" height="239" /></a>Today I finally finished playing Mass Effect 2! I actually bought it a couple of months ago and I played a lot, but then I forgot about it until now. Maybe I became a bit tired of it, since I had played through ME1 for my third time right before I started playing ME2. However, now have I finally &#8220;completed&#8221; the journey and I&#8217;m really looking forward to the last game in the trilogy.</p>
<p>Overall I think ME2 is an excellent game &#8211; one of the best games I have ever played. I really like the first one too, but this is even better. Bioware have removed most of the boring parts that were in ME1, for an example the vehicle levels and the looting system. They have also made a lot of improvements, like adding ammo to the weapons to make the game more actionish. The story is as always with Bioware&#8217;s games fantastic, and I must say that I really love how epic the ending is. The music in the game is also great, especially the music during the last mission and the trance music in the various clubs.</p>
<p>In ME3 I really hope that the choices that were made in ME2 will play a bigger role than those made in ME1 did in ME2. That was kind of a let-down, how little the choices from earlier game really mattered. Like, you had to choose between two characters who you wanted to save, while the other became killed. Then in this game (ME2) you will only meet that person at one occasion, have one talk with him/her and never see him/her again. That choice was supposed to have &#8220;great impact&#8221;. O&#8217;really. However, it was kinda fun to be recognized by people from the first game that I had helped, even if it hadn&#8217;t any impact on the story. But in ME2 you will in the end have to make, in my opinion, a great decision that feels will do a lot of difference in ME3. It was also possible to get a lot of your crew members killed, so if we don&#8217;t get a new crew again I guess that will make huge difference.</p>
<p>If you haven&#8217;t already played through ME2 &#8211; do it!</p>
<div class="shr-publisher-757"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/10/finally-finished-mass-effect-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best TV Series: Firefly</title>
		<link>http://danielj.se/2011/01/06/best-tv-series-firefly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=best-tv-series-firefly</link>
		<comments>http://danielj.se/2011/01/06/best-tv-series-firefly/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 19:16:54 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[Sci-Fi]]></category>
		<category><![CDATA[Serenity]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[TV Series]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=745</guid>
		<description><![CDATA[During this winter holiday I have been watching through all episodes of The Big Bang Theory, and a few times has the character Sheldon in the series mentioned the TV series Firefly. So I got a bit excited and decided to check it out. I haven&#8217;t seen all episodes yet, but half of them. And [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_747" class="wp-caption alignright" style="width: 250px"><a href="http://danielj.se/wp-content/uploads/2011/01/firefly.jpg"><img class="size-full wp-image-747" title="Firefly" src="http://danielj.se/wp-content/uploads/2011/01/firefly.jpg" alt="Firefly" width="240" height="240" /></a><p class="wp-caption-text">Firefly</p></div>
<p>During this winter holiday I have been watching through all episodes of The Big Bang Theory, and a few times has the character Sheldon in the series mentioned the TV series Firefly. So I got a bit excited and decided to check it out. I haven&#8217;t seen all episodes yet, but half of them. And there is also a movie called Serenity, which is a sequel to the series named after the crew&#8217;s space ship, that I&#8217;m planning on watching.</p>
<p>Even if I haven&#8217;t watched the whole series, I really want to recommend all of you to watch Firefly. Almost everything is great with the series. It has great and enjoyable characters, the space western theme is really awesome and the stories are all very exciting.</p>
<p>The only thing that I miss is that the episodes (that I have seen so far) are all stand-alone. I would rather see that the story and the characters developed during the episodes, and not that they ends where they started. But still, it&#8217;s a great series that you really shouldn&#8217;t miss! You will appreciate it even more if you enjoy science fiction. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-745"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/06/best-tv-series-firefly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Fix Flickering Flash Videos in Firefox 4 in Ubuntu 64-bit</title>
		<link>http://danielj.se/2011/01/06/how-to-fix-flickering-flash-videos-in-firefox-4-in-ubuntu-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-flickering-flash-videos-in-firefox-4-in-ubuntu-64-bit</link>
		<comments>http://danielj.se/2011/01/06/how-to-fix-flickering-flash-videos-in-firefox-4-in-ubuntu-64-bit/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 18:47:37 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash Player]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=736</guid>
		<description><![CDATA[For long I have been having problem with flickering flash videos in the Firefox 4 beta in Ubuntu 10.10 64-bit. Today I found a solution, and I have no longer any reason to use Chrome. It seems that the problem with flickering flash videos only occurs with Adobe Flash Player 10.1. So, by installing the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>For long I have been having problem with flickering flash videos in the Firefox 4 beta in Ubuntu 10.10 64-bit. Today I found a solution, and I have no longer any reason to use Chrome. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seems that the problem with flickering flash videos only occurs with Adobe Flash Player 10.1. So, by installing the beta 10.3 of Flash Player, the problem is now long gone.</p>
<p>I don&#8217;t know how you install the Flash beta in the 32-bit version of Ubuntu. But in the 64-bit version you just need to type these lines in the terminal:</p>
<pre class="brush: plain; title: ; notranslate">sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer</pre>
<p>I hope this solution works for you guys!</p>
<div class="shr-publisher-736"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2011/01/06/how-to-fix-flickering-flash-videos-in-firefox-4-in-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Anime, Manga &amp; Merchandise Online Stores</title>
		<link>http://danielj.se/2010/12/12/anime-manga-merchandise-online-stores/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=anime-manga-merchandise-online-stores</link>
		<comments>http://danielj.se/2010/12/12/anime-manga-merchandise-online-stores/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 23:57:39 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Manga]]></category>
		<category><![CDATA[AnimeNation]]></category>
		<category><![CDATA[Archonia]]></category>
		<category><![CDATA[Merchandise]]></category>
		<category><![CDATA[Play.com]]></category>
		<category><![CDATA[RightStuff]]></category>
		<category><![CDATA[Stores]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=718</guid>
		<description><![CDATA[Okay, I&#8217;m not going to buy anything. But I was interested in what kind of anime merchandise there was online, so I searched a bit and found some websites that I want to share here. AnimeNation Archonia Play RightStuff Maybe you will find something interesting on those sites. If you know any other good websites [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://danielj.se/wp-content/uploads/2010/12/animenation_2135_116743582.jpg"><img class="alignright size-full wp-image-727" title="Anime" src="http://danielj.se/wp-content/uploads/2010/12/animenation_2135_116743582.jpg" alt="Anime" width="180" height="231" /></a>Okay, I&#8217;m not going to buy anything. But I was interested in what kind of anime merchandise there was online, so I searched a bit and found some websites that I want to share here.</p>
<ul>
<li><a href="http://www.animenation.com/" target="_blank">AnimeNation</a></li>
<li><a href="http://www.archonia.com/" target="_blank">Archonia</a></li>
<li><a href="http://www.play.com/" target="_blank">Play</a></li>
<li><a href="http://www.rightstuf.com/" target="_blank">RightStuff</a></li>
</ul>
<p>Maybe you will find something interesting on those sites. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you know any other good websites from the top of your head that fits the description, you are very welcome to leave the addresses in a comment below.</p>
<div class="shr-publisher-718"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/12/anime-manga-merchandise-online-stores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>19 Useful FFmpeg Commands</title>
		<link>http://danielj.se/2010/12/12/19-useful-ffmpeg-commands/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=19-useful-ffmpeg-commands</link>
		<comments>http://danielj.se/2010/12/12/19-useful-ffmpeg-commands/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 23:10:01 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[.mp4]]></category>
		<category><![CDATA[Cmd]]></category>
		<category><![CDATA[Extract audio]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=715</guid>
		<description><![CDATA[Earlier I was searching for a software that could extract the audio from a .mp4 video file. Then I ended up on a website with commands to a very useful text based program called FFmpeg, including exactly what I was searching for. You can find all necessary links below: FFmpeg&#8217;s website FFmpeg&#8217;s documentation 19 useful [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Earlier I was searching for a software that could extract the audio from a .mp4 video file. Then I ended up on a website with commands to a very useful text based program called FFmpeg, including exactly what I was searching for. You can find all necessary links below:</p>
<ul>
<li><a href="http://www.ffmpeg.org/" target="_blank">FFmpeg&#8217;s website</a></li>
<li><a href="http://www.ffmpeg.org/ffmpeg-doc.html" target="_blank">FFmpeg&#8217;s documentation</a></li>
<li><a href="http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs" target="_blank">19 useful FFmpeg commands</a></li>
</ul>
<div class="shr-publisher-715"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/12/19-useful-ffmpeg-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet War Against WikiLeaks Opponents</title>
		<link>http://danielj.se/2010/12/10/internet-war-against-wikileaks-opponents/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-war-against-wikileaks-opponents</link>
		<comments>http://danielj.se/2010/12/10/internet-war-against-wikileaks-opponents/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 23:34:52 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AnonOps]]></category>
		<category><![CDATA[Julian Assange]]></category>
		<category><![CDATA[Mastercard]]></category>
		<category><![CDATA[Operation Payback]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[VISA]]></category>
		<category><![CDATA[WikiLeaks]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=708</guid>
		<description><![CDATA[Right now is the secret &#8220;organization&#8221; Anonymous fighting a war against opponents to WikiLeaks, as you can read in many newspapers. They are angry because Julian Assange was arrested two days ago, and now they are seeking revenge. The main targets have until now been VISA, Mastercard, Amazon and Paypal, since they disabled the ability [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Right now is the secret &#8220;organization&#8221; Anonymous fighting a war against opponents to WikiLeaks, as you can read in many newspapers. They are angry because Julian Assange was arrested two days ago, and now they are seeking revenge. The main targets have until now been VISA, Mastercard, Amazon and Paypal, since they disabled the ability to donate money to WikiLeaks. And donations are WikiLeaks&#8217; only income source, so it definitely hurts them.</p>
<p>The attack actually seems pretty organized just for this once. There are plenty of websites where you can get information about the attacks and how you can help in the fight. For an example: <a href="http://pastehtml.com/view/1c8i33u.html" target="_blank">http://pastehtml.com/view/1c8i33u.html</a>. The attacks are also being discussed on web forums, like <a href="http://www.4chan.org/" target="_blank">4chan</a>, and <a href="https://www.flashback.org/" target="_blank">Flashback</a> if you understand Swedish.</p>
<p>Here are three links to their Twitter feeds where you can read news about the attacks and which site that is the current target:</p>
<ul>
<li><a href="http://twitter.com/AnonOpsNet" target="_blank">http://twitter.com/AnonOpsNet</a></li>
<li><a href="http://twitter.com/Anon_Operations" target="_blank">http://twitter.com/Anon_Operations</a></li>
<li><a href="http://twitter.com/Op_Payback" target="_blank">http://twitter.com/Op_Payback</a></li>
</ul>
<p>If you want to get involved &#8211; I really recommend you to join the IRC server. There are a couple of thousands users logged in and discussing attack related stuff.</p>
<p>The attackers also have a radio channel, which a guys broadcasted live on yesterday. He was playing music and calling VISA and Mastercard, asking them what was wrong with their sites. You can find the URL to the stream on their IRC. But here are two links to the stream, don&#8217;t know if they still work tho:</p>
<ul>
<li><a href="http://de1.tritnaha.com:8000" target="_blank">http://de1.tritnaha.com:8000</a></li>
<li><a href="http://radio.anonops.net:8000" target="_blank">http://radio.anonops.net:8000</a></li>
</ul>
<p>Apparently they have created a new Facebook too, since their first one was deleted:</p>
<ul>
<li><a href="http://www.facebook.com/pages/Operation-Payback-LIVE-Reports/181468958532609" target="_blank">http://www.facebook.com/pages/Operation-Payback-LIVE-Reports/181468958532609</a></li>
</ul>
<p>See ya on the battlefield! I believe this can evolve into something really interesting. At the moment there are about 9000 computers performing DDoS attacks.</p>
<div class="shr-publisher-708"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/10/internet-war-against-wikileaks-opponents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hatsune Miku live concert 39&#8242;s Giving Day</title>
		<link>http://danielj.se/2010/12/09/hatsune-miku-live-concert-39s-giving-day/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hatsune-miku-live-concert-39s-giving-day</link>
		<comments>http://danielj.se/2010/12/09/hatsune-miku-live-concert-39s-giving-day/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 22:52:40 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[39's Giving Day]]></category>
		<category><![CDATA[Concert]]></category>
		<category><![CDATA[Hatsune Miku]]></category>
		<category><![CDATA[Hologram]]></category>
		<category><![CDATA[Vocaloid]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=699</guid>
		<description><![CDATA[Some weeks ago I stumble across a really cool video where Hatsune Miku performs live at the 39&#8242;s Giving Day concert in Japan. There are also three other characters performing, but I don&#8217;t know their names. ^^ Check out Miku&#8217;s performance below: The first time I watched the video I saw it in very low [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Some weeks ago I stumble across a really cool video where Hatsune Miku performs live at the 39&#8242;s Giving Day concert in Japan. There are also three other characters performing, but I don&#8217;t know their names. ^^</p>
<p>Check out Miku&#8217;s performance below:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DTXO7KGHtjI?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/DTXO7KGHtjI?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The first time I watched the video I saw it in very low resolution, so I couldn&#8217;t really tell how the technology to show her worked. At first I thought that maybe it was a real actor in a costume or a robot, since Japan is a really robot friendly country. Then I googled to find answer and <a href="http://singularityhub.com/2010/11/09/cant-miss-videos-of-japans-3d-hologram-rock-star-hatsune-miku-in-hd/" target="_blank">I found this article</a> &#8211; stating that Miku on the concert was a 3D hologram. But I wasn&#8217;t sure if the article was right, which it wasn&#8217;t. Because I thought it sounded a bit too advance with 3D hologram.</p>
<p>If you watch the performance in higher resolution you can easily see that she is very pixely at close distance, which proves that she isn&#8217;t real or a robot. It is also possible to see that there is a huge frame on the stage with a net, that Miku is projected on with a camera from behind. So in reality it is only a 2D image on a net. However, it still looks awesome and the spirit on the concert is fantastic. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-699"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/09/hatsune-miku-live-concert-39s-giving-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Immigration as Gumballs</title>
		<link>http://danielj.se/2010/12/03/immigration-as-gumballs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=immigration-as-gumballs</link>
		<comments>http://danielj.se/2010/12/03/immigration-as-gumballs/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 23:24:29 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[Immigration]]></category>
		<category><![CDATA[Roy Beck]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=690</guid>
		<description><![CDATA[It was about a month ago or so that I saw this video for the first time. But it popped up in my mind just now and I thought it would be a good idea to promote it and give it some more views, because it&#8217;s a really good and interesting video. In the video [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It was about a month ago or so that I saw this video for the first time. But it popped up in my mind just now and I thought it would be a good idea to promote it and give it some more views, because it&#8217;s a really good and interesting video. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In the video explains the author Roy Beck why mass immigration is not an effective way to solve poverty. So, sit back, relax, and enjoy the ride*:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/1pgz6ZCqhtg?fs=1&amp;hl=sv_SE" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/1pgz6ZCqhtg?fs=1&amp;hl=sv_SE" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>*quote from Jon Hallur&#8217;s gig at the EVE fanfest 2006 where he played live. The mix can be found on the Internet if you are interesting.</p>
<div class="shr-publisher-690"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/03/immigration-as-gumballs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mirror&#8217;s Edge didn&#8217;t live up to the expectations?</title>
		<link>http://danielj.se/2010/12/03/mirrors-edge-didnt-live-up-to-the-expectations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mirrors-edge-didnt-live-up-to-the-expectations</link>
		<comments>http://danielj.se/2010/12/03/mirrors-edge-didnt-live-up-to-the-expectations/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 23:09:44 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Dead Space]]></category>
		<category><![CDATA[Dice]]></category>
		<category><![CDATA[EA]]></category>
		<category><![CDATA[FZ]]></category>
		<category><![CDATA[Mirror's Edge]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=681</guid>
		<description><![CDATA[In the days I read an article on the Swedish gaming news site FZ about Frank Gibeau&#8217;s, who is boss on EA, opinions about Mirror&#8217;s Edge and Dead Space. Apparently he doesn&#8217;t think neither of those two games lived up to expectations, because they didn&#8217;t have a multiplayer mode included. Still he thinks that Dead [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In the days I read an article on the Swedish gaming news site FZ about Frank Gibeau&#8217;s, who is boss on EA, opinions about Mirror&#8217;s Edge and Dead Space. Apparently he doesn&#8217;t think neither of those two games lived up to expectations, because they didn&#8217;t have a multiplayer mode included. Still he thinks that Dead Space sold well, which it did, but yeah, that wasn&#8217;t enough.</p>
<p>I really can&#8217;t see how it would be a bad thing to not spend time on a mutliplayer mode that wouldn&#8217;t work in the first place. Try to imagine multiplayer in Mirror&#8217;s Edge. Would it be co-op where you with all optional paths and fast phased gameplay only would lost each other? Or why not death match? Or even better, team death match with cops against a bunch of runner? That would be awesome! (not)</p>
<p>No, let Dice develop a sequel to Mirror&#8217;s Edge and don&#8217;t force them to include something stupid as a multiplayer mode.</p>
<ul>
<li><a href="http://www.fz.se/artiklar/nyheter/20101129/ea-mirrors-edge-och-dead-space-motsvarade-inte-forvantningarna" target="_blank">Link to the piece of news on FZ</a> (it&#8217;s in Swedish)</li>
<li><a href="http://www.develop-online.net/features/1065/A-Frank-discussion-with-EA" target="_blank">Link to the original article</a></li>
</ul>
<div class="shr-publisher-681"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/03/mirrors-edge-didnt-live-up-to-the-expectations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Kinect fail?</title>
		<link>http://danielj.se/2010/12/02/will-kinect-fail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=will-kinect-fail</link>
		<comments>http://danielj.se/2010/12/02/will-kinect-fail/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 22:52:00 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Angry Joe]]></category>
		<category><![CDATA[Kinect]]></category>
		<category><![CDATA[Kinect Sports]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sonic Free Riders]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=669</guid>
		<description><![CDATA[Kinect was recently released, and I guess all of you people that will stumble upon this text are already familiar with it. I can&#8217;t say that I have read very much about it, but at least some. And I have watched some videos where it have been showed, and some gameplay videos. I don&#8217;t believe [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Kinect was recently released, and I guess all of you people that will stumble upon this text are already familiar with it. I can&#8217;t say that I have read very much about it, but at least some. And I have watched some videos where it have been showed, and some gameplay videos.</p>
<p>I don&#8217;t believe Kinect will replace the regular controller, like they say in the advertisements. It will be a nice extra type of controller that will work in some kinds of games, like Dance Central. But then there is a flood of games that are being pumped out with Kinect support, that would be played much better with a regular controller.</p>
<p>Besides that there are a lot of games that works better with a regular controller. The Kinect&#8217;s performance isn&#8217;t either very good. I have heard many people and critics complain about the high response time, that really becomes a problem in fast phased games. For an example boxing games, where you have to act very fast.</p>
<p>Even if the Kinect works well with some types of games, I believe some of  them are totally stupid. For an example you have Kinect Sports, which is a Wii Sports clone. Why would anyone pay money for an Xbox, a Kinect and for this game to be able to throw imaginary spears and discuses in front of the TV? I would rather go out and throw real sticks.</p>
<p>But I guess that only the future can tell if this piece of new technology will bring us any new, fun games.</p>
<p>Here is a really fun review of Sonic Free Riders, by Angry Joe:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="277" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hdEVgovVZQI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="277" src="http://blip.tv/play/hdEVgovVZQI" allowfullscreen="true"></embed></object></p>
<p>Here is another video, where Kinect Sports is reviewed by Angry Joe:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="277" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hdEVgo3HMQI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="277" src="http://blip.tv/play/hdEVgo3HMQI" allowfullscreen="true"></embed></object></p>
<p>And lastly a video where he reviews the actual hardware:</p>
<p><embed src="http://blip.tv/play/hdEVgouEewI" type="application/x-shockwave-flash" width="480" height="277" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<div class="shr-publisher-669"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/12/02/will-kinect-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding Up My Blog</title>
		<link>http://danielj.se/2010/11/17/speeding-up-my-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speeding-up-my-blog</link>
		<comments>http://danielj.se/2010/11/17/speeding-up-my-blog/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 00:10:54 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[Image Hosting]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=659</guid>
		<description><![CDATA[Until today I have usually added images to blog posts by linking them from other pages, found through Google Image Search. But from now on I will change that habit. Not that I won&#8217;t use Google Image Search any longer, but I won&#8217;t add images to posts that are hosted on other sites. Instead I [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Until today I have usually added images to blog posts by linking them from other pages, found through Google Image Search. But from now on I will change that habit. Not that I won&#8217;t use Google Image Search any longer, but I won&#8217;t add images to posts that are hosted on other sites. Instead I will search for the image, download it, resize it in Gimp, save it in a compressed format, and finally upload and add it to the relevant post with WordPress.</p>
<p>This change will greatly decrease the loading time for my blog and posts. Because usually are the images unnecessary large and have to be resized on the user&#8217;s computer, which means that the user have to download the full image, to later make it smaller. This is pretty pointless.<br />
The images are also often saved in formats that aren&#8217;t very Internet friendly, which takes up much space and will just increase the loading time for the user. Instead I will save all images as compressed jpegs.<br />
The last advantage with hosting the images on my own web host, is that the transfer time will decrease since the user won&#8217;t have to access foreign countries around the whole globe to download images. And it also looks pretty bad when the site won&#8217;t stop loading, because some Russian server has a slow upload speed.</p>
<div class="shr-publisher-659"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/11/17/speeding-up-my-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Beginner&#8217;s Guide To Piracy &#8211; EVE Online</title>
		<link>http://danielj.se/2010/11/17/the-beginners-guide-to-piracy-eve-online/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-beginners-guide-to-piracy-eve-online</link>
		<comments>http://danielj.se/2010/11/17/the-beginners-guide-to-piracy-eve-online/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 23:12:29 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[MMORPG]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[The Beginner's Guide To Piracy]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=643</guid>
		<description><![CDATA[I googled after some tips for future pirates in EVE Online, and I found a really great PDF document that consists of 55 whole pages(!), describing the basics of piracy, strategies, tactics, ships and fittings. A really great guide which I really recommend! Now I&#8217;m really eager to start with piracy, maybe with a frigate [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignright" style="width: 261px"><img title="EVE Online" src="http://www.eveonline.com/screenshots/2009/02.jpg" alt="EVE Online" width="251" height="173" /><p class="wp-caption-text">EVE Online</p></div>
<p>I googled after some tips for future pirates in EVE Online, and I found a really great PDF document that consists of 55 whole pages(!), describing the basics of piracy, strategies, tactics, ships and fittings. A really great guide which I really recommend!</p>
<p>Now I&#8217;m really eager to start with piracy, maybe with a frigate which I can afford without any problems.</p>
<p>Here are you able to download the guide:</p>
<ul>
<li><a href="http://dl.eve-files.com/media/corp/TheOrangeGuy/Beginners_Guide_to_Piracy_2.1.pdf" target="_blank">http://dl.eve-files.com/media/corp/TheOrangeGuy/Beginners_Guide_to_Piracy_2.1.pdf</a></li>
</ul>
<p>Here is a thread on the official EVE Online forum about the guide:</p>
<ul>
<li><a href="http://www.eveonline.com/ingameboard.asp?a=topic&amp;threadID=936500" target="_blank">http://www.eveonline.com/ingameboard.asp?a=topic&amp;threadID=936500</a></li>
</ul>
<div class="shr-publisher-643"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/11/17/the-beginners-guide-to-piracy-eve-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install EVE Online in Ubuntu 10.10</title>
		<link>http://danielj.se/2010/11/14/how-to-install-eve-online-in-ubuntu-10-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-eve-online-in-ubuntu-10-10</link>
		<comments>http://danielj.se/2010/11/14/how-to-install-eve-online-in-ubuntu-10-10/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 21:34:14 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[MMORPG]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=638</guid>
		<description><![CDATA[If you want to install EVE Online in Ubuntu, follow the steps below. I did it on Ubuntu 10.10 64-bit and it worked great. Install Wine Download the Windows-version of EVE Run the installer for EVE by right clicki the file, select Properties, open the Permissions tab and bock the Execute-box. Close the window, right [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you want to install EVE Online in Ubuntu, follow the steps below. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I did it on Ubuntu 10.10 64-bit and it worked great.</p>
<ol>
<li>Install Wine</li>
<li>Download the Windows-version of EVE</li>
<li>Run the installer for EVE by right clicki the file, select <em>Properties</em>, open the <em>Permissions</em> tab and bock the <em>Execute</em>-box.</li>
<li>Close the window, right click the install file and select <em>Open with Wine&#8230;</em></li>
<li>Install EVE but don&#8217;t run the game after the installation.</li>
<li>Open a terminal window and type: &#8220;wget http://www.kegel.com/wine/winetricks&#8221;, followed by &#8220;sh winetricks corefonts vcrun6 d3dx9&#8243; to install fonts, DirectX and stuff.</li>
<li>Close the terminal and go into Applications &gt; Wine &gt; Configure Wine.</li>
<li>Go into the <em>Graphics</em> tab.</li>
<li>Chose the &#8220;Emulate a virtual desktop&#8221; option.</li>
<li>Type in a desktop size that is smaller than your screen resolution. Since my monitor&#8217;s resolution is 1680&#215;1050, I typed in 1440&#215;900 in the <em>Desktop size</em> boxes.</li>
<li>Now, close the Wine configuration window and start EVE Online.</li>
<li>Profit!</li>
</ol>
<div class="shr-publisher-638"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/11/14/how-to-install-eve-online-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EVE Online Mission Reports &amp; Info</title>
		<link>http://danielj.se/2010/11/14/eve-online-mission-reports-info/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eve-online-mission-reports-info</link>
		<comments>http://danielj.se/2010/11/14/eve-online-mission-reports-info/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 21:06:05 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[Missions]]></category>
		<category><![CDATA[MMORPG]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=634</guid>
		<description><![CDATA[Since I&#8217;m doing missions right now in EVE, I find this website very useful: http://eve-survival.org/wikka.php?wakka=MissionReports And because I use projectile weapons, I also find this website useful to easily compare the different ammo types: http://www.eve-wiki.net/index.php?title=Projectile_ammunition Here is another page with a great amount of good information about missions in EVE: http://wiki.eveonline.com/en/wiki/Missions_guide]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Since I&#8217;m doing missions right now in EVE, I find this website very useful:</p>
<ul>
<li><a href="http://eve-survival.org/wikka.php?wakka=MissionReports" target="_blank">http://eve-survival.org/wikka.php?wakka=MissionReports</a></li>
</ul>
<p>And because I use projectile weapons, I also find this website useful to easily compare the different ammo types:</p>
<ul>
<li><a href="http://www.eve-wiki.net/index.php?title=Projectile_ammunition" target="_blank">http://www.eve-wiki.net/index.php?title=Projectile_ammunition</a></li>
</ul>
<p>Here is another page with a great amount of good information about missions in EVE:</p>
<ul>
<li><a href="http://wiki.eveonline.com/en/wiki/Missions_guide" target="_blank">http://wiki.eveonline.com/en/wiki/Missions_guide</a></li>
</ul>
<div class="wp-caption aligncenter" style="width: 510px"><img title="EVE" src="http://www.eveonline.com/screenshots/2003/01.jpg" alt="EVE" width="500" height="377" /><p class="wp-caption-text">EVE Online</p></div>
<div class="shr-publisher-634"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/11/14/eve-online-mission-reports-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EVE Online &#8211; Nice Hurricane Fitting</title>
		<link>http://danielj.se/2010/11/14/eve-online-nice-hurricane-fitting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eve-online-nice-hurricane-fitting</link>
		<comments>http://danielj.se/2010/11/14/eve-online-nice-hurricane-fitting/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 20:56:00 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[BattleClinic]]></category>
		<category><![CDATA[CCP]]></category>
		<category><![CDATA[EVE Online]]></category>
		<category><![CDATA[Fitting]]></category>
		<category><![CDATA[Hurricane]]></category>
		<category><![CDATA[MMORPG]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=627</guid>
		<description><![CDATA[Hi! I haven&#8217;t written very much here during the past two months, but I&#8217;m going to start blogging here again. Earlier this week I got an email from CCP in which they asked me to return to EVE, and gave me 5 free testing days. Now I have added even more time and are playing [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hi!</p>
<div class="wp-caption alignright" style="width: 274px"><img title="EVE" src="http://www.eveonline.com/screenshots/2007/05.jpg" alt="EVE" width="264" height="175" /><p class="wp-caption-text">EVE Online</p></div>
<p>I haven&#8217;t written very much here during the past two months, but I&#8217;m going to start blogging here again. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Earlier this week I got an email from CCP in which they asked me to return to EVE, and gave me 5 free testing days. Now I have added even more time and are playing on my old minmatar character &#8211; Ytec. I got almost 2 million skillpoints and have recently bought a battle cruiser, the Hurricane. I&#8217;m trading, and doing level 2 missions to increase my standing with Brutor to do level 3 missions some time in the future. Doing missions is also a way to decrease the trading fees.</p>
<p>But back to the Hurricane. I didn&#8217;t really know what fit it with, so I went online, googled and found the website <a href="http://eve.battleclinic.com/index.php" target="_blank">BattleClinic</a>. On that website I found this nice fitting:</p>
<ul>
<li><a href="http://eve.battleclinic.com/loadout/25797-Hurricane-Dark-Fusion-Terror-L3-Mission-Runner.html#loadout" target="_blank">http://eve.battleclinic.com/loadout/25797-Hurricane-Dark-Fusion-Terror-L3-Mission-Runner.html#loadout</a></li>
</ul>
<p>I&#8217;m a bit poor so I haven&#8217;t bought any T2-items, and I haven&#8217;t played any level 3 missions yet. But so far it&#8217;s great and blows up everything in level 2 missions.</p>
<div class="shr-publisher-627"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/11/14/eve-online-nice-hurricane-fitting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Nintendo DS Emulator &#8211; DeSmuME</title>
		<link>http://danielj.se/2010/10/31/great-nintendo-ds-emulator-desmume/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=great-nintendo-ds-emulator-desmume</link>
		<comments>http://danielj.se/2010/10/31/great-nintendo-ds-emulator-desmume/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 20:29:44 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[DeSmuME]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=624</guid>
		<description><![CDATA[If you want to play Nintendo DS games on your PC I can recommends you to try out DeSmuME! I have tried it out on Ubuntu 10.10 and it worked great, but it&#8217;s also available to Windows and Mac. You can download DeSmuME to Ubuntu through the Ubuntu Software Center, or by pasting this line [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you want to play Nintendo DS games on your PC I can recommends you to try out DeSmuME! I have tried it out on Ubuntu 10.10 and it worked great, but it&#8217;s also available to Windows and Mac.</p>
<p>You can download DeSmuME to Ubuntu through the <em>Ubuntu Software Center</em>, or by pasting this line in the terminal:</p>
<blockquote><p>sudo apt-get install desmume</p></blockquote>
<p>Here you are able to download it to Windows and Mac:</p>
<ul>
<li><a href="http://www.desmume.com/download.htm" target="_blank">http://www.desmume.com/download.htm</a></li>
</ul>
<div class="shr-publisher-624"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/10/31/great-nintendo-ds-emulator-desmume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to work with databases/SQLite in Android SDK</title>
		<link>http://danielj.se/2010/09/16/how-to-work-with-databasessqlite-in-android-sdk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-work-with-databasessqlite-in-android-sdk</link>
		<comments>http://danielj.se/2010/09/16/how-to-work-with-databasessqlite-in-android-sdk/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 19:40:33 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=621</guid>
		<description><![CDATA[On Google&#8217;s official Android SDK website you can read about how to store data, work with databases and SQLite, but it&#8217;s not very much text there. Maybe there is an example that I have missed or something. Here is a link to the information on Android Developer-page: http://developer.android.com/guide/topics/data/data-storage.html But I did also find a very [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On Google&#8217;s official Android SDK website you can read about how to store data, work with databases and SQLite, but it&#8217;s not very much text there. Maybe there is an example that I have missed or something. Here is a link to the information on Android Developer-page:</p>
<ul>
<li><a href="http://developer.android.com/guide/topics/data/data-storage.html" target="_blank">http://developer.android.com/guide/topics/data/data-storage.html</a></li>
</ul>
<p>But I did also find a very nice &#8220;tutorial&#8221;, or maybe I should call it a article with sample code, that shows how to use SQLite in Android SDK. Very helpful! Here are the 3 steps/pages:</p>
<ul>
<li><a class="linkification-ext" title="Linkification: http://www.screaming-penguin.com/node/7742" href="http://www.screaming-penguin.com/node/7742">Android SQLite Basics: creating and using a database, and working with sqlite3</a></li>
<li><a href="http://www.screaming-penguin.com/node/7746" target="_blank">Android Application and AsyncTask basics</a></li>
<li><a href="http://www.screaming-penguin.com/node/7749" target="_blank">Backing up your Android SQLite database to the SD card</a></li>
</ul>
<p>Have fun! <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-621"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/16/how-to-work-with-databasessqlite-in-android-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GreenDevDroid &#8211; Black Android Samsung Spica Theme</title>
		<link>http://danielj.se/2010/09/14/greendevdroid-black-android-samsung-spica-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=greendevdroid-black-android-samsung-spica-theme</link>
		<comments>http://danielj.se/2010/09/14/greendevdroid-black-android-samsung-spica-theme/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 21:45:06 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Galaxy Spica]]></category>
		<category><![CDATA[GreenDevDroid]]></category>
		<category><![CDATA[Samdroid]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=610</guid>
		<description><![CDATA[I found an awesome looking, dark theme to Samsung Galaxy Spica i5700! I don&#8217;t know what to say else than it&#8217;s just awesome. But the latest version (8.1) requires that you have a Spica phone running the custom ROM Samdroid v1.2.x or 1.3.1 deodexed. And to run Samdroid you must root your phone with the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I found an awesome looking, dark theme to Samsung Galaxy Spica i5700! I don&#8217;t know what to say else than it&#8217;s just awesome.</p>
<p>But the latest version (8.1) requires that you have a Spica phone running the custom ROM Samdroid v1.2.x or 1.3.1 deodexed. And to run Samdroid you must root your phone with the LK kernel. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I only recommend doing these steps if you know what you are doing and are aware of the possible damages.<strong><em> </em></strong></p>
<ul>
<li><a href="http://forum.samdroid.net/f42/greendevdroid-1807/" target="_blank">Download GreenDevDroid here</a></li>
</ul>
<p><a href="http://danielj.se/wp-content/uploads/2010/09/circlebattery.jpg"><img class="aligncenter size-full wp-image-653" title="GreenDevDroid" src="http://danielj.se/wp-content/uploads/2010/09/circlebattery.jpg" alt="GreenDevDroid" width="510" height="255" /></a></p>
<div class="shr-publisher-610"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/14/greendevdroid-black-android-samsung-spica-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t download Angry Birds from Android Market?</title>
		<link>http://danielj.se/2010/09/13/cant-download-angry-birds-from-android-market/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cant-download-angry-birds-from-android-market</link>
		<comments>http://danielj.se/2010/09/13/cant-download-angry-birds-from-android-market/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 16:19:44 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Angry Birds]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Market]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=606</guid>
		<description><![CDATA[I can&#8217;t download Angry Birds Beta from the Android Market for some unknown reason. And apparently I&#8217;m not the only one with this problem. So I found a website with the Angry Birds Beta APK-file that I downloaded, copied to my Spica and installed with Astro. Yeah, so now I&#8217;m able to play some&#8230; Angry [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter" title="Angry Birds" src="http://www.talkandroid.com/wp-content/uploads/2010/06/angry-birds.jpg" alt="Angry Birds" width="354" height="235" /></p>
<p>I can&#8217;t download Angry Birds Beta from the Android Market for some unknown reason. And apparently I&#8217;m not the only one with this problem. So I found a website with the Angry Birds Beta APK-file that I downloaded, copied to my Spica and installed with Astro. Yeah, so now I&#8217;m able to play some&#8230; Angry Birds! Yey!</p>
<ul>
<li><a href="http://www.talkandroid.com/13583-cant-get-angry-birds-lite-on-the-market-download-the-apk/" target="_blank">Download Angry Birs Beta here</a></li>
</ul>
<div class="shr-publisher-606"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/13/cant-download-angry-birds-from-android-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom ROMs and Rooting for Android Explained</title>
		<link>http://danielj.se/2010/09/11/custom-roms-and-rooting-for-android-explained/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-roms-and-rooting-for-android-explained</link>
		<comments>http://danielj.se/2010/09/11/custom-roms-and-rooting-for-android-explained/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 14:49:59 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[ROM]]></category>
		<category><![CDATA[Root]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=597</guid>
		<description><![CDATA[I found two great posts on Android Police that explain what custom ROMs are and what rooting is. If you are interested and don&#8217;t already know what that stuff is, check out these posts: Custom ROMs For Android Explained And Why You Want Them Rooting Explained + Top 5 Benefits Of Rooting Your Android Phone]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Android Police" src="http://www.androidpolice.com/wp-content/uploads/2010/05/image_thumb_thumb.png" alt="Android Police" width="93" height="93" />I found two great posts on <a href="http://www.androidpolice.com/" target="_blank">Android Police</a> that explain what custom ROMs are and what rooting is. If you are interested and don&#8217;t already know what that stuff is, check out these posts:</p>
<ul>
<li><a href="http://www.androidpolice.com/2010/05/01/custom-roms-for-android-explained-and-why-you-want-them/" target="_blank">Custom ROMs For Android Explained And Why You Want Them</a></li>
<li><a href="http://www.androidpolice.com/2010/04/15/rooting-explained-top-5-benefits-of-rooting-your-android-phone/" target="_blank">Rooting Explained + Top 5 Benefits Of Rooting Your Android Phone</a></li>
</ul>
<div class="shr-publisher-597"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/11/custom-roms-and-rooting-for-android-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root Your Samsung Galaxy Spica With LK2.08</title>
		<link>http://danielj.se/2010/09/11/root-your-samsung-galaxy-spica-with-lk2-08/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=root-your-samsung-galaxy-spica-with-lk2-08</link>
		<comments>http://danielj.se/2010/09/11/root-your-samsung-galaxy-spica-with-lk2-08/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 14:06:45 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Galaxy Spica]]></category>
		<category><![CDATA[Leshak]]></category>
		<category><![CDATA[LK2.08]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[Samdroid]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=582</guid>
		<description><![CDATA[Yesterday night I rooted my Samsung Galaxy Spica i5700 with the LK2.08 kernel from Leshak at the Samdroid forum. You can find the kernel on his forum. This kernel gives you root access to your Spica, changes the Recovery function and other stuff, you can see the full list of what the kernel includes in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://danielj.se/wp-content/uploads/2010/09/Leshak.jpg"><img class="alignright size-full wp-image-657" title="Leshak 2.08" src="http://danielj.se/wp-content/uploads/2010/09/Leshak.jpg" alt="Leshak 2.08" width="200" height="267" /></a>Yesterday night I rooted my Samsung Galaxy Spica i5700 with the LK2.08 kernel from Leshak at the <a href="http://forum.samdroid.net/" target="_blank">Samdroid forum</a>. You can find <a href="http://forum.samdroid.net/f9/lk2-08-original-firmwares-root-new-superuser-wifi-tether-bb-12-07-2010-a-1193/" target="_blank">the kernel</a> on his forum. This kernel gives you root access to your Spica, changes the Recovery function and other stuff, you can see the full list of what the kernel includes in the opening post in the forum thread.</p>
<p>The only problem was that the guide in the thread, that described the steps to flash your phone, wasn&#8217;t very great. Only two steps that didn&#8217;t say much. But lucky me I found a much better guide about flashing LK2.08 to Spica on this website:</p>
<ul>
<li><a href="http://mesonprojekt.com/blog/root-your-samsung-spica-with-lk208" target="_blank">http://mesonprojekt.com/blog/root-your-samsung-spica-with-lk208</a></li>
</ul>
<p>The procedure went fine for me and now I&#8217;m sitting here with a rooted Spica. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I rooted my phone because I wanted to be able to get the extra functionality out of my phone. And I have always liked to hack and take stuff apart, even if this only was a simple flash procedure. I also had to root the phone to be able to change the default theme to a black one. I&#8217;m such a perfectionist with my black notification bar. <img src='http://danielj.se/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Here are two other guides that show you how to flash your Galaxy Spica (but to 2.1). I don&#8217;t really know if they are any good, but at least they give some tips and images:</p>
<ul>
<li><a href="http://www.greaky.com/2010/02/samsung-i5700-galaxy-spica-android-21.html" target="_blank">http://www.greaky.com/2010/02/samsung-i5700-galaxy-spica-android-21.html</a></li>
<li><a href="http://www.addictivetips.com/mobile/how-to-upgrade-update-samsung-galaxy-i5700-1-5-to-firmware-2-1" target="_blank">http://www.addictivetips.com/mobile/how-to-upgrade-update-samsung-galaxy-i5700-1-5-to-firmware-2-1</a></li>
</ul>
<p>EDIT:<br />
I found another nice guide that shows you how to root your Spica with LK2.02:</p>
<ul>
<li><a href="http://www.addictivetips.com/mobile/root-samsung-galaxy-spica-i5700-with-leshaks-kernel/" target="_blank">http://www.addictivetips.com/mobile/root-samsung-galaxy-spica-i5700-with-leshaks-kernel/</a></li>
</ul>
<div class="shr-publisher-582"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/11/root-your-samsung-galaxy-spica-with-lk2-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LG 42LD420</title>
		<link>http://danielj.se/2010/09/05/lg-42ld420/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lg-42ld420</link>
		<comments>http://danielj.se/2010/09/05/lg-42ld420/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 13:04:05 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[42LD420]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[LD420]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=553</guid>
		<description><![CDATA[My mum and dad did just agree about buying a new TV from this generation! We have had an old, fat 20&#8243; (or something) CRT TV until now. The TV that will replace our current one is a LG 42LD420, that you can see in the name is 42&#8243; large. With that size, full HD [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="LG 42LD420 " src="http://www.prisjakt.nu/bilder/bild.php?p=571138&amp;type=front&amp;size=800" alt="LG 42LD420 " width="200" height="140" />My mum and dad did just agree about buying a new TV from this generation! We have had an old, fat 20&#8243; (or something) CRT TV until now.</p>
<p>The TV that will replace our current one is a LG 42LD420, that you can see in the name is 42&#8243; large. With that size, full HD and LCD technology, it is a pretty big jump from our CRT TV. Now we will be able to use the HDMI-port on our DVD-player too. We will also be able to plug in a Playstation 3, that my brother is planning on buying. Even if it is possible to somehow connect a Playstation 3 to a CRT monitor by using a SCART-cable, the gaming experience wouldn&#8217;t be nearly as good as with a modern TV. I&#8217;m also looking forward to watch some Ergo Proxy on this beast, (beast compared to our current TV).</p>
<p>I have read a lot of good comments about this TV. The only two negative things, seem to be that you need a special remote control to unlock the ability to play videos from USB-devices, and that you need to calibrate the TV to get the right contrast, colors, brightness and stuff (which isn&#8217;t strange). I assume that there are a lot of better TVs out there, but this one seems to be one of the best for the price of 650 €.</p>
<div class="shr-publisher-553"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/05/lg-42ld420/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordered Ergo Proxy &#8211; The Complete Collection Box Set from Play.com</title>
		<link>http://danielj.se/2010/09/03/ordered-ergo-proxy-the-complete-collection-box-set-from-play-com/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ordered-ergo-proxy-the-complete-collection-box-set-from-play-com</link>
		<comments>http://danielj.se/2010/09/03/ordered-ergo-proxy-the-complete-collection-box-set-from-play-com/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:23:34 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Film]]></category>
		<category><![CDATA[Cyberpunk]]></category>
		<category><![CDATA[Ergo Proxy]]></category>
		<category><![CDATA[Play.com]]></category>
		<category><![CDATA[Sci-Fi]]></category>
		<category><![CDATA[Series]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=523</guid>
		<description><![CDATA[For about an hour ago I ordered and paid for my first movie/series in my life. More specific I ordered Ergo Proxy &#8211; The Complete Collection Box Set (6 Discs) from Play.com. It costed me something about 40 €, with shipping included. But I think it&#8217;s totally worth it. I haven&#8217;t seen the whole series [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft" title="Ergo Proxy" src="http://images.play.com/covers/12616851x.jpg" alt="Ergo Proxy" width="218" height="331" />For about an hour ago I ordered and paid for my first movie/series in my life. More specific I ordered <em>Ergo Proxy &#8211; The Complete Collection Box Set (6 Discs)</em> from Play.com.</p>
<p>It costed me something about 40 €, with shipping included. But I think it&#8217;s totally worth it. I haven&#8217;t seen the whole series yet, only the first 7 episodes, and those were awesome.</p>
<p>On the other hand, I could have bought Ergo Proxy in Sweden for only ~15 €, however that box was only in Japanese, with Swedish, Norwegian, Danish and Finnish subtexts. And I wanted to have the box in both Japanese with English subs and with English speech, which the box that I bought includes. I did also read a comment about the Swedish version saying that the Swedish subs were pretty awful. And I prefer to follow my own guideline when buying stuff &#8211; better to pay some extra and be happy with your purchase, than be greedy and be unhappy with your purchase.</p>
<p>I could have kept on watching Ergo Proxy streamed online, but I felt that this is an anime series that I really want to own and have in my shelf.<br />
Another alternative was to buy the Swedish version, and then download English subs and/or extract the English sound from downloaded episodes. However, this would be pretty messy if I would want to watch the series on a TV connected to a regular DVD-player. And like I said before, I prefer to pay a bit more and avoid this kind of problems.</p>
<p>I hope that Play.com and the mail in Sweden manages to deliver my package to me, since I wasn&#8217;t able to write å, ä and ö in my address field. And I have two ö, three å and one ä in my address. That&#8217;s actually pretty much even for a Swede.</p>
<p>I&#8217;m planning on uploading some photos here on my blog of the box when I have got it in 1-2 weeks. I wanted myself to see how the box and the discs looked like in reality, but all I could find were images of the cover (like the one I have in this post). I wanted to see the actually box, now I have no clue how large it is and if the discs got individual cases or not. However, I&#8217;m really looking forward to the delivery.</p>
<p>Perhaps this is my first series of a future collection? <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://www.play.com/DVD/DVD/4-/12616851/Ergo-Proxy-The-Complete-Collection-Box-Set/Product.html" target="_blank">Buy <em>Ergo Proxy &#8211; The Complete Collection Box Set </em>from Play.com</a></li>
</ul>
<p><strong>UPDATE:</strong> <a href="http://danielj.se/2011/06/17/photos-of-ergo-proxy-the-complete-collection-box-set/">Click here</a> if you want to see some photos of the box.</p>
<div class="shr-publisher-523"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/09/03/ordered-ergo-proxy-the-complete-collection-box-set-from-play-com/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Why Allocation Unit Size Matters</title>
		<link>http://danielj.se/2010/08/30/why-allocation-unit-size-matters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-allocation-unit-size-matters</link>
		<comments>http://danielj.se/2010/08/30/why-allocation-unit-size-matters/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:40:10 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Allocation]]></category>
		<category><![CDATA[File size]]></category>
		<category><![CDATA[File system]]></category>
		<category><![CDATA[Hard disk]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[USB Memory]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=513</guid>
		<description><![CDATA[Last week I got an USB memory from my school, to use at the web design classes, and now after putting a lot of stuff on it I realised that the allocation unit size was way to high. The content took up 930 MB, and on my internal hard disk it had the size of [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Windows - Size on Disk" src="http://www.watchingthenet.com/wp-content/uploads/image/windows-size-on-disk1.gif" alt="Windows - Size on Disk" width="230" height="198" />Last week I got an USB memory from my school, to use at the web design classes, and now after putting a lot of stuff on it I realised that the allocation unit size was way to high. The content took up 930 MB, and on my internal hard disk it had the size of 964 MB (because of the allocation unit size). So that wasn&#8217;t a huge loss. But on my USB memory it took up 1,28 GB! And that&#8217;s because of the default allocation unit size of the memory stick that was 32 kB!</p>
<p>To change this I formated the USB memory to the FAT32 file system and picked the default allocation unit size of 4096 bytes. Now does the stuff on my USB memory only use up 972 MB. <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="http://www.watchingthenet.com/whats-the-difference-between-size-and-size-on-disk-in-folder-properties-windows.html" target="_blank">Read more about <em>size</em>, <em>size on disk</em> and<em> allocation unit size</em> here</a></li>
</ul>
<div class="shr-publisher-513"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/30/why-allocation-unit-size-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Speedtest.net sucks</title>
		<link>http://danielj.se/2010/08/30/why-speedtest-net-sucks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-speedtest-net-sucks</link>
		<comments>http://danielj.se/2010/08/30/why-speedtest-net-sucks/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:43:12 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[Speedtest.net]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=507</guid>
		<description><![CDATA[I live pretty close to Göteborg in Sweden, and from here it&#8217;s almost the same distance to Malmö as it is to Stockholm, as you can see on the images below. But that doesn&#8217;t prevent me from getting these shitty results with this HUGE speed difference: What is the point with a internet speed testing [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I live pretty close to Göteborg in Sweden, and from here it&#8217;s almost the same distance to Malmö as it is to Stockholm, as you can see on the images below. But that doesn&#8217;t prevent me from getting these shitty results with this HUGE speed difference:</p>
<p style="text-align: center;"><img class="aligncenter" title="Speedtest" src="http://www.speedtest.net/result/933859608.png" alt="Speedtest" width="300" height="135" /><br />
<img class="aligncenter" title="Speedtest" src="http://www.speedtest.net/result/933863086.png" alt="Speedtest" width="300" height="135" /></p>
<p>What is the point with a internet speed testing server that isn&#8217;t able to upload more than 5-6 Mb/s?!</p>
<div class="shr-publisher-507"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/30/why-speedtest-net-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Add-on of the Week: Custom Tab Width</title>
		<link>http://danielj.se/2010/08/30/firefox-add-on-of-the-week-custom-tab-width/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefox-add-on-of-the-week-custom-tab-width</link>
		<comments>http://danielj.se/2010/08/30/firefox-add-on-of-the-week-custom-tab-width/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:25:47 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[Custom Tab Width]]></category>
		<category><![CDATA[Tabs]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=498</guid>
		<description><![CDATA[I don&#8217;t know why it doesn&#8217;t work to edit the tab width by editing the following two preferences in about:config in Firefox 4 Beta 4: browser.tabs.tabMaxWidth browser.tabs.tabMinWidth But I found the add-on Custom Tab Width that does the job! The strange thing is that it looks like the add-on changes those two preferences, and that [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Custom Tab Width" src="http://en.design-noir.de/mozilla/tab-width/screenshot.png" alt="Custom Tab Width" />I don&#8217;t know why it doesn&#8217;t work to edit the tab width by editing the following two preferences in <em><a class="linkification-ext" title="Linkification: about:config" href="about:config">about:config</a></em> in Firefox 4 Beta 4:</p>
<blockquote><p>browser.tabs.tabMaxWidth<br />
browser.tabs.tabMinWidth</p></blockquote>
<p>But I found the add-on <em>Custom Tab Width</em> that does the job! The strange thing is that it looks like the add-on changes those two preferences, and that apparently works. I guess that the add-on edits something more&#8230; But it works!</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/221515/" target="_blank">Download Custom Tab Width</a></li>
</ul>
<div class="shr-publisher-498"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/30/firefox-add-on-of-the-week-custom-tab-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If today&#8217;s games were made in 8 and 16 bits</title>
		<link>http://danielj.se/2010/08/30/if-todays-games-were-made-in-8-and-16-bits/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-todays-games-were-made-in-8-and-16-bits</link>
		<comments>http://danielj.se/2010/08/30/if-todays-games-were-made-in-8-and-16-bits/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:24:00 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[16 bit]]></category>
		<category><![CDATA[8 bit]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=477</guid>
		<description><![CDATA[I stumbled over a funny website were you can see how our modern games would look like if they were made during the 8 and 16 bits eras. Check it out on the link below: http://www.geekosystem.com/8-bit-game-demakes/]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Mirrors Edge" src="http://static02.mediaite.com/geekosystem/uploads/2010/08/mirrorsedge.png" alt="Mirrors Edge" width="144" height="108" />I stumbled over a funny website were you can see how our modern games would look like if they were made during the 8 and 16 bits eras.</p>
<p>Check it out on the link below:</p>
<ul>
<li><a href="http://www.geekosystem.com/8-bit-game-demakes/" target="_blank">http://www.geekosystem.com/8-bit-game-demakes/</a></li>
</ul>
<div class="shr-publisher-477"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/30/if-todays-games-were-made-in-8-and-16-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java.lang.nullpointerexception when editing strings.xml</title>
		<link>http://danielj.se/2010/08/28/java-lang-nullpointerexception-when-editing-strings-xml/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-lang-nullpointerexception-when-editing-strings-xml</link>
		<comments>http://danielj.se/2010/08/28/java-lang-nullpointerexception-when-editing-strings-xml/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 16:52:47 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=468</guid>
		<description><![CDATA[I have downloaded Android SDK to Eclipse 3.6 and I have started to mess around and see if I can create something to Android. But when I opened [project folder]/res/values/strings.xml and tried to edit it in the Resources view, I got the following error message: java.lang.nullpointerexception This was solved by switching to the normal XML [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I have downloaded Android SDK to Eclipse 3.6 and I have started to mess around and see if I can create something to Android. But when I opened <em>[project folder]/res/values/strings.xml</em> and tried to edit it in the <em>Resources </em>view, I got the following error message:</p>
<blockquote><p>java.lang.nullpointerexception</p></blockquote>
<p>This was solved by switching to the normal XML view and changing the following line:</p>
<blockquote>
<pre>&lt;resources&gt;</pre>
</blockquote>
<p>To:</p>
<blockquote>
<pre>&lt;resources xmlns:android="<a href="http://schemas.android.com/apk/res/android">http://schemas.android.com/apk/res/android</a>"&gt;</pre>
</blockquote>
<p>And now does the <em>Resources </em>view work!</p>
<p>EDIT:<br />
You also have to reopen the file after you have changed the code line.</p>
<div class="shr-publisher-468"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/28/java-lang-nullpointerexception-when-editing-strings-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Screen: unbootable_boot_volume &#8211; Solution!</title>
		<link>http://danielj.se/2010/08/26/blue-screen-unbootable_boot_volume-solution/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blue-screen-unbootable_boot_volume-solution</link>
		<comments>http://danielj.se/2010/08/26/blue-screen-unbootable_boot_volume-solution/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:34:33 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Blue Screen]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=460</guid>
		<description><![CDATA[Earlier today tried my little sister to start her laptop, but after Windows XP had loaded she got a Blue Screen which gave the error: unbootable_boot_volume. This is how I solved the problem: Get a Windows XP CD. Boot up from the CD. When a menu pops up, choose to go to the Recovery Console. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Earlier today tried my little sister to start her laptop, but after Windows XP had loaded she got a Blue Screen which gave the error: <em>unbootable_boot_volume</em>. This is how I solved the problem:</p>
<ol>
<li>Get a Windows XP CD.</li>
<li>Boot up from the CD.</li>
<li>When a menu pops up, choose to go to the Recovery Console.</li>
<li>Type <strong>chkdsk /r</strong> and wait until it&#8217;s finished (took like an hour for me).</li>
<li>When it has loaded to 100 % and you are able to type again, type <strong>exit</strong>.</li>
<li>Take out the Windows XP CD from the driver and let Windows start normally.</li>
<li>Now it should work again! <img src='http://danielj.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<div class="shr-publisher-460"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/26/blue-screen-unbootable_boot_volume-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Fullscreen Flash And Work On Second Monitor</title>
		<link>http://danielj.se/2010/08/25/watch-fullscreen-flash-and-work-on-second-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=watch-fullscreen-flash-and-work-on-second-monitor</link>
		<comments>http://danielj.se/2010/08/25/watch-fullscreen-flash-and-work-on-second-monitor/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:46:24 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Dual Monitor]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Fullscreen]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=452</guid>
		<description><![CDATA[I have two monitors to my computer, and I like to have videos in fullscreen on my left monitor. But if you click outside of the video (on the second monitor) does the video goes back to its original size. Lucky for us has a guy came up with an idea to solve this. This [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Flash" src="http://files.myopera.com/d.i.z./blog/flash_code.png" alt="Flash" width="246" height="203" />I have two monitors to my computer, and I like to have videos in fullscreen on my left monitor. But if you click outside of the video (on the second monitor) does the video goes back to its original size. Lucky for us has a guy came up with an idea to solve this. This solution can be found on this website:</p>
<ul>
<li><a href="http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen" target="_blank">http://my.opera.com/d.i.z./blog/2009/04/22/watch-fullscreen-flash-while-working-on-another-screen</a></li>
</ul>
<div class="shr-publisher-452"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/25/watch-fullscreen-flash-and-work-on-second-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 Tabs Panorama &#8211; A Revolution?!</title>
		<link>http://danielj.se/2010/08/25/firefox-4-tabs-panorama-a-revolution/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefox-4-tabs-panorama-a-revolution</link>
		<comments>http://danielj.se/2010/08/25/firefox-4-tabs-panorama-a-revolution/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:36:51 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Panorama]]></category>
		<category><![CDATA[Tabs]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=449</guid>
		<description><![CDATA[If you don&#8217;t know that Firefox Panorama is, which is included in the Firefox 4 Beta, check out the video on this page: http://blog.mozilla.com/blog/2010/08/24/firefox-4-beta-updated-with-sync-and-panorama/ I must say that I really don&#8217;t get the point of this feature. Why do we need to have this panorama thing to organize tabs? Why not just open a second [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you don&#8217;t know that Firefox Panorama is, which is included in the Firefox 4 Beta, check out the video on this page:</p>
<ul>
<li><a href="http://blog.mozilla.com/blog/2010/08/24/firefox-4-beta-updated-with-sync-and-panorama/" target="_blank">http://blog.mozilla.com/blog/2010/08/24/firefox-4-beta-updated-with-sync-and-panorama/</a></li>
</ul>
<p>I must say that I really don&#8217;t get the point of this feature. Why do we need to have this panorama thing to organize tabs? Why not just open a second window, which is much easier to switch to instead of messing around with this panorama stuff? The only feature that would be needed then would be a way to close Firefox and all windows at once and save all of their tabs.</p>
<p>My point is &#8211; Firefox Panorama is pointless.</p>
<div class="shr-publisher-449"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/25/firefox-4-tabs-panorama-a-revolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player 10.1 changes GPU clock of my ATI card</title>
		<link>http://danielj.se/2010/08/25/flash-player-10-1-changes-gpu-clock-of-my-ati-card/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-player-10-1-changes-gpu-clock-of-my-ati-card</link>
		<comments>http://danielj.se/2010/08/25/flash-player-10-1-changes-gpu-clock-of-my-ati-card/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:24:30 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=440</guid>
		<description><![CDATA[Apparently changes Adobe Flash Player 10.1 my graphic card&#8217;s clock speed to the default clock when I start watching a YouTube-video. The graphic card that I have is a ATI Radeon PowerColor 4870 and the reason why this is a problem is because my card is kinda broken and I need to down clock it [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignright" title="Flash" src="http://wwwimages.adobe.com/www.adobe.com/shockwave/download/images/flashplayer_100x100.jpg" alt="Flash" width="100" height="100" />Apparently changes Adobe Flash Player 10.1 my graphic card&#8217;s clock speed to the default clock when I start watching a YouTube-video. The graphic card that I have is a ATI Radeon PowerColor 4870 and the reason why this is a problem is because my card is kinda broken and I need to down clock it to not get strange dots all over the screen. I guess I have to download Flash Player 9 if I can&#8217;t find an alternative or a solution to my problem. I could buy a new graphic card, but I don&#8217;t know if I want to do that since this is working just fine when it&#8217;s down clocked a bit.</p>
<p><strong>EDIT:</strong><br />
This version of Flash Player (10.0.45.2) works for me:</p>
<ul>
<li><a href="http://www.oldapps.com/flash_player.php?old_flash_player=18" target="_blank">http://www.oldapps.com/flash_player.php?old_flash_player=18</a></li>
</ul>
<div class="shr-publisher-440"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/25/flash-player-10-1-changes-gpu-clock-of-my-ati-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing tabMinWidth doesn&#8217;t work in Firefox 4 Beta 4</title>
		<link>http://danielj.se/2010/08/25/editing-tabminwidth-doesnt-work-in-firefox-4-beta-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=editing-tabminwidth-doesnt-work-in-firefox-4-beta-4</link>
		<comments>http://danielj.se/2010/08/25/editing-tabminwidth-doesnt-work-in-firefox-4-beta-4/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:08:25 +0000</pubDate>
		<dc:creator>Daniel Jonsson</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tabs]]></category>

		<guid isPermaLink="false">http://danielj.se/?p=435</guid>
		<description><![CDATA[In earlier versions of Firefox I edited the browser.tabs.tabMinWidth in about:config to something about 20, to make my tabs smaller. But now it seems that this feature doesn&#8217;t work any longer, and all my tabs got their original sizes again. I feel a bit sad over this because I have always tons of tabs open [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In earlier versions of Firefox I edited the <em>browser.tabs.tabMinWidth</em> in <em><a class="linkification-ext" title="Linkification: about:config" href="about:config">about:config</a></em> to something about 20, to make my tabs smaller. But now it seems that this feature doesn&#8217;t work any longer, and all my tabs got their original sizes again. <img src='http://danielj.se/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I feel a bit sad over this because I have always tons of tabs open (sometimes over 100 tabs, I&#8217;m serious!) and now it&#8217;s much harder to navigate through them.</p>
<div class="shr-publisher-435"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://danielj.se/2010/08/25/editing-tabminwidth-doesnt-work-in-firefox-4-beta-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

