<?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>Henry Cipolla</title>
	<atom:link href="http://www.henrycipolla.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henrycipolla.com/blog</link>
	<description>Tech, gaming, motorsports, and whatever else</description>
	<lastBuildDate>Tue, 06 Dec 2011 19:39:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Testing multipart/form-data uploads with Post Test Server</title>
		<link>http://www.henrycipolla.com/blog/2011/12/testing-multipartform-data-uploads-with-post-test-server/</link>
		<comments>http://www.henrycipolla.com/blog/2011/12/testing-multipartform-data-uploads-with-post-test-server/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:39:19 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=170</guid>
		<description><![CDATA[The fact that I am getting feature requests means people are actually using my post test server. This makes me happy :) The most recent thing people asked for was multipart/form-data uploads. As an example for this behavior see my test form (which was submitted by a user who was super helpful). The resulting output [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/12/testing-multipartform-data-uploads-with-post-test-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Post Test Server now supports https</title>
		<link>http://www.henrycipolla.com/blog/2011/10/post-test-server-now-supports-https/</link>
		<comments>http://www.henrycipolla.com/blog/2011/10/post-test-server-now-supports-https/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 00:00:22 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=166</guid>
		<description><![CDATA[Based on feedback, I&#8217;ve added an HTTPS certificate to www.posttestserver.com. You may now access the site from: https://posttestserver.com. Hopefully this helps some people.]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/10/post-test-server-now-supports-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple IP Address Response Server</title>
		<link>http://www.henrycipolla.com/blog/2011/09/simple-ip-address-response-server/</link>
		<comments>http://www.henrycipolla.com/blog/2011/09/simple-ip-address-response-server/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 06:03:49 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=155</guid>
		<description><![CDATA[In order to facilitate some scripts I am writing I just created a service which returns the IP address from which it receives its request. The code for this is a single line of php: echo getenv('REMOTE_ADDR'); Check it out..Also, please let me know of any other simple services that would be helpful for me [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/09/simple-ip-address-response-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post Test Server now supports custom status messages</title>
		<link>http://www.henrycipolla.com/blog/2011/09/post-test-server-now-supports-custom-status-messages/</link>
		<comments>http://www.henrycipolla.com/blog/2011/09/post-test-server-now-supports-custom-status-messages/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 05:38:59 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=151</guid>
		<description><![CDATA[Today, the system worked! I received an email from a user asking if I could add support for custom status codes to Post Test Server and I was happy to oblige. So I have added a new parameter which can be passed in the URL called: status_code which causes the server to return a response [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/09/post-test-server-now-supports-custom-status-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an EMR job with multiple inputs using the ruby client.</title>
		<link>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/</link>
		<comments>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:43:39 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=144</guid>
		<description><![CDATA[I&#8217;m using the ruby client to launch Hadoop jobs on Amazon&#8217;s Elastic Map Reduce framework. Things have gone very nicely until I tried scripting a job which draws input from multiple buckets. You can&#8217;t use the &#8216;-input&#8217; option twice and the advice around the internet is to use &#8211;args. So, I added: --args -input,s3n://SomeOtherBucket to [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/09/how-to-create-an-emr-job-with-multiple-inputs-using-the-ruby-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing colors in the terminal app on OS X Lion</title>
		<link>http://www.henrycipolla.com/blog/2011/07/fixing-colors-in-the-terminal-app-on-os-x-lion/</link>
		<comments>http://www.henrycipolla.com/blog/2011/07/fixing-colors-in-the-terminal-app-on-os-x-lion/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 04:51:55 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=141</guid>
		<description><![CDATA[OS X Lion became available to everybody today. Yay. After installing it, I did the usual new-Mac-OS-install-what-broke? check and noticed that as soon as I ssh into any of my boxes I lose all colors in the terminal. Sad. Fortunately the fix is easy. Go to preferences inside the terminal, within the settings tab change [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/07/fixing-colors-in-the-terminal-app-on-os-x-lion/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Macbook Pro: Fix 4SNS/1/40000000 TsOP by replacing Palm Rest Sensor (fixes fan constantly at 100%)</title>
		<link>http://www.henrycipolla.com/blog/2011/05/macbook-pro-fix-4sns140000000-tsop-by-replacing-palm-rest-sensor-fixes-fan-constantly-at-100/</link>
		<comments>http://www.henrycipolla.com/blog/2011/05/macbook-pro-fix-4sns140000000-tsop-by-replacing-palm-rest-sensor-fixes-fan-constantly-at-100/#comments</comments>
		<pubDate>Sat, 28 May 2011 21:28:45 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=126</guid>
		<description><![CDATA[I recently replaced the keyboard in my MacbookPro 2,1 (this is relevant for most older MBPs, not just the 2,1) by following the steps in this great video: http://www.youtube.com/watch?v=jUonF9OSvpA After I put everything back together the keyboard worked like a champ but after two minutes of uptime my fans would suddenly peg at 6,000 RPM. [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/05/macbook-pro-fix-4sns140000000-tsop-by-replacing-palm-rest-sensor-fixes-fan-constantly-at-100/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Added features to my free HTTP Post Dumping / Testing service.</title>
		<link>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/</link>
		<comments>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 16:38:08 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=117</guid>
		<description><![CDATA[A while ago I put together a very simple php script that dumps any HTTP Post it receives: To my great surprise, people have actually started using it! I also found myself using it more and more in my own debugging and so I have added two features which further my original mission of maximizing [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/04/added-features-to-my-free-http-post-dumping-testing-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>0-indexed numbering makes more sense in programming than 1-indexing. (Dijkstra agrees)</title>
		<link>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/</link>
		<comments>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 19:05:47 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=107</guid>
		<description><![CDATA[Let me present two lists of programming languages. List One List Two COBOL (1959) BASIC (1964) Fortran (1957) C (1973) FoxPro (?) C# (2001) Lua (1993) Java (1995) MATLAB (late 1970s) PHP (1995) PL/I (1964) Python (1991) RPG (1959) Ruby (1995) Smalltalk (1972) Complete list on Wikipedia Unfortunately SEO dictates that the title of this [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2011/03/0-indexed-numbering-makes-more-sense-in-programming-than-1-indexing-dijkstra-agrees/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Frozen Synapse Level Editing</title>
		<link>http://www.henrycipolla.com/blog/2010/11/basic-frozen-synapse-level-editing/</link>
		<comments>http://www.henrycipolla.com/blog/2010/11/basic-frozen-synapse-level-editing/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 05:40:56 +0000</pubDate>
		<dc:creator>henry</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Frozen Synapse]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[level editor]]></category>

		<guid isPermaLink="false">http://www.henrycipolla.com/blog/?p=69</guid>
		<description><![CDATA[I recently picked up a copy of Frozen Synapse and have been playing it with my friends. Unfortunately, many years of first having a real job then running a startup has divorced me from video gaming enough that I&#8217;m rather terrible at it. So, rather than be defeated I&#8217;ve turned my energies into an exploration [...]]]></description>
		<wfw:commentRss>http://www.henrycipolla.com/blog/2010/11/basic-frozen-synapse-level-editing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
