<?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>A Pirate&#039;s Journal</title>
	<atom:link href="http://www.monkey-pirate.com/blogs/spiff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monkey-pirate.com/blogs/spiff</link>
	<description>Spaceman-Spiff&#039;s Blog</description>
	<lastBuildDate>Wed, 04 Aug 2010 18:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Optimal Tweet Length</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-optimal-tweet-length/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-optimal-tweet-length/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:37:28 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=261</guid>
		<description><![CDATA[Twitter has 140-character limit for all tweet posts. A lot of people try to maximize the use of this limit, getting as close as 140 characters as possible. However, if you&#8217;re expecting people to retweet (RT) your posts, 140-character is not the optimal tweet length. How ReTweet Looks Here&#8217;s an example of a 140-character tweet: [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter has 140-character limit for all tweet posts. A lot of people try to maximize the use of this limit, getting as close as 140 characters as possible. However, if you&#8217;re expecting people to <em>retweet</em> (RT) your posts, 140-character is not the optimal tweet length.</p>
<p><span id="more-261"></span><br />
<h2>How ReTweet Looks</h2>
<p>Here&#8217;s an example of a 140-character tweet:<br />
<img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/08/tweet-01.png" alt="" title="tweet-01" width="425" height="76" class="alignnone size-full wp-image-264" /></p>
<p>And here&#8217;s how it looks when someone else retweet it:<br />
<img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/08/tweet-02.png" alt="" title="tweet-02" width="425" height="93" class="alignnone size-full wp-image-265" /></p>
<p>The retweeted message looks just the same as the original. However, Twitter truncates your message for RSS feed and phone notification (SMS):<br />
<img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/08/tweet-rss-01.png" alt="" title="tweet-rss-01" width="599" height="96" class="alignnone size-full wp-image-266" /><br />
Note that the end of the message gets truncated. </p>
<h2>The Optimal Tweet Length</h2>
<p>If you&#8217;re expecting people to retweet you, in order to preserve your entire message, you should use less than the 140-character limit. What&#8217;s the optimal tweet length? The formula is 140 characters minus the length of &ldquo;RT @yourname: &rdquo;.</p>
<p>To make it easier, use the following calculator. Input your Twitter username, and it will tell you what your optimal tweet length should be:</p>
<p>
<script type="text/javascript">
function calculate_optimal_length(str)
{
	var olen = 140 - 6 - str.length;
	document.getElementById("optimal_length").innerHTML = olen;
}
</script>
<input type="text" id="twitter_username" maxlength="80" value="username" style="font-size: 18px; width: 200px;" onkeyup="calculate_optimal_length(this.value);" /> Optimal length: <span id="optimal_length" style="font-size: 18px;">126</span> characters<br />
<noscript><span style="color: red;">JavaScript is required for this feature.</span></noscript></p>
<p>Some people say 110 is the optimal limit if you also want to consider manual RT or added comments. But there isn&#8217;t really much room for comments, is there?</p>
<p><br/><div class="fb-widget" id="fbtb-dbb7a15859ec430398fb9e7023b87056" style="border:0; outline:0; padding:0; margin:0; position:relative;" itemscope="" itemid="http://www.freebase.com/id/en/twitter" itemtype="http://www.freebase.com/id/organization/organization"> <form class="fb-widget-placeholder" style="border:0; outline:0; padding:0; margin:0;"> <input name="src" value="http://www.freebase.com/widget/topic?track=topicblocks_plugin_manual&amp;blocks=%5B%7B%22block%22%3A%22full_info%22%7D%2C%7B%22block%22%3A%22weblinks%22%7D%5D&amp;mode=content&amp;id=%2Fen%2Ftwitter" type="hidden" /> <input name="width" value="413" type="hidden" /> <input name="height" value="285" type="hidden" /> <span style="line-height:1; border:0; outline:0; padding:0; margin:0; display:inline-block; padding:5px; background:#eee; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;"> <div style="text-align:left; vertical-align:baseline; line-height:1; border:0; outline:0; margin:0 0 5px 5px;"> <a style="text-align:left; vertical-align:baseline; font-family:'Helvetica Neue', Arial, sans-serif; font-size:13px; font-weight:bold; line-height:1.6; text-decoration:none; color:#17b; border:0; outline:0; padding:0; margin:0;" href="http://www.freebase.com/view/en/twitter" target="_blank" > Twitter </a> </div> <div style="vertical-align:top; border:1px solid #ddd; outline:0; padding:0; margin:0; position: relative; width:400px; height:220px; overflow:auto; background-color:#fff"> <img src="http://img.freebase.com/api/trans/image_thumb/en/twitter?pad=1&amp;errorid=%2Ffreebase%2Fno_image_png&amp;maxheight=150&amp;mode=fillcropmid&amp;maxwidth=150" title="Twitter" style="border:0; outline:0; padding: 0; margin: 28px auto; display: block;"> </div> </span> </form> </div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-optimal-tweet-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R2-D2 was Really an Imperial Mole</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-r2-d2-was-really-an-imperial-mole/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-r2-d2-was-really-an-imperial-mole/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 17:21:20 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[r2d2]]></category>
		<category><![CDATA[starwars]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=252</guid>
		<description><![CDATA[Just read this story today posted by Typical_SW_Fan on GameFAQs: R2-D2 was really an Imperial mole Everyone thinks he was some great robot hero but he wasn&#8217;t. He was just a mole working undercover for the Empire. He knew all along who Darth Vader really was, but did he say anything to anyone? No. Why [...]]]></description>
			<content:encoded><![CDATA[<p>Just read <a href="http://www.gamefaqs.com/boards/genmessage.php?board=223&#038;topic=54381419">this story today posted by Typical_SW_Fan on GameFAQs</a>:</p>
<blockquote><p><strong>R2-D2 was really an Imperial mole</strong></p>
<p>Everyone thinks he was some great robot hero but he wasn&#8217;t. He was just a mole working undercover for the Empire. He knew all along who Darth Vader really was, but did he say anything to anyone? No. Why was this? Because he was secretly getting his orders directly from the Sith Lord! (<a href="http://www.gamefaqs.com/boards/genmessage.php?board=223&#038;topic=54381419">Read more</a>)</p></blockquote>
<p>Found via <a href="http://abstrusegoose.com/262">Abstruse Goose</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-r2-d2-was-really-an-imperial-mole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garfield: &#8220;This must not be life&#8221;</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-garfield-this-must-not-be-life/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-garfield-this-must-not-be-life/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:32:28 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[garfield]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=248</guid>
		<description><![CDATA[This was shared on &#8220;What&#8217;s Hot in Google Reader&#8221; over the weekend. I pondered why, it was not even funny. But then it hits me: the punchline is a self-referencing joke. It may not be intentional by Jim Davis (or whoever writes Garfield these days&#8230;), but it&#8217;s pretty funny cause it&#8217;s true. Life is constantly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arcamax.com/garfield/s-720745-297391?source=1930"><img class="alignnone size-full wp-image-249" title="garfield_117724" src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/04/garfield_117724.gif" alt="" width="600" height="176" /></a></p>
<p>This was shared on &#8220;<a href="http://www.google.com/reader/view/user/15650323335570657892/label/cool">What&#8217;s Hot in Google Reader</a>&#8221; over the weekend. I pondered why, it was not even funny. But then it hits me: the punchline is a self-referencing joke.</p>
<p>It may not be intentional by Jim Davis (or whoever writes Garfield these days&#8230;), but it&#8217;s pretty funny cause it&#8217;s true.</p>
<p>Life is constantly changing, but Garfield comics has not. It&#8217;s been stuck in a loop. In endless cycles of repeated jokes. Therefore, as Garfield says in the last panel, &#8220;This must not be life&#8221;.</p>
<p>Just end it already, it&#8217;s dead!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-garfield-this-must-not-be-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astro Soichi&#8217;s TwitPics</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-astro-soichi-twitpics/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-astro-soichi-twitpics/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:58:59 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[twitpic]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=230</guid>
		<description><![CDATA[Been following this guy&#8217;s TwitPic. Lots of amazing pics. And in case you&#8217;re wondering: yes, these pics were taken from the space.]]></description>
			<content:encoded><![CDATA[<p>Been following <a href="http://twitpic.com/photos/Astro_Soichi">this guy&#8217;s TwitPic</a>. Lots of amazing pics.</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 610px"><a href="href=&quot;http://twitpic.com/15wcwx"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/03/Full-Moon-high-up-in-the-sky.jpg" alt="Full Moon high up in the sky" title="Full Moon high up in the sky" width="600" height="400" class="size-full wp-image-238" /></a><p class="wp-caption-text">Full Moon high up in the sky</p></div>
<div id="attachment_241" class="wp-caption alignnone" style="width: 610px"><a href="http://twitpic.com/14zd4p"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/03/Mahajamba-Madagaskar.jpg" alt="Mahajamba, Madagaskar" title="Mahajamba, Madagaskar" width="600" height="399" class="size-full wp-image-241" /></a><p class="wp-caption-text">Mahajamba, Madagaskar</p></div>
<div id="attachment_242" class="wp-caption alignnone" style="width: 610px"><a href="http://twitpic.com/155wpa"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/03/Near-Jakarta-Indonesia.jpg" alt="" title="Near Jakarta, Indonesia" width="600" height="400" class="size-full wp-image-242" /></a><p class="wp-caption-text">Near Jakarta, Indonesia</p></div>
<div id="attachment_240" class="wp-caption alignnone" style="width: 610px"><a href="http://twitpic.com/13qfsh"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/03/Icy-Aral-Sea.jpg" alt="" title="Icy Aral Sea" width="600" height="399" class="size-full wp-image-240" /></a><p class="wp-caption-text">Icy Aral Sea</p></div>
<p>And in case you&#8217;re wondering: yes, these pics were taken from the space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-astro-soichi-twitpics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Chinese Valentine Weekend!</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-happy-chinese-valentine-weekend/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-happy-chinese-valentine-weekend/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:01:43 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=222</guid>
		<description><![CDATA[Got a Valentine&#8217;s card from Google. I love you too, Google]]></description>
			<content:encoded><![CDATA[<p>Got a Valentine&#8217;s card from Google.</p>
<p><a href="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1281_resize.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1281_resize-180x125.jpg" alt="vcard envelope" title="Valentine&#039;s Card from Google" width="180" height="125" class="alignnone size-thumbnail wp-image-223" /></a> <a href="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1276_resize.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1276_resize-180x125.jpg" alt="vcard front" title="Valentine&#039;s Card from Google" width="180" height="125" class="alignnone size-thumbnail wp-image-224" /></a> <a href="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1278_resize.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://www.monkey-pirate.com/blogs/spiff/wp-content/uploads/2010/02/DSC1278_resize-180x125.jpg" alt="Vcard inside" title="Valentine&#039;s Card from Google" width="180" height="125" class="alignnone size-thumbnail wp-image-225" /></a></p>
<p>I love you too, Google <3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-happy-chinese-valentine-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not-so-New Year Resolution</title>
		<link>http://www.monkey-pirate.com/blogs/spiff/2010-not-so-new-year-resolution/</link>
		<comments>http://www.monkey-pirate.com/blogs/spiff/2010-not-so-new-year-resolution/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:07:19 +0000</pubDate>
		<dc:creator>Spaceman-Spiff</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[imdb250]]></category>

		<guid isPermaLink="false">http://www.monkey-pirate.com/blogs/spiff/?p=206</guid>
		<description><![CDATA[I don&#8217;t really believe in making new year&#8217;s resolutions. When my friends or coworkers ask what my new year&#8217;s resolution is, I always answer &#8220;I got none&#8221;. I think it&#8217;s pointless. You can make resolutions any time of the year, so why do you have to make one for the new year just because everyone [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t really believe in making new year&#8217;s resolutions. When my friends or coworkers ask what my new year&#8217;s resolution is, I always answer &#8220;I got none&#8221;. I think it&#8217;s pointless. You can make resolutions any time of the year, so why do you have to make one for the new year just because everyone else is doing it? Besides, most people usually quit doing their NY resolutions just weeks after the new year. That&#8217;s probably because most of them only have a new year&#8217;s resolution for the sake of having one, not because they really resolute.</p>
<p>So, it&#8217;s still not that far from the New Year&#8217;s Day, hence the title, and I have two resolutions:</p>
<p><span id="more-206"></span></p>
<h5><strong>1. To blog more</strong></h5>
<p>Recently I feel that I actually enjoy setting up WordPress and doing its Themes (not designing, more like the coding aspect) more than the actual blogging.  In 2009 I only made 5 blog posts here, and I&#8217;ve also recently just setup a new photoblog ( still working on the theme). My goal for 2010 is to blog at least once a month here, and to post at least one photo per week (average) on my photoblog. I still have a lot of backlogged photos that haven&#8217;t been post processed.</p>
<p>So little time, so much to do&#8230;</p>
<h5><strong>2. To watch the <a href="http://www.imdb.com/chart/top" target="_blank">IMDB Top 250</a></strong></h5>
<p>I thought about this after watching <em>In Bruges</em> last weekend. I checked IMDB after watching, which I do quite often when I like a movie, to check the director&#8217;s other works. I noticed that the movie was in the Top 250 list. Another one I just recently rewatched, <em>Good Will Hunting</em>, is also on the list.</p>
<p>I realize that it&#8217;s not the perfect list: a lot of good movies are not in the list if they&#8217;re not popular enough and the list is always changing. So why IMDB&#8217;s top 250? Well, I gotta start somewhere, and IMDB&#8217;s list is the most accessible one to me.</p>
<p><strong>Methodologies</strong></p>
<p>I thought of 3 ways in doing this:</p>
<ol>
<li>The easy way: watch all movies in the list made in the 80&#8242;s and above (easier to find) that I have not watched</li>
<li>The normal way: watch all movies in the list that I have not watched</li>
<li>The hard way: watch all movies in the list</li>
</ol>
<p>I think I will go with the normal way, unless if some of the old movies are really hard to find.</p>
<p>I&#8217;m going to start from bottom up. I saved the current list in a spreadsheet. When I actually finish the list someday, I will make a <a href="http://en.wikipedia.org/wiki/Diff" target="_blank">diff</a> between the new and old list to get the new movies.</p>
<p>I currently have already watched 74 movies in the list within the last 8 years. I excluded those movies I watched when I was younger, as I now I have pretty different perspective in movies and life.</p>
<p>I usually don&#8217;t have much time in the weekdays, and I only watch 2-3 movies max in the weekends. So, if I have no trouble finding the movies, and I can watch 2 movies a week in average, I should be able to finish this list in 88 weeks (around fall 2012). Maybe I&#8217;ll move on to <a href="http://en.wikipedia.org/wiki/Films_considered_the_greatest_ever" target="_blank">this list</a> after.</p>
<p>I&#8217;ll try to update in a few months on my progress.</p>
<p>Again: so little time, so much to do&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkey-pirate.com/blogs/spiff/2010-not-so-new-year-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
