<?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>Niall's Weblog &#187; linkedin</title>
	<atom:link href="http://niallohiggins.com/tag/linkedin/feed/" rel="self" type="application/rss+xml" />
	<link>http://niallohiggins.com</link>
	<description>The website of Niall O'Higgins: A few, immature words</description>
	<lastBuildDate>Wed, 17 Feb 2010 18:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Android SDK on Ubuntu</title>
		<link>http://niallohiggins.com/2010/01/27/android-sdk-on-ubuntu/</link>
		<comments>http://niallohiggins.com/2010/01/27/android-sdk-on-ubuntu/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 08:08:39 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[android sdk ubuntu]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=768</guid>
		<description><![CDATA[Since I got the N1 a few days ago, I&#8217;m quite interested in hacking for the Google Android platform.  One of my favourite things about Android is that the SDK is freely available for Windows, Mac and Linux.  In fact there is even an an effort to port to *BSD systems, although that [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2010/01/27/android-sdk-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocomplete with Python, Pylons, SQLAlchemy and jQuery</title>
		<link>http://niallohiggins.com/2009/12/21/autocomplete-with-python-pylons-sqlalchemy-and-jquery/</link>
		<comments>http://niallohiggins.com/2009/12/21/autocomplete-with-python-pylons-sqlalchemy-and-jquery/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:51:55 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery autocomplete]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[python autocomplete]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=667</guid>
		<description><![CDATA[Recently I needed to implement my own autocomplete for a project on snagmachine.com.  We had a large database of products and wanted to ease data entry by hinting to the user via autocomplete when possible.

In future, we can probably just use Freebase Suggest but right now we needed our own solution.
The Pieces
Autocomplete is not [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/12/21/autocomplete-with-python-pylons-sqlalchemy-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pylons tip #5 &#8211; Streaming static files</title>
		<link>http://niallohiggins.com/2009/11/04/pylons-tip-5-streaming-static-files/</link>
		<comments>http://niallohiggins.com/2009/11/04/pylons-tip-5-streaming-static-files/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:15:29 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[web-application]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=656</guid>
		<description><![CDATA[Pylons makes it super easy to return data to a client.  You just return a string from your controller method!

class HelloController&#40;BaseController&#41;:
&#160;
    def index&#40;self&#41;:
        return 'Hello World!'

Very nice.  However, what if you want to serve up a potentially quite large file to the client? [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/11/04/pylons-tip-5-streaming-static-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using OpenBSD&#8217;s OpenSMTPd for Email</title>
		<link>http://niallohiggins.com/2009/10/31/using-openbsds-opensmtpd-for-email/</link>
		<comments>http://niallohiggins.com/2009/10/31/using-openbsds-opensmtpd-for-email/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:52:00 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[OpenBSD]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=635</guid>
		<description><![CDATA[As many readers may be aware, the venerable Sendmail has been the default mail daemon in OpenBSD for years.  This is largely because it is the only reasonable BSD-licensed mail server around.  Personally, I have never trusted Sendmail enough to use it on any of my hosts &#8211; despite the fact that it [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/10/31/using-openbsds-opensmtpd-for-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Freebase Suggest In Place</title>
		<link>http://niallohiggins.com/2009/10/27/jquery-freebase-suggest-in-place/</link>
		<comments>http://niallohiggins.com/2009/10/27/jquery-freebase-suggest-in-place/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 04:56:33 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[freebase]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=621</guid>
		<description><![CDATA[



I just finished my hack of JQuery In Place Editor to work with Freebase Suggest.  I call it &#8220;JQuery Suggest In Place&#8221;.  Its pretty much the same as JQuery Edit In Place, except it is stripped down a bit to only give you an input text field with a bound Freebase Suggest.  [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/10/27/jquery-freebase-suggest-in-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read a file line by line in C &#8211; secure fgets idiom</title>
		<link>http://niallohiggins.com/2009/10/03/read-a-file-line-by-line-in-c-secure-fgets-idiom/</link>
		<comments>http://niallohiggins.com/2009/10/03/read-a-file-line-by-line-in-c-secure-fgets-idiom/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:57:40 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[OpenBSD]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=590</guid>
		<description><![CDATA[A pretty common thing to do in any program is read a file line-by-line.  In other interpreted or managed languages this is trivial, the standard libraries will make it super easy for you.  Just look at how simple it is to do this in Python or Perl or even Shell.
In C its a [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/10/03/read-a-file-line-by-line-in-c-secure-fgets-idiom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Py Web SF: The San Francisco Python &amp; Web Technology Meet-up</title>
		<link>http://niallohiggins.com/2009/07/24/py-web-sf-the-san-francisco-python-web-technology-meet-up/</link>
		<comments>http://niallohiggins.com/2009/07/24/py-web-sf-the-san-francisco-python-web-technology-meet-up/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 03:29:47 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[web-application]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=563</guid>
		<description><![CDATA[Last month I started Py Web SF, the San Francisco Python &#038; Web Technology meet-up.  The idea is 1-2 conversation-style presentations of about 30 minutes with a group of 10-20 people.  My hope is to have a more intimate group than the very good Bay Piggies (which I highly recommend).  With a [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/07/24/py-web-sf-the-san-francisco-python-web-technology-meet-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tmux, a BSD alternative to GNU Screen</title>
		<link>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/</link>
		<comments>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 04:25:13 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[OpenBSD]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=543</guid>
		<description><![CDATA[
I started using tmux today.  Its a terminal multiplexer / task switcher for UNIX-likes, very much in the same vein as  GNU Screen.  However, its a from-scratch implementation, designed to be clean, sane and easy to configure.  The more liberal 3-clause BSD license is a plus also, since it means that [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Turbo Gears 2.0 Released</title>
		<link>http://niallohiggins.com/2009/05/27/turbo-gears-20-released/</link>
		<comments>http://niallohiggins.com/2009/05/27/turbo-gears-20-released/#comments</comments>
		<pubDate>Thu, 28 May 2009 02:30:20 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[tubogears]]></category>
		<category><![CDATA[web-application]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=535</guid>
		<description><![CDATA[
I read today that Turbo Gears 2.0 has been released &#8211; at long last!  I used Turbo Gears 1 briefly in 2007 for a small project then switched to Pylons. 
Pylons is pretty neat because its really a framework for building a framework.  You can pick and choose WSGI middleware and slot it [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/05/27/turbo-gears-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search by product name with Best Buy API</title>
		<link>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/</link>
		<comments>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/#comments</comments>
		<pubDate>Fri, 22 May 2009 05:21:37 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[best buy]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[web api]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/?p=519</guid>
		<description><![CDATA[
I&#8217;ve been playing with the recently-released HTTP API for accessing the Best Buy product catalog.  While its a little strange to use at first, its actually pretty useful.  One of the things I am interested in is online retail, specifically how to make Internet shopping easier.  Lets imagine I am looking for [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2009/05/21/search-by-product-name-with-best-buy-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
