<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns="http://purl.org/rss/1.0/"
>
	<channel rdf:about="http://www.iamcal.com/">
		<title>iamcal.com</title>
		<link>http://www.iamcal.com/</link>
		<description>All the links rom iamcal.com</description>
		<dc:date>2021-05-04T20:56:39Z</dc:date>
		<admin:generatorAgent rdf:resource="http://www.flickr.com/" />

		<image rdf:about="http://www.iamcal.com/images/logo.gif">
			<url>http://www.iamcal.com/images/logo.gif</url>
			<title>iamcal.com</title>
			<link>http://www.iamcal.com/</link>
		</image>

		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://www.iamcal.com/2021-05/10174/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2015-07/making-pecl/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2013-03/github-march-wrapup/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2012-06/use-bcrypt/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2012-04/facebook-engineering-process/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2011-10/2731/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2011-06/2681/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2011-04/2660/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2009-11/2408/" />
				<rdf:li rdf:resource="http://www.iamcal.com/2009-10/2382/" />
			</rdf:Seq>
		</items>

	</channel>

	<item rdf:about="http://www.iamcal.com/2021-05/10174/">
		<title>4th May, 8:56 pm</title>
		<link>http://www.iamcal.com/2021-05/10174/</link>
		<description>&lt;p&gt;It&#039;s been three and a half months since I got PHP CI working on Travis, so of course it&#039;s now broken. Github Actions are the new hotness, so I figured out the &lt;a href=&quot;https://github.com/iamcal/SQLParser/blob/master/.github/workflows/php.yml&quot;&gt;right magical config&lt;/a&gt; to run multi-version CI for PHP over there instead, and it runs much faster too.&lt;/p&gt;
</description>
		<dc:date>2021-05-04T20:56:39Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2015-07/making-pecl/">
		<title>Making PECL</title>
		<link>http://www.iamcal.com/2015-07/making-pecl/</link>
		<description>&lt;p&gt;A future note to self - if you&#039;re trying to build and install PECL modules but your /tmp is mounted as noexec, you can manually set PECL&#039;s temp dir &lt;a href=&quot;http://blog.litespeedtech.com/2013/04/05/trouble-shooting-pecl-install-doesnt-work/&quot;&gt;using pear&lt;/a&gt;. Yes, this makes little sense.&lt;/p&gt;
</description>
		<dc:date>2015-07-07T03:19:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2013-03/github-march-wrapup/">
		<title>Github March Wrapup</title>
		<link>http://www.iamcal.com/2013-03/github-march-wrapup/</link>
		<description>&lt;p&gt;I&#039;ve posted a bunch of projects to Github in the last few months and haven&#039;t linked to them anywhere, so here&#039;s a quick roundup of recently notable projects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[lib_timezones](https://github.com/iamcal/lib_timezones) - A PHP and JS library to handle user-specified timezones properly, with reasonable client-side auto detection.&lt;/li&gt;
&lt;li&gt;[lib_classsify](https://github.com/iamcal/lib_classify) - A partial PHP port of Github&#039;s own [linguist](https://github.com/github/linguist) which can automatically detect the programming language, given a code fragment.&lt;/li&gt;
&lt;li&gt;[js-emoji](https://github.com/iamcal/js-emoji) - A JavaScript library to allow display of Emoji in then browser for OSs without native support (anything that&#039;s not OSX 10.8 or iOS 6)&lt;/li&gt;
&lt;li&gt;[lib_autolink](https://github.com/iamcal/lib_autolink) - My old PHP URL-detection and linking library, updated to handle multiple protocols.&lt;/li&gt;
&lt;li&gt;[lib_solr_query](https://github.com/iamcal/lib_solr_query) - A PHP library to turn user-entered complex search queries into valid SOLR query syntax. Supports phrases, booleans, nesting, assertions and more.&lt;/li&gt;
&lt;/ul&gt;
</description>
		<dc:date>2013-03-25T17:02:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2012-06/use-bcrypt/">
		<title>Shut up and use bcrypt</title>
		<link>http://www.iamcal.com/2012-06/use-bcrypt/</link>
		<description>&lt;p&gt;With all the current excitement about leaked password databases, I thought I&#039;d take the time to make doing it the right way a bit easier. If you&#039;re working on a PHP app, start using &lt;a href=&quot;https://github.com/iamcal/lib_bcrypt&quot;&gt;lib_bcrypt&lt;/a&gt; right now.&lt;/p&gt;
</description>
		<dc:date>2012-06-09T19:32:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2012-04/facebook-engineering-process/">
		<title>Facebook Engineering Process</title>
		<link>http://www.iamcal.com/2012-04/facebook-engineering-process/</link>
		<description>&lt;p&gt;A &lt;a href=&quot;http://arstechnica.com/business/news/2012/04/exclusive-a-behind-the-scenes-look-at-facebook-release-engineering.ars/1&quot;&gt;nice read&lt;/a&gt; about facebook&#039;s release engineering approach. This should all sound very familiar to Flickr alumni.&lt;/p&gt;
</description>
		<dc:date>2012-04-19T02:22:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2011-10/2731/">
		<title>19th October, 4:01 am</title>
		<link>http://www.iamcal.com/2011-10/2731/</link>
		<description>&lt;p&gt;&lt;a href=&quot;http://twig.sensiolabs.org/&quot;&gt;twig&lt;/a&gt; looks neat, if i ever get sick of smarty. syntax is a little odd though&lt;/p&gt;
</description>
		<dc:date>2011-10-19T04:01:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2011-06/2681/">
		<title>8th June, 12:08 am</title>
		<link>http://www.iamcal.com/2011-06/2681/</link>
		<description>&lt;p&gt;&lt;a href=&quot;http://phpsadness.com/&quot;&gt;php sadness&lt;/a&gt; points out a lot of real issues, but it&#039;s still the best tool for many problems&lt;/p&gt;
</description>
		<dc:date>2011-06-08T00:08:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2011-04/2660/">
		<title>26th April, 6:23 am</title>
		<link>http://www.iamcal.com/2011-04/2660/</link>
		<description>&lt;p&gt;i&#039;m still using smarty and &lt;a href=&quot;http://www.nosmarty.net/&quot;&gt;you&#039;re&lt;/a&gt; no longer on the internet. i think i win this round&lt;/p&gt;
</description>
		<dc:date>2011-04-26T06:23:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2009-11/2408/">
		<title>18th November, 7:07 am</title>
		<link>http://www.iamcal.com/2009-11/2408/</link>
		<description>&lt;p&gt;i&#039;m generally skeptical of new things, but &lt;a href=&quot;http://www.firephp.org/&quot;&gt;fire php&lt;/a&gt; seems pretty nice. stuffing that in headers is a lovely way to debug json ajax responses&lt;/p&gt;
</description>
		<dc:date>2009-11-18T07:07:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>
	<item rdf:about="http://www.iamcal.com/2009-10/2382/">
		<title>24th October, 4:18 pm</title>
		<link>http://www.iamcal.com/2009-10/2382/</link>
		<description>&lt;p&gt;a couple of interesting alternatives to phpMyAdmin, both simpler: &lt;a href=&quot;http://sqlbuddy.com/&quot;&gt;sqlbuddy&lt;/a&gt; looks like a really well done minimalist effort, while &lt;a href=&quot;http://code.google.com/p/phpminiadmin/&quot;&gt;phpMiniAdmin&lt;/a&gt; like like PMA from 10 years ago.&lt;/p&gt;
</description>
		<dc:date>2009-10-24T16:18:00Z</dc:date>
		<dc:creator>Cal Henderson (http://www.iamcal.com/)</dc:creator>
	</item>

</rdf:RDF>