<?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>Random. Period.</title>
	<atom:link href="http://random.kerola.nu/feed/" rel="self" type="application/rss+xml" />
	<link>http://random.kerola.nu</link>
	<description>Just another random page.</description>
	<lastBuildDate>Thu, 19 Mar 2026 09:15:51 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Linux C++ Profiler</title>
		<link>http://random.kerola.nu/2015/02/03/linux-c-profiler/</link>
		<comments>http://random.kerola.nu/2015/02/03/linux-c-profiler/#comments</comments>
		<pubDate>Tue, 03 Feb 2015 10:44:53 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=124</guid>
		<description><![CDATA[callgrind + kcachegrind are two nice tools for profiling C++ code. Assuming your program is called main, use as valgrind --tool=callgrind --callgrind-out-file=callgrind.out ./main &#38;amp;&#38;amp; kcachegrind callgrind.out]]></description>
		<wfw:commentRss>http://random.kerola.nu/2015/02/03/linux-c-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human-friendly sorted du output</title>
		<link>http://random.kerola.nu/2014/09/30/human-friendly-sorted-du-output/</link>
		<comments>http://random.kerola.nu/2014/09/30/human-friendly-sorted-du-output/#comments</comments>
		<pubDate>Tue, 30 Sep 2014 11:47:14 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=121</guid>
		<description><![CDATA[Using the following one-liner, get a human-friendly overview of the size of the files and directories in the current directory, sorted by size. du -d1 . &#124; sort -n &#124; xargs -I myline python -c &#34;from math import log;ss='myline'.split();n=int(ss[0]);k=1024.;d=int(log(n)/log(k));print '{:10.2f} {}B\t{}'.format(n/k**d, ['K','M','G','T','P'][d], ' '.join(ss[1:]))&#34;]]></description>
		<wfw:commentRss>http://random.kerola.nu/2014/09/30/human-friendly-sorted-du-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conferences</title>
		<link>http://random.kerola.nu/2013/05/26/conferences/</link>
		<comments>http://random.kerola.nu/2013/05/26/conferences/#comments</comments>
		<pubDate>Sun, 26 May 2013 20:24:16 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=116</guid>
		<description><![CDATA[ICML &#8211; June ECML/PKDD &#8211; September CIKM &#8211; November]]></description>
		<wfw:commentRss>http://random.kerola.nu/2013/05/26/conferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>卵焼き</title>
		<link>http://random.kerola.nu/2013/05/08/%e5%8d%b5%e7%84%bc%e3%81%8d/</link>
		<comments>http://random.kerola.nu/2013/05/08/%e5%8d%b5%e7%84%bc%e3%81%8d/#comments</comments>
		<pubDate>Wed, 08 May 2013 05:16:43 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=113</guid>
		<description><![CDATA[Sweet Japanese omelet (卵焼き) made in a 10.5 x 20.5 cm square frypan. (1 person) 1 egg 1 tbsp. sugar 0.5 ml honkatsu dashi (本かつおだし) Whip the egg and sugar, add dashi, mix. Add a thin layer of the mixture to the frypan, roll into a square, repeat.]]></description>
		<wfw:commentRss>http://random.kerola.nu/2013/05/08/%e5%8d%b5%e7%84%bc%e3%81%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iRiver Story HD PDF Preparation</title>
		<link>http://random.kerola.nu/2012/11/03/iriver-story-hd-pdf-preparation/</link>
		<comments>http://random.kerola.nu/2012/11/03/iriver-story-hd-pdf-preparation/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 13:55:46 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=110</guid>
		<description><![CDATA[A few steps you can do in order to make pdf files more readable on your iRiver Story HD ebook reader. 1. Remove margins. White margins take up unnecessary space which restricts the maximum possible font size. Use pdfcrop to do this in Ubuntu. sudo apt-get install texlive-extra-utils (from http://alexsleat.co.uk/2011/01/25/using-pdfcrop-to-remove-white-margins-ubuntu/) 2. More to come&#8230;]]></description>
		<wfw:commentRss>http://random.kerola.nu/2012/11/03/iriver-story-hd-pdf-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How fast do you speak?</title>
		<link>http://random.kerola.nu/2011/05/04/how-fast-do-you-speak/</link>
		<comments>http://random.kerola.nu/2011/05/04/how-fast-do-you-speak/#comments</comments>
		<pubDate>Wed, 04 May 2011 07:20:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=106</guid>
		<description><![CDATA[Interesting info. According to this article, you speak at a speed around 125 words per minute. Seems to be pretty true for me at least. Very useful to know when your are writing speeches.]]></description>
		<wfw:commentRss>http://random.kerola.nu/2011/05/04/how-fast-do-you-speak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable touchpad in Ubuntu 10.10</title>
		<link>http://random.kerola.nu/2010/12/20/enable-touchpad-in-ubuntu-10-10/</link>
		<comments>http://random.kerola.nu/2010/12/20/enable-touchpad-in-ubuntu-10-10/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 23:09:52 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=104</guid>
		<description><![CDATA[If your touchpad doesn&#8217;t work after login, use this terminal command: gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/12/20/enable-touchpad-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Dual Monitor Xorg Setup That Works With OpenGL</title>
		<link>http://random.kerola.nu/2010/12/15/linux-dual-monitor-xorg-setup-that-works-with-opengl/</link>
		<comments>http://random.kerola.nu/2010/12/15/linux-dual-monitor-xorg-setup-that-works-with-opengl/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 00:17:50 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=95</guid>
		<description><![CDATA[In order to make OpenGL create windows that are actually the indented size and not the (very) wide width of the dual monitor screen, add this line to your Screen section in xorg.conf: Option &#34;Metamodes&#34; &#34;DFP-0: 1920x1080 +1920+0, DFP-2: 1920x1080 +0+0; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480; 1920x1080,NULL; 1280x1024,NULL; 1024x768,NULL; 800x600,NULL; 640x480,NULL;&#34; Edit it accordingly to include [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/12/15/linux-dual-monitor-xorg-setup-that-works-with-opengl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux-like non-focus window scrolling in Windows</title>
		<link>http://random.kerola.nu/2010/11/25/linux-like-non-focus-window-scrolling-in-windows/</link>
		<comments>http://random.kerola.nu/2010/11/25/linux-like-non-focus-window-scrolling-in-windows/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 18:10:24 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=86</guid>
		<description><![CDATA[I hate that Windows doesn&#8217;t have that nifty feature of Linux. Luckily, a program called Wizmouse seems to do the trick. http://helpdeskgeek.com/free-tools-review/scroll-in-any-window-without-focusing-on-it/]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/11/25/linux-like-non-focus-window-scrolling-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically replace uploaded image with smaller one in WordPress</title>
		<link>http://random.kerola.nu/2010/09/08/automatically-replace-uploaded-image-with-smaller-one-in-wordpress/</link>
		<comments>http://random.kerola.nu/2010/09/08/automatically-replace-uploaded-image-with-smaller-one-in-wordpress/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 07:08:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=87</guid>
		<description><![CDATA[Found this here And the other tip here This is a lifesaver (or at least, disk space saver) when you have users who upload pictures directly from their digital cameras which are several megs in size. Paste this into your functions.php file. function replace_uploaded_image($image_data) { // if there is no large image : return if [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/09/08/automatically-replace-uploaded-image-with-smaller-one-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kladdkaka</title>
		<link>http://random.kerola.nu/2010/05/09/kladdkaka/</link>
		<comments>http://random.kerola.nu/2010/05/09/kladdkaka/#comments</comments>
		<pubDate>Sun, 09 May 2010 16:18:23 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=83</guid>
		<description><![CDATA[2 ägg 3 dl socker 1.5 dl vetemjöl 1.5 tsk vaniljsocker 1 krm salt 4 msk kakao 100 g smält smör 175 °C, ca 20 min.]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/05/09/kladdkaka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Wine open links in your browser</title>
		<link>http://random.kerola.nu/2010/04/28/how-to-make-wine-open-links-in-your-browser/</link>
		<comments>http://random.kerola.nu/2010/04/28/how-to-make-wine-open-links-in-your-browser/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 18:51:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=81</guid>
		<description><![CDATA[This is how: http://www.webupd8.org/2010/03/how-to-make-wine-open-links-in-your.html 1. HKEY_CURRENT_USER (a.k.a HKCU) -> Software -> Wine and look for a key called &#8220;WineBrowser&#8221;, if it does not exist, create it. Under the newly created &#8220;WineBrowser&#8221; key, create a string called &#8220;Browsers&#8221; with the following value: xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo 2. HKEY_CLASSES_ROOT -> http -> shell -> open -> command and edit the [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/04/28/how-to-make-wine-open-links-in-your-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable aac, h264 and other restricted encodings in ffmpeg</title>
		<link>http://random.kerola.nu/2010/03/04/enable-aac-h264-and-other-restricted-encodings-in-ffmpeg/</link>
		<comments>http://random.kerola.nu/2010/03/04/enable-aac-h264-and-other-restricted-encodings-in-ffmpeg/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:12:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=77</guid>
		<description><![CDATA[These two threads describe excellent techniques for doing just that: Advanced Version Easy version This one also helps: Fixing ffmpeg on Ubuntu The reason I had to do this in the first place was because I wanted to amplify the volume on the h264 encoded mp4 videos my digital camera recorded with the audio in [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/03/04/enable-aac-h264-and-other-restricted-encodings-in-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable VPN routing via Firestarter</title>
		<link>http://random.kerola.nu/2010/02/22/enable-vpn-routing-via-firestarter/</link>
		<comments>http://random.kerola.nu/2010/02/22/enable-vpn-routing-via-firestarter/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:29:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=73</guid>
		<description><![CDATA[I had some trouble getting my VPN to work with Firestarter, so I&#8217;ll post this simple solution I found after some googling. In Firestarter: Go to Preferences->Network Settings. Choose Ethernet Device (eth0) (yours may be different) as Internet connected network device. Choose Routed IP Tunnel (tun0) (yours may be different) as Local network connected device. [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/22/enable-vpn-routing-via-firestarter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JR syntax highlighting in gedit</title>
		<link>http://random.kerola.nu/2010/02/20/jr-syntax-highlighting-in-gedit/</link>
		<comments>http://random.kerola.nu/2010/02/20/jr-syntax-highlighting-in-gedit/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:49:00 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=63</guid>
		<description><![CDATA[There were no syntax highlighting for the programming language JR in gedit, so I wrote one myself. This will work for Ubuntu 9.10, but it may work for others as well. How to install: 1. Download jr.lang. 2. Place it in either /usr/share/gtksourceview-2.0/language-specs or ~/.local/share/gtksourceview-2.0/language-specs 3. Download jr.xml. 4. Place it in (create it if [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/20/jr-syntax-highlighting-in-gedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out and change file encoding in Ubuntu</title>
		<link>http://random.kerola.nu/2010/02/09/how-to-find-out-and-change-file-encoding-in-ubuntu/</link>
		<comments>http://random.kerola.nu/2010/02/09/how-to-find-out-and-change-file-encoding-in-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:52:37 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=56</guid>
		<description><![CDATA[First, you can find a file&#8217;s encoding like this: $ file oldfilename.txt oldfilename.txt: ISO-8859 English text Then, if you want to convert the file oldfilename.txt from ISO-8859 to UTF-8 and call the new UTF-8 file newfilename.txt you do like this: $ iconv -f ISO-8859-1 -t UTF-8 -o newfilename.txt oldfilename.txt Note that the file command says [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/09/how-to-find-out-and-change-file-encoding-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Connect to Chalmers VPN in Ubuntu Karmic (9.10)</title>
		<link>http://random.kerola.nu/2010/02/08/how-to-connect-to-chalmers-vpn-in-ubuntu-karmic-9-10/</link>
		<comments>http://random.kerola.nu/2010/02/08/how-to-connect-to-chalmers-vpn-in-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:37:38 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=49</guid>
		<description><![CDATA[This example is for Chalmers PPTP VPN. Server: vpn-gw.chalmers.se 1. Install network-manager-pptp. sudo apt-get install network-manager-pptp 2. Add a new VPN connection in Network Connections. Choose PPTP, create. 3. Add the following and only the following Gateway: vpn-gw.chalmers.se User name: NET\your-username-here Password: your-password-here Click Advanced... In Authentication, select only CHAP MSCHAP MSCHAPv2 In Security and [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/08/how-to-connect-to-chalmers-vpn-in-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jiffy Matmarknad</title>
		<link>http://random.kerola.nu/2010/02/08/jiffy-matmarknad/</link>
		<comments>http://random.kerola.nu/2010/02/08/jiffy-matmarknad/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:38:41 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=43</guid>
		<description><![CDATA[Jiffy Matmarknad, Guldheden, Göteborg. Öppettider: mån-fre 9 – 20 lördag, 9 – 17 söndag 11 – 17]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/08/jiffy-matmarknad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forest, random forest.</title>
		<link>http://random.kerola.nu/2010/02/03/forest-random-forest/</link>
		<comments>http://random.kerola.nu/2010/02/03/forest-random-forest/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 02:36:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=37</guid>
		<description><![CDATA[Additionally, it was winter.]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/forest-random-forest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salmon skewer with bulgur</title>
		<link>http://random.kerola.nu/2010/02/03/salmon-skewer-with-bulgur/</link>
		<comments>http://random.kerola.nu/2010/02/03/salmon-skewer-with-bulgur/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:21:23 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=31</guid>
		<description><![CDATA[A delicious and yet simple dish. Servings: 4 Preparation time: 10 minutes Ingredients: 500g salmon 2 tbsp. cooking oil 1 tsp. salt 1 tsp. lemon-pepper 1 tbsp. sesame seeds Bulgur: 4 dl bulgur 8 dl chicken stock 1 tbsp. neutral cooking oil 2 tbsp. chopped leek 1/2 zucchini 1/2 bell pepper salt and grounded black [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/salmon-skewer-with-bulgur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Git on a shared webhost</title>
		<link>http://random.kerola.nu/2010/02/03/installing-git-on-a-shared-webhost/</link>
		<comments>http://random.kerola.nu/2010/02/03/installing-git-on-a-shared-webhost/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:18:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=29</guid>
		<description><![CDATA[This great article describes how to install git on a remote machine where you don&#8217;t have root access. It&#8217;s really useful if you want to use your web host&#8217;s server as a place to backup your code. You&#8217;ll need SSH access to the server though. http://writepermission.com/2009/09/install-git-on-a-shared-webhost/ Just to make sure this information stays online, I&#8217;ve [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/installing-git-on-a-shared-webhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get remote HTML with PHP</title>
		<link>http://random.kerola.nu/2010/02/03/get-remote-html-with-php/</link>
		<comments>http://random.kerola.nu/2010/02/03/get-remote-html-with-php/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:17:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=27</guid>
		<description><![CDATA[This piece of code retrieves the HTML code from a page, which you can then process and manipulate as you see fit. In the below example, the source code of my Last.fm page is retrieved. &#60;?php // This variable will hold the code $content = &#34;&#34;; // You have to divide host and the rest [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/get-remote-html-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google CSE Module URL Rewrite</title>
		<link>http://random.kerola.nu/2010/02/03/google-cse-module-url-rewrite/</link>
		<comments>http://random.kerola.nu/2010/02/03/google-cse-module-url-rewrite/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:13:42 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/2010/02/03/google-cse-module-url-rewrite/</guid>
		<description><![CDATA[I found a great tip regarding fully integrating the Google CSE module with the rest of your Drupal installation. Basically, the tip I found to be really useful was the rewrite rules for the Google CSE search itself. Since Drupal comes with this built-in search module which is easily accessible at http://kerola.nu/search/your-terms-here, it&#8217;s really great [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/google-cse-module-url-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix endless redirection issue with Drupal Google CSE and Search 404 module</title>
		<link>http://random.kerola.nu/2010/02/03/fix-endless-redirection-issue-with-drupal-google-cse-and-search-404-module/</link>
		<comments>http://random.kerola.nu/2010/02/03/fix-endless-redirection-issue-with-drupal-google-cse-and-search-404-module/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:12:02 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=23</guid>
		<description><![CDATA[When using the Search 404 module and Google CSE (Custom Search Engine) together, the result is an endless redirection that will&#8230; well, you know, loop endlessly and stop you from doing more important things, like getting to your search results. The problem occurs in at least Search 404 version 6.x-1.7. This can be easily fixed [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/fix-endless-redirection-issue-with-drupal-google-cse-and-search-404-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Spotify sound in Ubuntu Karmic (9.10)</title>
		<link>http://random.kerola.nu/2010/02/03/fix-spotify-sound-in-ubuntu-karmic-9-10/</link>
		<comments>http://random.kerola.nu/2010/02/03/fix-spotify-sound-in-ubuntu-karmic-9-10/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 00:06:47 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://random.kerola.nu/?p=19</guid>
		<description><![CDATA[When I first ran Spotify through Wine after just having had installed the new Ubuntu Karmic I immediately noticed that the sound from Spotify wasn&#8217;t the best, really. Actually, I&#8217;m being a bit too kind here. The sound was horrible! It sounded like the audio wasn&#8217;t decrypted or something like that since all I heard [&#8230;]]]></description>
		<wfw:commentRss>http://random.kerola.nu/2010/02/03/fix-spotify-sound-in-ubuntu-karmic-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
