<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. https://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="https://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:xoder</id>
  <title>"Like a graveyard...</title>
  <subtitle>... people dig me"</subtitle>
  <author>
    <name>Peter</name>
  </author>
  <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/"/>
  <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom"/>
  <updated>2015-06-14T22:33:50Z</updated>
  <lj:journal userid="351329" username="xoder" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="https://xoder.livejournal.com/data/atom" title="&quot;Like a graveyard..."/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:668233</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/668233.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=668233"/>
    <title>Getting Xubuntu 15.04 (Ubuntu Vervet 15.04) working on an HP 2000 laptop (rt5390sta support)</title>
    <published>2015-06-14T22:33:15Z</published>
    <updated>2015-06-14T22:33:50Z</updated>
    <category term="linux"/>
    <category term="xubuntu"/>
    <category term="ubuntu"/>
    <lj:music>vacuum</lj:music>
    <content type="html">I was having extremely poor wifi performance on Erin's old laptop after moving it to Xubuntu. Specifically, after initially connecting for about 30 seconds, it disconnects and then can no longer see the network. Turns out this is a problem for all machines with this old wifi card and newer Linux distros. You'll know you need this method if you run &lt;tt&gt;lspci&lt;/tt&gt; and get a line like this: &lt;tt&gt;07:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;These instructions are based on &lt;a href="http://ubuntuforums.org/showthread.php?t=1645716" target="_blank"&gt;this UbuntuForums post&lt;/a&gt;, &lt;a href="http://askubuntu.com/questions/593566/how-to-disable-werror-date-time-macro-date-might-prevent-reproducible-bui" target="_blank"&gt;this AskUbuntu question/answer&lt;/a&gt;, and &lt;a href="https://github.com/cnt0/rt5390" target="_blank"&gt;this GitHub&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here's how to fix it:&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Make sure you have the kernel sources. I think it's installed standard, though.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Use &lt;tt&gt;git&lt;/tt&gt; to grab the driver: &lt;tt&gt;git clone &lt;a target='_blank' href='https://github.com/cnt0/rt5390.git'&gt;https://github.com/cnt0/rt5390.git&lt;/a&gt;&lt;/tt&gt;. You may have to install Git as it's not a standard part of Xubuntu.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Edit &lt;tt&gt;rt5390/os/linux/config.mk&lt;/tt&gt; to ensure the following:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;tt&gt;HAS_ATE=y&lt;/tt&gt; (no change, it was originally as is)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;tt&gt;HAS_WPA_SUPPLICANT=y&lt;/tt&gt; (no change, it was originally as is)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;tt&gt;HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y&lt;/tt&gt; (no change, it was originally as is)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;tt&gt;HAS_ANTENNA_DIVERSITY_SUPPORT=n&lt;/tt&gt; (the UbuntuForums poster got this wrong for me)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Each and &lt;i&gt;every&lt;/i&gt; &lt;tt&gt;CFLAGS&lt;/tt&gt; entry has added onto the end of it "&lt;tt&gt;-Wno-error=date-time&lt;/tt&gt;". This is what I got from the AskUbuntu forum up there.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;li&gt;Run &lt;tt&gt;make&lt;/tt&gt; in the &lt;tt&gt;rt5390&lt;/tt&gt; folder. After a while it will fail with the last step getting permission denied. This is OK.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Run &lt;tt&gt;sudo make&lt;/tt&gt; to fix the permissions error.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Run &lt;tt&gt;sudo make install&lt;/tt&gt; to make all the required folders and put the modules in the right places, etc.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Edit &lt;tt&gt;/etc/modules&lt;/tt&gt; to add the following line: &lt;tt&gt;rt5390sta&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Edit &lt;tt&gt;/etc/modprobe.d/blacklist.conf&lt;/tt&gt; and add the following line: &lt;tt&gt;blacklist rt2800pci&lt;/tt&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Reboot. You'll know it works when you have a &lt;tt&gt;ra0&lt;/tt&gt; device when you run &lt;tt&gt;ifconfig&lt;/tt&gt;. You may need to restart the &lt;tt&gt;network-manager&lt;/tt&gt; service, but I did not need to. Of course, you'll also know it's working when you can see your wifi networks and connect!&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:667882</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/667882.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=667882"/>
    <title>Me, completely surprised</title>
    <published>2013-09-09T12:43:10Z</published>
    <updated>2013-09-09T13:17:21Z</updated>
    <category term="gratitude"/>
    <category term="family"/>
    <content type="html">&lt;b&gt;Saturday&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;After a lazy morning, Erin and I went to Rockefeller Center to have brunch at the Rock Center Cafe. The head chef from one of our favorite neighborhood restaurants, Seersucker, was guest chef there. The prix fixe menu was delicious beyond words. I think he's there until the end of the month. Go!&lt;br /&gt;&lt;br /&gt;Then we went to the Top of the Rock. If you love tall buildings, there is no better view in the city. Attached, please find the requisite couple photo, a panorama, and me in front of a radome.&lt;br /&gt;&lt;a href="http://ic.pics.livejournal.com/xoder/351329/88514/" target="_blank"&gt;&lt;img src="https://ic.pics.livejournal.com/xoder/351329/88514/320.1" alt="20130907_144440.jpg" border="0" fetchpriority="high"&gt;&lt;/a&gt;&lt;a href="http://ic.pics.livejournal.com/xoder/351329/88610/" target="_blank"&gt;&lt;img src="https://ic.pics.livejournal.com/xoder/351329/88610/320.1" alt="20130907_144635.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;a href="http://ic.pics.livejournal.com/xoder/351329/88846/" target="_blank"&gt;&lt;img src="https://ic.pics.livejournal.com/xoder/351329/88846/320.1" alt="20130907_144930.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;While there, I got a text from Alex V., saying that he and Kitri were in our neighborhood, having a few drinks at our local German place, and asking if we could drop by. I said maybe, as my aunt Kathy was in town and we were going to have a small birthday dinner for me, so we couldn't stay long.&lt;br /&gt;&lt;br /&gt;Erin and I took the train home, dropped off some stuff and went to the restaurant to say hi to Alex and Kitri. When we got there, they suggested we check out the downstairs, as we had never seen it before.&lt;br /&gt;&lt;br /&gt;"Surprise!" I heard and reflexively ducked, extraordinarily embarrassed for accidentally triggering someone else's surprise party. As my eyes adjusted to the light, I saw one familiar face, then another, and another. People from Science, TKD, and even my extended family came into focus. I had not set off someone else's surprise, but my own!&lt;br /&gt;&lt;br /&gt;To recap the party itself would take far too long, and make for slow reading (imagine the list of begattings in the Old Testament), but I am so very grateful for everyone who showed up, and I'm extra grateful to Erin, the mastermind I am extremely proud to call my wife.&lt;br /&gt;&lt;br /&gt;Entertainingly, my aunt Inge was there, with whom I share a birthday (albeit 50 years apart) and who, unbeknownst to her, had her own surprise party scheduled for the next day. Needless to say, my family is done with surprise parties for a while!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;If I was paying attention&lt;/b&gt;&lt;br /&gt;My dad didn't have a solid dinner plan for our (fictional) party - he usually plans this stuff way in advance.&lt;br /&gt;My mom read out an email where her sister said "see you Saturday", despite the party I knew about happening on Sunday.&lt;br /&gt;My aunt from Boston coming to town itself - although I thought it was because we didn't do any swims by her this summer&lt;br /&gt;When we stopped by the house on the way to the German place, there was stuff for Manhattans out - only my mom's side of the family drinks Manhattans&lt;br /&gt;&lt;br /&gt;In short, well done everybody. I've always wanted a surprise party and you all delivered in spades. Thank you thank you thank you!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:667644</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/667644.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=667644"/>
    <title>Enabling CAPTCHAS for anon users</title>
    <published>2012-11-13T15:33:48Z</published>
    <updated>2012-11-13T20:12:47Z</updated>
    <category term="question"/>
    <content type="html">Too many computers trying to sell shoes or pharmaceuticals. Not that I have posted here at all in months and months.&lt;br /&gt;&lt;br /&gt;Should I?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Edit:&lt;/b&gt; Just got more comment spam. Forbidding anon comments from here-on-in.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:666997</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/666997.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=666997"/>
    <title>Nearly killed by a cabbie tonight</title>
    <published>2011-12-07T03:39:42Z</published>
    <updated>2011-12-07T03:39:42Z</updated>
    <category term="transit"/>
    <category term="wtf"/>
    <category term="nyc"/>
    <lj:music>Sarah McLachlan - Fallen | Powered by Last.fm</lj:music>
    <content type="html">I was in the middle of the crosswalk, when I see a too-fast cab rounding the corner. My first thought was "He must be slowing down to make this turn, and he's gotta see me." Very quickly I realized that neither of those things were true, so I ran up the block and across the street. I'm not sure how close he ended up being to me &amp;mdash; definitely less than a meter, though. As he sharply decelerated (somewhere after where I was initially in the crosswalk, but before I made it completely across) the cab (one of those hybrid Ford Escapes) made some awful noises. The cab was stopped about 1.5 meters past the inside edge of the crosswalk and would not move. He tried revving the engine, to no avail (and to some horrible noises).&lt;br /&gt;&lt;br /&gt;Some other pedestrians asked me if I was okay (I guess the thudding noise coming from the inside of the car sounded like I got hit). I had trouble deciding whether to call 911 or 311 or what, and decided that the damage he did to his own vehicle was sufficient, since I was not harmed (hell, I didn't even have a stress reaction aside from swearing at the guy).&lt;br /&gt;&lt;br /&gt;Afterward, as Erin and I headed out for dinner, we went by the guy who was calling someone about his broken vehicle. He apologized. I asked him what happened there and he said he didn't see me. I said "Really?" and went on my way.&lt;br /&gt;&lt;br /&gt;IIRC, it was 4J16.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:666424</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/666424.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=666424"/>
    <title>Save the Bay Swim</title>
    <published>2011-07-24T00:02:10Z</published>
    <updated>2011-07-24T00:03:02Z</updated>
    <category term="swim report"/>
    <category term="swimming"/>
    <content type="html">Date: 7/23/2011&lt;br /&gt;Distance: 1.7 km&lt;br /&gt;Type: Point-to-point (Cross-channel)&lt;br /&gt;Body: Narragansett Bay, RI&lt;br /&gt;Salt water&lt;br /&gt;&lt;br /&gt;The event was scheduled to start at 8a, and me being myself and my mother being herself, we tried to get to register when they opened, at 6a. As always, the Naval War College is beautiful, especially at sunrise. Not as always, I was jumping in this time.&lt;br /&gt;&lt;br /&gt;A little history: My mom has been doing this swim, skipping a few here and there, for 17 years. It was her first big open water event, and we all know how that turned out. In short, I was really happy to be able to do this together with her. It was our first event together on the same course (I did the 1-mile Mighty Merrimack last year, and she did the 2-mile).&lt;br /&gt;&lt;br /&gt;We braved the treacherous rocks into the bay, and were both relieved to hit a bed of sea grass. The event was launched by a big cannon by men in Revolutionary-era garb, and away we went. I was amazed at how clear and how blue the water was. The waters around NYC are sort of a &lt;b&gt;&lt;span style="color:#466552"&gt;#466552&lt;/span&gt;&lt;/b&gt; while Narragansett Bay was more of a &lt;b&gt;&lt;span style="color:#466560"&gt;#466560&lt;/span&gt;&lt;/b&gt;, a minor difference, I know, but it really means something when it's all you can see ;-)&lt;br /&gt;It got a little choppy when we got into the main channel, but the water was clear and warm, and the Pell Bridge a welcome companion. I made it in 1:05:05, which was not amazing, but I'm pretty pleased, as I was expecting about 1:10.&lt;br /&gt;&lt;br /&gt;By the way, you can see some photos I took at the event at &lt;a href="https://plus.google.com/114348245173413571347/posts/BZi5qX6qWjc" target="_blank"&gt;this Google Plus entry&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:666345</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/666345.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=666345"/>
    <title>Swim report: Liberty Island Swim</title>
    <published>2011-06-25T00:06:37Z</published>
    <updated>2011-07-23T23:42:33Z</updated>
    <category term="swim report"/>
    <category term="swimming"/>
    <content type="html">Date: 6/24/2011&lt;br /&gt;Distance: 1.2 km&lt;br /&gt;Type: Circumnavigation&lt;br /&gt;Body: New York Harbor&lt;br /&gt;Salt water&lt;br /&gt;&lt;br /&gt;The event started in the early evening to rain. Not that we noticed in the water. I ran into my friend LB shortly before jumping off the boat &lt;i&gt;Respect&lt;/i&gt;. The pack was very congested, and it never really cleared up. For some reason the water seemed cloudier than the East River was last year, perhaps because of all the rain we've been having lately. It was overcastand very choppy - fun, but challenging. Pretty neat event, and it was a real treat to swim at the feet of Lady Liberty.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:665913</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/665913.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=665913"/>
    <title>LJ, you never call, you never write...</title>
    <published>2011-03-21T16:58:48Z</published>
    <updated>2011-03-21T16:58:48Z</updated>
    <content type="html">Or is it me who never calls or writes anymore?&lt;br /&gt;&lt;br /&gt;Regardless.&lt;br /&gt;&lt;br /&gt;In July I will be doing a swim to help protect waterways and keep them&lt;br /&gt;safe for swimmers, boaters, or even seaside walkers. The event&lt;br /&gt;supports a great organization called Save The Bay, which preserves and&lt;br /&gt;protects Narragansett Bay in RI.&lt;br /&gt;&lt;br /&gt;I'm writing this post now because I need to raise $300 for Save The&lt;br /&gt;Bay to be able to do a beautiful 1.7 mile swim across the bay. You can&lt;br /&gt;donate to me at &lt;a target='_blank' href='https://www.savebay.org/Xoder'&gt;https://www.savebay.org/Xoder&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks in advance for all your help and thanks to those who have&lt;br /&gt;already done so!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:665736</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/665736.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=665736"/>
    <title>Doing OK</title>
    <published>2010-11-04T11:49:27Z</published>
    <updated>2010-11-04T11:49:27Z</updated>
    <content type="html">Erin and I went to the Rally for Sanity on Saturday, which was a whole lot&lt;br /&gt;of fun! &lt;a href="http://www.flickr.com/photos/11934031@N00/sets/72157625155215521/detail/" target="_blank"&gt;I&lt;br /&gt;posted some stuff to Flickr which you might enjoy&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Things at work have been both busy and slow, the way you do.&lt;br /&gt;&lt;br /&gt;I'm writing this on my phone with this thing called 8pen. Its supposed to&lt;br /&gt;increase my speed, which it hasn't yet, but I can see how it might, once I&lt;br /&gt;learn it.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:665577</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/665577.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=665577"/>
    <title>Dreamlog: Jetpack in DUMBO</title>
    <published>2010-10-26T11:31:42Z</published>
    <updated>2010-10-26T11:31:42Z</updated>
    <content type="html">I apparently got that jetpack that they're selling in New Zealand these days&lt;br /&gt;and was giving my brother Nick a ride around DUMBO. At some point, we decide&lt;br /&gt;to do a free fall landing, which is a lot of fun. Then we go into one of&lt;br /&gt;those old warehouses that is now an office building. They force everyone to&lt;br /&gt;submit to some kind of body scan in a big group. It's a bland concrete room,&lt;br /&gt;maybe 3m tall with a 1m bench molded into the wall opposite the scanner,&lt;br /&gt;which is not visible. While we're all waiting to get scanned, a guy asks how&lt;br /&gt;much money the people in this building make. I tell him it's impossible to&lt;br /&gt;know that, as there's over 100 companies in the building. He gets very&lt;br /&gt;upset, and I realize he's asking for his daughter, but I'm not sure if it's&lt;br /&gt;on her behalf or because he's interviewing here and her care is very&lt;br /&gt;expensive.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:665139</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/665139.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=665139"/>
    <title>Writer's Block: Time in a bottle</title>
    <published>2010-10-21T10:39:17Z</published>
    <updated>2010-10-21T10:39:17Z</updated>
    <category term="writer&amp;apos;s block"/>
    <content type="html">&lt;lj-template name="qotd" lang="en_LJ"&gt;&lt;br /&gt;&lt;br /&gt;Every single piece of communications technology would fall apart. And so would GPS. There are such things as asynchronous computers and communications technology, but they're much harder to make well, or make powerful.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:664870</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/664870.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=664870"/>
    <title>Fixed some performance issues on NYC Bonus Calculator</title>
    <published>2010-09-03T04:33:20Z</published>
    <updated>2010-09-03T04:33:20Z</updated>
    <category term="geekery"/>
    <content type="html">&lt;a href="https://sites.google.com/site/xoder83/NYCBonusCalculator(2).apk?attredirects=0" target="_blank"&gt;Here is the new APK&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://xoder.livejournal.com/664808.html" target="_blank"&gt;Previous caveats apply, but it is faster&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:664808</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/664808.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=664808"/>
    <title>Download my MetroCard Bonus Calculator</title>
    <published>2010-08-31T01:23:33Z</published>
    <updated>2010-08-31T01:23:33Z</updated>
    <category term="geekery"/>
    <content type="html">&lt;a href="https://sites.google.com/site/xoder83/NYCBonusCalculator.apk?attredirects=0" target="_blank"&gt;NYC Bonus Calculator&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This calculates the amount of money to put on your Metrocard to reach an integer number of fares. Runs on Android 1.6 and up. Enable "Unknown sources" in your Applications menu. Built with Android App Inventor. Very very slow at this time. Rotating screen causes the values to reset. Have patience and click "Wait" instead of "Force Close"</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:664474</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/664474.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=664474"/>
    <title>Photo backlog</title>
    <published>2010-08-13T11:15:55Z</published>
    <updated>2010-08-13T11:32:33Z</updated>
    <content type="html">I cut my swim by 1/3 today due to extreme sleepiness and an interest in&lt;br /&gt;getting in to and out of work early.&lt;br /&gt;&lt;br /&gt;I've been having trouble getting photos into TwitPic lately, so I'm going to&lt;br /&gt;try to post to LJ by email and see how that goes.&lt;br /&gt;&lt;br /&gt;In no particular order, as I cannot guarantee the order of inclusion:&lt;br /&gt;- Talk to your girlfriend before Android addiction takes hold&lt;br /&gt;- The new train announcement system in Secaucus clearly uses Linux&lt;br /&gt;- Torn up shoe on the train tracks&lt;br /&gt;- Graf instructing you what to do with TV&lt;br /&gt;- Pretty clouds!&lt;br /&gt;- Fibonacci busses! &lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000ccaq4/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000ccaq4/s320x240" alt="IMG_20100812_180257.jpg" border="0" fetchpriority="high"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000cdtrg/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000cdtrg/s320x240" alt="IMG_20100812_164658.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000ce6zb/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000ce6zb/s320x240" alt="IMG_20100805_074415.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000cfyr4/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000cfyr4/s320x240" alt="IMG_20100804_194903.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000cg32w/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000cg32w/s320x240" alt="IMG_20100803_065934.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://pics.livejournal.com/xoder/pic/000chesk/" target="_blank"&gt;&lt;img src="https://pics.livejournal.com/xoder/pic/000chesk/s320x240" alt="IMG_20100801_130715.jpg" border="0" loading="lazy"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:664300</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/664300.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=664300"/>
    <title>Some Photos From Twitter</title>
    <published>2010-07-13T04:01:40Z</published>
    <updated>2010-07-13T04:01:40Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;Because it's cheaper, faster, and better for the environment than any alternative.  &lt;a href="http://twitpic.com/24rb1i" target="_blank"&gt;twitpic.com/24rb1i&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/18382294739" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:664043</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/664043.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=664043"/>
    <title>Some Photos From Twitter</title>
    <published>2010-07-07T04:03:18Z</published>
    <updated>2010-07-07T04:03:18Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;A dragonfly decided to join us for dinner  &lt;a href="http://twitpic.com/231xjp" target="_blank"&gt;twitpic.com/231xjp&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/17905678695" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:663789</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/663789.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=663789"/>
    <title>Some Photos From Twitter</title>
    <published>2010-07-04T04:01:24Z</published>
    <updated>2010-07-04T04:01:24Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;li&gt;From my ex-roommates' new building.  &lt;a href="http://twitpic.com/21ycqq" target="_blank"&gt;twitpic.com/21ycqq&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/17626274094" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt; &lt;li&gt;The cutest shopping cart ever!  &lt;a href="http://twitpic.com/221xpy" target="_blank"&gt;twitpic.com/221xpy&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/17647255813" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:663538</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/663538.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=663538"/>
    <title>Some Photos From Twitter</title>
    <published>2010-07-03T04:01:20Z</published>
    <updated>2010-07-03T04:01:20Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;Haven't we all lost a pigeon, sometime or other?  &lt;a href="http://twitpic.com/21vtdc" target="_blank"&gt;twitpic.com/21vtdc&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/17609016663" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:663165</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/663165.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=663165"/>
    <title>Some Photos From Twitter</title>
    <published>2010-06-22T04:04:16Z</published>
    <updated>2010-06-22T04:04:16Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;This makes me think of Barenaked Ladies' "A"  &lt;a href="http://twitpic.com/1ytvue" target="_blank"&gt;twitpic.com/1ytvue&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/16723569791" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:662749</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/662749.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=662749"/>
    <title>Re-meme</title>
    <published>2010-06-04T23:15:06Z</published>
    <updated>2010-06-04T23:15:06Z</updated>
    <category term="question"/>
    <category term="meme"/>
    <content type="html">I'm sure you want to &lt;a href="http://www.formspring.me/xoder" target="_blank"&gt;ask me anything&lt;/a&gt;, even anonymously!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:662406</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/662406.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=662406"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-28T04:07:27Z</published>
    <updated>2010-05-28T04:07:27Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;What do me and a cylinder have in common?   &lt;a href="http://twitpic.com/1rmw2q" target="_blank"&gt;twitpic.com/1rmw2q&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/14863335950" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:662171</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/662171.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=662171"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-21T04:06:21Z</published>
    <updated>2010-05-21T04:06:21Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;li&gt;The sunflowers are sprouting!  &lt;a href="http://twitpic.com/1pinto" target="_blank"&gt;twitpic.com/1pinto&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/14393551460" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt; &lt;li&gt;NYC uses bumper stickers differently  &lt;a href="http://twitpic.com/1piqcw" target="_blank"&gt;twitpic.com/1piqcw&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/14393846893" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:661877</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/661877.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=661877"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-13T04:05:35Z</published>
    <updated>2010-05-13T04:05:35Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;Naughty sign manipulation for $200, Alex... &lt;a href="http://twitpic.com/1n59n6" target="_blank"&gt;twitpic.com/1n59n6&lt;/a&gt;  &lt;a href="http://twitter.com/xoder/statuses/13853170381" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:661506</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/661506.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=661506"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-11T04:03:06Z</published>
    <updated>2010-05-11T04:03:06Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;Raw steak is pretty tasty!  &lt;a href="http://twitpic.com/1muh31" target="_blank"&gt;twitpic.com/1muh31&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/13767779206" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:661332</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/661332.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=661332"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-10T04:04:28Z</published>
    <updated>2010-05-10T04:04:28Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;ASomething cool I got in the mail yesterday  &lt;a href="http://twitpic.com/1miuiz" target="_blank"&gt;twitpic.com/1miuiz&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/13688470780" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:xoder:661079</id>
    <link rel="alternate" type="text/html" href="https://xoder.livejournal.com/661079.html"/>
    <link rel="self" type="text/xml" href="https://xoder.livejournal.com/data/atom/?itemid=661079"/>
    <title>Some Photos From Twitter</title>
    <published>2010-05-03T04:05:06Z</published>
    <updated>2010-05-03T04:05:06Z</updated>
    <content type="html">&lt;ul class="loudtwitter"&gt;&lt;br /&gt;  &lt;li&gt;Manhole cover explosion less than a block away from my house.  &lt;a href='https://www.livejournal.com/rsearch/?tags=%23carrollgardens'&gt;#carrollgardens&lt;/a&gt;  &lt;a href="http://twitpic.com/1kcycc" target="_blank"&gt;twitpic.com/1kcycc&lt;/a&gt; &lt;a href="http://twitter.com/xoder/statuses/13255338114" target="_blank"&gt;#&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;small&gt;Posted by &lt;a href="http://www.loudtwitter.com" target="_blank"&gt;LoudTwitter&lt;/a&gt;&lt;/small&gt;</content>
  </entry>
</feed>
