<?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>Joe Auricchio &#187; Reading</title>
	<atom:link href="http://joe.definitelynotsafe.com/category/reading/feed" rel="self" type="application/rss+xml" />
	<link>http://joe.definitelynotsafe.com</link>
	<description>Missing the point since 1986</description>
	<lastBuildDate>Fri, 09 Dec 2011 05:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scott demonstrates that P != NP</title>
		<link>http://joe.definitelynotsafe.com/scott-demonstrates-p-notequal-np</link>
		<comments>http://joe.definitelynotsafe.com/scott-demonstrates-p-notequal-np#comments</comments>
		<pubDate>Wed, 03 Dec 2008 22:32:56 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=324</guid>
		<description><![CDATA[It looks like CAPE found the original proof. Now where&#8217;s that million-dollar prize?
]]></description>
			<content:encoded><![CDATA[<p>It looks like <a href="http://cape.ucsd.edu/">CAPE</a> found the <a href="http://twinkle.tapulous.com/index.php?hash=a7936c8c79a38657b21441790bb70176afd50aa4">original proof</a>. Now where&#8217;s that million-dollar prize?</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/scott-demonstrates-p-notequal-np/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari 3.2&#8217;s Anti-Phishing</title>
		<link>http://joe.definitelynotsafe.com/safari-32s-anti-phishing</link>
		<comments>http://joe.definitelynotsafe.com/safari-32s-anti-phishing#comments</comments>
		<pubDate>Sat, 29 Nov 2008 03:17:36 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=321</guid>
		<description><![CDATA[MacWorld deconstructs the anti-phishing features in Safari 3.2.
Bottom line for security &#38; web developers: It&#8217;s Google&#8217;s database, they&#8217;ve been doing this for 3 years, only hashes go over the network, locally cached. It&#8217;s good stuff.
Bottom line for privacy-interested people: If you hit a suspicious hash prefix, you ask Google&#8217;s servers for the full hash. In [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.macworld.com/article/137094/2008/11/safari_safe_browsing.html">MacWorld deconstructs</a> the anti-phishing features in Safari 3.2.</p>
<p>Bottom line for security &amp; web developers: It&#8217;s Google&#8217;s database, they&#8217;ve been doing this for 3 years, only hashes go over the network, locally cached. It&#8217;s good stuff.</p>
<p>Bottom line for privacy-interested people: If you hit a suspicious hash prefix, you ask Google&#8217;s servers for the full hash. In theory this is enough for Google to do some analytics. Certainly it doesn&#8217;t directly reveal what URLs you are really visiting. Apple&#8217;s privacy policy does not discuss any sending of data to anyone but the site you visit (i.e. it is mute on this sort of feature). It further does not bind Google from misuse of anything they could collect. Mozilla&#8217;s privacy policy covers these bases.</p>
<p>Bottom line for anyone who has better things to worry about: It&#8217;s fine, leave the checkbox on, and if it ever warns you that you may be visiting a malicious website, <b>stop</b> and listen to it. You are probably not where you intend to be. <a href="http://numist.wordpress.com/2008/08/15/keeping-you-safe-from-internet-sodomy/">Scott can explain</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/safari-32s-anti-phishing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Consistency Papers</title>
		<link>http://joe.definitelynotsafe.com/memory-consistency-papers</link>
		<comments>http://joe.definitelynotsafe.com/memory-consistency-papers#comments</comments>
		<pubDate>Mon, 28 Jan 2008 01:36:45 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=206</guid>
		<description><![CDATA[I am getting very tired of reading papers about cache coherence and memory consistency. They all go something like this:

1. Introduction
We want to do everything out of order, because it&#8217;s faster.
2. Background
But if we do that, everything gets screwed up. Because it&#8217;s all out of order.
3. The Mumble-mumble Architecture
We do everything out of order. And [...]]]></description>
			<content:encoded><![CDATA[<p>I am getting very tired of <a href="http://www.cse.ucsd.edu/classes/wi08/cse240b/#writeups">reading papers</a> about <a href="http://www2.cs.ucy.ac.cy/~pedro/fall2004/epl321/papers/p148-lenoski.pdf">cache coherence</a> and <a href="http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-95-7.html">memory consistency</a>. They all go something like this:</p>
<div style="border: 1px solid black;padding-left: 1ex;">
<p><b>1. Introduction</b></p>
<p>We want to do everything out of order, because it&#8217;s faster.</p>
<p><b>2. Background</b></p>
<p>But if we do that, everything gets screwed up. Because it&#8217;s all out of order.</p>
<p><b>3. The Mumble-mumble Architecture</b></p>
<p>We do everything out of order. And if everything gets screwed up, we <i>fix it</i>.</p>
<p><b>4. Results</b></p>
<p>These graphs show how cool we are.</p>
<p><b>5. Smug Conclusion</b></p>
<p>Order is highly overrated anyway.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/memory-consistency-papers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Classic Mac OS WordPress theme</title>
		<link>http://joe.definitelynotsafe.com/classic-mac-os-wordpress-theme</link>
		<comments>http://joe.definitelynotsafe.com/classic-mac-os-wordpress-theme#comments</comments>
		<pubDate>Mon, 27 Aug 2007 02:43:04 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=187</guid>
		<description><![CDATA[Classic Mac OS WordPress theme (via Digg)
This was a little before my time, but it&#8217;s nice to see the old Mac hasn&#8217;t been forgotten.
There are no Apple ][ themes. Maybe I&#8217;ll make one, just for kicks.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://retromactheme.modernlifeisrubbish.co.uk/">Classic Mac OS WordPress theme</a> (via <a rel="citation" "http://digg.com">Digg</a>)</p>
<p>This was a little before my time, but it&#8217;s nice to see the old Mac hasn&#8217;t been forgotten.</p>
<p>There are <a href="http://www.google.com/search?&#038;rls=en&#038;q=apple+2+wordpress+theme">no Apple ][ themes</a>. Maybe I&#8217;ll make one, just for kicks.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/classic-mac-os-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Requiring the Impossible</title>
		<link>http://joe.definitelynotsafe.com/requiring-the-impossible</link>
		<comments>http://joe.definitelynotsafe.com/requiring-the-impossible#comments</comments>
		<pubDate>Sun, 26 Aug 2007 23:09:20 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Quoting]]></category>
		<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=113</guid>
		<description><![CDATA[This is only a &#8220;SHOULD&#8221; and not a &#8220;MUST&#8221; requirement because it has been proven to be impossible. [see the Halting Problem]
HTML 5 requirements for conformance checkers
]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.whatwg.org/specs/web-apps/current-work/multipage/section-conformance.html#conformance-checkers"><p>This is only a &#8220;SHOULD&#8221; and not a &#8220;MUST&#8221; requirement because it has been proven to be impossible. [see the Halting Problem]</p></blockquote>
<p><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/section-conformance.html#conformance-checkers">HTML 5</a> requirements for conformance checkers</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/requiring-the-impossible/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seam Carving for content-aware image resizing</title>
		<link>http://joe.definitelynotsafe.com/seam-carving-for-content-aware-image-resizing</link>
		<comments>http://joe.definitelynotsafe.com/seam-carving-for-content-aware-image-resizing#comments</comments>
		<pubDate>Wed, 22 Aug 2007 23:14:23 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=112</guid>
		<description><![CDATA[Seam Carving for content-aware image resizing
An interesting alternative to scaling (stupid) or cropping (stupid) when you need to make a big image small.
DPreview article via Ted&#8217;s del.icio.us.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dpreview.com/news/0708/07082201seamcarvingimageresizing.asp">Seam Carving for content-aware image resizing</a></p>
<p>An interesting alternative to scaling (stupid) or cropping (stupid) when you need to make a big image small.</p>
<p><small><a href="http://www.dpreview.com/">DPreview</a> article via <a href="http://edward.oconnor.cx">Ted&#8217;s</a> <a href="http://del.icio.us/hober">del.icio.us</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/seam-carving-for-content-aware-image-resizing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escape Velocity Intro Music</title>
		<link>http://joe.definitelynotsafe.com/escape-velocity-intro-music</link>
		<comments>http://joe.definitelynotsafe.com/escape-velocity-intro-music#comments</comments>
		<pubDate>Mon, 25 Dec 2006 11:15:43 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=173</guid>
		<description><![CDATA[Repost from my main man Michael Kelly
For the past 5 or 6 years or so, I&#8217;ve been wondering what the super-cool intro music to Escape Velocity is. I&#8217;ve heard the music since in a commercial for a History Channel special on Hitler, and a commercial for Submarina. I even emailed Ambrosia once about it, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://michaelkelly.org/wordpress/?p=98">Repost from my main man Michael Kelly</a></p>
<blockquote><p>For the past 5 or 6 years or so, I&#8217;ve been wondering what the super-cool intro music to <a href="http://www.ambrosiasw.com/games/ev/">Escape Velocity</a> is. I&#8217;ve heard the music since in a commercial for a History Channel special on Hitler, and a commercial for Submarina. I even emailed Ambrosia once about it, but they said they&#8217;d forgotten what it was.</p>
<p>Tonight, on a whim, I searched for `&#8221;Escape Velocity&#8221; intro music&#8217;, and the first hit was a thread on the Ambrosia forums talking about the <a href="http://www.ambrosiasw.com/forums/index.php?s=46edc7834cf0d7f8bb3daac6476d557a&amp;showtopic=108310&amp;pid=1651297&amp;st=0">EV music on Good Morning America</a> (<a href="http://www.youtube.com/watch?v=Wkhdy6bavuk">video here</a>). Later in the thread there&#8217;s a pointer to <a href="http://www.ambrosiasw.com/forums/index.php?showtopic=100810">another thread</a> that has links to a flash and mp3 version of the full song. They mentioned the site that has the song available for purchase, which I had found previously, but couldn&#8217;t decipher to the point that I could go buy it. (Apparently I was not alone.)</p>
<p>In any case, enjoy &#8220;Face of the Enemy&#8221;. I&#8217;m playing it over and over and backing it up repeatedly.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/escape-velocity-intro-music/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warning Signs for Tomorrow</title>
		<link>http://joe.definitelynotsafe.com/warning-signs-for-tomorrow</link>
		<comments>http://joe.definitelynotsafe.com/warning-signs-for-tomorrow#comments</comments>
		<pubDate>Sun, 22 Oct 2006 00:50:38 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Thinking]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=145</guid>
		<description><![CDATA[If you were a scientist or engineer working on a technology capable of launching a Singularity, or alternately destroying most life on earth, what kind of warning sign would you put on the wall behind the lab bench?
Warning Signs for Tomorrow.
]]></description>
			<content:encoded><![CDATA[<p>If you were a scientist or engineer working on a technology capable of launching a <a href="http://en.wikipedia.org/wiki/Technological_singularity">Singularity</a>, or alternately destroying most life on earth, what kind of warning sign would you put on the wall behind the lab bench?</p>
<p><a href="http://www.aleph.se/andart/archives/2006/10/warning_signs_for_tomorrow.html">Warning Signs for Tomorrow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/warning-signs-for-tomorrow/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://joe.definitelynotsafe.com/nailing-blu-rays-coffin-shut</link>
		<comments>http://joe.definitelynotsafe.com/nailing-blu-rays-coffin-shut#comments</comments>
		<pubDate>Wed, 13 Sep 2006 00:06:08 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Thinking]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=128</guid>
		<description><![CDATA[Toshiba Creates Three-Layered Disc (Gizmodo via Slashdot).
Backwards-compatibility! Today&#8217;s normal DVD players will play these hybrid discs just fine, and when you put the very same disc into an HD-DVD player, you get the next-gen HD content. You pay once for both next-gen HD content and graceful degradation to ubiquitous players. It&#8217;s no longer a binary [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gizmodo.com/gadgets/home-entertainment/toshiba-creates-threelayered-disc-199693.php">Toshiba Creates Three-Layered Disc</a> (Gizmodo via <a href="http://hardware.slashdot.org/article.pl?sid=06/09/11/1818209">Slashdot</a>).</p>
<p>Backwards-compatibility! Today&#8217;s normal DVD players will play these hybrid discs just fine, and when you put the very same disc into an HD-DVD player, you get the next-gen HD content. You pay once for both next-gen HD content and graceful degradation to ubiquitous players. It&#8217;s no longer a binary choice between DVD and HD. The very best part: so few next-gen HD players and discs have shipped yet that this tech has a fighting chance of being in the second wave of products making it out to customers.</p>
<p>It&#8217;s not clear yet if next-gen HD will have as sharp an adoption curve as DVDs did. DVD&#8217;s advantages over VHS were fairly overwhelming: extra features, physical convenience, vastly better video quality, multichannel audio, multiple audio tracks, optional subtitles in multiple languages. Next-gen HD doesn&#8217;t bring much, just a little bit <i>more</i> of everything (resolution, channels, tracks, frames). DVD has a formidable installed base without compelling reason to upgrade, so the transition to next-gen HD may be fairly slow. In a slow transition, the most backwards-compatible format <i>will</i> win.</p>
<p>Blu-Ray&#8217;s only possible hope of responding is getting players in front of TV sets and burners into the lion&#8217;s share of computers, <i>fast</i>. PS3 is trying on the first count, but it may not be fast enough to get out there. At least its competitors, the 360 and Revolution, don&#8217;t come with HD-DVD players. As for computers, a brief survey of the two formats&#8217; <a href="http://en.wikipedia.org/wiki/HD-DVD#Industry_support">wikipedia</a> <a href="http://en.wikipedia.org/wiki/Blu-Ray#Corporate_support">articles</a> seems to indicate Blu-ray has a slight headstart, though HD-DVD has more supporters in the PC industry.</p>
<p>As an aside, HD-DVD <a href="http://en.wikipedia.org/wiki/HD-DVD#Interactive_content">uses HTML, CSS, JavaScript, and friends</a> for interactive programming and menus, while Blu-Ray uses <a href="http://en.wikipedia.org/wiki/Blu-Ray#Java_software_support">Java</a>. To me, that says everything that needs to be said about the two formats&#8217; technical merits and likely trajectory of adoption by programmers.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/nailing-blu-rays-coffin-shut/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod dropped in aircraft toilet causes small bomb scare</title>
		<link>http://joe.definitelynotsafe.com/ipod-dropped-in-aircraft-toilet-causes-small-bomb-scare</link>
		<comments>http://joe.definitelynotsafe.com/ipod-dropped-in-aircraft-toilet-causes-small-bomb-scare#comments</comments>
		<pubDate>Sun, 27 Aug 2006 21:03:30 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=123</guid>
		<description><![CDATA[http://forums.worldofwarcraft.com/thread.html;jsessionid=32DA4C09BEB07855088A6F20EBB8C4DE?topicId=11211166&#038;sid=1
Plus, amusing tie in with World of Warcraft. Hi, Cano.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://forums.worldofwarcraft.com/thread.html;jsessionid=32DA4C09BEB07855088A6F20EBB8C4DE?topicId=11211166&#038;sid=1">http://forums.worldofwarcraft.com/thread.html;jsessionid=32DA4C09BEB07855088A6F20EBB8C4DE?topicId=11211166&#038;sid=1</a></p>
<p>Plus, amusing tie in with World of Warcraft. Hi, Cano.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/ipod-dropped-in-aircraft-toilet-causes-small-bomb-scare/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

