<?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>Kasper Grubbe</title>
	<atom:link href="http://kaspergrubbe.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaspergrubbe.dk</link>
	<description>Det er mit liv - er det ikke fantastisk?</description>
	<lastBuildDate>Sun, 22 Jan 2012 11:34:27 +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>Great week, now powering up for the next week!</title>
		<link>http://kaspergrubbe.dk/2012/great-week-now-powering-up-for-the-next-week/</link>
		<comments>http://kaspergrubbe.dk/2012/great-week-now-powering-up-for-the-next-week/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 11:34:27 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=322</guid>
		<description><![CDATA[I had a very fun week, and now I am powering up for the next one! The title of this blogpost was originally called &#8216;Low-key sunday&#8217; as a tribute to &#8216;Beskidte Toner&#8217;, with a lot of chill tunes. But then I realized that I had too much energy for listening to slow music My suggestions [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2012/great-week-now-powering-up-for-the-next-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using usertracking to figure out your users interest based on the content they like</title>
		<link>http://kaspergrubbe.dk/2011/using-usertracking-to-figuring-out-usertrend/</link>
		<comments>http://kaspergrubbe.dk/2011/using-usertracking-to-figuring-out-usertrend/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 00:30:17 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=262</guid>
		<description><![CDATA[This post will probably be long, and describe everything I did in my final project together with Berlingske Media. But don&#8217;t worry, I will (try!) to give you something nice to look at while you are reading. Introduction Berlingske Media is a big media company and therefore they also has a lot of different products, [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/using-usertracking-to-figuring-out-usertrend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a chat with nice tabs in jQuery</title>
		<link>http://kaspergrubbe.dk/2011/building-a-chat-with-nice-tabs-in-jquery/</link>
		<comments>http://kaspergrubbe.dk/2011/building-a-chat-with-nice-tabs-in-jquery/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 03:29:33 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[programmering]]></category>
		<category><![CDATA[Projekter]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=304</guid>
		<description><![CDATA[I am currently trying to find an excuse to work with NowJS which is a very cool NodeJS server that makes it possible to make a server push to connected clients. You are able to group your users into &#8220;channels&#8221; and only send some groups messages. I have only been able to build the client, and [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/building-a-chat-with-nice-tabs-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node.js and receiving POST-data from HTTP</title>
		<link>http://kaspergrubbe.dk/2011/node-js-and-receiving-post-data-from-http/</link>
		<comments>http://kaspergrubbe.dk/2011/node-js-and-receiving-post-data-from-http/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 03:30:50 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[programmering]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[postdata]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=250</guid>
		<description><![CDATA[I have built an application that needed to communicate with another Linux server. It was very simple commands that my nodeserver should receive. To get the POST-variables in the in-built HTTP-server from NodeJS you can use this method: function onRequest&#40;request, response&#41; &#123; var pathname = url.parse&#40;request.url&#41;.pathname; console.log&#40;&#34;Request for &#34; + pathname + &#34; received.&#34;&#41;; response.writeHead&#40;200, [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/node-js-and-receiving-post-data-from-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable .bashrc on OSX Snow Leopard (and Lion)</title>
		<link>http://kaspergrubbe.dk/2011/enable-bashrc-on-osx-snow-leopard-and-lion/</link>
		<comments>http://kaspergrubbe.dk/2011/enable-bashrc-on-osx-snow-leopard-and-lion/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 01:15:09 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Generelt]]></category>
		<category><![CDATA[Linux tips]]></category>
		<category><![CDATA[programmering]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[enable bashrc]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=247</guid>
		<description><![CDATA[Unfortunately OSX doesn&#8217;t use .bashrc per default, but it is easy to enable it. To do it, open up the file /etc/profile with root privileges like this: sudo nano /etc/profile And add the following line: [ -r $HOME/.bashrc ] &#38;&#38; source $HOME/.bashrc [ -r $HOME/.bashrc ] &#38;&#38; source $HOME/.bashrc Save, and now your .bashrc file [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/enable-bashrc-on-osx-snow-leopard-and-lion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downloading files from SSH over an unstable connection</title>
		<link>http://kaspergrubbe.dk/2011/downloading-files-from-ssh-over-an-unstable-connection/</link>
		<comments>http://kaspergrubbe.dk/2011/downloading-files-from-ssh-over-an-unstable-connection/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 18:10:40 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Linux tips]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=245</guid>
		<description><![CDATA[As mentioned earlier I am doing a lot of traveling at the moment, which means that I am mostly on a mobile connection. I needed to download a 100Mb file from my Linux server, and with scp the download would fail. Instead I am now using this rsync command that would resume if the connection [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/downloading-files-from-ssh-over-an-unstable-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>X11forwarding on Mac OS X</title>
		<link>http://kaspergrubbe.dk/2011/x11forwarding-on-mac-os-x/</link>
		<comments>http://kaspergrubbe.dk/2011/x11forwarding-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 07:25:57 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Generelt]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[x11]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=242</guid>
		<description><![CDATA[I am currently sitting in a position where the only way to get internet is through a mobile connection. This means that large downloads often are not possible because of the connection drops. I needed to download a 500 mb file from RapidShare, that does not allow resuming of download after a connection drop (at [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2011/x11forwarding-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hvordan ikke-tydelig sikkerhed kostede GAD et bogsalg</title>
		<link>http://kaspergrubbe.dk/2010/hvordan-ikke-tydelig-sikkerhed-kostede-gad-et-bogsalg/</link>
		<comments>http://kaspergrubbe.dk/2010/hvordan-ikke-tydelig-sikkerhed-kostede-gad-et-bogsalg/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 13:17:57 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Sikkerhed]]></category>
		<category><![CDATA[boghandel]]></category>
		<category><![CDATA[e-handel]]></category>
		<category><![CDATA[ehandel]]></category>
		<category><![CDATA[GAD]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[onlinekøb]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=226</guid>
		<description><![CDATA[Jeg skulle købe en bog, og jeg startede så med at søge efter bogens titel på Google. Jeg finder bogen på siden bogpriser.dk, som der kan ses her: Der er en række billige boghandlere hvis navne jeg ikke kender, og så er der GAD&#8217;s onlineboghandel. De er et firma jeg har hørt om før, og [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2010/hvordan-ikke-tydelig-sikkerhed-kostede-gad-et-bogsalg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH tricks</title>
		<link>http://kaspergrubbe.dk/2010/ssh-tricks/</link>
		<comments>http://kaspergrubbe.dk/2010/ssh-tricks/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 00:11:00 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Generelt]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=219</guid>
		<description><![CDATA[Bruger man SSH til dagligt på mange forskellige maskiner, så er der her en række tips som gør alt så meget nemmere. Se dem her]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2010/ssh-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KKIK har dårlig sikkerhed</title>
		<link>http://kaspergrubbe.dk/2010/kkik-har-darlig-sikkerhed/</link>
		<comments>http://kaspergrubbe.dk/2010/kkik-har-darlig-sikkerhed/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:13:31 +0000</pubDate>
		<dc:creator>Kasper Grubbe</dc:creator>
				<category><![CDATA[Sikkerhed]]></category>
		<category><![CDATA[datasikkerhed]]></category>
		<category><![CDATA[kkik]]></category>
		<category><![CDATA[kollegiernes kontor kbh]]></category>
		<category><![CDATA[kollegiernes kontor københavn]]></category>
		<category><![CDATA[kollegierneskontor]]></category>
		<category><![CDATA[kryptering]]></category>
		<category><![CDATA[opbevaring af data]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://kaspergrubbe.dk/?p=205</guid>
		<description><![CDATA[UPDATE: Problemet er løst, se bunden. Jeg sad og kiggede på kollegieværelser på Kollegiernes Kontor i Københavns hjemmeside (KKIK), hvor jeg skal til at oprette mig som bruger. Man skal udfylde en masse personlig information, både navn, bopæl og CPR-nummer. Jeg ligger dog mærke til at  siden hvor man udfylder CPR-nummer ikke er krypteret, og [...]]]></description>
		<wfw:commentRss>http://kaspergrubbe.dk/2010/kkik-har-darlig-sikkerhed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.532 seconds -->

