<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>The Occasional Programmer</title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=851]]></link>
	<description>The Occasional Programmer Syndication</description>
	<pubDate>Mon, 10 Sep 2012 00:16:54 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Looking for a job?</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-4184-looking-for-a-job/</link>
		<category></category>
		<description><![CDATA[I think Python may be your best bet. The vast majority of recruiters from whom I receive LinkedIn messages (and calls) as of late have all been looking for those with Python (and Django) experience. Python is a very minor point on my résumé, even though I've been using it off and on (and somewhat sparingly) for like 15 years. My first job was...]]></description>
		<pubDate>Sun, 09 Sep 2012 10:54:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-4184-looking-for-a-job/</guid>
	</item>
	<item>
		<title>PHP and SQL Help</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-4077-php-and-sql-help/</link>
		<category></category>
		<description><![CDATA[I'm finding it increasingly frustrating to try to help people with PHP and SQL programming. It's to the point I might just say "fuck it" and avoid the PHP forum period. There are too many copy/paste poseurs just grabbing horrible code -- which dominates the search engines -- and having the faintest fucking idea what to do after...]]></description>
		<pubDate>Thu, 05 Jul 2012 09:21:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-4077-php-and-sql-help/</guid>
	</item>
	<item>
		<title>C++ Navajo Windtalker Translator</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3813-c-navajo-windtalker-translator/</link>
		<category></category>
		<description><![CDATA[<a href='http://www.dreamincode.net/forums/topic/256705-navajo-code-wwii-c/' class='bbc_url' title='External link' rel='external'>A poster</a> brought up the Navajo Windtalker code and thought a translator might be a neat project as a beginner in C++. I thought I'd whip something up as a way to keep my waning C++ skills from completely falling by the wayside. <br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Thu, 24 Nov 2011 23:37:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3813-c-navajo-windtalker-translator/</guid>
	</item>
	<item>
		<title>The Unemployed Life: Coming To An End(?)</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3522-the-unemployed-life-coming-to-an-end/</link>
		<category></category>
		<description><![CDATA[Well I have received a verbal offer; still waiting for the paperwork before I will feel completely at ease, but should be starting my new job soon. In a switch from the C/C++/C#-centric dev I've been doing for years, this will be focused on PHP and web development, with a cloud-computing bent. I'll have to work to keep up my compiled...]]></description>
		<pubDate>Fri, 17 Jun 2011 15:46:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3522-the-unemployed-life-coming-to-an-end/</guid>
	</item>
	<item>
		<title>NotORM: This Looks Interesting</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3517-notorm-this-looks-interesting/</link>
		<category></category>
		<description><![CDATA[<a href='http://www.notorm.com/' class='bbc_url' title='External link' rel='external'>Check this out</a>. Wonder how well it works with more complicated DBs. I've never actually used an ORM in a project, so maybe that's always an issue.]]></description>
		<pubDate>Tue, 14 Jun 2011 12:02:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3517-notorm-this-looks-interesting/</guid>
	</item>
	<item>
		<title>The Unemployed Life: Uregent (sic) Requirement!</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3515-the-unemployed-life-uregent-sic-requirement/</link>
		<category></category>
		<description><![CDATA[Wow, apparently the urgency of Indians extends to recruiting trolls...<br /><br /><br /><br />I would rather drag my sack across a field of broken glass and take a dip in some rubbing alcohol than respond to some of these bloodsuckers.]]></description>
		<pubDate>Mon, 13 Jun 2011 17:07:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3515-the-unemployed-life-uregent-sic-requirement/</guid>
	</item>
	<item>
		<title><![CDATA[The Unemployed Life: There's What I Was Waiting For]]></title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3493-the-unemployed-life-theres-what-i-was-waiting-for/</link>
		<category></category>
		<description><![CDATA[Had two interviews with a company. The first went EXTREMELY well; I left more upbeat than I've ever left an interview before. Got called back to come in for a second interview yesterday, which seemed to go OK. This was primarily with the business side.<br /><br />Called back today: "the business need changed...we have an offshore group...nothing...]]></description>
		<pubDate>Thu, 02 Jun 2011 16:49:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3493-the-unemployed-life-theres-what-i-was-waiting-for/</guid>
	</item>
	<item>
		<title><![CDATA[Getting DIC's RSS Feed &#38; Active Users Through cURLpp]]></title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3453-getting-dics-rss-feed-active-users-through-curlpp/</link>
		<category></category>
		<description><![CDATA[Was playing around with cURLpp today, so I wrote up some code to grab the RSS feed and the active user list from the XML API. It's certainly not perfect, but it may provide someone with some insight on using cURLpp and libxml2 (which are obviously required).<br /><br />constants.h<br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Sat, 14 May 2011 22:40:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3453-getting-dics-rss-feed-active-users-through-curlpp/</guid>
	</item>
	<item>
		<title>The Unemployed Life: Anticipating the First Phone Interview</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3450-the-unemployed-life-anticipating-the-first-phone-interview/</link>
		<category></category>
		<description><![CDATA[Well, doing some research (which I should have done BEFORE I submitted my CV), indicates my upcoming interview is destined to be a fail. They seem to be intent on asking CS-type questions, like data structures & algorithms, Big-O stuff...things to which I've never really been exposed, not having gone through a CS curriculum.<br /><br />I'm sure...]]></description>
		<pubDate>Sat, 14 May 2011 12:16:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3450-the-unemployed-life-anticipating-the-first-phone-interview/</guid>
	</item>
	<item>
		<title>The Unemployed Life: First active day</title>
		<link>http://www.dreamincode.net/forums/blog/851/entry-3433-the-unemployed-life-first-active-day/</link>
		<category></category>
		<description><![CDATA[After spending a week moping and generally perturbed at the overall situation, on Sunday evening I fixed up my résumé and enabled it -- confidentially -- on Monster. <br /><br />As I expected, this morning the floodgates opened with recruiters spamming me with positions. Note to one particularly dumbass recruiter: if you can't be bothered to take out...]]></description>
		<pubDate>Mon, 09 May 2011 17:50:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/851/entry-3433-the-unemployed-life-first-active-day/</guid>
	</item>
</channel>
</rss>