<?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>Abizern.org</title>
	<atom:link href="http://abizern.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://abizern.org</link>
	<description>The personal and developer blog of a Mac developer in London.</description>
	<lastBuildDate>Sun, 09 Oct 2011 19:06:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NSCoder Night London Now Has It&#8217;s Own Page</title>
		<link>http://abizern.org/2011/04/14/nscoder-night-london-now-has-its-own-page/</link>
		<comments>http://abizern.org/2011/04/14/nscoder-night-london-now-has-its-own-page/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 19:01:01 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[NSCoder Night]]></category>
		<category><![CDATA[nsconlon]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=453</guid>
		<description><![CDATA[It&#8217;s been over a year that I&#8217;ve been running the NSCoder Night meetings in London from here, but I&#8217;ve now moved it to a site of its own. You can now get all the information from NSCoderNightLondon.com. Blog style entries never really worked. I hope that having everything together in just a few pages on [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been over a year that I&#8217;ve been running the NSCoder Night meetings in London from here, but I&#8217;ve now moved it to a site of its own. You can now get all the information from <a href="http://nscodernightlondon.com">NSCoderNightLondon.com</a>.</p>
<p>Blog style entries never really worked. I hope that having everything together in just a few pages on a site makes it easier for people who want to turn up.</p>
<p>I hope that it floats up higher in Google Rankings as well. This will also make it easier for people who want to turn up.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2011/04/14/nscoder-night-london-now-has-its-own-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Enough GPG for git</title>
		<link>http://abizern.org/2011/01/17/just-enough-gpg-for-git/</link>
		<comments>http://abizern.org/2011/01/17/just-enough-gpg-for-git/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 15:52:38 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[365git]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[gpg2]]></category>
		<category><![CDATA[gpgtools]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[signed]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=440</guid>
		<description><![CDATA[It came about that I wanted to do some work with git and signed tags. It&#8217;s been a while since I had looked at this, I&#8217;ve got some old entries up on keyservers that date back to 1999, and never on a Mac. It turns out that it is quite simple to set up a [...]]]></description>
			<content:encoded><![CDATA[<p>It came about that I wanted to do some work with git and signed tags. It&#8217;s been a while since I had looked at this, I&#8217;ve got some old entries up on keyservers that date back to 1999, and never on a Mac.</p>
<p>It turns out that it is quite simple to set up a minimal <a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy">GPG</a> environment – one that lets you work on the command line without having to set it up for Mail.app. This is about all I need it for.</p>
<p>The <a href="http://www.gpgtools.org/index.html">GPGTools project</a> has recently resurrected the <a href="http://macgpg.sourceforge.net/">MacGPG project</a> to provide email encryption and tools to the Mac. It is still in development, and I didn&#8217;t want to mess about with my Mail installation so rather than install the complete set of tools, I chose to install <a href="http://www.gpgtools.org/macgpg2.html">MacGPG2</a> and <a href="http://www.gpgtools.org/keychain.html">GPGKeychain Access</a></p>
<p><a href="http://www.gpgtools.org/macgpg2.html">MacGPG2</a> is the <a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP">OpenPGP</a> implementation for the Mac. This installs gpg2 into /usr/local/bin and gpg is symlinked to gpg2. I only mention this because although the commands can all be issued as gpg, you get to the documentation by using man gpg2, not man gpg. Installation is through an installer package.</p>
<p><a href="http://www.gpgtools.org/keychain.html">GPGKeychain Access</a> does not integrate with the Mac Keychain as the name might suggest, but provides a window to look at and manage the keys that you have on your system. These are usually under ~/.gnupg/ Run the installer, and create your keys. It&#8217;s quite simple and there is a video on the project page. However, there are a couple of things that you should keep in mind. If you forget your passphrase you can&#8217;t use your private key anymore. And if you&#8217;ve published the key, you won&#8217;t be able to revoke it and it will just sit around on keyservers. So, set an expiry date on your keys in case you do lose the private key or passphrase. As the expiry date comes up just extend it again.</p>
<p>There is no key-server configured. There seems to be a ticket for this to be implemented in some future milestone. Until then, create a file called gpg.conf under ~/.gnupg and put this line in it:</p>
<pre>keyserver hkp://pgp.mit.edu</pre>
<p>And that is just enough so that when you use the menu items that send and get keys from keyservers they will work. As far as I know, these servers talk to each other, so writing to one makes the key visible on the others.</p>
<p>Synchronisation of keys is an issue. If you are adventurous you could add more entries to the gpg.conf file to use a central location for the keyrings, somewhere like Dropbox or iDisk, so that all your machines can use the same files. But, it&#8217;s just as easy to export the keys as text and use those files to keep different machines in sync. Partcularly if you will be using gpg rarely.</p>
<p>This has been a companion piece to the non-Mac centric <a href="http://365git.tumblr.com/">365Git</a> post about <a href="http://365git.tumblr.com/post/2796779828/signing-a-git-tag">signed tags</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2011/01/17/just-enough-gpg-for-git/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>January NSCoder Night</title>
		<link>http://abizern.org/2011/01/04/january-nscoder-night/</link>
		<comments>http://abizern.org/2011/01/04/january-nscoder-night/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 19:45:19 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[NSCoder Night]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[january]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[nscodernight]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=436</guid>
		<description><![CDATA[Happy New Year! And on we go to the next monthly meeting which is on January the 18th at 7pm. We&#8217;ll try the usual venue of The George Inn, 77 Borough High Street. SE1 1NH. Please make sure that you&#8217;re subscribed the proper calendar. I think the update of MobileMe Calendar killed the old link. [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year!</p>
<p>And on we go to the next monthly meeting which is on <strong>January the 18th at 7pm</strong>. We&#8217;ll try the usual venue of <strong>The George Inn, 77 Borough High Street. SE1 1NH.</strong></p>
<p>Please make sure that you&#8217;re subscribed the proper calendar. I think the update of MobileMe Calendar killed the old link. So, you can subscribe to the calendar using this <a href="webcal://www.me.com/ca/sharesubscribe/1.72156502/M2CD-8-1-C1D77039-490B-4896-83A4-17CB7744E548.ics">link</a>. I think the alarms are pushed as well, so don&#8217;t be surprised if you get a reminder 3 days before.</p>
<p>You can also keep up to date by following the <a href="http://abizern.org/category/nscoder-night/">NSCoder Night Category</a>.</p>
<p>If it&#8217;s your first time, <a href="http://abizern.org/about/">contact me</a> about getting my mobile number so you can find us if it isn&#8217;t obvious where/who we are. Or, DM the <a href="http://twitter.com/nscodernightlon">Twitter account</a>.</p>
<p>See you in a couple of weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2011/01/04/january-nscoder-night/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Staying Flash-free on a MacBook Air</title>
		<link>http://abizern.org/2010/11/21/staying-flash-free-on-a-macbook-air/</link>
		<comments>http://abizern.org/2010/11/21/staying-flash-free-on-a-macbook-air/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 17:46:57 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[iplayer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook air]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=430</guid>
		<description><![CDATA[You may have seen John Gruber&#8217;s posts on uninstalling system-wide flash and changing the Safari User Agent to view some sites that have Flash content. The new MacBook Airs don&#8217;t have Flash installed by default so this is a tl:dr summary of those two articles so you don&#8217;t have to download and install the system-wide [...]]]></description>
			<content:encoded><![CDATA[<p>You may have seen John Gruber&#8217;s posts on <a href="http://daringfireball.net/2010/11/flash_free_and_cheating_with_google_chrome">uninstalling system-wide flash</a> and <a href="http://daringfireball.net/2010/11/masquerading_as_mobile_safari">changing the Safari User Agent</a> to view some sites that have Flash content.</p>
<p>The new MacBook Airs don&#8217;t have Flash installed by default so this is a <a href="http://en.wikipedia.org/wiki/Wikipedia:Too_long;_didn%27t_read">tl:dr</a> summary of those two articles so you don&#8217;t have to download and install the system-wide Flash player.</p>
<p>Many sites, such as <a href="http://youtube.com">YouTube</a>, provide content in an alternative format for devices that do not have Flash installed. Get access to this from Safari by turning on the &#8216;Develop&#8217; menu (Preferences | Advanced) and change the User Agent to &#8216;Mobile Safari 3.2.2 iPad&#8217;. This works per tab|window so doesn&#8217;t change the display in what you already have open.</p>
<p>If this still doesn&#8217;t work (I&#8217;m looking at you <a href="http://www.bbc.co.uk/iplayer/">iPlayer</a>) then you can use Google&#8217;s Chrome browser, which comes with its own Flash plug-in.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/11/21/staying-flash-free-on-a-macbook-air/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>December NSCoder Night</title>
		<link>http://abizern.org/2010/11/21/december-nscoder-night-2/</link>
		<comments>http://abizern.org/2010/11/21/december-nscoder-night-2/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 15:35:02 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[NSCoder Night]]></category>
		<category><![CDATA[december]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[nscodernight]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=427</guid>
		<description><![CDATA[If you follow the NSCoder night calendar this will come as no surprise to you. The December meeting is on the 14th (second Tuesday) rather than the 21st (third tuesday). This will be at the usual place, although we may have to move if it gets too crowded. If you don&#8217;t already have my phone [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow the NSCoder night calendar this will come as no surprise to you.</p>
<p>The December meeting is on the 14th (second Tuesday) rather than the 21st (third tuesday). This will be at the usual place, although we may have to move if it gets too crowded. If you don&#8217;t already have my phone number this would be a good time to ask me for it. I&#8217;d like to be able to put it up publicly, but there are too many idiots in the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/11/21/december-nscoder-night-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Back to the Mac Special</title>
		<link>http://abizern.org/2010/10/21/back-to-the-mac-special/</link>
		<comments>http://abizern.org/2010/10/21/back-to-the-mac-special/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 20:47:26 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[NSCoder Night]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[cocoaheads]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nscodernight]]></category>
		<category><![CDATA[special]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=425</guid>
		<description><![CDATA[Some big changes were introduced in the recent Apple &#8220;Back to the Mac&#8221; announcement. There seems to be some interest in having a special get together to mull these over in person. I mean, we&#8217;ve all thought about the possibility of a Mac App Store, but now there will be one. So &#8211; Friday night, [...]]]></description>
			<content:encoded><![CDATA[<p>Some big changes were introduced in the recent Apple &#8220;Back to the Mac&#8221; announcement. There seems to be some interest in having a special get together to mull these over in person. I mean, we&#8217;ve all thought about the possibility of a Mac App Store, but now there will be one.</p>
<p>So &#8211; Friday night, October 22 at 6:30 at the usual place and we&#8217;ll do some crystal ball gazing together.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/10/21/back-to-the-mac-special/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting the address of a shortened URL</title>
		<link>http://abizern.org/2010/10/16/getting-the-address-of-a-shortened-url/</link>
		<comments>http://abizern.org/2010/10/16/getting-the-address-of-a-shortened-url/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 21:05:52 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[shorturl]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=420</guid>
		<description><![CDATA[Many times you will see a shortened url but you aren&#8217;t sure what it points at. Here&#8217;s a little tip that I picked up from Tom Morris. Pop open your terminal, or console, or whatever your command-line application is and type the following: curl --head shorturl This pops up a short amount of useful information [...]]]></description>
			<content:encoded><![CDATA[<p>Many times you will see a shortened url but you aren&#8217;t sure what it points at. Here&#8217;s a little tip that I picked up from <a title="http://tommorris.org" href="http://tommorris.org">Tom Morris</a>.</p>
<p>Pop open your terminal, or console, or whatever your command-line application is and type the following:</p>
<p><code>curl --head shorturl</code></p>
<p>This pops up a short amount of useful information about the target url. For example the response for the Google short URL for this site shows this;</p>
<pre>~ % curl --head http://goo.gl/oQx8
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
Expires: Sat, 16 Oct 2010 21:01:51 GMT
Date: Sat, 16 Oct 2010 21:01:51 GMT
Cache-Control: private, max-age=86400
Location: http://abizern.org/
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked</pre>
<p>And you can see that the Location shows that you aren&#8217;t going to get Rick-rolled.</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/10/16/getting-the-address-of-a-shortened-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DVCS at LiDG</title>
		<link>http://abizern.org/2010/10/08/dvcs-at-lidg/</link>
		<comments>http://abizern.org/2010/10/08/dvcs-at-lidg/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 13:19:12 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[lidg]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=413</guid>
		<description><![CDATA[I gave a short presentation to the London iPhone Developer Group at the Apple store in London this week. 20 minutes is far too short to cover such a large subject but I did what I could. I have been given another opportunity to present in the future and I&#8217;m going to skip the boring [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a short presentation to the London iPhone Developer Group at the Apple store in London this week.</p>
<p>20 minutes is far too short to cover such a large subject but I did what I could. I have been given another opportunity to present in the future and I&#8217;m going to skip the boring beginner bits and just cover 3 or 4 advanced Git techniques which should be more fun.</p>
<p>For what it&#8217;s worth, here are the slides. Probably not much help unless you were there (I prefer more talk and less slides) and I apologise for being weak and using bullet points.</p>
<p><a title="Keynote Download" href="http://goo.gl/vCCP">Download the Keynote presentation</a> (540 kb)</p>
<p><a title="PDF Download" href="http://goo.gl/JPJR">Download the PDF slides</a> (220 kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/10/08/dvcs-at-lidg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackjack and the Python Dojo</title>
		<link>http://abizern.org/2010/10/08/blackjack-and-the-python-dojo/</link>
		<comments>http://abizern.org/2010/10/08/blackjack-and-the-python-dojo/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 12:04:38 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=398</guid>
		<description><![CDATA[&#8220;A coding dojo is a safe place to deliberately practice and develop your coding skills.&#8221; I went to my first London Python Dojo last night and had a better time than I expected. I know a little Python (just enough to hurt myself). I was intrigued by this event where the idea was to learn [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;A coding dojo is a safe place to deliberately practice and develop your coding skills.&#8221;</p>
<p>I went to my first <a title="London Python Dojo s2 e2" href="http://ldnpydojo.eventwax.com/london-python-code-dojo-season-2-episode-2" target="_self">London Python Dojo</a> last night and had a better time than I expected. I know a little <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Python_(programming_language)" target="_self">Python</a> (just enough to hurt myself). I was intrigued by this event where the idea was to learn together rather than just share knowledge.</p>
<p>The evening started off with beer and pizza, thanks to our hosts <a title="Fry-IT" href="http://www.fry-it.com/">Fry-IT</a>, and then moved on to two short presentations. The first was on FluidDb and the second was something to do with creating Python packages. Yes, both were over my head.</p>
<p>After that there was a short discussion about a problem to attempt. A blackjack game was suggested and we split into 5 groups of four and had a little under an hour to solve this. I didn&#8217;t have much confidence that we could do it. One person sat at a laptop, we spent about 5 minutes deciding on the approach to use and then the typing started.</p>
<p>I wouldn&#8217;t have been able to write the code as quickly as it was being knocked out, but I could understand it. And although we were all talking there were no arguments and we pushed through and got a working program done (with one easily fixed bug) just in time. Although not strictly <a title="Wikipedia link" href="Pair programming">pair programming</a>, I can see why that approach can generate quality code quickly.</p>
<p>But that wasn&#8217;t it. Each team demoed their solution and showed their code. This was just as useful as writing the program in the first place. Because we had all been thinking about the same problem it was easy to understand the different approaches that were presented. There were class based solutions as well as functional ones (some had tests!) and we even saw the major development environments &#8211; Macs running vi, Linux machines with Emacs, and Notepad++ on Windows. We also saw a solution using Python3.</p>
<p>I enjoyed this more than I expected. It was nice to be able to contribute even though I&#8217;m not that experienced with Python, and I learned plenty just by watching and asking questions. It was a welcoming bunch and I will certainly be going again. And this time I&#8217;ll pay more attention to people&#8217;s names.</p>
<p>I don&#8217;t think anybody used version control, though…</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/10/08/blackjack-and-the-python-dojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Presentation at NSCoder Night</title>
		<link>http://abizern.org/2010/09/26/git-presentation-at-nscoder-night/</link>
		<comments>http://abizern.org/2010/09/26/git-presentation-at-nscoder-night/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 14:04:44 +0000</pubDate>
		<dc:creator>Abizer</dc:creator>
				<category><![CDATA[NSCoder Night]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[nscodernight]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://abizern.org/?p=394</guid>
		<description><![CDATA[At September&#8217;s NSCoder Night Alex Blewitt (@alblue on Twitter) gave a short presentation on the Git distributed version control system. Here are the slides as both a Keynote presentation and a PDF document. Download the Keynote presentation (1.1 Mb) Download the Slides as a PDF file (1.7 Mb)]]></description>
			<content:encoded><![CDATA[<p>At September&#8217;s NSCoder Night Alex Blewitt (<a href="http://www.twitter.com/alblue">@alblue on Twitter</a>) gave a short presentation on the Git distributed version control system. Here are the slides as both a Keynote presentation and a PDF document.</p>
<p><a title="Keynote download" href="http://goo.gl/LNx6">Download the Keynote presentation</a> (1.1 Mb)</p>
<p><a title="PDF Download" href="http://goo.gl/jNso">Download the Slides as a PDF file</a> (1.7 Mb)</p>
]]></content:encoded>
			<wfw:commentRss>http://abizern.org/2010/09/26/git-presentation-at-nscoder-night/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

