<?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>metcaffeination</title>
	<atom:link href="http://metcaffeination.net/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://metcaffeination.net/weblog</link>
	<description>cities. physics. food. environment. fatherhood.</description>
	<lastBuildDate>Mon, 14 Nov 2011 01:02:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up the blogs</title>
		<link>http://metcaffeination.net/weblog/2011/11/13/backing-up-the-blogs/</link>
		<comments>http://metcaffeination.net/weblog/2011/11/13/backing-up-the-blogs/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 01:02:00 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[metcaffeination]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=303</guid>
		<description><![CDATA[Although this blog has been mostly dormant for quite some time now, my two other blogs&#8211;the Matthew Picture of the Day and the Peter Picture of the Day&#8211;have been plugging along, barely missing a beat. I do have all the photos on my home computer, of course, which I back up twice (continuously via Time [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Although this blog has been mostly dormant for quite some time now, my two other blogs&#8211;the <a href="http://metcaffeination.net/mpod/">Matthew Picture of the Day</a> and the <a href="http://metcaffeination.net/ppod/">Peter Picture of the Day</a>&#8211;have been plugging along, barely missing a beat. I do have all the photos on my home computer, of course, which I back up twice (continuously via Time Machine and also to CD-ROM). But I&#8217;ve been a bit cavalier about backing up the blog. I&#8217;ve periodically done manual backups before major upgrades, but I&#8217;ve sort of naively trusted in <a href="http://www.bluehost.com">Bluehost</a> not to lose my content. A year ago or so, Bluehost had a substantial hiccup and MPOD was offline for several hours. They did rebuild everything, and all was well, but the episode did give me pause. Also, I remember <a href="http://www.dpreview.com/news/2002/03/22/dalegassinterview">Photopoint</a>.</p>
<p>So it was time to get serious about backing up the blogs. These were my criteria:</p>
<ol>
<li>The backup must be stored by a different hosting company than that which hosts the blog. After all, I want to be able to recover if Bluehost has a catastrophic failure.</li>
<li>The entire site must be backed up. As of now, the MPOD is at about 800MB and the PPOD is about 500MB (until the debut of the PPOD, I uploaded only the small size photos to the MPOD, but now I upload the full-sized originals to both, which is why the MPOD archive is not much larger). This is particularly important because <a href="http://www.whoismanu.com/photoq-wordpress-photoblog-plugin/">PhotoQ</a>, the photoblog plugin that I use, stores the photos in two directories of its own creation within wp-content. So the backup solution must be able to see and archive these.</li>
<li>The backup must be automatic. I don&#8217;t want to be required to start each backup and I especially don&#8217;t want to have to use my home computer as an intermediary in transferring the archived files.</li>
</ol>
<p>With this, I evaluated four automatic backup plugins. Rather, I installed and tried three, all of which failed in one way or another, before I found one that worked. My present solution is <a href="http://www.xcloner.com/">XCloner</a>, stored on <a href="http://aws.amazon.com/s3/">Amazon S3</a>. Here are my experiences with the four plugins:</p>
<p>The first one I used was <a href="http://www.wordpressbackup.org/">Automatic WordPress Backup</a>. I do have to give this one credit: it was the first one I heard about that used Amazon&#8217;s S3 service to store the data. So it&#8217;s a pioneer of sorts. It has its own website and a slick demo video. Like many folks, though, I&#8217;d start a manual backup, it would finish, but nothing would have happened and there would be nothing stored on S3. Eventually I found the log file and discovered that it was <a href="http://wordpress.org/support/topic/plugin-automatic-wordpress-backup-nothing-happening">running out of memory</a>. This problem I could actually fix: I had inadvertently left about 10000 spam comments in the WordPress database, and clearing those out allowed the plugin to finish. But seriously, 10000 comments is not really all that many for a high volume blog. So the first problem with this was that it didn&#8217;t look like it could scale. (Note further that the flashy promotional videos and postings on the blog were not done by the programmer, and that the programmer is working on a different plugin now with similar functionality.)</p>
<p>The second problem was that AWB backed up the database and a few set directories, but not arbitrary directories introduced by other plugins. So only the database structure of the photoblog was backed up, not the photos.</p>
<p>And it also seemed that, despite all the flashiness of the website, it was quickly becoming abandon-ware. There hasn&#8217;t been a new version since August 2010. I had posted a question on <a href="http://www.wordpressbackup.org/automatic-wordpress-backup-v2-0-released/">their product blog</a> asking if there was a way to backup other directories, but it was forever stuck in moderation and has never been posted. I think they had expected more people to buy premium support (which is no longer for sale). They were also upset that WordPress&#8217;s rules prohibited them from automatically inserting a link to them in the footer of each of your blog pages. And they also insisted that, instead of being controlled through the &#8216;plugins&#8217; or &#8216;settings&#8217; menus in WordPress, they needed to add their own menu to the main sidebar. And, I think it&#8217;s lost compatibility somewhere around WordPress 3.2.</p>
<p>The next plugin I tried was <a href="http://wptimemachine.com/">wp Time Machine</a>. It has a very simple interface and does back up all files. It&#8217;s designed so that you just type in the minimal information needed and then click &#8220;generate archive,&#8221; so it&#8217;s a little counter-intuitive that you need to first click &#8216;Show Plugin Options&#8217; to switch from the default Dropbox to Amazon S3. The instructions are found within the plugin interface, but it sends you to a blog post to get the details of setting up the cron job needed to run the backups automatically.  It also automatically includes, in the files it saves on Amazon S3, an instructions file for recovering after a crash.</p>
<p>I initially had file compression turned on while making the archives, and when adding the photo files to the archive, it would ungloriously quit running after about 330MB, leaving an incomplete and corrupt archive file. Turning off compression I was able to get the PPOD site successfully backed up&#8211;I saw the full file archives appear in the Amazon S3 console&#8211;but the plugin page display just indicated that the backup was in progress. (Turns out, JPEG files are already pretty well compressed and ZIP won&#8217;t make them much smaller.) In fact, several times I left it for hours thinking it was still working on the backup, because that&#8217;s what the screen indicated, while in fact it had hung up somewhere. Trying both PPOD and MPOD, I variously got failures to finish building the archive file, a finished archive file that failed to transfer to Amazon S3, and successful transfers to S3 that failed to indicate completion in the plugin dashboard. Perhaps it runs better via cron job, but it seemed like this plugin had troubles with lots of files.</p>
<p>The third plugin was <a href="http://pressbackup.com/">pressBackup</a>. They sell their own cloud storage service, but their plugin is free to use with Amazon S3. It uses a wizard to walk you through the setup process in a completely intuitive manner. It just asks you what service you&#8217;re using, how often you want to backup, and how many previous copies you want to keep stored. But the problem: they allow you to backup the database, themes, plugins, and uploads. Not arbitrary files and directories. So, like Automatic WordPress Backup, it wouldn&#8217;t save the photos. That, and its easy configuration was perhaps too easy: although you can have a daily backup, there&#8217;s no way to set the time at which the backup will execute; it will always execute at the same time as your first backup. I sort of imagine that servers are more idle and bandwith is more plentiful in the middle of the night, which is when I would want to schedule backups. But you don&#8217;t need to configure your own cron jobs.</p>
<p>Which brings me to <a href="http://www.xcloner.com/">XCloner</a>, which I&#8217;m currently using. It is tremendously flexible and the configuration is both more involved and less obvious than with other products. It has a PDF manual, which seems to be a few releases behind. It did take a bit of work for me to get it up and running, but once I figured it out, configuring it for subsequent blogs was completely straightforward. But it was far from obvious which configuration options needed to be set and which didn&#8217;t need to be.</p>
<p>A few notes: you need to create your own directory structure, preferably in the blog&#8217;s top level directory, for it to store the backup files (which will then get transfered elsewhere). In order to transfer to Amazon S3, it needs to be run from a cron job; a manual backup will only create and store the backup file. There are quite a few settings that one doesn&#8217;t need to bother with (for example, cron configuration names). And the plugin itself has a username and password, that it wants you to configure right away&#8211;I suppose this is useful for a multi-author blog. If you want to do things like doing a nightly backup of the database only to be stored locally and a weekly backup of the whole site transferred to an FTP site, then XCloner can do that. It didn&#8217;t have any trouble with the large number of files I needed to back up, but if it did, then it has an option for an incremental backup that works on a smaller number of files at a time.</p>
<p>So in the end, there are no circumstances in which I&#8217;d recommend Automatic WordPress Backup. If you don&#8217;t want to mess with cron jobs, and the limitations to pressBackup don&#8217;t deter you, I&#8217;d recommend it first. If you need more flexibility&#8211;say with when the backup executes&#8211;and if the size of your site doesn&#8217;t trip up wp Time Machine, I&#8217;d recommend that. And if you have having things configured for you and want lots of settings available for tweaking&#8211;or if the other options won&#8217;t work for you, then XCloner will certainly get the job done, once you figure it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2011/11/13/backing-up-the-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diagnostic post</title>
		<link>http://metcaffeination.net/weblog/2011/11/11/diagnostic-post/</link>
		<comments>http://metcaffeination.net/weblog/2011/11/11/diagnostic-post/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:59:00 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=301</guid>
		<description><![CDATA[This is a second diagnostic post, to see how the WordBooker plugin settings work. This is supposed to show up as a status update in my facebook.]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>This is a second diagnostic post, to see how the WordBooker plugin settings work. This is supposed to show up as a status update in my facebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2011/11/11/diagnostic-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging again?</title>
		<link>http://metcaffeination.net/weblog/2011/11/11/blogging-again/</link>
		<comments>http://metcaffeination.net/weblog/2011/11/11/blogging-again/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 15:58:05 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=299</guid>
		<description><![CDATA[Yes, this blog has been idle for many months now, but that doesn&#8217;t mean I don&#8217;t have dozens of potential blog posts mulling around in my head. This is my second diagnostic post, to see if the WordBooker plugin works, which is supposed to be a way to post my new blog posts to my Facebook wall. [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Yes, this blog has been idle for many months now, but that doesn&#8217;t mean I don&#8217;t have dozens of potential blog posts mulling around in my head. This is my second diagnostic post, to see if the <a href="http://wordpress.org/extend/plugins/wordbooker">WordBooker plugin</a> works, which is supposed to be a way to post my new blog posts to my Facebook wall. (The first diagnostic didn&#8217;t post to Facebook, do it&#8217;s been deleted. Sorry if that interfered with your RSS reader.)</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2011/11/11/blogging-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the Peter Picture of the Day</title>
		<link>http://metcaffeination.net/weblog/2011/01/29/announcing-the-peter-picture-of-the-day-2/</link>
		<comments>http://metcaffeination.net/weblog/2011/01/29/announcing-the-peter-picture-of-the-day-2/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 06:22:51 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[fatherhood]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=290</guid>
		<description><![CDATA[Peter Quinn Metcalf was born January 27th, 2011, at 8:56pm. I&#8217;m pleased to announce the Peter Picture of the Day, a photoblog featuring pictures of Peter. It&#8217;s modeled after his brother&#8217;s photoblog, the Matthew Picture of the Day, which has been running for three and a half years. Although the blogs look alike, there are a few [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><div>
<p>Peter Quinn Metcalf was born January 27th, 2011, at 8:56pm. I&#8217;m pleased to announce the <a href="http://www.metcaffeination.net/ppod/">Peter Picture of the Day</a>, a photoblog featuring pictures of Peter. It&#8217;s modeled after his brother&#8217;s photoblog, the <a href="http://www.metcaffeination.net/mpod/">Matthew Picture of the Day</a>, which has been running for three and a half years. Although the blogs look alike, there are a few subtle changes to the PPOD, some of which I hope to incorporate into the MPOD.</p>
<p>Most notably, the full scale picture is now available: simply click on the picture and you will be able to download the full picture. This should make for much better prints for those who wish to print out PPOD pictures. Warning: if uncropped, these pictures are about 3MB apiece. That seemed much too large back when I established the MPOD, and so it has used the display size only of 720 pixels wide. But these days, a 3MB image doesn&#8217;t seem so unreasonable.</p>
<p>I&#8217;m also now posting the date that each photograph was taken (a feature I should be able to add soon to MPOD), and I&#8217;m also putting the comments section on the main page, instead of in a pop-up window. As with MPOD, each commenter&#8217;s first comment must be approved by the moderator (me), to avoid spam postings.</p>
<p>I&#8217;ve loaded a couple of pictures to start things off, after which there should be one new picture each day, posted at about 6am Eastern Time.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2011/01/29/announcing-the-peter-picture-of-the-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The New Sierra Club Executive Director</title>
		<link>http://metcaffeination.net/weblog/2010/02/08/the-new-sierra-club-executive-director/</link>
		<comments>http://metcaffeination.net/weblog/2010/02/08/the-new-sierra-club-executive-director/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:45:46 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=274</guid>
		<description><![CDATA[A recent (January 30, 2010) episode of Sierra Club Radio begins with an interview of the new executive director, Michael Brune, which was the first I&#8217;d heard in detail about him. I found it quite encouraging, in part because of what Mr. Brune said, but more refreshingly, in his tone. The outgoing executive director, Carl Pope, periodically [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p><a href="http://sierraclub.typepad.com/sierra_club_radio/2010/01/sierra-club-radio-january-30-2010.html">A recent (January 30, 2010) episode</a> of <a href="http://www.sierraclub.typepad.com/sierra_club_radio/">Sierra Club Radio</a> begins with an interview of the new executive director, <a href="http://www.sierraclub.org/ed/">Michael Brune</a>, which was the first I&#8217;d heard in detail about him. I found it quite encouraging, in part because of what Mr. Brune said, but more refreshingly, in his tone. The outgoing executive director, <a href="http://www.sierraclub.org/pressroom/leaders/#director">Carl Pope</a>, periodically recorded commentaries for Sierra Club radio, which I never really cared for. Mr. Pope&#8217;s tone was brash, smug, and confrontational, and his messages were needlessly political: hyping up small or incidental or Phyrric victories, spinning away the setbacks, never allowing that an issue might have subtleties and complications. There were good guys and villains, and the good guys were always winning, most likely thanks to the Sierra Club and its allies. Carl Pope&#8217;s commentaries always sounded like a slightly disingenuous pitch. Mr. Brune, by contrast, sounds very much like a thoughtful person.</p>
<p>That I picked up on this contrast is perhaps a bit ironic, as Mr. Brune as an activist was known for a rather confrontational style, as elucidated in a <a href="http://www.loe.org/shows/segments.htm?programID=10-P13-00005&amp;segmentID=5">Living on Earth interview</a>, a <a href="http://www.kqed.org/epArchive/R201001290931">KQED Forum interview</a>, and in <a href="http://www.grist.org/article/2010-01-20-new-sierra-club-chief-brings-confrontational-style-to-job/">a Grist </a>article. Prior to the Sierra Club, Mr. Brune was executive director of <a href="http://ran.org/">Rainforest Action Network</a>, where his most notorious stunt involved the campaign to get <a href="http://www.homedepot.com">Home Depot</a> to stop buying wood from endangered forests. Sympathetic Home Depot employees contacted Mr. Brune and clued him in to the code for the Home Depot intercom system, by which Rainforest Action Network activists could go into any Home Depot, find the intercom stations, and broadcast messages storewide about the source of the wood products for sale. This campaign worked, although I&#8217;m not really sure this is the sort of thing I&#8217;d like the Sierra Club to start doing more of.</p>
<p>Mr. Brune made what I think is a salient and subtle point in praising the Sierra Club for &#8220;evolving&#8221; over the past decade or so, of doing a good job of &#8220;holding onto its roots&#8221;&#8211;protecting wild places and the like&#8211;but at the same time &#8220;being responsive to the great threat of climate change.&#8221; This phrasing speaks to me&#8211;it signals an understanding that the environmental challenges we face and our responses to them are not identical to those of twenty or thirty years ago. Urban environmentalists often note a disconnect with what we might call &#8220;traditional&#8221; environmentalism, manifested as an insistence in saving <em>every</em> tree, and in opposing <em>every</em> development, and in <em>always</em> primarily characterizing the principals involved in any development as greedy, even if the trees that would have to be cleared to make way for a development would enable its future residents to live in ways&#8211;without cars, for example&#8211;that could drastically reduce their overall environmental impact when compared with what they might need to end up with should the traditional environmentalist&#8217;s protests be successful and should the greedy developers choose to build their buildings instead on some further-flung plot of land that&#8217;s less dear to said environmentalists. I&#8217;m oversimplifying the issue here of course, and I don&#8217;t want to presume that when Mr. Brune says the Club is evolving that he necessarily means that it will evolve exactly the way I want it to.  But it does seem to me that Mr. Brune is acknowledging the need to look at environmental challenges in a different way than has been considered traditional.</p>
<p>Two years ago, he wrote <a href="https://secure2.convio.net/sierra/site/Ecommerce/679146759?VIEW_PRODUCT=true&amp;product_id=4541&amp;store_id=1621"><em>Coming Clean&#8211;Breaking America&#8217;s Addiction to Coal and Oil</em></a>, published by Sierra Club books. That energy was the topic on the mind of someone employed to save the rain forests is, itself, encouraging. He was interviewed on <a href="http://sierraclub.typepad.com/sierra_club_radio/2008/09/sierra-club-rad.html">Sierra Club radio for September 6, 2008</a> upon release of the book, and this earlier interview is perhaps more insightful than the current one. He struck a thoughtful and diplomatic tone, giving respectfully detailed answers to complex topics. He discussed, at some length, the problems with biofuels, beginning with a remark that the idea of growing your own fuels is, no doubt, very alluring. He concludes that &#8220;biofuels can only at best be part of the solution&#8221; and further noting that if we were to turn every single last ear of corn produced in the United States into ethanol, it would provide a scant 12% of our fuel needs. He resists the temptation to simply classify biofuels as &#8220;good&#8221; or &#8220;bad,&#8221; and he uses a quantitative figure in a proper and meaningful way, which is more than can be said of much of what passes for environmental discourse these days. The urbanist will also note that he also understands that biofuels are an attempt at a solution to what is in many respects the wrong question&#8211;instead of asking how we&#8217;re going to keep fueling our cars in a post-carbon age, we should also be asking whether we need so many cars to begin with. Brune mentions, several times, that &#8221;we need to promote ways of transportation that are not centered on the automobile.&#8221; When asked for ways in which individuals could get involved in breaking our oil addiction, he suggested getting involved with your local bicycle advocacy organization, to get more bike lanes and to encourage office buildings to offer bicycle parking.</p>
<p>It also appears&#8211;although not having read his book, I&#8217;m not certain&#8211;that he wants to play down the role of individuals greening their own lives and instead look towards action for large-scale, widespread institutional change. In the 2008 interview, the host specifically asks him about a claim in the book that individual actions, like turning down your thermostat and changing out your lightbulbs, won&#8217;t be sufficient to solve the climate change problem. And although he&#8217;s not as polemic as <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/12/04/AR2009120402605.html?referrer=facebook">Mike Tidwell&#8217;s Washington Post Op-Ed</a>, the sentiment is the same: to make the changes that matter, we need large scale, collective action. And Brune makes clear in the current interview that be believes that there is no organization better suited to lead this action than the Sierra Club.</p>
<p>Brune, I couldn&#8217;t help but notice, is only two years older than I am, and is probably as young as one can be to also have enough experience to be considered a reasonable candidate for executive director of an organization with the size and stature of the Sierra Club. Carl Pope, I gather, is a few years younger than my parents. So there really is a transition here, a passing of the baton from one generation to the next. I&#8217;m optimistic about Brune, and will watch carefully to see where the Club goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2010/02/08/the-new-sierra-club-executive-director/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making sense of the March Meeting</title>
		<link>http://metcaffeination.net/weblog/2010/01/31/making-sense-of-the-march-meeting/</link>
		<comments>http://metcaffeination.net/weblog/2010/01/31/making-sense-of-the-march-meeting/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:21:26 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=261</guid>
		<description><![CDATA[This year&#8217;s March Meeting will be in Portland, Oregon. (See previous blog posts from 2009 and 2008, also here.) The largest of the meetings put on by the American Physical Society, this year it there will be 581 sessions and 818 invited speakers. Most time blocks&#8211;from Monday morning through Thursday mid-day&#8211;will have a full program [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>This year&#8217;s <a href="http://www.aps.org/meetings/march/index.cfm">March Meeting</a> will be in Portland, Oregon. (See previous blog posts from <a href="http://metcaffeination.net/weblog/2009/04/02/march-meeting-2009/">2009</a> and <a href="http://metcaffeination.net/weblog/2008/03/10/march-meeting-2008/">2008</a>, also <a href="http://metcaffeination.net/weblog/2008/03/13/march-meeting-observations/">here</a>.) The largest of the meetings put on by the American Physical Society, this year it there will be 581 sessions and 818 invited speakers. Most time blocks&#8211;from Monday morning through Thursday mid-day&#8211;will have a full program of 42 parallel sessions. This is slightly larger than last year, in which most time blocks had 41 parallel sessions, with a total of 562 sessions. There were 832 invited speakers last year, so this year has slightly fewer. As each session can have up to 15 contributed talks&#8211;10 minutes each with 2 minutes for questions and changing speakers, or 5 invited talks&#8211;30 minutes each with 6 minutes for questions and changing speakers, that means there could be almost 6800 talks all total, but most sessions aren&#8217;t completely programmed. This year, I am not giving a talk.</p>
<p>With such a mass of talks going on, planning your time at the conference and deciding how long to stay take some effort. In the past, abstracts for all talks, and the 2000 or so posters that the meeting has each year and were printed in two volumes that resembled phone books, plus a pocket sized book of session titles. These days, one gets a smaller books that lists only the titles of the talks, and of course the entire program is also available online. Nevertheless, over the years I&#8217;ve found the layout of the program to be a bit wanting, and so I put together some scripts that parse the schedule and author information to print it out in a form that I find easier to work with.</p>
<p>My scripts and their outputs have evolved over several years, and currently they produce three files. They take as input the <a href="http://meetings.aps.org/Meeting/MAR10/APS_epitome">Epitome</a>, which is a chronological list of sessions, and the <a href="http://meetings.aps.org/Meeting/MAR10/APS_Invited">list of invited speakers</a>. At present, both of these must be cut-and-pasted from the meeting website into text files for my program to read. (Maybe next year I&#8217;ll have them automatically grab the files from the APS website.)</p>
<p>The first output file is a version of the Epitome more suitable for browsing on a printed page than the materials for APS. It skips the non-talk sessions (like receptions and unit business meetings) and makes sure all sessions of each time block are together on a single page.</p>
<p>The second file serves to give a sense of the structure of the March Meeting: it is a grid of time blocks versus session numbers, with symbols indicating the number of invited talks in each session. It also has a list of room numbers associated with each session number: for the most part, all sessions of a certain number (such as A14, B14, D14, and so on) will be in the same room, but not always.</p>
<p>The third file is a list of invited talks, sorted by session instead of by author last name. Because of the large number of parallel sessions and the high likelihood of schedule conflicts, I think it makes sense to look time block by time block.</p>
<p>Since this year I&#8217;ve actually got these files produced well before the meeting, I&#8217;m posting them here in case anyone else should like to use them too.</p>
<p>Here are the three PDF files I&#8217;ve generated:</p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Epitome_Mar10.pdf">Epitome_Mar10</a></p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Grid_Mar10.pdf">Grid_Mar10</a></p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Invited_Mar10.pdf">Invited_Mar10</a></p>
<p>If you like the information but want to fiddle with the formatting, here are the .tex files that generated the PDFs, that need to be run through <a href="http://www.latex-project.org/">LaTeX</a>. Because of a quirk in WordPress, they&#8217;re all saved as .tex.txt. The APS online information already uses TeX formatting for accent marks in speaker names, and for super- and sub-scripts in talk titles. (There are occasionally errors in APS&#8217;s TeX formatting&#8211;this year, the title of Philip Anderson&#8217;s talk is missing the math mode $ characters surrounding the ^3 superscript command. Despite my efforts to automate everything with these scripts, fixes like this still must be done by hand.)</p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Epitome_Mar10.tex.txt">Epitome_Mar10.tex</a></p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Grid_Mar10.tex.txt">Grid_Mar10.tex</a></p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/Invited_Mar10.tex.txt">Invited_Mar10.tex</a></p>
<p>Finally, here is the Tcl script that I use to parse the files and write the .tex files. It&#8217;s not very good code, having been mucked around with once a year for a few years and in general cobbled together from earlier scripts. It works, provided the settings file is appropriately edited, on march meeting files back to 2006, when the invited speaker list was first published online. The bits that work on the epitome work on 2005, and the epitome format in 2004 and earlier years was different. As with the .tex files, I&#8217;ve needed to upload them as tcl.txt files here.</p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/march2tex.tcl.txt">march2tex.tcl</a></p>
<p><a href="http://metcaffeination.net/weblog/wp-content/uploads/2010/01/march10_settings.tcl.txt">march10_settings.tcl</a></p>
<p>In a future post, I hope to use the results of the scripts, particularly the grid, to analyze ways in which the March Meeting has changed over the years.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2010/01/31/making-sense-of-the-march-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Travels with our toddler</title>
		<link>http://metcaffeination.net/weblog/2010/01/24/travels-with-our-toddler/</link>
		<comments>http://metcaffeination.net/weblog/2010/01/24/travels-with-our-toddler/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:54:52 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[family]]></category>
		<category><![CDATA[rail]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=256</guid>
		<description><![CDATA[We recently took Matthew on his first overnight train trip; regular viewers of the Matthew Picture of the Day can expect a couple of shots from on board. We took the Capitol Limited all the way to and from Chicago, in a bedroom in a sleeping car. As national network trains go, this is quite [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>We recently took Matthew on his first overnight train trip; regular viewers of the <a href="http://metcaffeination.net/mpod/">Matthew Picture of the Day</a> can expect a couple <a href="http://metcaffeination.net/mpod/2010/01/23/westward-by-rail/">of shots</a> from on board. We took the <a href="http://www.amtrak.com/servlet/ContentServer/AM_Route_C/1241245652139/1237405732511">Capitol Limited</a> all the way to and from Chicago, in a <a href="http://www.amtrak.com/servlet/ContentServer/AM_Accommodation_C/1241210576107/1237405732517">bedroom</a> in a sleeping car. As national network trains go, this is quite a convenient one&#8211;although it takes 17 hours to travel the 780 rail miles, via Pittsburgh and Cleveland, most of that is at night, and once you factor in time to eat dinner and breakfast and time to get ready for bed and to get dressed, there&#8217;s not that much idle time left. Matthew did well, and the train again proved to be a civilized and relaxing way to travel. He&#8217;s old enough to get some fascination from looking out the train window, which is quite an improvement from his <a href="http://metcaffeination.net/mpod/2008/06/25/on-the-platform/">previous trip</a>, when he was one, when we went to New York to buy <a href="http://metcaffeination.net/weblog/2008/06/21/my-brompton/">my Brompton</a>. So all total, Matthew now has 2012 Amtrak miles.</p>
<p>Matthew, though, has logged more mileage in the air than by any other means: to date, 29063 miles in 26 segments. Most of this has gone well. We&#8217;ve always bought him a seat, even when he was young enough to travel as a &#8220;lap child.&#8221; In the past, it was common to travel with a young child as a &#8220;lap child&#8221; and then use an empty seat for him while aboard the airplane, but in recent years, there is no such thing as an empty seat, and lap children must almost always actually be carried on a grown-up&#8217;s lap for the whole flight. My advice, then, is not to count on there being an empty seat, but rather, to count on there not being an empty seat, and if you can at all afford it, buy the seat for the child.</p>
<p><span id="more-256"></span></p>
<p>Of course, even when you buy a seat for your toddler, and you tell the airline such when you buy your ticket, you may find, when it&#8217;s time to select seats, that there are none together. Your toddler might even be assigned a middle seat by himself ten rows back from mommy and daddy. Don&#8217;t panic! As crazy as some airline practices might be, they would never actually seat a toddler away from at least one parent. Further, in all the 26 segments we&#8217;ve flown with Matthew, the three of us have been separated only once (and on that flight, he slept the whole way through).</p>
<p>This is not because we&#8217;ve always bought our tickets early enough to select a whole row of seats together&#8211;we often get nothing good left to select from, and we&#8217;ve also had flights cancelled and have needed to squeeze on later flights. But if you can&#8217;t select good seats when purchasing a ticket, have patience and wait until you&#8217;re at the gate. If you are assigned seats apart, nobody will be able to help you get seated together except the gate agents: not customer service on the phone, not the front counter agents where you check in, and, unfortunately, not any agents at an airport that&#8217;s not the one where the flight in question departs from, which makes tight connections rather nerve-wracking. I once spent the better part of an hour on the phone with an airline&#8217;s customer service department, speaking to the phone agent&#8217;s supervisor, only to end up with a worse seating assignment than the computer had automatically given us. The gate agents fixed the problem, as they have in every single other time we&#8217;ve had seats assigned apart, with the worst outcome being that one time Matthew and his mommy were together while I was several rows back. So the best thing to do is to be at the gate as soon as the flight is posted, which is usually no more than an hour before departure.</p>
<p>So one way or another, we&#8217;ve almost always had a row of three seats to ourselves. The fact that we buy a seat for Matthew does not imply that he stays in the seat for the entire journey&#8211;he only does this when he falls asleep. But even if he doesn&#8217;t use his seat, having the whole row to ourselves makes quite a difference, as he can be moderately active without disturbing anyone else.</p>
<p>Every time we&#8217;ve needed to travel in a car on the other end of our trip, we&#8217;ve brought on board and installed his carseat in the aircraft, then subsequently installed it in the car at our destination. Car seats could be obstructions to other passengers, so on single-aisle aircraft, they have to be installed in the window seat, which the gate agents have always given us. Our <a href="http://metcaffeination.net/mpod/2008/04/20/first-airplane-ride/">infant car seat installed</a> almost trivially on airplanes&#8211;the seat belt cinched across two hooks just above the baby&#8217;s legs. Matthew currently uses a <a href="http://www.skjp.com/product/0/185XX/_/Radian80SL%26%23174%3B">Sunshine Kids Radian 80</a> carseat, which works quite well for air travel. The seat quickly folds up into the back for storage, making it relatively compact to haul around. With an extra strap, it can be worn as a backpack. The belt path, for the forward-facing configuration, is readily accessible underneath the seat back padding. It fits through X-Ray machines, and we&#8217;ve had no troubles from TSA about it.</p>
<p>We&#8217;ve frequently taken <a href="http://www.maclarenbaby.com/us/index.php?option=com_content&amp;task=view&amp;id=105&amp;Itemid=497">our stroller</a> along as well, and it fits through the X-Ray machine and also hasn&#8217;t given us any trouble at security. Incidentally, the TSA does require that infants&#8217; and toddlers&#8217; shoes be removed for security screening, just like with grown-ups. We had quite the routine down, getting the three of us and our shoes and the carseat and the stroller and a diaper bag and our carry-ons&#8211;with laptop computers out, of course&#8211;through security. We are grateful for the &#8220;family line&#8221; when TSA provides one.</p>
<p>We&#8217;d check the stroller at the gate, dropping it off and picking it up at the end of the jetway. Although it&#8217;s quite handy for movement about the airport, we&#8217;ve also found that we don&#8217;t always use the stroller much at our destination&#8211;sometimes it&#8217;s stayed folded up in a rental car the entire time. So we&#8217;ve experimented recently with stroller-free traveling: we didn&#8217;t bring it along on our last airplane trip, nor on our train trip to Chicago, and both of these worked out rather well.</p>
<p>For the one airplane trip in which we did not need to subsequently travel in a car, we used the <a href="http://www.kidsflysafe.com/">CARES harness</a>. This allowed us to put Matthew in the middle seat instead of the window. One strap for the CARES harness does need to be installed underneath the tray table for the seat in the next row back.<sup><a href="http://metcaffeination.net/weblog/2010/01/24/travels-with-our-toddler/#footnote_0_256" id="identifier_0_256" class="footnote-link footnote-identifier-link" title="In a small number of situations, where the tray tables stow flush with the seat back into a cavity, and the strap around the tray table would not follow the contour of the cavity, that the tray table&amp;#8211;of the person in back of the child&amp;#8211;would not be able to be opened if the harness were in place.">1</a></sup> In part because Matthew wasn&#8217;t used to this harness, it did seem like it was harder to get him to cooperate with getting strapped back in when we needed him to be, compared to his carseat. On our recent Amtrak journey we left the carseat at home&#8211;there is no need or way to install a carseat (or harness) on a train&#8211;and we rented a carseat with our rental car. That worked out fine, so perhaps we&#8217;ll use the CARES harness more as we seek to haul around less stuff as we travel.</p>
<ol class="footnotes"><li id="footnote_0_256" class="footnote">In a small number of situations, where the tray tables stow flush with the seat back into a cavity, and the strap around the tray table would not follow the contour of the cavity, that the tray table&#8211;of the person in back of the child&#8211;would not be able to be opened if the harness were in place.</li></ol>]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2010/01/24/travels-with-our-toddler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our inadvertent pumpkin patch</title>
		<link>http://metcaffeination.net/weblog/2009/11/10/our-inadvertent-pumpkin-patch/</link>
		<comments>http://metcaffeination.net/weblog/2009/11/10/our-inadvertent-pumpkin-patch/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:02:54 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[homeownership]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=252</guid>
		<description><![CDATA[Although you wouldn&#8217;t be able to tell by looking at it&#8211;in fact, you might be tempted to conclude the opposite&#8211;I really do want there to be a recognizable garden someday in what can only honestly be called our yard. I dream about growing flowers and vegetables, and a rain garden and maybe blueberries and an [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Although you wouldn&#8217;t be able to tell by looking at it&#8211;in fact, you might be tempted to conclude the opposite&#8211;I really do want there to be a recognizable garden someday in what can only honestly be called our yard. I dream about growing flowers and vegetables, and a rain garden and maybe blueberries and an apple tree. But, for a variety of reasons, I haven&#8217;t done anything and can barely keep up with mowing and controlling the weeds.</p>
<p>But it turns out you can grow things using the lackadaisical approach, and in our case, it&#8217;s pumpkins.</p>
<p><img class="aligncenter size-full wp-image-251" title="pumpkin vine in back yard" src="http://metcaffeination.net/weblog/wp-content/uploads/2009/11/DSC_0183.jpg" alt="pumpkin vine in back yard" width="425" height="284" /></p>
<p>This is how the pumpkin plant looked in September.</p>
<p>The truly amazing bit is that I didn&#8217;t ever plant any pumpkin seeds. The pumpkin vine grew out of a side vent in our compost bin, presumably from a pumpkin seed that germinated instead of decomposing while inside the bin.</p>
<p><img class="aligncenter size-full wp-image-253" title="pumpkin vine growing out of compost bin" src="http://metcaffeination.net/weblog/wp-content/uploads/2009/11/DSC_0185.jpg" alt="pumpkin vine growing out of compost bin" width="425" height="284" /></p>
<p>Since I didn&#8217;t plant these, I don&#8217;t actually know which variety of pumpkin they are, but I presume they are the inedible jack-o-lantern type from Halloween 2008. As with everything else in the yard, I didn&#8217;t tend to these, so they didn&#8217;t grow nearly as large as a proper jack-0-lantern would. Indeed, the pumpkins feel solid, not hollow.</p>
<p>I &#8220;harvested&#8221; them recently, although too late to be a part of our Halloween decorations. But, for the record, here is our garden output 2009:</p>
<p><img class="aligncenter size-full wp-image-254" title="pumpkin harvest 2009" src="http://metcaffeination.net/weblog/wp-content/uploads/2009/11/DSC_0580.jpg" alt="pumpkin harvest 2009" width="425" height="284" /></p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2009/11/10/our-inadvertent-pumpkin-patch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Confounded smoke alarms</title>
		<link>http://metcaffeination.net/weblog/2009/06/07/confounded-smoke-alarms/</link>
		<comments>http://metcaffeination.net/weblog/2009/06/07/confounded-smoke-alarms/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 03:37:23 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[consumer society]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[homeownership]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=244</guid>
		<description><![CDATA[My electrician, who is safety-conscious above all else, has been bugging me for years now about smoke alarms. Sure, I have several battery-powered smoke alarms up, but from a safety improvement per dollar spent perspective, one really wants smoke alarms that are: hard-wired, with battery backup, and interconnected The batteries in battery-powered smoke alarms will [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p><a href="http://www.davidelishapiro.com/safety/">My electrician</a>, who is safety-conscious above all else, has been bugging me for years now about smoke alarms. Sure, I have several battery-powered smoke alarms up, but from a safety improvement per dollar spent perspective, one really wants smoke alarms that are:</p>
<ul>
<li>hard-wired, with</li>
<li>battery backup, and</li>
<li>interconnected</li>
</ul>
<p>The batteries in battery-powered smoke alarms will run out. They do chirp to let us know it&#8217;s time to change the battery, but more often than not I won&#8217;t have a spare battery handy, or I won&#8217;t have a step stool nearby, or it will be the middle of the night, so instead of going back on the ceiling with a new battery like it&#8217;s supposed to, the alarm will sit around on a counter, battery-less, sometimes for weeks. Hard-wired smoke alarms solve the dead battery problem because they draw their power from the house electrical wiring. As it turns out, electrical fires that disrupt the power before smoke could be detected are really rare, and our power is pretty reliable, so the risk that the power&#8217;s off when the alarm needs to sound is really quite small, smaller than the risk that your battery-powered alarm will be sitting, battery-less, on the counter. And most hard-wired alarms also have battery backup, so you&#8217;re covered during power outages, too.</p>
<p>There are two smoke-detection technologies: ionization and photo-electric. Ionization sensors do well with small smoke particles, from fast-burning fires, while photoelectric sensors do better with large smoke particles from smoldering fires. Most safety recommendations <a href="http://www.consumerreports.org/cro/home-garden/home-improvement/home-security/carbon-monoxide-alarms/co-alarms-905/smoke-alarms-you-need-both-types/index.htm">(including Consumer Reports</a>) are reluctant to specify one as being a better choice, and recommend both. So add to our wish-list:</p>
<ul>
<li>dual-sensor</li>
</ul>
<p>Interconnection of smoke alarms means that when one alarm goes off, all of them sound. So if there&#8217;s a fire in the basement while you&#8217;re asleep, the alarm in your second-floor bedroom will also go off, giving you much more time to escape than waiting either for enough smoke to set off a second-floor alarm or for you to hear the far-away alarm. The interconnection is conventionally done with three-conductor wiring: all the smoke alarms need to be installed on the same circuit and the third wire is used as the alarm interconnection signal wire. This is easy in new construction but really hard to retrofit: getting a new circuit to the ceiling of every location for a smoke alarm would mean lots and lots of holes in the walls and ceilings.</p>
<p><span id="more-244"></span></p>
<p>So an easier method for retrofit has emerged: wireless interconnection. The smoke alarms can still be hard-wired, but can be on different circuits, typically extended from existing ceiling fixtures. Sounds great! <a href="http://www.kiddeus.com/utcfs/Templates/Pages/Template-53/0,8062,pageId%3D4364%26siteId%3D384,00.html">Kidde</a> and <a href="http://www.firstalert.com/onelink_wireless_item.php?pid=51">First Alert</a> both manufacture such systems. But each offers only one sensor type! Kidde&#8217;s hardwired with wireless interconnect detector uses an ionization sensor; First Alert&#8217;s uses photoelectric.</p>
<p>So which to choose? Compulsive complete-ist that I am, I scoured the internet looking for advice comparing the two detection methods, and eventually came across the <a href="http://smokealarm.nist.gov/">NIST report</a> which I believe all other advice is based upon. Like everything else I found, it, too, doesn&#8217;t recommend one technology over the other, but by sifting through its data, I&#8217;ve concluded that I definitely want both sensor types in each room, even if that means installing two smoke alarms in each room.</p>
<p>The NIST tests set fires of several types (flaming, smoldering, cooking) in two settings: a trailer home and a two-story home (although one without soffits between the rooms and the hallways). They measured the time it took for alarms of different types to sound, and also the time between the alarm sounding and the moment at which escape becomes &#8220;untenable,&#8221; meaning that the smoke density had reached some critical level.</p>
<p>For flaming fires, what struck me was that the total time between the start of the fire and the onset of untenable escape conditions was between 150 and 400 seconds. Ionization detectors sounded 24 to 64 seconds earlier than photoelectric, which is a significant amount of time on the time scale of flaming fires. Other research cited by NIST indicates that it can take the average person 50 seconds to actually exit a house, taking time to put on a bathrobe, grab wallet and keys, wake children up, and so forth. </p>
<p>What isn&#8217;t said, but can be inferred, is that interconnected ionization detectors give the best and likely only chance to rescue, say, a child, from a bedroom in which the fire starts. The times to untenability only refer to the escape of people who aren&#8217;t in the same room as the fire. Fire codes &#8220;are not designed to protect people intimate with the initial fire;&#8221; survival in the same room as the fire is an entirely separate, more complicated, and controversial topic. But needless to say, every second would count in such a situation, thus the extra speed of an ionization detector in the afflicted room, plus interconnection to immediately let everyone else in the whole house know, would give as many extra seconds as possible.</p>
<p>So we know we want ionization detectors. What about photoelectric? Well, the total times to untenability for smoldering fires fell between an hour and an hour and twenty minutes. In many cases, photoelectric detectors responded 15 minutes to an hour faster, time scales which are significant fractions of the fire time. Catching such a fire 15 minutes sooner could significantly reduce the damage done by a fire&#8211;it might even give enough time for a homeowner to take care of the fire with a fire extinguisher. The only instances when photoelectric detectors didn&#8217;t outperform ionization detectors for smoldering fires was when the detector and fire were far apart: a fire in a bedroom with its door closed, with the smoke alarm in the nearby hallway, or a living room fire with the alarm in the hallway. But if there was an alarm in the room in which a smoldering fire started, the photoelectric detector sounded significantly sooner.</p>
<p>So, for now, two alarms per room.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2009/06/07/confounded-smoke-alarms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To re-use plastic baggies</title>
		<link>http://metcaffeination.net/weblog/2009/05/11/to-re-use-plastic-baggies/</link>
		<comments>http://metcaffeination.net/weblog/2009/05/11/to-re-use-plastic-baggies/#comments</comments>
		<pubDate>Tue, 12 May 2009 03:20:28 +0000</pubDate>
		<dc:creator>thm</dc:creator>
				<category><![CDATA[consumer society]]></category>
		<category><![CDATA[environment]]></category>

		<guid isPermaLink="false">http://metcaffeination.net/weblog/?p=248</guid>
		<description><![CDATA[I get a fair number of yuppie housewares catalogs in the mail. I browse through them&#8211;I actually do like the style of much of their merchandise&#8211;but rarely do I actually buy anything. The catalogs want to sell you on the idea that simply buying a decorative plate will transform your whole dining room into something [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>I get a fair number of yuppie housewares catalogs in the mail. I browse through them&#8211;I actually do like the style of much of their merchandise&#8211;but rarely do I actually buy anything. The catalogs want to sell you on the idea that simply buying a decorative plate will transform your whole dining room into something as stylish as that put together for the catalog shoot, and I understand that it won&#8217;t.</p>
<p>Of all the yuppie housewares catalogs, <a href="http://www.napastyle.com">NapaStyle</a> is one of the yuppiest, to the point of almost being a laughable self-parody. But I&#8217;m writing here about something I bought from them (a NapaStyle exlcusive, even) that&#8217;s turned out to be quite a satisfying purchase: the <a href="http://www.napastyle.com/catalog/product.jsp?productId=3936">Stemware &amp; Plastic Baggie Dryer</a>. I hate to throw away plastic Zip-Lock bags after just one use; far better to wash and re-use them. This device is a ring of eight wood rods that make excellent places to hang plastic baggies to dry.</p>
<p>Of course, one doesn&#8217;t need a drying rack to wash and re-use plastic baggies, but I wasn&#8217;t regularly doing so until I bought this drying rack. The drying rack works very well for its task. It&#8217;s also a very unassuming product: it does not need to have its own box: it was simply placed inside the shipping box. It was not enclosed in a plastic bag, it was not packed with custom-fit styrofoam. It was not tied to a piece of cardboard with twist-ties. It required no assembly. It came with no manual, no marketing survey disguised as a warranty card, and no safety warnings. It has no website. You can&#8217;t get on it&#8217;s email list for exciting product updates. It&#8217;s made almost entirely of wood. It was made in Canada. </p>
<p>I wish more products were like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://metcaffeination.net/weblog/2009/05/11/to-re-use-plastic-baggies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

