<?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>Pascal’s Diary</title>
	<atom:link href="http://www.pascal.com/diary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pascal.com/diary</link>
	<description>wherein I write about politics, music, Apple, and whatever else</description>
	<lastBuildDate>Wed, 03 Mar 2010 22:41:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Untitled</title>
		<link>http://www.pascal.com/diary/2010/03/untitled/</link>
		<comments>http://www.pascal.com/diary/2010/03/untitled/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 22:41:16 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/2010/03/untitled/</guid>
		<description><![CDATA[
 
via tweetie
 Posted via web  from pascalpp&#8217;s posterous 

]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/nDpAvrkjzrnHBirJImHkcEfIjsiurHkfAnFEoenFFslyBmwjhhoCrIAihjou/image.jpg.scaled1000.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/nDpAvrkjzrnHBirJImHkcEfIjsiurHkfAnFEoenFFslyBmwjhhoCrIAihjou/image.jpg.scaled500.jpg" width="500" height="275"/></a> </p>
<div class="posterous_quote_citation">via tweetie</div>
<p style="font-size: 10px;"> <a href="http://posterous.com">Posted via web</a>  from <a href="http://pascalpp.posterous.com/12669361">pascalpp&#8217;s posterous</a> </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2010/03/untitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A proposal for a multitasking UI on the iPhone</title>
		<link>http://www.pascal.com/diary/2010/01/iphone-multitasking/</link>
		<comments>http://www.pascal.com/diary/2010/01/iphone-multitasking/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:42:59 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Mac Stuff]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=225</guid>
		<description><![CDATA[[ I'd like to preface this by saying that multitasking is not the same as allowing apps to run in the background. This is really a UI for better app-switching (cf. this tweet from @camh) — whether the non-frontmost apps are still actually running is a separate discussion. They could just as easily be 'sleeping,' [...]]]></description>
			<content:encoded><![CDATA[<p><em><small>[ I'd like to preface this by saying that multitasking is not the same as allowing apps to run in the background. This is really a UI for better app-switching (cf. <a href="https://twitter.com/camh/statuses/8874382135">this tweet from @camh</a>) — whether the non-frontmost apps are still actually running is a separate discussion. They could just as easily be 'sleeping,' as apps do today when you press the home button. ]</small></em></p>
<p><img src="http://www.pascal.com/misc/iphone-switcher/preview.png" class="noborder" /></p>
<p>It seems to me that from a UI perspective, the problem of multitasking in iPhone OS has already been solved. Both Safari and the Springboard (Home) app have the ability to slide from window to window, or screen to screen. A similar solution could be used to switch between running applications. Let&#8217;s call it &#8216;App Switching Mode.&#8217;</p>
<p>The only major UI detail to sort out is how to enter App Switching Mode. Presumably it would be triggered by some touch gesture. For example, perhaps you could hold the home button while swiping left or right on the screen. What the exact gesture might be is anyone&#8217;s guess; for the purposes of this proposal let&#8217;s just call it the &#8216;App Switching Gesture.&#8217;</p>
<p>Performing the App Switching Gesture would shrink the current app screen down, revealing the screens of other running apps on the left and right. Then you&#8217;d use the familiar left and right swipes to move from app to app, and then tap an app to bring it forward. Like I said, very similar to pages in Safari.</p>
<h3>See it in action</h3>
<p>Here&#8217;s a quick demo I put together with the helpful magic of <a href="http://www.jquery.com">jQuery</a>. Since it&#8217;s a pain to imitate multitouch gestures in Javascript, I just created buttons as stand-ins. Click &#8216;App Switching Gesture&#8217; to see the demo, then click &#8216;Swipe Left&#8217; or &#8216;Swipe Right&#8217; to move from screen to screen. Then tap an app to bring it forward. (I only tested this demo in Safari and Firefox, so I make no guarantees that it will work in other browsers.)</p>
<p><iframe src="http://www.pascal.com/misc/iphone-switcher/" width="800" height="680" border="0" frameborder="no"></iframe></p>
<p>Clicking the &#8216;x&#8217; on an app would close that app, just as pressing the home button does currently. Switching to the Home app would allow you to launch any other app, which would then show up as another screen in the app switcher. If you launch an app that&#8217;s already running, it would just switch to that app rather than spawn a new process, similar to Spaces on Mac OS X. In fact this whole concept is similar to Spaces, except that there is only one app per space, and only one space per app.</p>
<p>One nice thing about this solution is that it wouldn&#8217;t require users to change their existing behavior whatsoever. They can click the home button and use the Springboard app as a rudimentary app switcher, just as we all currently do.</p>
<p>One thing this demo does not address is how to limit the number of running applications. (If Apple ever implements multitasking on the iPhone, I assume they&#8217;ll still place a limit on the number of running apps, similar to the limit of 8 pages open in Safari.) Say they set the limit at 8 running applications. What happens when you try to launch a ninth? That&#8217;s a bit of a stumper. Hopefully they&#8217;re working on it.</p>
<p>One thing that might help solve that problem is a more robust notifications framework. Hopefully they&#8217;re working on that too.</p>
<p>Obviously there are some technical hurdles, specifically CPU usage and battery life, that make multitasking on the current iPhone impractical. Presumably those issues will be mitigated with time. But it may also be the case that Apple doesn&#8217;t feel that the convenience that multitasking provides would outweigh the UI complexities that accompany it. The iPad, which has a killer CPU and great battery life, doesn&#8217;t have multitasking either — which may be an indicator that Apple doesn&#8217;t plan to implement multitasking even when CPU usage and battery life aren&#8217;t an issue. I hope I&#8217;m wrong on that count.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2010/01/iphone-multitasking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Me and Fred</title>
		<link>http://www.pascal.com/diary/2009/12/me-and-fred/</link>
		<comments>http://www.pascal.com/diary/2009/12/me-and-fred/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:19:20 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=217</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/JdtBzFlrzJrEugbbAktxEeFGrzphogxGunDJtiHCmbcJibvyDisECfsrHlbn/upload.jpg.scaled1000.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/JdtBzFlrzJrEugbbAktxEeFGrzphogxGunDJtiHCmbcJibvyDisECfsrHlbn/upload.jpg.scaled500.jpg" width="500" height="375"/></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2009/12/me-and-fred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Apple should treat the new Safari 4 reload button</title>
		<link>http://www.pascal.com/diary/2009/06/how-apple-should-treat-the-new-safari-4-reload-button/</link>
		<comments>http://www.pascal.com/diary/2009/06/how-apple-should-treat-the-new-safari-4-reload-button/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:42:28 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=216</guid>
		<description><![CDATA[Here&#8217;s how the reload button looks in the new (final) Safari 4. It no longer appears as a proper button, and is instead just a reload icon embedded inside the address field. The look of this icon and its placement is borrowed directly from Mobile Safari on the iPhone.
 
When you click the reload button, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how the reload button looks in the new (final) Safari 4. It no longer appears as a proper button, and is instead just a reload icon embedded inside the address field. The look of this icon and its placement is borrowed directly from Mobile Safari on the iPhone.
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/TX0hHX9cifwVZP5nlt6i94T57zdIItxbtcN9dHz32l5MOI1R2LddsGR3Gzkn/01-safari4-reload.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/nKHOB9eRZZX2Ggk3fXvdfPeqi3VvABFqIPOZboUcam0QVmoEXmz71rFkh34j/01-safari4-reload.jpg.scaled.500.jpg" width="500" height="352"/></a> </p>
<p>When you click the reload button, it is replaced with an integrated &#8216;Loading&#8217; indicator that also contains a stop button. It&#8217;s a nice touch. Even nicer, the loading indicator fades to a lighter gray (not shown) once the page has mostly loaded and is ready for you to interact with it.</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/hFilJPakpeD95Y8iBvCEQoLXfBz0wvsvxE4FoYia65vQAMOkQfWsDUBmQHop/02-safari4-loading.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/VkMZ7aaAJBlCiP9t8ZqQkdve2FubaHaXgVVYP7CchSjfAKxU49MU6NeMOBNE/02-safari4-loading.jpg.scaled.500.jpg" width="500" height="352"/></a> </p>
<p>Still, the reload button feels like a small target. I miss having a nice big reload button. Here&#8217;s how I think Apple should treat the reload button, borrowing from the Add Bookmark button on the left side of the address field.</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/cGDn7m9o2qtzp24rheolgU4IwGJwQp8xxdcyAPEKQwGBvq0ukPnk4InP8uWb/03-safari4-reloadbutton.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/JHGsOKv8EccOkPuvOawM17yZc4SWMzCyFQqYBZfGAhMRPAWa0lkPnxAAFPD3/03-safari4-reloadbutton.jpg.scaled.500.jpg" width="500" height="352"/></a> </p>
<p>Ah, now that&#8217;s a reload button. Cmon, Apple, what say ye?</p>
<p style="font-size: 10px;"> <a href="http://posterous.com">Posted via email</a>  from <a href="http://pascalpp.posterous.com/how-apple-should-treat-the-new-safari-4-reloa">pascalpp&#8217;s posterous</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2009/06/how-apple-should-treat-the-new-safari-4-reload-button/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Muslim McCain Supporters Confront Intolerance At McCain Rally</title>
		<link>http://www.pascal.com/diary/2008/10/muslim-mccain-supporters-confront-intolerance-at-mccain-rally/</link>
		<comments>http://www.pascal.com/diary/2008/10/muslim-mccain-supporters-confront-intolerance-at-mccain-rally/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 03:35:53 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=210</guid>
		<description><![CDATA[Good to see some McCain fans standing up for what is right.

]]></description>
			<content:encoded><![CDATA[<p>Good to see some McCain fans standing up for what is right.</p>
<p><object width="480" height="470"><param name="movie" value="http://newsproject.org/player.swf"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><param name="FlashVars" value="autoStart=false&#038;p_u=http://newsproject.org/node/158&#038;b_u=http://newsproject.org/&#038;title=Muslim McCain Fans Confront Intolerance At Rally&#038;vd_id=McCainMuslimModerate123"></param><embed src="http://newsproject.org/player.swf" FlashVars="autoStart=false&#038;p_u=http://newsproject.org/node/158&#038;b_u=http://newsproject.org/&#038;title=Muslim McCain Fans Confront Intolerance At Rally&#038;vd_id=McCainMuslimModerate123" width="480" height="470" wmode="transparent" allowFullScreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/10/muslim-mccain-supporters-confront-intolerance-at-mccain-rally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Republican Lottery</title>
		<link>http://www.pascal.com/diary/2008/10/the-republican-lottery/</link>
		<comments>http://www.pascal.com/diary/2008/10/the-republican-lottery/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 21:25:46 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=209</guid>
		<description><![CDATA[Tommy McCall at The New York Times has posted&#160;this set of charts&#160;show the return one would see from a $10,000 investment in the S&#38;P index under each political party over the last 80 years. Under 40 years worth of Democratic administration, your return would be $300,671. Under roughly the same during of Republican administration, your [...]]]></description>
			<content:encoded><![CDATA[<p>Tommy McCall at The New York Times has posted&nbsp;<a href="http://www.nytimes.com/interactive/2008/10/14/opinion/20081014_OPCHART.html">this set of charts</a>&nbsp;show the return one would see from a $10,000 investment in the S&amp;P index under each political party over the last 80 years. Under 40 years worth of Democratic administration, your return would be $300,671. Under roughly the same during of Republican administration, your return would be only $51,211. (And if you include Herbert Hoover&#8217;s term, the Republican return drops to just $11,733.) All very interesting.</p>
<p>But this leads me to wonder about something. The investor class has historically favored Republican candidates for President, at least in terms of campaign contributions. (I should find a source for this, but for the sake of argument, lets assume that statement is true.) Do you think, given the above information, investors are likely to change their ways and throw more of their campaign dollars behind Democratic candidates in the future? I tend to think not.</p>
<p>I wonder if this might stem from the pervasive sense of exceptionalism that Americans hold about themselves. American exceptionalism is often a force for good; we tend to believe we can achieve our goals even when the odds are against us, and sometimes our determination helps us beat those odds. But I think exceptionalism causes us to act foolishly as well. On the macro level, for example, there is our heavy-handed foreigh policy. But sticking to the micro level, the level of the invidual, I think a sense of exceptionalism leads many to participate in the lottery even though they know it is a losing proposition. They somehow hope that they can be the one, the lucky one. Lotteries would have zero participation were it not for exceptionalism.</p>
<p>Perhaps investors are a victim of this exceptionalist thinking as well. I don&#8217;t have a source for this either, but it seems to be accepted fact that the very wealthy do better under Republican administrations than under Democratic ones, when it comes to tax policy and billion-dollar military contracts and such. But the charts above refute the idea that all investors do better under Republican rule. Perhaps the bulk of investors give their campaign dollars to Republicans in hopes that they, too, can win the lottery.</p>
<p>(Via&nbsp;<a href="http://daringfireball.net/linked/2008/10/16/bulls-bears">Daring Fireball</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/10/the-republican-lottery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word clouds from the second presidential debate</title>
		<link>http://www.pascal.com/diary/2008/10/word-clouds-from-the-second-presidential-debate-2/</link>
		<comments>http://www.pascal.com/diary/2008/10/word-clouds-from-the-second-presidential-debate-2/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:29:53 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=208</guid>
		<description><![CDATA[Barack Obama:


John McCain:



Courtesy of http://wordle.net/create
Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p>Barack Obama:
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/RCqnCW624gVZLlI2fFFEKg6GtBkrv4YIpIQcWCI16A5kFrRxLI3kuKWxO9vl/obama.png'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/aagW9fF3qc9uSIaZW9fkIdWNNj9odzBFNcMvFZB3TYaeeXlstyD5yMdQODZV/obama.png.scaled.500.jpg" width="500" height="334"></a></p>
</p>
<p>John McCain:</p>
<p>
<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/bST9a0RSGFsZ1Bq4zHSR7QqXxyAo04Qvt0mbROusemC5l4yolbcNWnZcGnos/mccain.png'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/VVSkhtSrawDMy5t3G7vBFX6WHXpl7bHNTLIAw6ybLxfEyngls9KYERuzaXXv/mccain.png.scaled.500.jpg" width="500" height="256"></a></p>
</p>
<p>Courtesy of <a href="http://wordle.net/create">http://wordle.net/create</a></p>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/word-clouds-from-the-second-pr" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/10/word-clouds-from-the-second-presidential-debate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separated at birth?</title>
		<link>http://www.pascal.com/diary/2008/09/separated-at-birth/</link>
		<comments>http://www.pascal.com/diary/2008/09/separated-at-birth/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 21:04:56 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=206</guid>
		<description><![CDATA[
Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p><a href='http://posterous.com/getfile/files.posterous.com/pascalpp/Po7tWLPPTqLOSbtO6hQ7bFOrB1POUZSjTjy8gGxZSPIKIwsaeQIxiJaPdfgW/palinchurchlady-2.jpg'><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/KKZPjibwlr8T6fytU8kVUNQwyyrC7MPk40RLCSSsqcKfy6fbSiHw2epGjgyh/palinchurchlady-2.jpg.scaled.500.jpg" width="500" height="254"></a></p>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/separated-at-birth" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/09/separated-at-birth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I guess that&#8217;s only kind of advertising McCain has&#8230;</title>
		<link>http://www.pascal.com/diary/2008/09/i-guess-thats-only-kind-of-advertising-mccain-has/</link>
		<comments>http://www.pascal.com/diary/2008/09/i-guess-thats-only-kind-of-advertising-mccain-has/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 21:30:55 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=203</guid>
		<description><![CDATA[From Yahoo! News: 
 &#8220;The campaigns already had agreed to suspend television advertising critical of each other on Sept. 11. The McCain campaign has said it will air no ads that day.&#8221; 
 I guess that&#8217;s only kind of advertising McCain has&#8230;
Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://news.yahoo.com/s/ap/20080906/ap_on_el_pr/candidates_sept11">Yahoo! News</a>: </p>
<p> &#8220;The campaigns already had agreed to suspend television advertising critical of each other on Sept. 11. The McCain campaign has said it will air no ads that day.&#8221; </p>
<p> I guess that&#8217;s only kind of advertising McCain has&#8230;
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/i-guess-thats-only-kind-of-adv" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/09/i-guess-thats-only-kind-of-advertising-mccain-has/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNN&#8217;s McCain &amp; Obama Documentaries</title>
		<link>http://www.pascal.com/diary/2008/09/cnns-mccain-obama-documentaries/</link>
		<comments>http://www.pascal.com/diary/2008/09/cnns-mccain-obama-documentaries/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 02:21:04 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=202</guid>
		<description><![CDATA[
I wonder how they decided what order to show them in? Maybe McCain has to be in bed by 8:30.
Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/zSrTgx6u59cPEAj21FNRVW9hBuaFj0uWE7zy3aGx8bUfnscA66r9lQM0i0F1/mccain-obama-cnndocumentaries.jpg" width="480" height="185"></p>
<p>I wonder how they decided what order to show them in? Maybe McCain has to be in bed by 8:30.</p>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/cnns-mccain-and-obama-document" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/09/cnns-mccain-obama-documentaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Name That Movie</title>
		<link>http://www.pascal.com/diary/2008/08/name-that-movie/</link>
		<comments>http://www.pascal.com/diary/2008/08/name-that-movie/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:24:11 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=200</guid>
		<description><![CDATA[
Posted by email from pascalpp&#8217;s posterous
And how delicious is that, exactly?
]]></description>
			<content:encoded><![CDATA[<p><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/K3dtGK8thpztMaJc3RD89K9aa8b3XXnlyxzb74rX97YLynDVzouPCN689FVZ/delicious.gif" width="450" height="200"></p>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/name-that-movie" style="border: none;">pascalpp&#8217;s posterous</a></p>
<p>And how delicious is that, exactly?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/08/name-that-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is what Straight Talk&#8482; looks like</title>
		<link>http://www.pascal.com/diary/2008/08/this-is-what-straight-talk-looks-like/</link>
		<comments>http://www.pascal.com/diary/2008/08/this-is-what-straight-talk-looks-like/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 02:38:47 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=199</guid>
		<description><![CDATA[
Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/akjXqfvLu28&#038;hl=en&#038;fs=1"></param><param name="wmode" value="transparent"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/akjXqfvLu28&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="transparent" width="425" height="344"></embed></object>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/this-is-what-straight-talk-loo" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/08/this-is-what-straight-talk-looks-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated Poster</title>
		<link>http://www.pascal.com/diary/2008/08/animated-poster/</link>
		<comments>http://www.pascal.com/diary/2008/08/animated-poster/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:53:19 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=198</guid>
		<description><![CDATA[Here&#8217;s the poster we made for our upcoming show. We had a coloring party and made lots of different versions. No two alike!


Posted by email from pascalpp&#8217;s posterous
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the poster we made for our upcoming show. We had a coloring party and made lots of different versions. No two alike!
<p><img src="http://posterous.com/getfile/files.posterous.com/pascalpp/hMIpCzQjwPG1EeLQ1X0GkT3l276ZnSwMepNcHr7pwPRrn7xnMM3sgQkb9oUY/mercury-poster-anim.gif" width="500" height="500"></p>
</p>
<p style="font-size: 10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://pascalpp.posterous.com/animated-poster" style="border: none;">pascalpp&#8217;s posterous</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/08/animated-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why a shrinking middle class is bad for the airline industry</title>
		<link>http://www.pascal.com/diary/2008/04/why-a-shrinking-middle-class-is-bad-for-the-airline-industry/</link>
		<comments>http://www.pascal.com/diary/2008/04/why-a-shrinking-middle-class-is-bad-for-the-airline-industry/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 20:47:56 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=196</guid>
		<description><![CDATA[It&#8217;s kind of obvious, isn&#8217;t it?
Airlines have pretty high fixed costs. They have to rely on a high volume of business to cover those fixed costs and turn a profit. If ridership goes down, they can reduce the frequency of flights and save some money, but the overall infrastructure which they have to maintain can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s kind of obvious, isn&#8217;t it?</p>
<p>Airlines have pretty high fixed costs. They have to rely on a high volume of business to cover those fixed costs and turn a profit. If ridership goes down, they can reduce the frequency of flights and save some money, but the overall infrastructure which they have to maintain can&#8217;t be shrunk or grown very rapidly in conjunction with the ebb and flow of consumer demand.</p>
<p>The airline industry has two primary customers: the business traveler and the leisure traveler. The majority of leisure travelers are middle-class folks who are going on vacation or going to visit family. As middle-class folk earn less money, they have to work more and their ability to get time away from work goes down. And if they can get time away, they are less able to afford an expensive vacation that involves air travel.</p>
<p>The impact of a shrinking middle-class on business travel is more indirect, but significant nonetheless. As middle-income folks lose their purchasing power, demand for the products and services most businesses provide decreases. As a result, the businesses spend less on business travel and other expenditures. An oversimplified example, I know, but you get the idea.</p>
<p>If the middle class continues to shrink, more airlines will have to close up shop. Eventually the only people flying may be the uber-rich in their private jets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/04/why-a-shrinking-middle-class-is-bad-for-the-airline-industry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why the prolonged Democratic Primary is a good thing, for Democrats</title>
		<link>http://www.pascal.com/diary/2008/04/why-the-prolonged-democratic-primary-is-a-good-thing-for-democrats/</link>
		<comments>http://www.pascal.com/diary/2008/04/why-the-prolonged-democratic-primary-is-a-good-thing-for-democrats/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:02:26 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.pascal.com/diary/?p=195</guid>
		<description><![CDATA[I would certainly agree that there is no good reason the primary process should be this long.  But the problem lies in how early the primary process starts, not how long it is taking to resolve itself. We&#8217;ve been watching the potential Democratic candidates jockeying for position for over a year now, and that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I would certainly agree that there is no good reason the primary process should be this long.  But the problem lies in how early the primary process starts, not how long it is taking to resolve itself. We&#8217;ve been watching the potential Democratic candidates jockeying for position for over a year now, and that&#8217;s obviously too long. But I think that is largely an indicator of how eager everyone is, including the traditional corporate media, to see this lame fucking President replaced. And that eagerness is a good thing.</p>
<p>But now it&#8217;s down to two candidates, Obama and Clinton. (I&#8217;m an avowed Obama supporter, but I would vote for Clinton in a heartbeat if she were to win the nomination.) As things are, many are calling for Clinton to throw in the towel. Some are saying that this prolonged primary is bad for the Democratic party, that the in-fighting and division will hurt us in the long run. There are plenty of reasons why Clinton might withdraw, but there are some very good things about this prolonged Democratic primary.</p>
<p>For one, our candidates are getting a good workout. Whoever emerges will be stronger and better able to handle the crap the GOP will throw at them this fall.</p>
<p>For another, our candidates are getting more air time, which is important in winning voters for the general election.</p>
<p>And third, perhaps most importantly, citizens from all the states are seeing that their vote matters for the first time in a long time. Usually the nomination is settled and done with by the time the New Hampshire primary rolls around, or soon after. This time, every state is having a chance to weigh in. As a result, new voters are registering as Democrats in record numbers across the nation. This is terrific for building the power of the party in the run-up to the general election, and for maintaining a healthy party once Obama wins in November.</p>
<p>Yes, that&#8217;s right, he will!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pascal.com/diary/2008/04/why-the-prolonged-democratic-primary-is-a-good-thing-for-democrats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
