<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>paul.annesley.cc</title>
  <id>http://paul.annesley.cc/</id>
  <link rel="self" href="http://paul.annesley.cc/feed"/>
  <updated>2011-02-11T00:24:53Z</updated>
  <author>
    <name>Paul Annesley</name>
  </author>
  <entry>
    <id>http://todokyo.com/</id>
    <published>2011-02-11T00:24:53Z</published>
    <updated>2011-02-11T00:24:53Z</updated>
    <title>Todokyo</title>
    <link rel="alternate" href="http://todokyo.com/"/>
    <content type="html">&lt;p&gt;Interesting looking todo client-side web app..&lt;/p&gt;

&lt;blockquote&gt;
It works like you’d expect, with a couple restrictions: First, every morning it starts over fresh. Your list from the day before is thrown in the trash. This, hopefully, will encourage the completion of all tasks each day and discourage the addition of frivolous items. Second, there’s no reordering. I want to trust my subconscious; if I add a task before another, then it’s because my mind has determined it’s priority by remembering it sooner.
&lt;/blockquote&gt;


&lt;p&gt;via &lt;a href="http://twitter.com/toolmantim/status/35851627713798144"&gt;@toolmantim&lt;/a&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>http://robots.thoughtbot.com/post/3105121049/delivering-email-with-amazon-ses-in-a-rails-3-app</id>
    <published>2011-02-06T08:48:31Z</published>
    <updated>2011-02-06T08:48:31Z</updated>
    <title>Email with Amazon SES and Rails 3</title>
    <link rel="alternate" href="http://robots.thoughtbot.com/post/3105121049/delivering-email-with-amazon-ses-in-a-rails-3-app"/>
    <content type="html">&lt;p&gt;The always excellent GIANT ROBOTS describes using Amazon's new Simple Email Service for sending mail from Rails 3, using the aws-ses gem.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html</id>
    <published>2010-05-12T11:29:00Z</published>
    <updated>2010-05-12T11:29:00Z</updated>
    <title>An intro to modern OpenGL</title>
    <link rel="alternate" href="http://duriansoftware.com/joe/An-intro-to-modern-OpenGL.-Table-of-Contents.html"/>
    <content type="html">&lt;p&gt;An excellent OpenGL tutorial; beware other documentation and tutorials which endorse deprecated APIs and practices.&lt;/p&gt;

&lt;p&gt;Modern enough to be applicable to OpenGL ES 2.0 (and therefore &lt;a href="http://en.wikipedia.org/wiki/WebGL"&gt;WebGL&lt;/a&gt;), which requires vertex and fragment shaders to be written in &lt;a href="http://en.wikipedia.org/wiki/WebGL"&gt;OpenGL Shader Language&lt;/a&gt; to take advantage of the programmable rendering pipeline, and which removes much of the procedural (glBegin/glEnd) API.&lt;/p&gt;

&lt;p&gt;Adapting this tutorial to Cocoa Touch for iPhone/iPad OpenGL ES 2.0 development was relatively easy, and beat any iPhone OS specific documentation for ES 2.0 that I've found.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>http://gist.github.com/398090</id>
    <published>2010-05-12T10:07:00Z</published>
    <updated>2010-05-12T10:07:00Z</updated>
    <title>git-ff for git 1.7+</title>
    <link rel="alternate" href="http://gist.github.com/398090"/>
    <content type="html">&lt;p&gt;Provides 'git ff' to quickly fast-forward your current branch to the tracked remote when possible.&lt;/p&gt;

&lt;p&gt;It's 'git pull --ff-only' for those who do their own fetching, and besides, 'git ff' is quicker :)&lt;/p&gt;

&lt;p&gt;Drop it in your path somewhere; depends on Git 1.7+ for the new --ff-only parameter.&lt;/p&gt;

&lt;script src="http://gist.github.com/398090.js?file=git-ff"&gt;&lt;/script&gt;

</content>
  </entry>
  <entry>
    <id>http://defunkt.github.com/mustache/</id>
    <published>2010-03-30T10:18:00Z</published>
    <updated>2010-03-30T10:18:00Z</updated>
    <title>mustache: logic-less templates</title>
    <link rel="alternate" href="http://defunkt.github.com/mustache/"/>
    <content type="html">&lt;p&gt;Nice simple template format, implementations in Ruby, Python, JavaScript, PHP and more.
Similar to Django templates in simplicity, syntax and sensible constraint of logic.&lt;/p&gt;
</content>
  </entry>
</feed>
