<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-21074811</id><updated>2012-01-22T09:24:25.021-05:00</updated><category term='linux'/><category term='plus'/><category term='radioButton'/><category term='android crash'/><category term='marathon'/><category term='android'/><category term='running'/><category term='display'/><category term='java'/><category term='usb'/><category term='food'/><category term='twitter'/><category term='simh tops10'/><category term='mac'/><category term='sqlite'/><category term='rabbits'/><category term='search'/><category term='gwt'/><category term='java jdev wls'/><category term='eclipse'/><category term='ubuntu'/><category term='training'/><title type='text'>DD Sez</title><subtitle type='html'>My thoughts on politics, technology, running and... come to think of it, those are the only thoughts I've got!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>72</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-21074811.post-2162777749752317109</id><published>2012-01-22T09:24:00.000-05:00</published><updated>2012-01-22T09:24:25.042-05:00</updated><title type='text'>Android Emulator | Android Developers</title><content type='html'>&lt;div&gt;I can never find this when I need it, i.e. when I forget which keys simulate the menu and search buttons. Note to self, they're F2 and F5.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://developer.android.com/guide/developing/tools/emulator.html"&gt;Android Emulator | Android Developers&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2162777749752317109?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2162777749752317109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2162777749752317109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2162777749752317109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2162777749752317109'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2012/01/android-emulator-android-developers.html' title='Android Emulator | Android Developers'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-384653918187364531</id><published>2012-01-06T14:16:00.001-05:00</published><updated>2012-01-06T14:16:09.867-05:00</updated><title type='text'>(Semi-) Auto-complete your declarations</title><content type='html'>Too lazy to type the class name of the variable you're declaring? Or maybe you can't remember the exact name of the class.&lt;br /&gt;&lt;br /&gt;Well let's say you're declaring and assigning, like this:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red; font-family: 'Courier New', Courier, monospace;"&gt;SomeTypeName foo = something.getFoo();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But you can't remember the SomeTypeName part. Try this instead:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: lime;"&gt;String foo = something.getFoo();&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Eclipse will underline the error (oh yeah, you have to be using Eclipse, but who isn't??) and all you have to do it press Ctrl/1 (or Cmd-1 if you're on a Mac) and the quick fix will pop up,&lt;br /&gt;&lt;br /&gt;&lt;span style="color: blue; font-family: 'Courier New', Courier, monospace;"&gt;Change type of 'foo' to 'SomeTypeName'&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Just hit Enter and you're done! You're welcome!! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-384653918187364531?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/384653918187364531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=384653918187364531' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/384653918187364531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/384653918187364531'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2012/01/semi-auto-complete-your-declarations.html' title='(Semi-) Auto-complete your declarations'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8156455851703930134</id><published>2011-12-10T09:29:00.001-05:00</published><updated>2011-12-10T09:35:07.874-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sqlite'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>SQLite.delete with args workaround</title><content type='html'>This Android SQLite code wasn't working:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: red; font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; getContentResolver().delete(LogProvider.URI, LogDatabase.COL + " &amp;lt; ?", new String[] { Long.toString(lval) });&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But this code does:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp; &amp;nbsp; getContentResolver().delete(LogProvider.URI, LogDatabase.COL + " &amp;lt; " + Long.toString(lval), null);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Don't know if it's a bug in SQLite or in the way I was calling it. Doesn't matter, it's an easy enough workaround. Hope this saves somebody else some trouble!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8156455851703930134?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8156455851703930134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8156455851703930134' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8156455851703930134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8156455851703930134'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/12/sqlitedelete-with-args-workaround.html' title='SQLite.delete with args workaround'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2828553606538968563</id><published>2011-12-05T05:23:00.001-05:00</published><updated>2011-12-05T05:23:11.987-05:00</updated><title type='text'>Ballot Experiment</title><content type='html'>&lt;div&gt;&lt;p&gt;GraniteGeek at the Nashua Telegraph is doing an experiment with multi-choice ballots, and anyone can participate! Wish you could endorse Buddy Roemer's effort to get money out of elections? Afraid to vote for the candidate you truly like best because you would be "throwing your vote away"? Here is a chance to play with a system that fixes all that... Give it a try! &lt;/p&gt;&lt;p&gt;&lt;a href="http://surveymonkey.com/s/granitegeek"&gt;Survey&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2828553606538968563?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2828553606538968563/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2828553606538968563' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2828553606538968563'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2828553606538968563'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/12/ballot-experiment.html' title='Ballot Experiment'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7484515092436207022</id><published>2011-10-14T11:19:00.000-04:00</published><updated>2011-10-14T11:19:40.306-04:00</updated><title type='text'>how to get screen to stay on when plugged in? - Android Forums</title><content type='html'>&lt;div&gt;Want to listen to music with your Android device plugged in and keep the screen from shutting off? I did, and it was driving me crazy! I found the answer at &lt;a href="http://androidforums.com/droid-support-troubleshooting/17783-how-get-screen-stay-when-plugged.html"&gt;Android Forums&lt;/a&gt; -- it's in Settings under Development, of all places!!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7484515092436207022?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7484515092436207022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7484515092436207022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7484515092436207022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7484515092436207022'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/10/how-to-get-screen-to-stay-on-when.html' title='how to get screen to stay on when plugged in? - Android Forums'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8926013889695323573</id><published>2011-10-06T10:57:00.001-04:00</published><updated>2011-10-06T10:57:28.723-04:00</updated><title type='text'>createElement + iframe = NO</title><content type='html'>Don't use createElement to create IFRAME elements.&lt;br /&gt;&lt;br /&gt;IE doesn't like it. Click&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/community/history/ms536389(v=vs.85).aspx?id=1"&gt;here&lt;/a&gt;&amp;nbsp;for the details and a workaround.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8926013889695323573?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8926013889695323573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8926013889695323573' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8926013889695323573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8926013889695323573'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/10/createelement-iframe-no.html' title='createElement + iframe = NO'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5942135490648568290</id><published>2011-08-31T05:47:00.000-04:00</published><updated>2011-08-31T05:47:12.646-04:00</updated><title type='text'>Droid2 Unrooting</title><content type='html'>I'm unrooting my Droid2 in case I ever need it to have that new-droid smell.&lt;br /&gt;&lt;br /&gt;Anyway, here are some links I found useful:&lt;br /&gt;&lt;br /&gt;Here are the instructions for getting RSD Lite and the SBF file you need:&lt;br /&gt;&lt;a href="http://droid2hacks.com/droid-2-hacks/how-to-unrootunbrick-droid-2-back-to-factory/"&gt;http://droid2hacks.com/droid-2-hacks/how-to-unrootunbrick-droid-2-back-to-factory/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And&amp;nbsp;&lt;a href="http://www.mmus.us/forum/showthread.php?t=10820"&gt;here&lt;/a&gt;&amp;nbsp;is a tip on what to do when you're stuck at "Please manually power up this phone" -- just go back into the bootloader (up-arrow/power) and plug back in if you became unplugged. Part of my problem may be that I was running under Parallels and I goofed when it asked me to retain the USB connection to the phone.&lt;br /&gt;&lt;br /&gt;Anyway, here's the other thing. When you're done, if you go to your settings and it has forgotten your phone number, no need to panic. From&amp;nbsp;&lt;a href="http://androidforums.com/droid-x-all-things-root/171730-cant-activate-phone-after-flashing-sbf.html"&gt;here&lt;/a&gt;&amp;nbsp;I learned that by dialing *228 and hitting SEND you'll connect to the automated programming system. You'll hear stuff in the earpiece but if you pull the phone away from your face, you'll actually see the phone telling you it's being programmed. As in activated.&lt;br /&gt;&lt;br /&gt;And Here's something else I didn't know. When I was done, I still had all of my apps. I'm not sure how this is possible. I expected everything to be wiped out. Did I do it right? Did the flash really happen?&amp;nbsp;I'm assuming that it did, since my phone had to be reactivated onto Verizon's network. Oh well, it does seem to have worked!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5942135490648568290?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5942135490648568290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5942135490648568290' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5942135490648568290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5942135490648568290'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/08/droid2-unrooting.html' title='Droid2 Unrooting'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1905955240897649294</id><published>2011-08-20T11:52:00.000-04:00</published><updated>2011-08-20T11:52:03.275-04:00</updated><title type='text'>If PHP Were British - Added Bytes by Dave Child</title><content type='html'>&lt;div&gt;This is wicked funny...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.addedbytes.com/blog/if-php-were-british/?utm_source=Feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+added_bytes_full+%28Added+Bytes+-+Full%29"&gt;&lt;i&gt;&lt;blockquote&gt;If PHP Were British - Added Bytes by Dave Child&lt;/blockquote&gt;&lt;/i&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1905955240897649294?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1905955240897649294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1905955240897649294' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1905955240897649294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1905955240897649294'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/08/if-php-were-british-added-bytes-by-dave.html' title='If PHP Were British - Added Bytes by Dave Child'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5428363891822639108</id><published>2011-08-11T06:35:00.001-04:00</published><updated>2011-08-11T06:40:39.395-04:00</updated><title type='text'>Add UIBinder widget to root panel</title><content type='html'>This &lt;a href="http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html"&gt;page&lt;/a&gt; from the GWT doc is very helpful for getting start with UIBinder.&lt;br /&gt;&lt;br /&gt;And they give this example for adding your UIBinder object to your application:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: red; font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;Document.get().getBody().appendChild(helloWorld.getElement());&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Maybe that's OK for an HTML UIBinder. I haven't tried that.&lt;br /&gt;&lt;br /&gt;Instead, I was using GWT widgets in my UIBinder, and I wanted to add a ClickHandler to one of my buttons. But nothing ever happened when I clicked it. Turns out, as I read on &lt;a href="http://stackoverflow.com/questions/3126071/uibinder-on-button-clickevent"&gt;Stack Overflow&lt;/a&gt;, that indeed the handlers aren't initialized properly unless you add to the root panel.&lt;br /&gt;&lt;br /&gt;So here's what I did that worked just fine:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;RootPanel.get().add(helloWorld);&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thanks,&amp;nbsp;&lt;a href="http://stackoverflow.com/users/66416/hilbrand"&gt;Hilbrand&lt;/a&gt;!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5428363891822639108?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5428363891822639108/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5428363891822639108' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5428363891822639108'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5428363891822639108'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/08/add-uibinder-widget-to-root-panel.html' title='Add UIBinder widget to root panel'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6884305836047750600</id><published>2011-08-10T08:49:00.003-04:00</published><updated>2011-08-11T06:41:37.876-04:00</updated><title type='text'>Got default constructor?</title><content type='html'>&lt;div class="p1"&gt;got this error?&lt;/div&gt;&lt;div class="p1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;was not included in the set of types which can be serialized by this SerializationPolicy&lt;/span&gt;&lt;/div&gt;&lt;div class="p1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;could be you're missing a default constructor, like I was.&lt;/div&gt;&lt;div class="p1"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="p1"&gt;thanks, &lt;a href="http://blog.holyjeez.com/2008/09/16/gwt-serialization-error-missing-default-constructor/"&gt;holyjeez&lt;/a&gt;!!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6884305836047750600?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6884305836047750600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6884305836047750600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6884305836047750600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6884305836047750600'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/08/p.html' title='Got default constructor?'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3345300697050296645</id><published>2011-07-31T07:12:00.002-04:00</published><updated>2011-07-31T07:22:23.916-04:00</updated><title type='text'>sls (combination of ssh and ls)</title><content type='html'>&lt;p&gt;Here's a little bash script I just wrote and thought somebody might find useful. I'm always moving files around using scp and also needing to ssh around to ls them. So why not combine the ssh and the ls into sls -- just like scp, right?&lt;/p&gt;&lt;p&gt;Here are the usage and help text...&lt;/p&gt;&lt;p&gt;&lt;i&gt;usage: sls [ls-option]... user@host[:file]...&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;sls is a magical combination of ssh and ls. Simply give the sls command some (or no) ls options and one or more remote locations and you'll get a listing for each. The remote spec is the same user@host:file specification you would use with the scp command, and the file part is optional.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;And here is the script itself. If you have any fixes or improvements, please let me know.&lt;/p&gt;&lt;textarea cols="50" rows="10"&gt;#!/bin/bash# Copyright (c) 2011 Dave Diamond (at dldnh.com)# This script is free software: you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation, either version 3 of the License, or# (at your option) any later version.# # This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# # You should have received a copy of the GNU General Public License# along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.usage() {  echo "usage: sls [ls-option]... user@host[:file]..."  if [[ $# -gt 0 &amp;&amp; "${1:0:1}" != "-" ]] ; then echo $* ; fi  if [ "${1}" != "-nodie" ] ; then exit ; fi}help() {  usage -nodie  cat &lt;&lt;EOFsls is a magical combination of ssh and ls. Simply give the slscommand some (or no) ls options and one or more remote locations andyou'll get a listing for each. The remote spec is the sameuser@host:file specification you would use with the scp command, andthe file part is optional. EOF  exit}if [ $# -eq 0 ] ; then  usage "no files specified"fiif [[ "${1}" == "-help" || "${1}" == "--help" || "${1}" == "-?" ]] ; then  helpfiopts=n=0while [ $# -gt 0 ] ; do  if [ "${1:0:1}" == "-" ] ; then    if [ ${n} -gt 0 ] ; then      usage "options before files"    fi    opts="${opts} ${1}"    shift  else    file[${n}]="${1}"    n=$((n+1))    shift  fidoneif [ $n -eq 0 ] ; then  usage "no files specified"fifor ((i=0; i&lt;n; i++)) ; do  cmd[$i]=`echo ${file[$i]} | sed -e '/^[^@:]*$/ d; /^[^:@]*@[^:]*$/ s/\(.*\)/ssh \1 '"'ls ${opts}'"'/; /^.*:.*$/ s/\(.*\):\(.*\)/ssh \1 '"'ls ${opts} \2'"'/'`  if [ "${cmd[$i]}" == "" ] ; then    usage "unrecognized user@host[:file] format"  fidonefor ((i=0; i&lt;n; i++)) ; do  echo "${cmd[$i]}"  bash -c "${cmd[$i]}"done&lt;/textarea&gt;&lt;p&gt;p.s. Blogger, when I write a post in HTML, please let me edit it the same way... thank you. And to visitors from the future, if you find yourself needing to edit your HTML-written post, it's actually easy now that I think about it. Just ask your browser to show you the source, grab what you need, and paste that back into the post editor.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3345300697050296645?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3345300697050296645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3345300697050296645' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3345300697050296645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3345300697050296645'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/sls-combination-of-ssh-and-ls.html' title='sls (combination of ssh and ls)'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8721980489136975192</id><published>2011-07-28T10:50:00.001-04:00</published><updated>2011-07-28T10:50:41.996-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gwt'/><title type='text'>Deploying GWT</title><content type='html'>I'm ready to try deploying my GWT app to WLS... so how u do dat?&lt;br /&gt;&lt;br /&gt;I found a &lt;a href="http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-to-deploy-war-on-tomcat/2009/12/"&gt;handy how-to&lt;/a&gt; on&amp;nbsp;&lt;a href="http://blog.elitecoderz.net/"&gt;elitecoderz.net&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Thanks,&amp;nbsp;Erik!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8721980489136975192?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8721980489136975192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8721980489136975192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8721980489136975192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8721980489136975192'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/im-ready-to-try-deploying-my-gwt-app-to.html' title='Deploying GWT'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2955790741472073706</id><published>2011-07-26T15:33:00.000-04:00</published><updated>2011-07-26T15:33:24.533-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gwt'/><category scheme='http://www.blogger.com/atom/ns#' term='radioButton'/><title type='text'>GWT widgets with radio buttons</title><content type='html'>Here's something I learned today.&lt;br /&gt;&lt;br /&gt;First the problem, which was that setValue didn't seem to be doing anything -- my radioButton's weren't getting set. This isn't actually true. It turns out that if I scrolled down, one of the radio buttons on the page WAS getting set. Can you guess what was going on? That's right, all of the radio buttons from all sets all had the same name.&lt;br /&gt;&lt;br /&gt;Heres the lesson: If you make a GWT widget that has radio buttons in it, and you use more than one of these widgets on a single page, you're going to need to make the name of each radio set unique.&lt;br /&gt;&lt;br /&gt;And my solution: What I did was to use the hashCode of the panel that contains the buttons, and this worked just fine.&lt;br /&gt;&lt;br /&gt;You're welcome!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2955790741472073706?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2955790741472073706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2955790741472073706' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2955790741472073706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2955790741472073706'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/gwt-widgets-with-radio-buttons.html' title='GWT widgets with radio buttons'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7854694511483629505</id><published>2011-07-24T14:16:00.004-04:00</published><updated>2011-07-26T15:27:12.618-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rabbits'/><title type='text'>Summer nest boxes</title><content type='html'>This is mainly a note-to-self about how to make summer nest boxes, the kind that are open on top. I'm always forgetting the dimensions.&lt;br /&gt;&lt;br /&gt;Cut from a 1"x10"...&lt;br /&gt;&lt;br /&gt;- a 4" piece for the front&lt;br /&gt;- a 7" piece for the back&lt;br /&gt;- a 17.5" piece for the bottom&lt;br /&gt;- two 17.5" pieces for the sides&lt;br /&gt;&lt;br /&gt;The front and back stand on top of the bottom, such that the interior length of the box is 16".&lt;br /&gt;&lt;br /&gt;The sides and bottom rest on the same surface, such that the exterior width of the box is 10.75".&lt;br /&gt;&lt;br /&gt;If you cut the 17.5's short by the width of your saw blade, you should be able to get three nest boxes out of two 8-foot boards -- one board for five 17.5's and two 4's and the other board for four 17.5's, one 4, and three 7's.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;Which nails to use?&amp;nbsp;I'll be back to answer this all-important question.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7854694511483629505?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7854694511483629505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7854694511483629505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7854694511483629505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7854694511483629505'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/summer-nest-boxes.html' title='Summer nest boxes'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2992371844616918464</id><published>2011-07-09T10:08:00.002-04:00</published><updated>2011-07-09T10:08:49.322-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='plus'/><title type='text'>Google+!!</title><content type='html'>That's a lot of punctuation.&lt;br /&gt;&lt;br /&gt;But here I am!!&lt;br /&gt;&lt;br /&gt;&lt;a href="https://plus.google.com/110123658033707277435"&gt;https://plus.google.com/110123658033707277435&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2992371844616918464?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2992371844616918464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2992371844616918464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2992371844616918464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2992371844616918464'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/google.html' title='Google+!!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6202870488038567603</id><published>2011-07-01T07:18:00.001-04:00</published><updated>2011-07-01T08:09:50.219-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='mac'/><title type='text'>Fun with Eclipse on Mac OS: the command/option saga</title><content type='html'>When I tried to run Eclipse on my Macbook Pro the other day, I discovered that the command and option keys were reversed. If I tried to Paste with cmd-V, I'd get some funny character, but if I typed opt-V, it would paste. Instead of quitting, cmd-Q would insert this "œ" character, which is supposed to be input via opt-Q, which instead would quit me from Eclipse. Yeah, loads of fun.&lt;br /&gt;&lt;br /&gt;I googled all around and found nothing, nothing at all, about this. The only other thing I could think of was to submit a bug (&lt;a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=350436"&gt;this one&lt;/a&gt;) and hope that someone could point me to some page about a gotcha... or whatever.&lt;br /&gt;&lt;br /&gt;Well the plot thickens. Turns out that if I create a new user account on the Mac, that user doesn't have the same problem. So at least I know it's not even something about my system, but rather about my normal user account. So if I can't figure out, the worst case solution is I have to switch users to run Eclipse. Maybe I'd just switch to a new user account instead and move all my stuff to it.&lt;br /&gt;&lt;br /&gt;But before I do all that, I'll see if I can figure out what it is about my account that's causing this. If I find any answers, I'll be posting them here.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; I tried a bunch of things -- moving all of the Preferences out of ~/Library, moving .* out of ~, moving Application Support files... I finally got fed up and just created a new account. Oh what fun this will be! :/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6202870488038567603?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6202870488038567603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6202870488038567603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6202870488038567603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6202870488038567603'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/07/fun-with-eclipse-on-mac-os.html' title='Fun with Eclipse on Mac OS: the command/option saga'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7654373187160400063</id><published>2011-06-29T16:12:00.001-04:00</published><updated>2011-07-01T07:19:03.086-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='display'/><category scheme='http://www.blogger.com/atom/ns#' term='mac'/><category scheme='http://www.blogger.com/atom/ns#' term='usb'/><title type='text'>Kensington Universal Multi-Display Adapter</title><content type='html'>This is kind a note-to-self, but maybe it will help somebody else some day.&lt;br /&gt;&lt;br /&gt;I've got a &lt;a href="http://www.amazon.com/gp/product/B002F9NSMQ/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=davenetcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B002F9NSMQ"&gt;Kensington Universal Multi-Display Adapter&lt;/a&gt; hooked up to my Mac Mini, so I can have two displays. Works really great, but... whenever the power goes out and the system shuts down, I'll start it back up and that monitor is dark, dead, like a paperweight.&lt;br /&gt;&lt;br /&gt;Want to know what I did to fix it? It's really complicated. Unplug the adapter from the system and plug it back in. Yes, that's all. Only took me an hour this time to think of that. Maybe next time I'll google it and end up back here and ::facepalm:: suffer for only a few minutes.&lt;br /&gt;&lt;br /&gt;You're welcome, self!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7654373187160400063?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7654373187160400063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7654373187160400063' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7654373187160400063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7654373187160400063'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/06/kensington-universal-multi-display.html' title='Kensington Universal Multi-Display Adapter'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2903043483636475020</id><published>2011-06-29T08:32:00.004-04:00</published><updated>2011-07-01T16:40:04.334-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>TweetDeck</title><content type='html'>I've tried a few different Twitter/Facebook apps, but just tried TweetDeck... LOVE IT!! SWITCHED!! &lt;br /&gt;Try it yourself, it's in the Android market: &lt;a href="http://market.android.com/details?id=com.thedeck.android.app"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Update: one thing I found kind of annoying is that I couldn't figure out how to switch the order of the columns. Maybe someone can give me a better idea how to do this, but I ended up jotting them down, deleting them (the "home" and "me" columns can't be deleted) and re-adding them. Hey, it worked!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2903043483636475020?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2903043483636475020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2903043483636475020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2903043483636475020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2903043483636475020'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/06/tweetdeck.html' title='TweetDeck'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2191616336871524708</id><published>2011-06-26T05:31:00.000-04:00</published><updated>2011-06-26T05:31:09.553-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Speaking of Ubuntu (which rocks, by the way)</title><content type='html'>Hey, speaking of Ubuntu, I didn't mention that I upgraded to 11.04 (natty what?) and have not had a single problem since with the whole suspend/restore on this Dell Latitude C640 that I sometimes use. Thanks, Ubuntu -- you all rock!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2191616336871524708?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2191616336871524708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2191616336871524708' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2191616336871524708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2191616336871524708'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/06/speaking-of-ubuntu-which-rocks-by-way.html' title='Speaking of Ubuntu (which rocks, by the way)'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1977414398061280941</id><published>2011-06-26T05:27:00.000-04:00</published><updated>2011-06-26T05:27:41.563-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Installing Eclipse (on Ubuntu, of course)</title><content type='html'>It sure is nice to have the package manager for installing software, but sometimes it's out of date. In the case of Eclipse, I think it gave me the G release, whatever that was, but the latest is Indigo, which you can download from whereverz. And I found &lt;a href="http://flurdy.com/docs/eclipse/install.html"&gt;a handy page&lt;/a&gt; explaining how to "install" it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1977414398061280941?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1977414398061280941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1977414398061280941' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1977414398061280941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1977414398061280941'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/06/installing-eclipse-on-ubuntu-of-course.html' title='Installing Eclipse (on Ubuntu, of course)'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6961417428117689433</id><published>2011-06-22T10:15:00.001-04:00</published><updated>2011-06-22T10:22:48.841-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>SCP and spaces</title><content type='html'>I was looking for help with linux SCP and spaces in file names. I found a somewhat helpful link here: http://www.thingy-ma-jig.co.uk/blog/14-05-2007/how-to-scp-a-path-with-spaces&lt;br /&gt;&lt;br /&gt;Its advice didn't work for me out of the box, however.&lt;br /&gt;&lt;br /&gt;What I ended up doing instead that did work was this:&lt;br /&gt;&lt;br /&gt;scp -r 'myserver.com:"/path/with/a/Space\ In\ It' ./&lt;br /&gt;&lt;br /&gt;Which is to say that I single-quoted the whole source argument and single-escaped each space.&lt;br /&gt;&lt;br /&gt;I'm dealing with left-parentheses similarly:&lt;br /&gt;&lt;br /&gt;scp -r 'myserver.com:"/path/with/a/Space\(s)\ In\ It' ./&lt;br /&gt;&lt;br /&gt;Looks like there are other characters I need to escape, like single quotes, but I'm not going to worry about those right now. If you have any idea about escaping those in this context, please leave a comment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6961417428117689433?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6961417428117689433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6961417428117689433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6961417428117689433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6961417428117689433'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/06/scp-and-spaces.html' title='SCP and spaces'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3070431499414816122</id><published>2011-05-25T04:45:00.001-04:00</published><updated>2011-05-25T04:45:29.217-04:00</updated><title type='text'>One less hyphen to kick around</title><content type='html'>&lt;div&gt;&lt;p&gt;I have decided to stop hyphenating the word "email". &lt;/p&gt;&lt;p&gt;That's all for now. &lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3070431499414816122?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3070431499414816122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3070431499414816122' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3070431499414816122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3070431499414816122'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/05/one-less-hyphen-to-kick-around.html' title='One less hyphen to kick around'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3676053274996971382</id><published>2011-03-25T05:42:00.000-04:00</published><updated>2011-03-25T05:42:24.914-04:00</updated><title type='text'>Changing Ubuntu screen resolution</title><content type='html'>As I noted in the previous post, I have gotten resume to work. However, when the screen appears, the resolution has changed. Obviously you can click &lt;pre&gt;System -&gt; Preferences -&gt; Monitors&lt;/pre&gt;and change the resolution there, but I googled around and stumbled onto a command line solution -- this is the command that did the trick:&lt;pre&gt;$ xrandr -s 1024x768&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3676053274996971382?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3676053274996971382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3676053274996971382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3676053274996971382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3676053274996971382'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/changing-ubuntu-screen-resolution.html' title='Changing Ubuntu screen resolution'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5977336930770820641</id><published>2011-03-22T07:00:00.009-04:00</published><updated>2011-03-25T05:46:04.212-04:00</updated><title type='text'>#resume-fail</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;pm_op(): pci_pm_resume+0x0/0xa0 returns -16&lt;br /&gt;PM: Device 0000:00:00.0 failed to resume async: error -16&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is a Latitude C640, by the way, in case anyone else is searching for a fix for this... if someone should stumble in here, please leave a comment, even if you don't find an answer, so I can follow up and see how you did.&lt;br /&gt;&lt;br /&gt;In the mean time, I've set my lid-close behavior to &lt;i&gt;hibernate&lt;/i&gt;, which does seem to work. Odd thing about that, though, is it displays a similar error (with "resume" replaced by "thaw") when the hibernate is taking place. But it does shut itself off and restart does restore the system properly.&lt;br /&gt;&lt;br /&gt;UPDATE: I found a &lt;a href="http://ubuntuforums.org/showthread.php?t=211592"&gt;post on Ubuntu Forums&lt;/a&gt; that mentions a different issue, but the solution seems to help -- here's my &lt;i&gt;/etc/default/acpi-support&lt;/i&gt; file...&lt;br /&gt;&lt;br /&gt;&lt;pre style="font-size:8px"&gt;#&lt;br /&gt;# Configuration file for the acpi-support package&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;# The acpi-support package is intended as "glue" to make special functions of&lt;br /&gt;# laptops work. Specifically, it translates special function keys for some&lt;br /&gt;# laptop models into actions or generic function key presses.&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#&lt;br /&gt;# Suspend/hibernate method&lt;br /&gt;# ------------------------&lt;br /&gt;#&lt;br /&gt;# When gnome-power-manager or klaptopdaemon are running, acpi-support will&lt;br /&gt;# translate the suspend and hibernate keys of laptops into special "suspend"&lt;br /&gt;# and "hibernate" keys that these daemons handle.&lt;br /&gt;#&lt;br /&gt;# Only in situations where there is no gnome-power-manager or klaptopdaemon&lt;br /&gt;# running, acpi-support needs to perform suspend/hibernate in some other way.&lt;br /&gt;# There are several options for this. The options are:&lt;br /&gt;#&lt;br /&gt;# dbus-pm:&lt;br /&gt;#    Perform suspend and hibernate actions via a DBUS request to the power&lt;br /&gt;#    management daemon. This works for power management daemons that we don't&lt;br /&gt;#    know of. (For gnome-power-manager and klaptopdaemon this will do nothing,&lt;br /&gt;#    since those will be detected when they are running, and triggered using&lt;br /&gt;#    a virtual keypress.)&lt;br /&gt;#&lt;br /&gt;# dbus-hal:&lt;br /&gt;#    Perform suspend and hibernate actions via a DBUS request directly to HAL,&lt;br /&gt;#    bypassing any running power management daemons.&lt;br /&gt;#&lt;br /&gt;# pm-utils:&lt;br /&gt;#    Use pm-suspend and pm-hibernate to suspend and hibernate. (The dbus method&lt;br /&gt;#    normally results in this as well, but calls through dbus. Use this option&lt;br /&gt;#    only if you don't have dbus installed.)&lt;br /&gt;#&lt;br /&gt;# hibernate:&lt;br /&gt;#    Use the hibernate package to suspend and hibernate.&lt;br /&gt;#&lt;br /&gt;# acpi-support:&lt;br /&gt;#    Use the legacy built-in suspend/hibernate support. (DEPRECATED)&lt;br /&gt;# &lt;br /&gt;# none:&lt;br /&gt;#    Do not attempt to suspend/hibernate. Set SUSPEND_METHODS="none" to&lt;br /&gt;#    disable suspend/hibernate handling in acpi-support.&lt;br /&gt;#&lt;br /&gt;# If you specify dbus or pm-utils, the result will normally be the same as when&lt;br /&gt;# you suspend from your desktop environment. If you specify "hibernate" or&lt;br /&gt;# "acpi-support", be aware that this probably does not match what your desktop&lt;br /&gt;# environment would do (unless you have managed to configure something so that&lt;br /&gt;# the DBUS power management interfaces call the hibernate package).&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;# Please specify a space separated list of options. The recommended value is&lt;br /&gt;# "dbus pm-utils"&lt;br /&gt;#&lt;br /&gt;SUSPEND_METHODS="dbus-pm dbus-hal pm-utils"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#&lt;br /&gt;# LEGACY BUILT IN SUSPEND SUPPORT (DEPRECATED)&lt;br /&gt;# --------------------------------------------&lt;br /&gt;#&lt;br /&gt;# These options only work for the "acpi-support" suspend method. This is NOT&lt;br /&gt;# recommended, but is retained for backward compatibility reasons.&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;# Comment the next line to disable ACPI suspend to RAM&lt;br /&gt;ACPI_SLEEP=true&lt;br /&gt;&lt;br /&gt;# Comment the next line to disable suspend to disk&lt;br /&gt;ACPI_HIBERNATE=true&lt;br /&gt;&lt;br /&gt;# Change the following to "standby" to use ACPI S1 sleep, rather than S3.&lt;br /&gt;# This will save less power, but may work on more machines&lt;br /&gt;ACPI_SLEEP_MODE=standby&lt;br /&gt;&lt;br /&gt;# Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;# on resume. An example would be MODULES="em8300 yenta_socket"&lt;br /&gt;#&lt;br /&gt;# Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;# unless they're listed in MODULES_WHITELIST&lt;br /&gt;MODULES=""&lt;br /&gt;&lt;br /&gt;# Add modules to this list to leave them in the kernel over suspend/resume&lt;br /&gt;MODULES_WHITELIST=""&lt;br /&gt;&lt;br /&gt;# Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;SAVE_VBE_STATE=false&lt;br /&gt;&lt;br /&gt;# The file that we use to save the vbestate&lt;br /&gt;VBESTATE=/var/lib/acpi-support/vbestate&lt;br /&gt;&lt;br /&gt;# Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;POST_VIDEO=true&lt;br /&gt;&lt;br /&gt;# Save and restore video state?&lt;br /&gt;# SAVE_VIDEO_PCI_STATE=true&lt;br /&gt;&lt;br /&gt;# Should we switch the screen off with DPMS on suspend?&lt;br /&gt;USE_DPMS=true&lt;br /&gt;&lt;br /&gt;# Use Radeontool to switch the screen off? Seems to be needed on some machines&lt;br /&gt;# RADEON_LIGHT=true&lt;br /&gt;&lt;br /&gt;# Uncomment the next line to switch away from X and back again after resume.&lt;br /&gt;# This is needed for some hardware, but should be unnecessary on most.&lt;br /&gt;# DOUBLE_CONSOLE_SWITCH=true&lt;br /&gt;&lt;br /&gt;# Set the following to "platform" if you want to use ACPI to shut down&lt;br /&gt;# your machine on hibernation&lt;br /&gt;HIBERNATE_MODE=shutdown&lt;br /&gt;&lt;br /&gt;# Comment this out to disable screen locking on resume&lt;br /&gt;LOCK_SCREEN=true&lt;br /&gt;&lt;br /&gt;# Uncomment this line to have DMA disabled before suspend and reenabled&lt;br /&gt;# afterwards&lt;br /&gt;DISABLE_DMA=true&lt;br /&gt;&lt;br /&gt;# Uncomment this line to attempt to reset the drive on resume. This seems&lt;br /&gt;# to be needed for some Sonys&lt;br /&gt;# RESET_DRIVE=true&lt;br /&gt;&lt;br /&gt;# Add services to this list to stop them before suspend and restart them in &lt;br /&gt;# the resume process.&lt;br /&gt;STOP_SERVICES=""&lt;br /&gt;&lt;br /&gt;# Restart Infra Red services on resume - off by default as it crashes some&lt;br /&gt;# machines&lt;br /&gt;RESTART_IRDA=false&lt;br /&gt;&lt;br /&gt;# Add to this list network interfaces that you don't want to be stopped&lt;br /&gt;# during suspend (in fact any network interface whose name starts with&lt;br /&gt;# a prefix given in this list is skipped)&lt;br /&gt;SKIP_INTERFACES="dummy qemu"&lt;br /&gt;&lt;br /&gt;# Note: to enable "laptop mode" (to spin down your hard drive for longer&lt;br /&gt;# periods of time), install the laptop-mode-tools package and configure&lt;br /&gt;# it in /etc/laptop-mode/laptop-mode.conf. &lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5977336930770820641?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5977336930770820641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5977336930770820641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5977336930770820641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5977336930770820641'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/resume-fail.html' title='#resume-fail'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1505244261273569691</id><published>2011-03-22T05:51:00.000-04:00</published><updated>2011-03-22T05:51:17.943-04:00</updated><title type='text'>Do-over!</title><content type='html'>Well I'm glad I did that, the writing down of what I was installing on this Linux system. Or should I say &lt;i&gt;that&lt;/i&gt; Linux system? The disk was bad, I'm pretty sure. I could install Windows on it, but Linux just had a hard time with it. I kept getting this error on restore -- the kind that happens after a suspend. I'm really, really hoping I don't run into the same thing on this new install. The other bummer is that other disk is 250GB and this one is only 30GB. Oh well, this system is more or less an experiment and I'm months from a new laptop that has to be &lt;i&gt;the one true laptop&lt;/i&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1505244261273569691?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1505244261273569691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1505244261273569691' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1505244261273569691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1505244261273569691'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/do-over.html' title='Do-over!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-176513717143777382</id><published>2011-03-16T05:11:00.012-04:00</published><updated>2011-03-25T05:47:32.467-04:00</updated><title type='text'>How I roll Linux</title><content type='html'>I was going to write a note-to-self post, something to keep track of system changes on this laptop I'm setting up with Ubuntu (and Windows, which is a long story)...&lt;br /&gt;&lt;br /&gt;So if you want to know what I'm doing to my system, here it is, here's how I roll...&lt;br /&gt;&lt;br /&gt;0. I had the hardest time with this system for some reason, ended up using NTLDR and a Windows installation alongside Ubuntu. I found some instructions on &lt;a href="http://www.linux.com/archive/feature/113945"&gt;Linux.com&lt;/a&gt;&lt;span id="goog_1884070007"&gt;&lt;/span&gt;&lt;span id="goog_1884070008"&gt;&lt;/span&gt; for copying from /boot to a file on the Windows partition, and to make sure I never lose it, here's the how-to... first mount the Windows partition so you've got a place to put it: `&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;$ sudo umount /dev/sda1 /mnt&lt;/span&gt;` and then move the first 512 bytes of /boot to a Windows file: `&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;$ dd if=/dev/sda5 of=/mnt/bootsect.lnx count=1&lt;/span&gt;` -- oh, and you'll need to edit boot.ini to add your boot info for Linux, and be very careful when you edit that file that you don't mess up the carriage control... anyway, here's what mine looks like:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;[boot loader]&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;timeout=90&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;[operating systems]&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;c:\bootsect.lnx="Linux"&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;1. If you want your X to listen for connections, there used to be a different way to edit your gdm config, but now it's an XML file. So edit /etc/gdm/gdm.schemas and look for DisallowTCP, which seems to default to "true" and change it to false. Then log out and log back in and you'll be able to `&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;$ xhost +&lt;/span&gt;` or whatever other unsecure thing you dare on your own LAN, and then xclock to your heart's content.&lt;br /&gt;&lt;br /&gt;That's all I have time for now, but I'll be rolling more later.&lt;br /&gt;&lt;br /&gt;2. Packages to install... I'll keep adding to this list as I go, because I think it's a good idea to keep track of what's on the system so the next time you set one up ::cough:: it'll be easier.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;via apt/package manager&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;- angband&lt;br /&gt;- aview&lt;br /&gt;- curl&lt;br /&gt;- emacs23&lt;br /&gt;- empire&lt;br /&gt;- gimp&lt;br /&gt;- inkscape&lt;br /&gt;- lynx-cur&lt;br /&gt;- mame&lt;br /&gt;- mysql-client&lt;br /&gt;- mysql-server&lt;br /&gt;- openssh-server&lt;br /&gt;- phpmyadmin&lt;br /&gt;- pure-ftpd&lt;br /&gt;- seamonkey&lt;br /&gt;- simh&lt;br /&gt;- wine&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 0px;"&gt;&lt;u&gt;other downloads&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;- chrome (google.com/chrome)&lt;/div&gt;- picasa (google.com/chrome)&lt;br /&gt;- firebug (firefox -&amp;gt; extensions)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-176513717143777382?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/176513717143777382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=176513717143777382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/176513717143777382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/176513717143777382'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/how-i-roll-linux.html' title='How I roll Linux'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8143493953442438002</id><published>2011-03-16T04:35:00.002-04:00</published><updated>2011-03-16T05:04:24.494-04:00</updated><title type='text'>I'm installing Linux</title><content type='html'>Hey, guess where I'm writing from? I'm installing Linux right now!&lt;br /&gt;&lt;br /&gt;This post isn't about the fact that I'm on this crazy lovefest with Linux, which certainly isn't news.&lt;br /&gt;&lt;br /&gt;No, I'm running the browser and writing this post WHILE I'M INSTALLING!!&lt;br /&gt;&lt;br /&gt;This happens to be the umpteenth time I've tried to install on this one hard drive -- it's a long story, every chapter of which ends with "Error: out of disk" and some kind of Grub recovery prompt that doesn't do anything... so I ended up repartitioning, putting 40GB in for Windows to see if NTLDR will save me. We'll see. And if it does, it will be thanks to &lt;a href="http://www.linux.com/archive/feature/113945"&gt;an article on linux.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Anyway, I was -- still am -- in the middle of the latest install and Ubuntu has this little slide show going on showing you all the cool things about 10.10 -- and believe me, Ubuntu has lots of coolness, which is why I'm working so hard getting it onto my biggest spare laptop drive...&lt;br /&gt;&lt;br /&gt;Anyway, among the slideshow blurbs was a link to Ubuntu's support page... and it was clickable... so I clicked it... and the browser came up... and the install is still going on... totally amazing!! I wonder how you'd be able to bring up the browser, or anything else on the Live CD, and with any luck I won't have any more opportunities this morning to find out!! ::fingers crossed::&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8143493953442438002?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8143493953442438002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8143493953442438002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8143493953442438002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8143493953442438002'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/im-installing-linux.html' title='I&apos;m installing Linux'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5207143389317737588</id><published>2011-03-10T04:24:00.004-05:00</published><updated>2011-03-11T04:18:35.036-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='search'/><title type='text'>With a name like Blekko...</title><content type='html'>&lt;div&gt;"With a name like Smuckers, it has to be good," isn't that what &lt;u&gt;t&lt;/u&gt;he ads say? Yes, I've confirmed that, using none other than the beta-labeled search engine Blekko. And with such a stupid name, it would have to be great, right? Maybe I'll search for that phrase again in a few days and see where it leads me. But searching with "/date" for "EMPIRE, Wargame of the Century" did not bring me back here. I have to confess, seeing that "/date" made me nostalgiac for VAX/VMS (sorry, Alpha and Open -- you don't rate anywhere nostalgia-wise for me). Hey, maybe my site is one of the millions that Blekko banned, &lt;a href="http://bits.blogs.nytimes.com/2011/03/09/blekko-blocks-1-1-million-web-sites-from-its-search-engine/?ref=technology"&gt;which I read about in the New York Times&lt;/a&gt; -- and oh yes, that is how I learned of this new search engine. OK, here's another experiment, since I'm feeling all scientifical -- what if I were to coin a word like &lt;i&gt;experimiftical&lt;/i&gt;? It's an adjective describing someone annoyed by search results and making up words to use as test cases. Come on, Google and Bing, I know one of you can do it, but Blekko? I'm not so sure.&lt;br /&gt;&lt;br /&gt;Update (4:58 a.m.) go ahead and try to create a word on &lt;a href="http://en.wiktionary.org/wiki/experimiftical"&gt;Wiktionary&lt;/a&gt;, but some guy will delete your page before you can even see it in the search results! #jackwagon&lt;br /&gt;&lt;br /&gt;Update (~6:45 a.m.) a &lt;a href="http://www.google.com/search?hl=en&amp;amp;q=experimiftical&amp;amp;nfpr=1"&gt;Google search&lt;/a&gt; already includes my test word, but they do have a leg up, this being a Google-hosted blog after all.&lt;br /&gt;&lt;br /&gt;Update (Friday) 24 hours later, only Google has my results!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5207143389317737588?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5207143389317737588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5207143389317737588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5207143389317737588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5207143389317737588'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/with-name-like-blekko.html' title='With a name like Blekko...'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5359326618440850298</id><published>2011-03-07T06:39:00.015-05:00</published><updated>2011-03-07T20:44:53.551-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='simh tops10'/><title type='text'>Working with TOPS-10 .TAP files in SIMH</title><content type='html'>Step 1: mount request&lt;br /&gt;&lt;pre style="font-size:8pt"&gt;.assign mta0: tape:&lt;br /&gt;.mount tape:/reelid:??????/nowait&lt;/pre&gt;Step 2: mount the "tape"&lt;br /&gt;&lt;pre style="font-size:8pt"&gt;(go to SIMH and hit ctrl/E to interrupt the simulator)&lt;br /&gt;sim&gt; set tu0 lock&lt;br /&gt;sim&gt; attach tu0 /path/??????.tap&lt;br /&gt;sim&gt; go&lt;br /&gt;&lt;br /&gt;.r opr&lt;br /&gt;&lt;br /&gt;OPR&gt;shoW queUES &lt;br /&gt;OPR&gt;&lt;br /&gt;21:04:05                -- System Queues Listing --&lt;br /&gt;&lt;br /&gt;Mount Queue:&lt;br /&gt;Volume    Status     Type     Write    Req#   Job#          User&lt;br /&gt;-------  --------  --------  -------  ------  ----  -------------------&lt;br /&gt;T10FOR   Waiting   Magtape   Locked        4     2  OPR    [1,2]&lt;br /&gt;   Volume-set: TAPE&lt;br /&gt;   Label-Type: No, Tracks: 9, Density: 1600 BPI&lt;br /&gt;There is 1 request in the queue&lt;br /&gt;&lt;br /&gt;OPR&gt;ideNTIFY (device) mta0: (with) reQUEST-ID 4&lt;br /&gt;OPR&gt;&lt;br /&gt;21:04:29        Device MTA0  -- Volume T10FOR reassigned --&lt;br /&gt;                User: OPR    [1,2] Job #2&lt;br /&gt;&lt;br /&gt;OPR&gt;exit&lt;br /&gt;&lt;/pre&gt;Step 3: restore the files&lt;br /&gt;&lt;pre style="font-size:8pt"&gt;.r backup&lt;br /&gt;&lt;br /&gt;/tape tape:&lt;br /&gt;/files&lt;br /&gt;/rew&lt;br /&gt;/restore dsk:=[*,*]*.*&lt;/pre&gt;With a tip of the hat to &lt;a href="http://www.asun.net/pdp10/downloads/t10fort.txt"&gt;www.asun.net&lt;/a&gt; for help with the first two steps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5359326618440850298?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5359326618440850298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5359326618440850298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5359326618440850298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5359326618440850298'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/working-with-tops-10-tap-files-in-simh.html' title='Working with TOPS-10 .TAP files in SIMH'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7304246975065691551</id><published>2011-03-06T10:16:00.007-05:00</published><updated>2011-03-06T10:22:59.711-05:00</updated><title type='text'>Empire, another timewaster from my youth</title><content type='html'>People are always asking me, "Dave, you're so good at wasting hours and hours on trivial nonsense... what's your secret?"&lt;br /&gt;&lt;br /&gt;Well here's the latest gem of my youth: &lt;i&gt;EMPIRE, Wargame of the Century&lt;/i&gt;. Just log into your nearest &lt;i&gt;Ubuntu&lt;/i&gt; system and say "$ empire" -- you'll thank me, I'm sure!!&lt;br /&gt;&lt;pre style="text-align:center;font-size:8pt"&gt;    ...+++++++...      .++++++++.........+..  .+.  0 S &lt;br /&gt;   ...+++++aX+..........+++A+A++.........AA.  .+.    e &lt;br /&gt;  +++Xa+++..a++............+O+.........++AA.  .++  2 c &lt;br /&gt; .+++++++...++++...........++........++AAOA....++    t &lt;br /&gt;..+++++.....+++++...........+.........A++AA...+++  4 o &lt;br /&gt;++++++.......+++......................+AAA....A++    r &lt;br /&gt;++................+++............T...........A+O+  6   &lt;br /&gt;+X.........p..T...A++++.....................A++++    5 &lt;br /&gt;a+++.++++........AO+++++..+..........++.....+++++  8   &lt;br /&gt;   +++a++........AA++A++++++.......++++....AA+++.    R &lt;br /&gt;     ++X++......A++++A++++++......+++++....A+++.. 10 o &lt;br /&gt;     ++aaa......AAA+AAAO++++O....++++++.....+O..     u &lt;br /&gt;      ++++a.....AA......++A+....A++O++.........   12 n &lt;br /&gt;      +++a+....................A++++A.........       d &lt;br /&gt;      aa......................+A+++++.......      14   &lt;br /&gt;      aa......................A+++++++......         1 &lt;br /&gt;       aa....................AOA+A++++......      16 7 &lt;br /&gt;      a++....................AAAAA+OA++...           8 &lt;br /&gt;      .aXa....................AAAAAAA++...        18   &lt;br /&gt;      ........++++.......+++.......AA+A..              &lt;br /&gt;        .....+X+++......   ++.. ....AA...         20   &lt;br /&gt;         ....++++a......    +... ........              &lt;br /&gt;           ...+++ a....     ++..  .......         22   &lt;br /&gt;                   ...       +.. .....                 &lt;br /&gt;                             +.......             24   &lt;br /&gt;                             .......                   &lt;br /&gt;                              .....               26   &lt;br /&gt;                               ...                     &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;My hope was to build this from the Fortran/Macro sources on TOPS-10, but that didn't pan out -- many undefined symbols in the Link. But this updated version is definitely the next best thing!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7304246975065691551?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7304246975065691551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7304246975065691551' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7304246975065691551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7304246975065691551'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/empire-another-timewaster-from-my-youth.html' title='Empire, another timewaster from my youth'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-314840872776302016</id><published>2011-03-04T14:04:00.004-05:00</published><updated>2011-03-04T14:20:13.739-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java jdev wls'/><title type='text'>Setting javax.net.ssl.trustStore in JDev</title><content type='html'>While running an application deployed to my integrated WLS instance, I was seeing this error:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;And trying to solve it using the &lt;a href="http://blogs.sun.com/andreas/resource/InstallCert.java"&gt;program&lt;/a&gt; attached to &lt;a href="http://blogs.sun.com/andreas/entry/no_more_unable_to_find"&gt;this post&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Unfortunately when I'd run it, instead of seeing the same error as above, I'd see this:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;No errors, certificate is already trusted&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;And here's why: I noticed when JDeveloper started up WLS, it was setting&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;span style="font-style:italic;"&gt;javax.net.ssl.trustStore=%OH%/Middleware/wlserver_10.3/server/lib/DemoTrust.jks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But when I ran InstallCert, it was instead referencing a keystore that does contain the certificate I need&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-style:italic;"&gt;%OH%/Middleware/jdk160_21/jre/lib/security/cacerts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It turns out that in JDev preferences, setting &lt;span style="font-style:italic;"&gt;Client Trusted Certificate Keystore&lt;/span&gt; will change the value of javax.net.ssl.trustStore. A quick restart of WLS and your app is working great!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-314840872776302016?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/314840872776302016/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=314840872776302016' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/314840872776302016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/314840872776302016'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/setting-javaxnetssltruststore-in-jdev.html' title='Setting javax.net.ssl.trustStore in JDev'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1679367158325089419</id><published>2011-03-04T10:34:00.004-05:00</published><updated>2011-03-04T11:10:31.227-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><title type='text'>Java switches</title><content type='html'>Why can I never remember this?&lt;br /&gt;&lt;br /&gt;$ javac -d ./classes ...&lt;br /&gt;&lt;br /&gt;$ java -cp ./classes ...&lt;br /&gt;&lt;br /&gt;I.e. I can never remember which one gets the -d and which gets the -cp. I need to make up a little song or something.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1679367158325089419?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1679367158325089419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1679367158325089419' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1679367158325089419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1679367158325089419'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/java-switches.html' title='Java switches'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3856972171970162664</id><published>2011-03-02T00:54:00.001-05:00</published><updated>2011-03-02T01:03:49.528-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='android crash'/><title type='text'>No more crashes!</title><content type='html'>&lt;div&gt;&lt;p&gt;My Droid 2 was crashing waaaay too much. Or should I have said wayyyy? It's hard to know. I never let it bother me too much until one day when my phone felt physically hot in my pocket and after setting it on my desk, I heard the tell-tale buzz of rebooting. Enough. I wish I could remember which site I was reading that led me to an idea of a culprit, because they deserve credit for what I'm about to tell you. Which is that Advanced Task Killer is no longer on my phone, and ::knock on wood:: it has been nearly crash-free (once) ever since. Come to think of it, the article I read might not have named the software, but just blamed task killers in general. Maybe the fault lies elsewhere and ATK is being blamed unfairly, but the result of removing one app does tend to speak pretty loudly for itself.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3856972171970162664?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3856972171970162664/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3856972171970162664' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3856972171970162664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3856972171970162664'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/look-ma-no-more-crashes.html' title='No more crashes!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-9048301455213254349</id><published>2011-03-02T00:42:00.001-05:00</published><updated>2011-03-02T01:00:16.489-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Too many windows</title><content type='html'>&lt;div&gt;&lt;p&gt;Every now and then I'll click a link in the Android browser and an alert will pop up, telling me I have too many windows open. Should I blame the web programmer for insisting that a new window be created? No, he/she might never have imagined their site being used on my tiny, wondrous computer. The developers of the Android web browser, on the other hand, had a pretty good idea where their program would be running and should have left the new-window decision up to me. The very idea of multiple windows, unless the user has requested such a thing, seems contrary to the natural flow of the Android UI. So let it never be said that this Phandroid never had a critical word for Google, even if it is a small one.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-9048301455213254349?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/9048301455213254349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=9048301455213254349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9048301455213254349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9048301455213254349'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/03/too-many-windows.html' title='Too many windows'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-31421348164366779</id><published>2011-02-28T14:43:00.004-05:00</published><updated>2011-03-06T10:23:24.743-05:00</updated><title type='text'>An old map</title><content type='html'>This *should* be an old map, but the truth is I just drew it. Anyone care to take a guess at what it is?&lt;br /&gt;&lt;pre style="text-align:center;font-size:8pt"&gt;                          refrigerator  &lt;br /&gt;                               |        &lt;br /&gt;                              N/S         &lt;br /&gt; closet               |        |                u:A&lt;br /&gt;   |                 ENS------ENW-------------C/UDWS&lt;br /&gt;  N/S                 |                         d:B&lt;br /&gt;   |            |     |                   u:B    |   &lt;br /&gt;  ENS----------ENW----(-----------------A/UDWS   |&lt;br /&gt;   |                  |                   d:C    |   &lt;br /&gt;   |     |      |     |            u:C     |     |&lt;br /&gt;   |    ENS----ENW----(----------B/UDWS    |     |&lt;br /&gt;   |     |            |            d:A     |     |&lt;br /&gt;   |     |     u:F    |     u:E     |      |     |&lt;br /&gt;   |    ENS--D/UDWS  ens--F/UDWS   ENS--  ENS--  |&lt;br /&gt;   |     |     d:E    |     d:D     |      |     |&lt;br /&gt;   |     |      |     |      |      |      |     |&lt;br /&gt;   |     |      |  --ENW----ENW----ENW--   |     |&lt;br /&gt;   |     |      |                          |     |&lt;br /&gt;   |  --ENW----ENW------------------------ENW--  |&lt;br /&gt;   |                                             |&lt;br /&gt;   |           u:D                               |&lt;br /&gt;  ENS--------E/UDWS                             ENS--&lt;br /&gt;   |           d:F                               |&lt;br /&gt;   |            |                                |&lt;br /&gt;--ENW----------ENW------------------------------ENW--E/W--torture&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-31421348164366779?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/31421348164366779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=31421348164366779' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/31421348164366779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/31421348164366779'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/old-map.html' title='An old map'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1674290314530632892</id><published>2011-02-27T12:47:00.005-05:00</published><updated>2011-02-27T12:52:36.237-05:00</updated><title type='text'>Google algorithm changes and eHow</title><content type='html'>I believe wholeheartedly that Google is doing the right thing by &lt;a href="http://www.nashuatelegraph.com/business/910549-192/google-hopes-algorithm-change-will-reduce-spam.html"&gt;changing their algorithm and trying to reduce spam&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But having said that, I needed to look up the specs on some computers this morning and eHow came up in the result all three times. OK, that's kind of weird, right? In one case, I was able to get my information from one of the other results. But in the other two, I wouldn't have gotten the answer unless I'd clicked eHow's article.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I don't know what all this means, since eHow is still on Page One, but maybe it was only because the other results were pretty crappy.&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1674290314530632892?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1674290314530632892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1674290314530632892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1674290314530632892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1674290314530632892'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/google-algorithm-changes-and-ehow.html' title='Google algorithm changes and eHow'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8464931803917256267</id><published>2011-02-14T05:32:00.002-05:00</published><updated>2011-02-14T05:33:55.917-05:00</updated><title type='text'>I heart Emacs</title><content type='html'>How would I ever get anything done if I couldn't hack my own customizations to Emacs?&lt;br /&gt;&lt;br /&gt;And REALLY, Blogger?? I can't use &lt;3 in the subject of a post? COME ON!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8464931803917256267?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8464931803917256267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8464931803917256267' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8464931803917256267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8464931803917256267'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/i-heart-emacs.html' title='I heart Emacs'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2775128415581075972</id><published>2011-02-12T03:24:00.001-05:00</published><updated>2011-02-12T03:24:03.239-05:00</updated><title type='text'>Twitter rant #43</title><content type='html'>&lt;div&gt;&lt;p&gt;Clicking a #hashtag is really great when you want to see the same message retweeted 100 f-ing thousand times #fail&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2775128415581075972?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2775128415581075972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2775128415581075972' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2775128415581075972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2775128415581075972'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/twitter-rant-43.html' title='Twitter rant #43'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8509734062371800557</id><published>2011-02-11T10:10:00.001-05:00</published><updated>2011-02-11T10:10:10.158-05:00</updated><title type='text'>Green</title><content type='html'>&lt;div&gt;&lt;p&gt;Recycle? The wide-mouth plastic caps of some juice bottles can be RE-USED as handy fruit stands!&lt;/p&gt;&lt;br/&gt;&lt;img src='http://lh5.ggpht.com/_G-_PjObZCqw/TVVRUPZzQpI/AAAAAAAAAYo/by27b1drKRg/2011-02-11_10-07-33_968.png' /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8509734062371800557?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8509734062371800557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8509734062371800557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8509734062371800557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8509734062371800557'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/green.html' title='Green'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_G-_PjObZCqw/TVVRUPZzQpI/AAAAAAAAAYo/by27b1drKRg/s72-c/2011-02-11_10-07-33_968.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6465305210824237877</id><published>2011-02-09T09:55:00.002-05:00</published><updated>2011-02-09T09:57:16.625-05:00</updated><title type='text'>dude_memory_exists =&gt; false</title><content type='html'>its shocking how I ALWAYS have to refer to the documentation every time I use &lt;a href="http://www.php.net/manual/en/function.array-key-exists.php"&gt;array_key_exists&lt;/a&gt; -- I can never remember the order of the parameters!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6465305210824237877?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6465305210824237877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6465305210824237877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6465305210824237877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6465305210824237877'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/dudememoryexists-false.html' title='dude_memory_exists =&gt; false'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-1145833768336935415</id><published>2011-02-07T11:17:00.003-05:00</published><updated>2011-02-07T11:22:59.560-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Android meet iTunes</title><content type='html'>I kind of hated to do it, but I've bought &lt;a href="http://www.markspace.com/products/android/missing-sync-android.html"&gt;The Missing Sync for Android&lt;/a&gt; to keep the iTunes on my Mac in sync with my Droid 2. I say "hated" only because I figured there would be something else out there I could pay a buck for and be done. But sometimes you get what you pay for and in this case the thirty bucks (upgrade from the Pocket PC version) was well worth it. I had tried a different solution (the one dollar one) and it just wasn't doing it for me. I switched over the weekend and after a few hiccups (everything in there twice until I nuked it all and started over) I'm thrilled with how well it's working -- over USB (which I strongly recommend for getting started), Wi-Fi (best way to do it on the home network) and Bluetooth (for everywhere else).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-1145833768336935415?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/1145833768336935415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=1145833768336935415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1145833768336935415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/1145833768336935415'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/android-meet-itunes.html' title='Android meet iTunes'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8874905805476152853</id><published>2011-02-04T12:04:00.001-05:00</published><updated>2011-02-04T12:04:29.654-05:00</updated><title type='text'>Tap tap tap</title><content type='html'>&lt;div&gt;&lt;p&gt;Is this thing on? Hey maybe I'll get back to blogging now that there's a handy Android app!!&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8874905805476152853?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8874905805476152853/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8874905805476152853' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8874905805476152853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8874905805476152853'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2011/02/tap-tap-tap.html' title='Tap tap tap'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total><georss:featurename>Oracle, Ste 1, 1 Oracle Drive, Nashua, NH, United States</georss:featurename><georss:point>42.710507 -71.460507</georss:point></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-4587522315527408411</id><published>2010-12-04T07:52:00.006-05:00</published><updated>2010-12-04T07:59:31.741-05:00</updated><title type='text'>The Snow Globe!!</title><content type='html'>&lt;img width="540" src="http://lh4.ggpht.com/_G-_PjObZCqw/TPo6XmHzykI/AAAAAAAAAXE/7n69JO0ZR8k/me080808-snow.gif"&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-4587522315527408411?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/4587522315527408411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=4587522315527408411' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4587522315527408411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4587522315527408411'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/12/snow-globe.html' title='The Snow Globe!!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_G-_PjObZCqw/TPo6XmHzykI/AAAAAAAAAXE/7n69JO0ZR8k/s72-c/me080808-snow.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8565502554231414173</id><published>2010-08-29T21:17:00.000-04:00</published><updated>2010-08-29T21:17:25.517-04:00</updated><title type='text'>Photo!</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_G-_PjObZCqw/THsGo2RrMzI/AAAAAAAAALU/PyQmu8aO840/s1600/DSC00110.JPG"&gt;&lt;img src="http://4.bp.blogspot.com/_G-_PjObZCqw/THsGo2RrMzI/AAAAAAAAALU/PyQmu8aO840/s320/DSC00110.JPG" border="0" alt="" style="clear:both;float:right; margin:0 0 10px 10px;" /&gt;&lt;/a&gt;Self-portrait of an artiste!&lt;div style='clear:both; text-align:RIGHT'&gt;&lt;a href='http://picasa.google.com/blogger/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8565502554231414173?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8565502554231414173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8565502554231414173' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8565502554231414173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8565502554231414173'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/08/photo.html' title='Photo!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_G-_PjObZCqw/THsGo2RrMzI/AAAAAAAAALU/PyQmu8aO840/s72-c/DSC00110.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-4650285659117775272</id><published>2010-08-29T12:00:00.000-04:00</published><updated>2010-08-29T12:00:56.246-04:00</updated><title type='text'>Toria goes to college</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_G-_PjObZCqw/THqENrTiLxI/AAAAAAAAAK4/FBkJjeKLKGE/s1600/DSC00123.JPG"&gt;&lt;img src="http://1.bp.blogspot.com/_G-_PjObZCqw/THqENrTiLxI/AAAAAAAAAK4/FBkJjeKLKGE/s320/DSC00123.JPG" border="0" alt="" style="clear:both;float:right; margin:0 0 10px 10px;" /&gt;&lt;/a&gt;Here is a picture of Toria at here desk in her college dorm room!&lt;div style='clear:both; text-align:RIGHT'&gt;&lt;a href='http://picasa.google.com/blogger/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-4650285659117775272?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/4650285659117775272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=4650285659117775272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4650285659117775272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4650285659117775272'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/08/toria-goes-to-college.html' title='Toria goes to college'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_G-_PjObZCqw/THqENrTiLxI/AAAAAAAAAK4/FBkJjeKLKGE/s72-c/DSC00123.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8113140587124529435</id><published>2010-08-12T17:40:00.001-04:00</published><updated>2010-08-12T17:40:52.063-04:00</updated><title type='text'></title><content type='html'>Off to the races!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8113140587124529435?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8113140587124529435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8113140587124529435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8113140587124529435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8113140587124529435'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/08/off-to-races.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3191152091529299562</id><published>2010-08-09T15:07:00.001-04:00</published><updated>2010-08-09T15:07:43.042-04:00</updated><title type='text'></title><content type='html'>Be sure to check out the e-stim cam on you-tube!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3191152091529299562?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3191152091529299562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3191152091529299562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3191152091529299562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3191152091529299562'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/08/be-sure-to-check-out-e-stim-cam-on-you.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2069690265396474015</id><published>2010-08-07T17:55:00.001-04:00</published><updated>2010-08-07T17:55:56.801-04:00</updated><title type='text'></title><content type='html'>I&amp;#39;ve been caught cheating at the yellow car game&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2069690265396474015?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2069690265396474015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2069690265396474015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2069690265396474015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2069690265396474015'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/08/i-been-caught-cheating-at-yellow-car.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6818566055773338168</id><published>2010-07-25T17:22:00.001-04:00</published><updated>2010-07-25T17:22:16.618-04:00</updated><title type='text'></title><content type='html'>Right now, thousands of tourists are sitting in traffic, wondering why they didn&amp;#39;t book that extra day and go home on Monday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6818566055773338168?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6818566055773338168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6818566055773338168' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6818566055773338168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6818566055773338168'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/right-now-thousands-of-tourists-are.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-272206650641305552</id><published>2010-07-25T14:48:00.001-04:00</published><updated>2010-07-25T14:48:11.241-04:00</updated><title type='text'></title><content type='html'>There are four bars at Horton Center. I&amp;#39;m not sure about cell service, though.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-272206650641305552?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/272206650641305552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=272206650641305552' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/272206650641305552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/272206650641305552'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/there-are-four-bars-at-horton-center.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8955250046386554408</id><published>2010-07-23T19:35:00.001-04:00</published><updated>2010-07-23T19:35:03.755-04:00</updated><title type='text'></title><content type='html'>Power&amp;#39;s out. How exciting! Anybody else?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8955250046386554408?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8955250046386554408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8955250046386554408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8955250046386554408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8955250046386554408'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/power-out.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-994925835697892063</id><published>2010-07-20T13:07:00.001-04:00</published><updated>2010-07-20T13:07:12.711-04:00</updated><title type='text'></title><content type='html'>Yesterday in the kitchen at work there was a teddy bear wearing a t.shirt... Today the bear is naked. What&amp;#39;s up with that??&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-994925835697892063?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/994925835697892063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=994925835697892063' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/994925835697892063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/994925835697892063'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/yesterday-in-kitchen-at-work-there-was.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-4325044114621184039</id><published>2010-07-17T21:26:00.001-04:00</published><updated>2010-07-17T21:26:04.521-04:00</updated><title type='text'></title><content type='html'>Most people have a cat that brings them a gift of a mouse now and then... We seem to have a spider who has caught us a very lovely fly!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-4325044114621184039?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/4325044114621184039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=4325044114621184039' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4325044114621184039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/4325044114621184039'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/most-people-have-cat-that-brings-them.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7921694286364858125</id><published>2010-07-15T21:27:00.001-04:00</published><updated>2010-07-15T21:27:26.798-04:00</updated><title type='text'></title><content type='html'>Freud&amp;#39;s Last Session at Peterboro Players is excellent!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7921694286364858125?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7921694286364858125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7921694286364858125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7921694286364858125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7921694286364858125'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/freud-last-session-at-peterboro-players.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-2459066175936200430</id><published>2010-07-15T16:19:00.001-04:00</published><updated>2010-07-15T16:19:42.364-04:00</updated><title type='text'></title><content type='html'>Hey Nashua - come on down to the Elks and give blood!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-2459066175936200430?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/2459066175936200430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=2459066175936200430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2459066175936200430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/2459066175936200430'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/hey-nashua-come-on-down-to-elks-and.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-498460134278114846</id><published>2010-07-10T14:54:00.001-04:00</published><updated>2010-07-10T14:54:18.007-04:00</updated><title type='text'></title><content type='html'>I was trapped for a while under the EZ-up but decided not to spend the rest of my life there and made a run for it -- with three chairs and a hammer&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-498460134278114846?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/498460134278114846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=498460134278114846' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/498460134278114846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/498460134278114846'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/07/i-was-trapped-for-while-under-ez-up-but.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5005820571345770304</id><published>2010-06-24T01:49:00.001-04:00</published><updated>2010-06-24T01:49:47.557-04:00</updated><title type='text'></title><content type='html'>I&amp;#39;m network-free... Thanks, Comcast! :/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5005820571345770304?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5005820571345770304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5005820571345770304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5005820571345770304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5005820571345770304'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/i-network-free.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-7402934320822834699</id><published>2010-06-22T05:54:00.001-04:00</published><updated>2010-06-22T05:54:51.921-04:00</updated><title type='text'></title><content type='html'>Celebrating my 34th New Hampshire-versary today&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-7402934320822834699?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/7402934320822834699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=7402934320822834699' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7402934320822834699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/7402934320822834699'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/celebrating-my-34th-new-hampshire.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6049882981042217811</id><published>2010-06-20T11:56:00.001-04:00</published><updated>2010-06-20T11:56:23.239-04:00</updated><title type='text'></title><content type='html'>Graduation day!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6049882981042217811?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6049882981042217811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6049882981042217811' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6049882981042217811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6049882981042217811'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/graduation-day.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5297723573092379245</id><published>2010-06-19T09:21:00.000-04:00</published><updated>2010-06-19T09:22:17.491-04:00</updated><title type='text'>My shoes are on vacation</title><content type='html'>Sherry: "Your shoes must be on vacation."&lt;div&gt;&lt;br /&gt;&lt;div&gt;Me: "What?"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sherry: "That's not where they live."&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ha ha ha ha ha!&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5297723573092379245?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5297723573092379245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5297723573092379245' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5297723573092379245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5297723573092379245'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/my-shoes-are-on-vacation.html' title='My shoes are on vacation'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-952699084196161261</id><published>2010-06-16T06:26:00.001-04:00</published><updated>2010-06-16T06:26:48.022-04:00</updated><title type='text'></title><content type='html'>I misspelled &amp;quot;retarted&amp;quot; - ha ha ha&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-952699084196161261?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/952699084196161261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=952699084196161261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/952699084196161261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/952699084196161261'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/i-misspelled-ha-ha-ha.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3597013325725395207</id><published>2010-06-15T04:54:00.002-04:00</published><updated>2010-06-15T04:59:28.108-04:00</updated><title type='text'></title><content type='html'>Go ahead and search for "dilithium crystal spill" -- you won't find it in &lt;a href="http://www.google.com/search?client=safari&amp;amp;rls=en&amp;amp;q=%22dilithium+crystal+spill%22&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8"&gt;Google&lt;/a&gt; or &lt;a href="http://search.yahoo.com/search?ei=utf-8&amp;amp;fr=aaplw&amp;amp;p=%22dilithium+crystal+spill%22"&gt;Yahoo&lt;/a&gt; or &lt;a href="http://www.bing.com/search?q=%22dilithium+crystal+spill%22&amp;amp;form=APPCS1"&gt;Bing&lt;/a&gt;.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Do I smell a cover-up?&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3597013325725395207?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3597013325725395207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3597013325725395207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3597013325725395207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3597013325725395207'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/go-ahead-and-search-for-dilithium.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8645671986554353509</id><published>2010-06-15T04:39:00.002-04:00</published><updated>2010-06-15T04:48:40.445-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='food'/><title type='text'>Macaroni and Cheese</title><content type='html'>Here's my very special recipe for macaroni and cheese.  I keep mistyping macarone instead of macaroni.  What's up with that?&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Anyway, here's what you need:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;some cooked macaroni -- any leftover pasta will do&lt;/li&gt;&lt;li&gt;a slice of American cheese, enough to cover your macaroni&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;And here are the so-called cooking instructions:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Put the pasta in a microwave-safe bowl.  Plastic = fail.&lt;/li&gt;&lt;li&gt;Add the cheese on top.&lt;/li&gt;&lt;li&gt;Place the bowl in the microwave and press the "minute" button.  I almost forgot to put "minute" in quotes and then you would have been looking for a really tiny button.  But I digress.&lt;/li&gt;&lt;li&gt;Stir until the pasta is all cheesy.  If the pasta isn't cheesy enough, use more cheese next time.  Or less pasta.  I really can't tell you how to live your life.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Enjoy!&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8645671986554353509?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8645671986554353509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8645671986554353509' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8645671986554353509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8645671986554353509'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/macaroni-and-cheese.html' title='Macaroni and Cheese'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6167872349202586540</id><published>2010-06-14T16:05:00.001-04:00</published><updated>2010-06-14T16:05:41.771-04:00</updated><title type='text'></title><content type='html'>Should I eat my lemon yogurt now or save it for tomorrow? Decisions, decisions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6167872349202586540?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6167872349202586540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6167872349202586540' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6167872349202586540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6167872349202586540'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2010/06/should-i-eat-my-lemon-yogurt-now-or.html' title=''/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5193318366486442874</id><published>2009-12-08T22:38:00.002-05:00</published><updated>2009-12-08T22:41:07.956-05:00</updated><title type='text'>Me and my dog -- I mean, phone</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_G-_PjObZCqw/Sx8cLGSONcI/AAAAAAAAAIU/ySfLHF37jUk/s1600-h/Photo+38.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_G-_PjObZCqw/Sx8cLGSONcI/AAAAAAAAAIU/ySfLHF37jUk/s400/Photo+38.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5413076254113805762" /&gt;&lt;/a&gt;Can you see my dog on the screen?  That's Trot!  He says "woof!"  (He says that a LOT.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5193318366486442874?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5193318366486442874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5193318366486442874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5193318366486442874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5193318366486442874'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/12/me-and-my-dog-i-mean-phone.html' title='Me and my dog -- I mean, phone'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_G-_PjObZCqw/Sx8cLGSONcI/AAAAAAAAAIU/ySfLHF37jUk/s72-c/Photo+38.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-3734446874410101474</id><published>2009-07-06T08:46:00.002-04:00</published><updated>2009-07-06T08:48:51.982-04:00</updated><title type='text'>The Race!</title><content type='html'>The Sparkler 5K in Merrimack was kind of my official marathon training kickoff, and I &lt;a target="_blank" href="http://coolrunning.com/results/09/nh/Jul4_12thAn_set1.shtml"&gt;finished&lt;/a&gt; in 22:27.  Yay, me!&lt;br /&gt;&lt;br /&gt;Now to fill out one of those forms and figure out what I need to be doing for the next (eek!!!) 17 weeks...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-3734446874410101474?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/3734446874410101474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=3734446874410101474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3734446874410101474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/3734446874410101474'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/07/race.html' title='The Race!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6845237756209587278</id><published>2009-06-30T09:23:00.001-04:00</published><updated>2009-06-30T09:25:08.733-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='running'/><title type='text'>5K race prep</title><content type='html'>ran 5K on the treadmill at race pace (7:30) and finished in 23:07 (A shoes)&lt;br /&gt;&lt;br /&gt;last quarter mile/tenth/.05, cranked the speed up to 8/9/9.5 (mph)&lt;br /&gt;&lt;br /&gt;IT band feels fine&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6845237756209587278?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6845237756209587278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6845237756209587278' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6845237756209587278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6845237756209587278'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/06/5k-race-prep.html' title='5K race prep'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-9117430602024501079</id><published>2009-06-29T19:51:00.002-04:00</published><updated>2009-06-29T19:53:43.714-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='marathon'/><category scheme='http://www.blogger.com/atom/ns#' term='training'/><category scheme='http://www.blogger.com/atom/ns#' term='running'/><title type='text'>Let the training begin!</title><content type='html'>I'll be running in the &lt;a target="_blank" href="http://www.nhsite.com/roadrunners/sparkler/"&gt;Sparkler 5K&lt;/a&gt; in Merrimack on Saturday to kick off my &lt;a target="_blank" href="http://www.cityofmanchestermarathon.com/"&gt;marathon&lt;/a&gt; training.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-9117430602024501079?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/9117430602024501079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=9117430602024501079' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9117430602024501079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9117430602024501079'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/06/let-training-begin.html' title='Let the training begin!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-9095111470512328196</id><published>2009-05-07T15:37:00.003-04:00</published><updated>2009-05-07T15:39:36.778-04:00</updated><title type='text'>BYKI UPDATE!!</title><content type='html'>Hey, do you know about the Byki update?  Check it out over at &lt;a href="http://www.byki.com/iphone/iphone.html"&gt;byki iPhone Apps&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Oh yes you know you want to!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-9095111470512328196?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/9095111470512328196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=9095111470512328196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9095111470512328196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/9095111470512328196'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/05/byki-update.html' title='BYKI UPDATE!!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-5764892251710159776</id><published>2009-05-06T13:15:00.003-04:00</published><updated>2009-05-07T09:27:17.358-04:00</updated><title type='text'>SNOT: Social Network Optimization Technician</title><content type='html'>You heard it here first, folks.  There's a new kind of spammer on the block.  No, I'm not talking about celebrities promoting their latest project.&lt;br /&gt;&lt;br /&gt;You know the type: they're always there, always retweeting, always trying to get noticed.  They're doing all the &lt;span style="font-style:italic;"&gt;right&lt;/span&gt; things to claw their way to the top of the social networking food chain.&lt;br /&gt;&lt;br /&gt;They're &lt;span style="font-weight:bold;"&gt;s&lt;/span&gt;ocial &lt;span style="font-weight:bold;"&gt;n&lt;/span&gt;etwork &lt;span style="font-weight:bold;"&gt;o&lt;/span&gt;ptimization &lt;span style="font-weight:bold;"&gt;t&lt;/span&gt;echnicians.  Yes, they're SNOTs.&lt;br /&gt;&lt;br /&gt;I don't even know if they're nerds.  They're just self-promoting leeches stuck to the hull of this latest ship of 'net.&lt;br /&gt;&lt;br /&gt;What?  I can just un-follow them?  I know, if only life were so simple.  Anyway, they're out there, the SNOTs -- enjoy them!  :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-5764892251710159776?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/5764892251710159776/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=5764892251710159776' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5764892251710159776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/5764892251710159776'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/05/snot-social-network-optimization.html' title='SNOT: Social Network Optimization Technician'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-6690310806360254669</id><published>2009-04-23T11:57:00.006-04:00</published><updated>2009-04-23T12:21:51.401-04:00</updated><title type='text'>what's with the fancy lunches?</title><content type='html'>welcome to my new food blog where you can read all about my lunch.  ok, maybe I don't officially get to call myself a food blogger, but I am willing to share the secret of how I get to have such fancy lunches.&lt;br /&gt;&lt;br /&gt;come closer so I can use my culinary secrets voice.  ok, good.&lt;br /&gt;&lt;br /&gt;well first of all, today's lunch is chickpeas and spinach with red curry over rice.&lt;br /&gt;&lt;br /&gt;"but Dave, how can I prepare something so fancy?" I will pretend you are asking me.&lt;br /&gt;&lt;br /&gt;yes, if you took some red curry paste and just stirred it around in the spinach, that would be gross.  no, that's not what we're talking about.  the secret is the coconut milk.&lt;br /&gt;&lt;br /&gt;"but Dave, how do I..."&lt;br /&gt;&lt;br /&gt;SILENCE, I'M GETTING TO THAT!  (sheesh!)&lt;br /&gt;&lt;br /&gt;I would take a picture, but I'm too... well, "lazy" is the only word that comes to mind.  so we'll all have to rely on our mind's-eye-camera, ok?&lt;br /&gt;&lt;br /&gt;imagine one of those plastic shoe boxes -- yes, that's the kind I'm talking about -- and into it you put a bunch of those three-ounce Dixie bathroom cups.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://twitpic.com/show/thumb/3u28v.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 150px; height: 150px;" src="http://twitpic.com/show/thumb/3u28v.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;ok ok ok, here's a &lt;a target="_blank" href="http://twitpic.com/3u28v"&gt;picture&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;now open up a can of coconut milk and fill up the little bitty cups with just enough for your own personal-sized serving and then... ::drumroll:: put the shoebox in the freezer!&lt;br /&gt;&lt;br /&gt;I've got these little frozen coco-cups in the freezer in the kitchen at work and whenever I want some curry I defrost it in the microwave, mix in the curry paste, and voilà!&lt;br /&gt;&lt;br /&gt;ok, so now you know all my secrets... well not all of them, I've got this great noodle recipe I posted on my old blog once upon a time.  yes, some day...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-6690310806360254669?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/6690310806360254669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=6690310806360254669' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6690310806360254669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/6690310806360254669'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/04/whats-with-fancy-lunches.html' title='what&apos;s with the fancy lunches?'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21074811.post-8053851234835401521</id><published>2009-04-16T09:43:00.001-04:00</published><updated>2009-04-27T09:25:38.563-04:00</updated><title type='text'>Welcome, Tweeps!</title><content type='html'>Did I say that right?  :)&lt;br /&gt;&lt;br /&gt;I'm restarting this here blog, mostly as a place to hang my tw-hat.&lt;br /&gt;&lt;br /&gt;And so I can have t place to say this:  &lt;br /&gt;&lt;br /&gt;If you follow me, I promise I will look at your twitter feed.  &lt;br /&gt;&lt;br /&gt;If you have no updates, or if it's clear that you're some kind of SEO/marketing type just trying to up your numbers, I will block you.  Perhaps there is some place in twitter-hell for you, I can only hope.  &lt;br /&gt;&lt;br /&gt;If, on the other hand, you are an interesting person -- hell, even if you're just an ordinary person not trying to claw your way to the top of the tw-heap, I may just follow you back!  &lt;br /&gt;&lt;br /&gt;And that's the tw-ruth!&lt;br /&gt;&lt;br /&gt;Originally posted 4/16/09.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#0c0;"&gt;Updated 4/27/09...&lt;br /&gt;&lt;br /&gt;If you use software that lets you pre-tweet, I will probably block you.&lt;br /&gt;&lt;br /&gt;If you tweet automatically from your rss feed, I might use my rss reader instead of Twitter to follow you.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21074811-8053851234835401521?l=dldnh.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dldnh.blogspot.com/feeds/8053851234835401521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21074811&amp;postID=8053851234835401521' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8053851234835401521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21074811/posts/default/8053851234835401521'/><link rel='alternate' type='text/html' href='http://dldnh.blogspot.com/2009/04/welcome-tweeps.html' title='Welcome, Tweeps!'/><author><name>Dave Diamond</name><uri>https://profiles.google.com/110123658033707277435</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-qALklTR_QJQ/AAAAAAAAAAI/AAAAAAAAAg0/zYOvAS7s13I/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>
