
<?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>All My Brain &#187; internet</title>
	<atom:link href="http://allmybrain.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +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>Do we really need super-fast broadband?</title>
		<link>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/</link>
		<comments>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:55:32 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=314</guid>
		<description><![CDATA[Wouldn't it be nice to download your favorite music track in just 11 seconds? Or a 60 minute TV show in just 1 minute 2 seconds? How about a High definition movie in just over 14 minutes? Is this ever possible? With 50Mb broadband, it is. Virgin Media currently has a 50Mb service that lets [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Cool Ways To Use RSS Feeds</title>
		<link>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/</link>
		<comments>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 23:29:09 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[aggregators]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/</guid>
		<description><![CDATA[So what is all this RSS hype? I've known about RSS feeds, what they are for, and how to use them for quite a while. It's not like they are new or anything! It wasn't until recently that I started to actually use them though. I didn't know what I was missing. RSS stands for [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/29/a-few-cool-ways-to-use-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming a client for the WHOIS protocol</title>
		<link>http://allmybrain.com/2007/10/10/programming-a-client-for-the-whois-protocol/</link>
		<comments>http://allmybrain.com/2007/10/10/programming-a-client-for-the-whois-protocol/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 01:54:18 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/10/an-in-depth-look-at-the-whois-protocol/</guid>
		<description><![CDATA[I have a little task that involves programmatically determining whether DNS servers are set correctly for a domain. Since this project is written in Python, I first set out to see if there were any "whois" clients already available for Python. I eventually found rwhois.py, which is a whois client with recursive ability. I noticed [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/10/programming-a-client-for-the-whois-protocol/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Permalinks</title>
		<link>http://allmybrain.com/2007/10/01/permalinks/</link>
		<comments>http://allmybrain.com/2007/10/01/permalinks/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 15:29:51 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/01/permalinks/</guid>
		<description><![CDATA[I've played around quite a bit with link structure for various sites I've programmed. I've found that Google will index your pages whether they have a parameterized URLs: http://somesite.example?param1=this&#038;param2=that or parameterized Paths (Permalinks): http://somesite.example/this/that I think, however, that in general, search engines like the path portion of the URL better than they like than the [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/01/permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
