<?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>Jannich Brendle&#039;s blog &#187; development</title>
	<atom:link href="http://bredsaal.dk/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://bredsaal.dk</link>
	<description>My name is Jannich - I blog!</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:54:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>LWP::UserAgent and HTTPS</title>
		<link>http://bredsaal.dk/lwpuseragent-and-https</link>
		<comments>http://bredsaal.dk/lwpuseragent-and-https#comments</comments>
		<pubDate>Mon, 03 May 2010 14:17:54 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=917</guid>
		<description><![CDATA[If you are trying to download a website with LWP::UserAgent in Perl through HTTPS, you might encounter errors like this: Can't locate object method "new" via package "LWP::Protocol::https::Socket" The solution to this problem is to install the ssl development libraries, and then install the Crypt::SSLeay Perl module. To do this in Debian or Ubuntu, open [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/lwpuseragent-and-https/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Does Google follow URL&#8217;s in JavaScript?</title>
		<link>http://bredsaal.dk/does-google-follow-urls-in-javascript</link>
		<comments>http://bredsaal.dk/does-google-follow-urls-in-javascript#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:41:34 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=828</guid>
		<description><![CDATA[A couple of days ago, I was pointed to a blog post on SEOmoz, about the fact that Google had indexed some sites that were only used for AJAX and not linked by normal means, from any website. So I decided to see if I could get a site indexed without linking to it anywhere, [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/does-google-follow-urls-in-javascript/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Compiling a new, cooler conky</title>
		<link>http://bredsaal.dk/compiling-a-new-cooler-conky</link>
		<comments>http://bredsaal.dk/compiling-a-new-cooler-conky#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:00:03 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[coolness]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=123</guid>
		<description><![CDATA[NOTICE: This is not the most updated version of the guide. Please see the blog post called &#8220;Compiling conky from git on ubuntu 9.10&#8221; for the actual details! From the conky website: Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/compiling-a-new-cooler-conky/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up compiles</title>
		<link>http://bredsaal.dk/speeding-up-compiles</link>
		<comments>http://bredsaal.dk/speeding-up-compiles#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:00:02 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=267</guid>
		<description><![CDATA[As I were compiling wireshark, I thought about how much you could speed up a compile, by using multiple cores, which most computers have nowadays. Now, to use multiple cores/cpus to compile something, simply use the -j flag with make, like this make -j 4 which would cause the make program to use 4 cores, [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/speeding-up-compiles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling wireshark from source on Ubuntu 9.10</title>
		<link>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10</link>
		<comments>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:44:30 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/?p=265</guid>
		<description><![CDATA[For some time I&#8217;ve wanted to write a wireshark protocol dissector, and today I finally got started. Of course, first I just wanted to compile wireshark from source, but the howto on wiresharks wiki page was pretty incomplete, so I decided to write down the necessary steps for building wireshark. First of, you have to [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/compiling-wireshark-from-source-on-ubuntu-9-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up CUDA development in Ubuntu 9.04</title>
		<link>http://bredsaal.dk/setting-up-cuda-development-in-ubuntu-9-04</link>
		<comments>http://bredsaal.dk/setting-up-cuda-development-in-ubuntu-9-04#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:14:26 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[cuda]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Setting+up+CUDA+development+in+Ubuntu+9.04</guid>
		<description><![CDATA[Setting up a CUDA development platform on Ubuntu has never been easier.]]></description>
		<wfw:commentRss>http://bredsaal.dk/setting-up-cuda-development-in-ubuntu-9-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nodofollow for google chrome</title>
		<link>http://bredsaal.dk/nodofollow-for-google-chrome</link>
		<comments>http://bredsaal.dk/nodofollow-for-google-chrome#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:32:01 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/nodofollow+for+google+chrome</guid>
		<description><![CDATA[Inspired by the NoDoFollow plugin for Mozilla Firefox, I just developed my first extension for google chrome, which is a simple nofollow highlighter. It will search through a website, striking through every hyperlink with rel=&#8217;nofollow&#8217;. Here is a screenshot of what it looks like when Nodofollow for chrome has analyzed links with various rel attributes: [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/nodofollow-for-google-chrome/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Cracking md5 hashes just got easier &#8211; with perl</title>
		<link>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl</link>
		<comments>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:58:04 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Cracking+md5+hashes+just+got+easier+-+with+perl</guid>
		<description><![CDATA[Everybody knows services like milw0rm.com&#8216;s md5 cracking database, where you can submit a hash and get the plaintext password, if it is cracked. Today I discovered Digest::MD5::Reverse, a perl module to search several online MD5 hash databases. So I whipped up a little script to lookup md5 hashes, to place in my ~/bin: #!/usr/bin/perl use [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/cracking-md5-hashes-just-got-easier-with-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using shell scripts for CGI in lighttpd</title>
		<link>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd</link>
		<comments>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:40:31 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/Using+shell+scripts+for+CGI+in+lighttpd</guid>
		<description><![CDATA[I needed to do some fuzzing experiments on a web browser, and decided that a shell script and a webserver was all I needed to do that. This is how to use shell scripts for cgi, this is not about the fuzzing proccess. First, I installed lighttpd and enabled the cgi module: sudo apt-get install [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/using-shell-scripts-for-cgi-in-lighttpd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>miniORM &#8211; a simple Object-relational mapping tool</title>
		<link>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool</link>
		<comments>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool#comments</comments>
		<pubDate>Wed, 13 May 2009 11:36:49 +0000</pubDate>
		<dc:creator>Jannich Brendle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://bredsaal.dk/blog/miniORM+-+a+simple+Object-relational+mapping+tool</guid>
		<description><![CDATA[When making websites and programs I found it rather tedious to produce java classes that reflected the structure of a table in a database, so I made a perl script to automate the task, hence miniORM. It&#8217;s rather crude at the moment, and a lot of options could be included, like, but not limited to: [...]]]></description>
		<wfw:commentRss>http://bredsaal.dk/miniorm-a-simple-object-relational-mapping-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
