<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:marapfhile</id>
  <title>Marapfhile's Ramblings</title>
  <subtitle>Marapfhile</subtitle>
  <author>
    <name>Marapfhile</name>
  </author>
  <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom"/>
  <updated>2009-10-26T15:57:26Z</updated>
  <lj:journal userid="1340367" username="marapfhile" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://marapfhile.livejournal.com/data/atom" title="Marapfhile's Ramblings"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:34600</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/34600.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=34600"/>
    <title>In medias freakin‘ res</title>
    <published>2009-10-26T15:57:26Z</published>
    <updated>2009-10-26T15:57:26Z</updated>
    <category term="peeves"/>
    <lj:music>none</lj:music>
    <content type="html">Is anybody else getting really tired of TV shows that start out with some confusing disaster scene, then jump back with a "X hours ago" (or days, or whatever)? The technique was old and busted when Homer used it, can we please come up with something else?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:34476</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/34476.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=34476"/>
    <title>Suddenly, Pix!</title>
    <published>2009-09-25T02:55:51Z</published>
    <updated>2009-09-25T02:55:51Z</updated>
    <category term="singapore"/>
    <category term="travel"/>
    <category term="malaysia"/>
    <category term="photography"/>
    <lj:music>none</lj:music>
    <content type="html">I went on a quick trip to &lt;a href="http://en.wikipedia.org/wiki/Kukup"&gt;Kukup&lt;/a&gt;, a nearby village in Malaysia, this past weekend, with some friends. The pictures are now up on &lt;a href="http://www.flickr.com/photos/adavies42/sets/72157622321602345/"&gt;my Flickr account&lt;/a&gt;. Enjoy!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:34052</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/34052.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=34052"/>
    <title>Fixing Mac Mail Folder Sort Order</title>
    <published>2009-09-22T06:02:31Z</published>
    <updated>2009-09-22T06:02:31Z</updated>
    <category term="computers"/>
    <category term="incompetence"/>
    <lj:music>Weird Al's "A Complicated Song" (internal)</lj:music>
    <content type="html">&lt;p&gt;Mac Mail (AKA Mail.app) has a distressing tendency to delete the mailbox cache of IMAP accounts when certain network operations are interrupted. Since preferred sorting column and direction are stored in plist files in this cache, that means that all folders reset to be sorted by date, &lt;em&gt;ascending&lt;/em&gt;, which drives me nuts. After the latest such event, I finally sat down and figured out how to fix this automatically, in bulk:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;% for f in ~/Library/Mail/**/Info.plist; do {
 /usr/libexec/PlistBuddy -c 'Delete :DisplayInThreadedMode' $f;
 /usr/libexec/PlistBuddy -c 'Delete :SearchSortDescending' $f;
 /usr/libexec/PlistBuddy -c 'Delete :SearchSortOrder' $f;
 /usr/libexec/PlistBuddy -c 'Delete :SortOrder' $f;
 /usr/libexec/PlistBuddy -c 'Delete :SortedDescending' $f; } &amp;gt; /dev/null
 /usr/libexec/PlistBuddy -c 'Add :DisplayInThreadedMode string no' $f;
 /usr/libexec/PlistBuddy -c 'Add :SearchSortDescending string YES' $f;
 /usr/libexec/PlistBuddy -c 'Add :SearchSortOrder string rank' $f;
 /usr/libexec/PlistBuddy -c 'Add :SortOrder string received-date' $f;
 /usr/libexec/PlistBuddy -c 'Add :SortedDescending string YES' $f;
done
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;This should have the same effect as wiping out all the plists, allowing Mail to regenerate them in their default state, and then going through and manually changing every folder to sort by date, descending.&lt;/p&gt;

&lt;p&gt;(And yes, there are probably better, or at least more concise, ways to code the script, but this was the easiest to write, and shell arrays suck.)&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:33707</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/33707.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=33707"/>
    <title>Fuzzy Pix of Fuzzy Music</title>
    <published>2009-08-10T16:12:46Z</published>
    <updated>2009-08-10T16:12:46Z</updated>
    <category term="singapore"/>
    <category term="music"/>
    <category term="photography"/>
    <lj:music>various NIИ (internal)</lj:music>
    <content type="html">Just got back from the Singapore edition of the current Nine Inch Nails tour. Pix &lt;a href="http://www.flickr.com/photos/adavies42/sets/72157621875735897"&gt;here&lt;/a&gt;; note that the iPhone is not the best camera for these conditions.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:33355</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/33355.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=33355"/>
    <title>Wolf and Short-Selling</title>
    <published>2009-08-09T17:55:56Z</published>
    <updated>2009-08-09T17:58:18Z</updated>
    <category term="anime"/>
    <category term="possibly a little bit cryptic"/>
    <lj:music>_Spice and Wolf_ soundtrack</lj:music>
    <content type="html">In &lt;a href="http://en.wikipedia.org/wiki/List_of_Spice_and_Wolf_episodes#Spice_and_Wolf_II"&gt;season 2, episode 4&lt;/a&gt;, our hero invents the commodity future contract. Coming in season three, Wolf and the Credit Default Swap?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:33274</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/33274.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=33274"/>
    <title>Overweight At Last</title>
    <published>2009-07-27T14:16:45Z</published>
    <updated>2009-07-27T14:19:08Z</updated>
    <category term="health"/>
    <lj:music>The Arrogant Worms' "Big Fat Road Manager" (internal, pure coincidence)</lj:music>
    <content type="html">Today's post-workout weigh-in: 185 pounds (or as the scale actually read in these foreign parts, 84.0 kg). Why is this number significant? 185*703/66^2=29.9: this is my first time with a &lt;a href="http://en.wikipedia.org/wiki/Body_mass_index"&gt;BMI&lt;/a&gt; under thirty in, most likely, about ten years.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:32975</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/32975.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=32975"/>
    <title>Suddenly, Pix!</title>
    <published>2009-06-08T07:09:01Z</published>
    <updated>2009-06-08T07:09:01Z</updated>
    <category term="travel"/>
    <category term="photography"/>
    <lj:music>none</lj:music>
    <content type="html">&lt;a href="http://www.flickr.com/photos/adavies42/sets/72157619124338371/"&gt;The Angkor Wat pictures&lt;/a&gt; are now up at flickr. Enjoy!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:32575</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/32575.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=32575"/>
    <title>A New Law</title>
    <published>2009-06-04T13:21:16Z</published>
    <updated>2009-06-04T13:21:16Z</updated>
    <category term="peeves"/>
    <lj:music>The Capitol Steps' "Four to Five" (internal)</lj:music>
    <content type="html">Clarke-Hanlon-Godwin: Any sufficiently advanced incompetence will inevitably be compared to Nazism (&lt;a href="http://www.eff.org/deeplinks/2009/06/oh-come-apple-reject"&gt;inspired by the latest App Store shenanigans&lt;/a&gt;).</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:32355</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/32355.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=32355"/>
    <title>King of the Nutshell</title>
    <published>2009-06-04T01:07:38Z</published>
    <updated>2009-06-04T01:07:38Z</updated>
    <category term="dreams"/>
    <lj:music>"I Am the Walrus" (internal, courtesy of the &lt;i&gt;Beatles Rock Band&lt;/i&gt; trailer)</lj:music>
    <content type="html">Well, not bad dreams, but very strange. I spent (what felt like) at least an hour early this morning bouncing back and forth through at least two, and possibly more, levels of dream and dream-within-a-dream, with most of the transitions being known but involuntary--I'd be "awake", trying to do something, and feel myself falling "asleep" and be unable to stop. (There may have also been some real awake time in there somewhere; it all sort of ran together.) Very odd. At one point I was even telling someone in the dream about a dream-within-a-dream I'd been having. Apparently my subconscious is way meta.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:32061</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/32061.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=32061"/>
    <title>Back In Singapore</title>
    <published>2009-06-01T15:06:35Z</published>
    <updated>2009-06-01T15:06:35Z</updated>
    <category term="travel"/>
    <lj:music>none</lj:music>
    <content type="html">Back from Cambodia, and about ready to keel over. Not sure if it was the three days being hauled around on the back of a motorcycle or what, but I ache everywhere. Pix and commentary tomorrow, or whenever I'm not in pain.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:31976</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/31976.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=31976"/>
    <title>Angkor? I Barely Know Her!</title>
    <published>2009-05-30T15:10:33Z</published>
    <updated>2009-05-30T15:23:05Z</updated>
    <category term="travel"/>
    <lj:music>"Being for the Benefit of Mr. Kite!" (internal, no idea why)</lj:music>
    <content type="html">On a scale from one to &lt;a href="http://en.wikipedia.org/wiki/Siem_Reap"&gt;Siem Reap&lt;/a&gt;, I'm in Siem Reap! I arrived yesterday afternoon and saw the sunset from a hilltop temple. I spent most of today tramping around Angkor Wat and its associated temples and palaces on the "Little Circuit"; the plan is to do the "Big Circuit" tomorrow, then finish up Monday morning with a trip to a floating village on &lt;a href="http://en.wikipedia.org/wiki/Tonlé_Sap"&gt;Tonlé Sap&lt;/a&gt;. Pics to follow.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:31727</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/31727.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=31727"/>
    <title>Star Trek Thoughts, Spoilerrific and Un-</title>
    <published>2009-05-11T02:03:27Z</published>
    <updated>2009-05-11T02:07:21Z</updated>
    <category term="movies"/>
    <lj:music>none</lj:music>
    <content type="html">(also posted to &lt;a href="http://slashdot.org/comments.pl?sid=1227061&amp;amp;cid=27901437"&gt;/.&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;On the styling: someone's been watching way too much BSG; Starfleet ships are not supposed to look steam powered. That engine room was ridiculous.&lt;br /&gt;&lt;br /&gt;On canon: Robert April, call your agent.&lt;br /&gt;&lt;br /&gt;On prequels: WTF is wrong with going forward with the 24th century? I took about five minutes to come up with the following idea for a new series, which I hereby place into the public domain: in the &lt;i&gt;Voyager&lt;/i&gt; finale, Janeway brought working transwarp back from the Delta Quadrant, making it feasible to visit other galaxies for the first time. Put the epic multi-year arcs on hold for a while and go back to the roots, one ship, episodically exploring strange new worlds, seeking out new life and new civilizations, one per week. (Unfortunately it can't really be called &lt;i&gt;Star Trek: Andromeda&lt;/i&gt;, as that would confuse the hell out of everyone, but I'm sure they can come up with a suitable name.)&lt;br /&gt;&lt;br /&gt;Or do something about Section 31, or something about Romulan politics, or something about the Mirror Universe. There are forty years of continuity here to play with, I fail to see why they're so eager to throw them away and start over.&lt;br /&gt;&lt;br /&gt;&lt;a name="cutid1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I suppose everyone's trying to avoid posting spoilers, but doesn't anyone else think the single biggest problem with the movie is that they &lt;i&gt;&lt;b&gt;&lt;u&gt;BLEW UP VULCAN!?!?!&lt;/u&gt;&lt;/b&gt;&lt;/i&gt; I mean really, casual genocide of one of the most important races in Trek? WTF?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:31463</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/31463.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=31463"/>
    <title>Full Circle</title>
    <published>2009-04-29T17:43:38Z</published>
    <updated>2009-04-29T17:43:38Z</updated>
    <category term="i found something"/>
    <lj:music>none</lj:music>
    <content type="html">&lt;p&gt;Fifteen years, almost to the day, since the &lt;a href="http://en.wikipedia.org/wiki/Green_Card_spam#Green_card_spam"&gt;green card spam&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://homepage.mac.com/adavies42/misc/Green%20Card%20Banner.png" width="189" height="611" border="0" /&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:31108</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/31108.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=31108"/>
    <title>Britney, Singer-Songwriter</title>
    <published>2009-04-18T14:18:42Z</published>
    <updated>2009-04-18T14:18:42Z</updated>
    <category term="music"/>
    <category term="i found something"/>
    <lj:music>you have to ask?</lj:music>
    <content type="html">&lt;lj-embed id="3" height="27" /&gt;

&lt;p&gt;from the universe that brought you NWA, grunge band,&lt;/p&gt;

&lt;lj-embed id="4" height="27" /&gt;
 
&lt;p&gt;and Sir Mixalot, balladeer&lt;/p&gt;

&lt;lj-embed id="5" height="27" /&gt;

&lt;p&gt;&lt;small&gt;That's &lt;a href="http://en.wikipedia.org/wiki/Travis_(band)"&gt;Travis&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Dynamite_Hack"&gt;Dynamite Hack&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Jonathan_Coulton"&gt;Jonathan Coulton&lt;/a&gt;, respectively.&lt;/small&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:30684</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/30684.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=30684"/>
    <title>Conflation</title>
    <published>2009-04-07T23:07:41Z</published>
    <updated>2009-04-07T23:07:41Z</updated>
    <category term="dreams"/>
    <lj:music>Rush's "Trees" (internal, no idea why)</lj:music>
    <content type="html">This morning I dreamed that Dr. Saroyan from &lt;i&gt;Bones&lt;/i&gt; was angry at me for playing too many computer games at work.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:30346</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/30346.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=30346"/>
    <title>One Book Left, For Large Values of "One"</title>
    <published>2009-04-06T04:54:00Z</published>
    <updated>2009-04-06T04:54:00Z</updated>
    <category term="peeves"/>
    <category term="fandom"/>
    <lj:music>none</lj:music>
    <content type="html">&lt;p&gt;&lt;a href="http://us.macmillan.com/NewsDetails.aspx?id=12669&amp;amp;publisher=torforge"&gt;Tor announces &lt;i&gt;The Gathering Storm&lt;/i&gt;, &lt;strong&gt;book one&lt;/strong&gt; of &lt;i&gt;A Memory of Light&lt;/i&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&amp;lt;sigh&amp;gt;....&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pics.livejournal.com/marapfhile/pic/000035ra/"&gt;&lt;img src="http://pics.livejournal.com/marapfhile/pic/000035ra/s320x240" width="300" height="240" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:29981</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/29981.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=29981"/>
    <title>Inauguration Glee, My Turn</title>
    <published>2009-04-01T01:18:24Z</published>
    <updated>2009-04-01T01:18:24Z</updated>
    <category term="politics"/>
    <lj:music>none</lj:music>
    <content type="html">&lt;p&gt;As Clinton said to Arafat, "Yasser, that's my Bibi!"&lt;/p&gt;

&lt;p&gt;&lt;img src="http://pics.livejournal.com/marapfhile/pic/0000225e/s320x240" width="167" height="240" border="0" /&gt;&lt;/p&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:29733</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/29733.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=29733"/>
    <title>Personal Milestone</title>
    <published>2009-03-31T13:27:58Z</published>
    <updated>2009-03-31T13:27:58Z</updated>
    <category term="health"/>
    <lj:music>none</lj:music>
    <content type="html">Today's post-workout weigh-in: 89.8 kg. (That's 198 lbs. for those of you playing at home.) This is the first time in over seven years I've been below that mark.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:29509</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/29509.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=29509"/>
    <title>Earth Hour</title>
    <published>2009-03-26T23:12:45Z</published>
    <updated>2009-03-26T23:14:01Z</updated>
    <category term="peeves"/>
    <category term="politics"/>
    <lj:music>Rush's "Trees" (internal)</lj:music>
    <content type="html">Earth Hour is this Saturday, so remember everyone, turn everything in your house on! If we all work together, we should be able to "offset" (see what I did there?) whatever the idiots who organized this thing manage to "achieve". (I should be able to equal at least half a dozen CFL weenies' non-output all on my own, what with four computers, two TVs, and an ancient 17-inch CRT monitor just waiting to be switched on.&lt;br /&gt;&lt;br /&gt;Remember what "the lights are going out" used to mean? Stand up and be proud of your civilization, and burn that power!&lt;br /&gt;&lt;br /&gt;Here's my reworking of the poster:&lt;br /&gt;&lt;br /&gt;&lt;img height="465" width="400" src="http://homepage.mac.com/adavies42/misc/veto_earth.png" /&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:29328</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/29328.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=29328"/>
    <title>Old Filk!</title>
    <published>2009-03-08T12:03:32Z</published>
    <updated>2009-03-08T12:03:32Z</updated>
    <category term="filk"/>
    <lj:music>Misc. Leslie Fish tunes</lj:music>
    <content type="html">This was written a day or two after &lt;a href="http://marapfhile.livejournal.com/8542.html"&gt;this&lt;/a&gt;, since one song wasn't enough to get the tune out of my head. Somehow it never got posted....&lt;br /&gt;&lt;br /&gt;Windows Boxes&lt;br /&gt;by Aaron Davies&lt;br /&gt;ttto "Little Boxes" by Malvina Reynolds&lt;br /&gt;&lt;br /&gt;Windows boxes, Windows boxes&lt;br /&gt;Windows boxes from Microsoft&lt;br /&gt;Windows boxes on our desktops&lt;br /&gt;And they all crash just the same&lt;br /&gt;&lt;br /&gt;And there's Compaq and there's HP&lt;br /&gt;And there's Gateway and there's IBM&lt;br /&gt;And there's Sony and Toshiba&lt;br /&gt;And they all crash just the same&lt;br /&gt;&lt;br /&gt;And there's 3.1 and there's 95&lt;br /&gt;And there's NT and there's 2K&lt;br /&gt;And there's XP and there's Longhorn&lt;br /&gt;And they all crash just the same&lt;br /&gt;&lt;br /&gt;And there's patches, second Tuesdays,&lt;br /&gt;And there's XP SP's 1 and 2&lt;br /&gt;And there's fixes for the patches&lt;br /&gt;And they all crash just the same&lt;br /&gt;&lt;br /&gt;And there's trojans and virii&lt;br /&gt;And there's popups and there's spyware&lt;br /&gt;Cause there's EULAs fools click through&lt;br /&gt;So they all crash just the same&lt;br /&gt;&lt;br /&gt;But there's Linux and there's OS X&lt;br /&gt;And there's three kinds of BSD&lt;br /&gt;And I think there's still BeOS&lt;br /&gt;Why keep crashing just the same?&lt;br /&gt;&lt;br /&gt;Windows boxes, Windows boxes&lt;br /&gt;Windows boxes from Microsoft&lt;br /&gt;Windows boxes on our desktops&lt;br /&gt;And they all crash just the same</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:28952</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/28952.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=28952"/>
    <title>My Top Three Apple UI Micro-Optimizations</title>
    <published>2009-03-06T07:06:32Z</published>
    <updated>2009-03-06T07:06:32Z</updated>
    <category term="random"/>
    <category term="computers"/>
    <lj:music>none (ironically)</lj:music>
    <content type="html">In no particular order:&lt;br /&gt;&lt;br /&gt;When a Mac with only one user account is rebooted, you go straight to the password screen.&lt;br /&gt;&lt;br /&gt;When selecting playlists to sync to an iPod in iTunes, option-click on a folder's disclosure triangle collapses &lt;em&gt;all&lt;/em&gt; folder trees, not just that subtree. (This is a great example of breaking a rule for a reason.)&lt;br /&gt;&lt;br /&gt;The first ten non-folder bookmarks on Safari's bookmark bar are accessible as command-0 through 9.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:28776</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/28776.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=28776"/>
    <title>Oh, Rain*bows*!</title>
    <published>2009-02-25T15:57:47Z</published>
    <updated>2009-02-25T16:22:11Z</updated>
    <category term="singapore"/>
    <category term="photography"/>
    <lj:music>That Handsome Devil's "Viva Discordia"</lj:music>
    <content type="html">&lt;a href="http://flickr.com/photos/adavies42/tags/rainbow"&gt;Caught a great rainbow on the way home from work today.&lt;/a&gt; Only had the iPhone handy, but it's better than nothing. If you look very closely, you can even see the second part of the double-bow, near the left.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:28644</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/28644.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=28644"/>
    <title>I'm Making a Note Here, Huge Success</title>
    <published>2009-01-22T16:07:53Z</published>
    <updated>2009-01-22T16:07:53Z</updated>
    <category term="fandom"/>
    <category term="links"/>
    <lj:music>"Still Alive" (internal)</lj:music>
    <content type="html">&lt;a href="http://www.flickr.com/photos/30109689@N03/sets/72157612758626401"&gt;&lt;i&gt;Portal&lt;/i&gt; cosplay win&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:28191</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/28191.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=28191"/>
    <title>Google Stemming/Spellchecking Phrases?</title>
    <published>2009-01-08T09:00:00Z</published>
    <updated>2009-01-08T09:02:59Z</updated>
    <category term="peeves"/>
    <category term="net"/>
    <lj:music>none</lj:music>
    <content type="html">Amused by the thought of a really bad pun involving &lt;a href="http://en.wikipedia.org/wiki/Arity"&gt;arity&lt;/a&gt;, I googled &lt;a href="http://www.google.com.sg/search?q=%22the+man+who+shot+liberty+valence%22"&gt;"the man who shot liberty val&lt;b&gt;e&lt;/b&gt;nce"&lt;/a&gt; to see if it had occurred to anyone before. Imaging my surprise to discover Google's inclusion, without so much as a "Did you mean", of results for the correct spelling! Sticking a + in front of either the phrase or the name made no difference. I infer that Google is now statistically spell-checking phrase searches and refuses to allow users to choose otherwise. Does anyone know different?</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:marapfhile:28036</id>
    <link rel="alternate" type="text/html" href="http://marapfhile.livejournal.com/28036.html"/>
    <link rel="self" type="text/xml" href="http://marapfhile.livejournal.com/data/atom/?itemid=28036"/>
    <title>Not Actually from the Onion</title>
    <published>2009-01-07T07:38:14Z</published>
    <updated>2009-01-07T07:38:14Z</updated>
    <category term="peeves"/>
    <category term="news"/>
    <lj:music>none</lj:music>
    <content type="html">&lt;a href="http://www.channelnewsasia.com/stories/singaporelocalnews/view/400520/1/.html"&gt;Experts say children are a vulnerable group affected by economic crisis&lt;/a&gt;. Is it just me or is this possibly the most vacuous headline in the history of journalism?</content>
  </entry>
</feed>
