<?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; Meta</title>
	<atom:link href="http://joe.definitelynotsafe.com/category/meta/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>Dumb Things are Happening with Comments</title>
		<link>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments</link>
		<comments>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments#comments</comments>
		<pubDate>Sun, 23 Nov 2008 21:31:08 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=316</guid>
		<description><![CDATA[I get a lot of spam comments on the blog here. You don&#8217;t see them, because I mark them as spam, a few hundred every week. They&#8217;re roughly uniformly distributed across all my posts. If fewer posts are open, I get fewer comments. So I want to minimize the number of comments I have to [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of spam comments on the blog here. You don&#8217;t see them, because I mark them as spam, a few hundred every week. They&#8217;re roughly uniformly distributed across all my posts. If fewer posts are open, I get fewer comments. So I want to minimize the number of comments I have to deal with.</p>
<p>I&#8217;m trying to use Mark Kenny&#8217;s <a href="http://beingmrkenny.co.uk/extended-comment-options/">Extended Comment Options plugin</a> to automatically close comments on old posts. I used this plugin a long time ago, and it was great. But now, in WP 2.6, it seems to do <i>exactly the inverse of what it says on the box</i>: it closes my most recent posts and opens the oldest ones.</p>
<p>I don&#8217;t understand. Isn&#8217;t this just<br />
<code>UPDATE `wp_posts` SET `comment_status` = 'closed' WHERE `ID` IN (SELECT `ID` FROM `wp_posts` WHERE `post_status` = 'publish' AND `post_type` = 'post' ORDER BY `post_date_gmt` DESC) LIMIT 0,10</code></p>
<p>(Okay, it&#8217;s not quite that simple, because MySQL doesn&#8217;t do ORDER BY or LIMIT in subqueries&#8230; But it&#8217;s close! Temporary table?)</p>
<p>Has anybody got a good solution to this, better than a cron job to run that query?</p>
<p>Meanwhile, apologies to everyone who wanted to comment but couldn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/dumb-things-are-happening-with-comments/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Architecture post series</title>
		<link>http://joe.definitelynotsafe.com/new-architecture-post-series</link>
		<comments>http://joe.definitelynotsafe.com/new-architecture-post-series#comments</comments>
		<pubDate>Tue, 27 May 2008 00:02:44 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=241</guid>
		<description><![CDATA[It&#8217;s time for me to start contributing back to this Blogosphere thing. I should also get some practice in technical writing and commentary, and the kinds of critical thinking they encourage. Finally, I should do something to show anyone who finds this site what I&#8217;m like professionally, not just personally.
To that end, I&#8217;ve written the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time for me to start contributing back to this Blogosphere thing. I should also get some practice in technical writing and commentary, and the kinds of critical thinking they encourage. Finally, I should do something to show anyone who finds this site what I&#8217;m like <i>professionally</i>, not just personally.</p>
<p>To that end, I&#8217;ve written the first in what I hope is a long series of articles on computer architecture, my area of focus and primary interest. In <a href="/thoughts-on-the-atom">the inaugural entry</a>, I respond to Jon Stokes&#8217;s recent <a href="http://arstechnica.com/articles/paedia/risc-vs-cisc-mobile-era.ars">article on the Intel Atom</a> and opine on the ramifications of newfound x86 compatibility in embedded systems (to wit: who cares?)</p>
<p>To avoid annoying all the folks who know me in real life but aren&#8217;t as nerdy, or just don&#8217;t want to scroll through pages of essays, I&#8217;ve kept the architecture section off the main blog section, but added appropriate links to it. For the lazy: <a href="/category/architecture">architecture category index</a>, <a href="/category/architecture/feed">feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/new-architecture-post-series/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to WordPress</title>
		<link>http://joe.definitelynotsafe.com/back-to-wordpress</link>
		<comments>http://joe.definitelynotsafe.com/back-to-wordpress#comments</comments>
		<pubDate>Mon, 28 Apr 2008 23:47:23 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=224</guid>
		<description><![CDATA[I moved back from TextPattern to WordPress. It sucks less than it used to. The theme (&#8220;Modern&#8221;) isn&#8217;t my work. I hacked it a little bit (narrower sidebar, tighter top, page template includes sidebar).
The TextPattern importer brought in all the posts and all the categories, but didn&#8217;t associate them. This is annoying.
I installed an OpenID [...]]]></description>
			<content:encoded><![CDATA[<p>I moved back from TextPattern to WordPress. It sucks less than it used to. The <a href="http://ulfpettersson.se/design/modern/">theme</a> (&#8220;Modern&#8221;) <a href="http://ulfpettersson.se/">isn&#8217;t my work</a>. I hacked it a little bit (narrower sidebar, tighter top, page template includes sidebar).</p>
<p>The TextPattern importer brought in all the posts and all the categories, but didn&#8217;t associate them. This is annoying.</p>
<p>I installed <a href="http://wordpress.org/extend/plugins/alternate-openid-for-wordpress/">an OpenID plugin</a> and poked it a bit. If you use OpenID, let me know if it works.</p>
<p><strong>Update:</strong> Categories imported. Google told me I didn&#8217;t want to use the default TextPattern import script, I wanted to blah blah edit blah blah PHP blah blah I hate WordPress.</p>
<p>Here&#8217;s the script I ended up writing: <a href='http://joe.definitelynotsafe.com/wp-content/uploads/2008/04/do-categoriesphp.txt'>do-categories.php.txt</a>. It assumes both textpattern and wordpress tables are in the same MySQL database, to join across them. You should change the table names. First run the two queries interactively (phpMyAdmin?) to verify that everything looks right. Then put this in your wordpress top directory next to wp-config.php, fix the extension, and <code>php do-categories.php</code>. It&#8217;ll print out the things it does&#8212;another opportunity for sanity checking. No warranties express or implied yadda yadda. Thanks to <a href="http://alexbrie.net/1504/how-to-import-textpattern-into-wordpress/">Alex Brie</a>&#8217;s script for guidance.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/back-to-wordpress/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moved to TextPattern</title>
		<link>http://joe.definitelynotsafe.com/moved-to-textpattern</link>
		<comments>http://joe.definitelynotsafe.com/moved-to-textpattern#comments</comments>
		<pubDate>Fri, 22 Jun 2007 22:12:24 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=4</guid>
		<description><![CDATA[So I got tired of WordPress&#8217;s crap. Most of my friends from back home and I also got tired of 768kbps up on a good day. So I moved my site from lighttpd+WordPress on the Linux box under my stairs to TextPattern on DreamHost.
So far TextPattern is marvelous. I love the sections/pages/forms hierarchy, even though [...]]]></description>
			<content:encoded><![CDATA[<p>So I got tired of WordPress&#8217;s crap. Most of my friends from back home and I also got tired of 768kbps up on a good day. So I moved my site from <a href="http://www.lighttpd.net">lighttpd</a>+<a href="http://www.wordpress.org/">WordPress</a> on the Linux box under my stairs to <a href="http://www.textpattern.com/">TextPattern</a> on <a href="http://www.dreamhost.com/">DreamHost</a>.</p>
<p>So far TextPattern is marvelous. I love the sections/pages/forms hierarchy, even though the default configuration is a bit dumb. I&#8217;ve made a few hacks and modifications, especially to the clean URL handler, which I&#8217;ll detail shortly.</p>
<p>I&#8217;m going to go back through all my old posts and reformat them to match the new theme and new environment. <ins>update:</ins> pretty much done, but I need to figure out a good way to tag multiple-participant quotations</p>
<p>Let me know if anything&#8217;s broken!</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/moved-to-textpattern/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New theme coming</title>
		<link>http://joe.definitelynotsafe.com/new-theme-coming</link>
		<comments>http://joe.definitelynotsafe.com/new-theme-coming#comments</comments>
		<pubDate>Sun, 03 Dec 2006 02:47:22 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=164</guid>
		<description><![CDATA[I&#8217;m blowing up the theme and rebuilding it from scratch. Expect hideous ugliness for the duration.
Why from scratch? I said it best on IRC.
&#60;jauricchio&#62; because, even though i don&#8217;t yet have a concrete vision of what i want, it&#8217;s different from everyone else&#8217;s
I&#8217;m open to suggestions, by which I mean, please help me making it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m blowing up the theme and rebuilding it from scratch. Expect <i>hideous ugliness</i> for the duration.</p>
<p>Why from scratch? I said it best on IRC.</p>
<p>&lt;jauricchio&gt; because, even though i don&#8217;t yet have a concrete vision of what i want, it&#8217;s different from everyone else&#8217;s</p>
<p>I&#8217;m open to suggestions, by which I mean, please help me making it non-hideous. I&#8217;m not good at this kind of design&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/new-theme-coming/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2.05 upgrade killed my brackets</title>
		<link>http://joe.definitelynotsafe.com/205-upgrade-killed-my-brackets</link>
		<comments>http://joe.definitelynotsafe.com/205-upgrade-killed-my-brackets#comments</comments>
		<pubDate>Sun, 19 Nov 2006 21:57:57 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=156</guid>
		<description><![CDATA[I&#8217;ve used & lt; and & gt; to create angle-brackets around speaker names in many of my quote posts. I upgraded to 2.05 the other day, and since then it seems Wordpress has been over-interpreting entities. I now have to use & amp;lt; and & amp;gt; to get the brackets to show up in browsers. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used & lt; and & gt; to create angle-brackets around speaker names in many of my quote posts. I upgraded to 2.05 the other day, and since then it seems Wordpress has been over-interpreting entities. I now have to use & amp;lt; and & amp;gt; to get the brackets to show up in browsers. The WP edit box shows the same as it used to; the change is in the processing between database and client. Anybody else seen this?</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/205-upgrade-killed-my-brackets/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://joe.definitelynotsafe.com/whats-the-friendliest-element</link>
		<comments>http://joe.definitelynotsafe.com/whats-the-friendliest-element#comments</comments>
		<pubDate>Sun, 25 Jun 2006 05:52:54 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=109</guid>
		<description><![CDATA[Palladium.
Massive update coming soon. Remind me.
]]></description>
			<content:encoded><![CDATA[<p><u><b>Pal</b></u>ladium.</p>
<p>Massive update coming soon. Remind me.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/whats-the-friendliest-element/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixed the comments</title>
		<link>http://joe.definitelynotsafe.com/fixed-the-comments</link>
		<comments>http://joe.definitelynotsafe.com/fixed-the-comments#comments</comments>
		<pubDate>Tue, 13 Jun 2006 00:35:09 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=106</guid>
		<description><![CDATA[Sorry folks, it seems comments were broken for a while. My fault. Thanks DJ for the heads-up. That DJ, always testing the limits of security systems =D
]]></description>
			<content:encoded><![CDATA[<p>Sorry folks, it seems comments were broken for a while. My fault. Thanks DJ for the heads-up. That DJ, always testing the limits of security systems =D</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/fixed-the-comments/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Downtime &amp; Permalinks</title>
		<link>http://joe.definitelynotsafe.com/downtime-permalinks</link>
		<comments>http://joe.definitelynotsafe.com/downtime-permalinks#comments</comments>
		<pubDate>Wed, 22 Mar 2006 21:11:37 +0000</pubDate>
		<dc:creator>Joe Auricchio</dc:creator>
				<category><![CDATA[Doing]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://joe.definitelynotsafe.com/?p=79</guid>
		<description><![CDATA[I&#8217;ve turned off pretty permalinks. This means no .htaccess with mod_rewrite, which means I can move this vhost to lighty/php-fcgi easily. Should be a transparent change to all of you out there in audience-land, but it means things will be Harder, Faster, Stronger, Better on this end. Which is good. This also means any links [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve turned off pretty permalinks. This means no .htaccess with mod_rewrite, which means I can move this vhost to <a href="http://lighttpd.net/">lighty</a>/php-fcgi easily. Should be a transparent change to all of you out there in audience-land, but it means things will be <i>Harder, Faster, Stronger, Better</i> on this end. Which is good. This also means any links or bookmarks you may have are now broken.</p>
<p><ins>Update</ins>: Moved. What is this, Staples? Seriously dudes, lighty is the way to go.</p>
<p>I&#8217;ve had some downtime recently. First, DNS problems &#8211; ZoneEdit&#8217;s nameservers are apparently under attack. One has been nullrouted by the ISP for a while, they&#8217;re working on it. The other goes down occasionally&#8230; and when they&#8217;re both down, no DNS for us. With a 2H time to live, you really feel that.</p>
<p>Also, I had to move this machine from a campus office VLAN to Resnet in my dorm room. They seem to be blocking all incoming traffic from <i>half</i> the world. So&#8230; anyone on campus, or at Yale, UC Davis, or Charter Cable in SLO county can get to the machine; but Roadrunner in Fullerton, SBC (i think?) in La Jolla, Mindspring/Earthlink DSL, Sprint in the bay area, and the EVDB office cannot. I&#8217;ve already poked Resnet about this, and I really really hope to have it resolved before break.</p>
<p><ins>Update</ins>: Upgraded the poke to a sharp jab in the ribs with a &#8220;When can I expect a response on this issue?&#8221; email. If they haven&#8217;t replied by, oh, noon Thursday, I&#8217;m going to roll up in to APM and lay about with a broadsword until I gets me some answers. Or something. I heard that someplace&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.definitelynotsafe.com/downtime-permalinks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

