<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[duksta.org]]></title>
  <link href="http://duksta.org/atom.xml" rel="self"/>
  <link href="http://duksta.org/"/>
  <updated>2013-04-09T13:34:35-07:00</updated>
  <id>http://duksta.org/</id>
  <author>
    <name><![CDATA[John Duksta]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[The way companies should handle promotional email]]></title>
    <link href="http://duksta.org/archives/2013/03/31/the-way-companies-should-handle-promotional-email/"/>
    <updated>2013-03-31T23:22:00-07:00</updated>
    <id>http://duksta.org/archives/2013/03/31/the-way-companies-should-handle-promotional-email</id>
    <content type="html"><![CDATA[<p><img class="[left]" src="http://duksta.org/blog-images/2013/03/thank-you-atmel.png" title="Thank you Atmel" alt="Thank you Atmel"></p>

<p>I got this email from Atmel yesterday. This is the first time a company has ever emailed me to let me know that they would stop sending me promotional emails if I didn&#8217;t respond. This is way all companies should do this. It&#8217;s not like Atmel sends me a ton of email anyway, maybe one a month at most. I&#8217;m so impressed with being treated like a human that I&#8217;ll go ahead and click that YES link to ensure I keep getting info from them.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Hosting apex domain in S3 without Route 53]]></title>
    <link href="http://duksta.org/archives/2013/02/17/hosting-apex-domain-in-s3-without-route-53/"/>
    <updated>2013-02-17T10:27:00-08:00</updated>
    <id>http://duksta.org/archives/2013/02/17/hosting-apex-domain-in-s3-without-route-53</id>
    <content type="html"><![CDATA[<p>For many years, I&#8217;ve eschewed using www for my website. I&#8217;ve always redirected requests for www.duksta.org to duksta.org. Now that I&#8217;ve <a href="http://duksta.org/archives/2013/02/17/duksta.org-has-moved-to-S3-website-hosting/">moved to S3</a>, I&#8217;ve had to change that stance as you can&#8217;t have a CNAME record for your apex domain and the ANAME record is an ugly hack that&#8217;s not RFC compliant. I could sign up for <a href="http://aws.amazon.com/route53/">Route 53</a> DNS service, but I don&#8217;t really need the global redundancy that Route 53 provides, nor do I want to pay for DNS service. Yeah, I&#8217;m cheap like that.</p>

<p>Instead of using S3&#8217;s <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html#root-domain-walkthrough-switch-to-route53-as-dnsprovider">recently released</a> apex domain support, I&#8217;m instead putting my site behind <a href="http://www.cloudflare.com">CloudFlare</a>. In CloudFlare, I have configured a Page Rule to redirect all requests from duksta.org/* to www.duksta.org/$1. Since I maintained my site structure in the move to Octopress/Jekyll, this has the added bonus of redirecting anyone&#8217;s old bookmarks to the right place.</p>

<p><img src="http://duksta.org/blog-images/2013/02/cloudflare-page-rule.png" title="CloudFlare Page Rule Config" alt="CloudFlare Page Rule Config"></p>

<p>Yes, I&#8217;m not truly hosting my apex domain in S3 like this, but rather redirecting it to www with CloudFlare, but it gets the job done for what I need.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[duksta.org has moved to S3 website hosting]]></title>
    <link href="http://duksta.org/archives/2013/02/17/duksta.org-has-moved-to-S3-website-hosting/"/>
    <updated>2013-02-17T09:31:00-08:00</updated>
    <id>http://duksta.org/archives/2013/02/17/duksta.org-has-moved-to-S3-website-hosting</id>
    <content type="html"><![CDATA[<p>After many years of being a member of the <a href="http://hellyeah.com">Hellyeah!</a> family, we&#8217;ve recently been given notice that the rack in which our server has been hosted is being retired at the end of March. The guys who run the rack just can&#8217;t justify the $900/month it costs to run the rack anymore. It&#8217;s been a good run and it&#8217;s been nice having a dedicated server in a low latency data center for years, but it&#8217;s also been a hassle at times. As <a href="http://kvet.ch">Emory</a> put it so well in his email to us all about the rack closure:</p>

<blockquote><p>These days virtualization of systems and remote management has made racking our own equipment not only exceptionally costly (by the kindness of others we have largely been immune to these costs) but inconvenient as well since we aren&#8217;t young nerds with all the time in the world for hobbies and fixing computers in the middle of the night.</p><footer><strong>Emory Lundberg</strong></footer></blockquote>


<p>Since I update this blog so infrequently, I&#8217;ve always been a fan of statically generated site content. I&#8217;ve run Moveable Type for the last ten years and it&#8217;s done quite well for me. As an information security professional, I was always worried about vulnerabilities in MT, of which there have been a few, but not so many as in WordPress. With this move into S3, I removed the last bit of attack surface for this site. I&#8217;m now using <a href="http://octopress.org/">Octopress</a> to generate the site content and <a href="https://github.com/laurilehmijoki/jekyll-s3/">jekyll-s3</a> to push it into S3.</p>

<p>So, it&#8217;s done now. Fairly painless. The hardest part was editing all my old posts that I imported from MT to standardize the random collection of paths where my post images lived.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Drobo to the Rescue]]></title>
    <link href="http://duksta.org/archives/2012/04/17/drobo-to-the-rescue/"/>
    <updated>2012-04-17T20:01:00-07:00</updated>
    <id>http://duksta.org/archives/2012/04/17/drobo-to-the-rescue</id>
    <content type="html"><![CDATA[<p><img alt="drobo.png" src="http://duksta.org/blog-images/2012/04/drobo.png" width="240" height="172" style="float: left; margin: 0 20px 20px 0;">
A little shy of four years ago, I picked up a second generation USB/Firewire Drobo to be the repository for all our household media. I already had a pair of 750GB drives, so I picked up a pair of the new at the time 1TB drives from Seagate. I put it all together for a net capacity of 2.2TB and it&#8217;s worked flawlessly ever since.</p>

<p>This past weekend, I noticed that Drobo was flashing all sorts of unhappy blinkenlights at me. I could still access my data, but it was telling me that one of the 1TB drives had failed. So, I ran down to Fry&#8217;s and picked up two new 2TB drives. I replaced the bad drive with one of the new ones and let it do its thing. 48 hours later, RAID redundancy was restored to the array and all was well.</p>

<p>I just slotted in the other 2TB drive in place of one of the 750GB drives, which will up my net storage capacity to 3.6TB. I&#8217;ll also replace the one remaining 750GB drive with the 1TB drive that I&#8217;ll get from Seagate because the one that failed was still under warranty. This all worked out to my advantage, as I was starting to hit 85% full on the 2.2TB I had. Now with the upgrade to 3.6TB, I&#8217;ve got 40% free space.</p>

<p>A lot of my geek friends give me crap for buying a Drobo and not building some Linux RAID box instead. I work hard at work. I don&#8217;t want to have to play sysadmin when I get home. I want my home gear to &#8220;Just Work&#8221;, which is exactly what Drobo does for me.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Top five things about living in Seattle]]></title>
    <link href="http://duksta.org/archives/2011/04/03/seattle-top-5/"/>
    <updated>2011-04-03T17:36:00-07:00</updated>
    <id>http://duksta.org/archives/2011/04/03/seattle-top-5</id>
    <content type="html"><![CDATA[<p><img src="http://duksta.org/blog-images/2011/04/space-needle-zoonabar.jpg" alt="Space Needle - photo by zoonabar" class="left">I moved to Seattle a little over two months ago for a new job. I&#8217;m quite happy to be living here and I figured I&#8217;d share some reasons why.<br /><br />

&bull; <strong>The rain isn&#8217;t that bad.</strong> &mdash; Seattle has a bad rap for being rainy all the time. Most of the time when it rains here, it&#8217;s just a drizzly mist. Very rarely does it pour like it does back East. It is overcast a lot, but it was overcast a lot in Providence too. Chalk it up as part of living by the water.
<br /><br />
&bull;  <strong>Everything takes credit/debit cards</strong> &mdash; You can seriously live a cashless existence here. Parking meters, vending machines, transit pass machines; you name it, it takes a credit card. Now when I tell the homeless people that I don&#8217;t have any cash on me, more often than not, I&#8217;m telling the truth.
<br /><br />
&bull; <strong>Everything is online</strong> &mdash; Every business here has an online presence. Pizza shops? Check! Restaurants? Check! Hardware store? Check! Picture Framing Shop? Check! It&#8217;s the way it should be.
<br /><br />
&bull; <strong>Best Garbage Collection</strong> &mdash; Here you get three cans: recycling, compostables and garbage. Since I can compost all my food waste, I&#8217;m down to making only one half of one kitchen bag of garbage a week. The garbage men are also very neat; there&#8217;s never any garbage on the street after garbage day. We do directly pay for garbage collection, as opposed to through property taxes. I think that&#8217;s what gets us that level of service.
<br /><br />
&bull; <strong>Awesome public transportation</strong> &mdash; For first month I was here, my car hadn&#8217;t caught up to me yet. I didn&#8217;t miss it. Now that it&#8217;s here, it sits parked on the street all week. The only thing I use it for is the occasional grocery trip. I&#8217;ve used a quarter of a tank of gas in five weeks. I&#8217;ll be lucky to put 1000 miles on my car this year.
<br /><br />
&bull; <strong>I&#8217;m walking everywhere</strong> &mdash; This is probably a corollary to the previous item and also a function of where I chose to live, but I&#8217;m walking everywhere. Home to the office. Home to the grocery store for small items. Around town to go out for dinner and or drinks. There are a bunch of good restaurants and a couple of decent bars within ten blocks of the house. It rocks to be back in a walkable city.
</p>
<p>Ok, that&#8217;s six things. I got carried away. Needless to say I&#8217;m enjoying the change of venue.</p>
<p>Photo by <a href="http://www.flickr.com/photos/zoonabar/154386678/">zoonabar</a> on Flickr, because I haven&#8217;t gotten around to taking my own picture of the Space Needle yet.</p> 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Found Objects]]></title>
    <link href="http://duksta.org/archives/2010/09/26/found-objects/"/>
    <updated>2010-09-26T11:35:21-07:00</updated>
    <id>http://duksta.org/archives/2010/09/26/found-objects</id>
    <content type="html"><![CDATA[<p><img src="http://duksta.org/blog-images/2010/09/betting-slip.png" class="left"></p>

<p class="clearfix">It&#8217;s funny what you find when you&#8217;re doing renovations on your house. This morning, we were cleaning up the old baseboard heat covers upstairs in preparation to give them a coat of spray paint to freshen them up. As we were cleaning them, these betting slips from <a href="http://www.cardcow.com/200394/lincoln-downs-race-track-rhode-island/">Lincoln Downs</a> slid out from behind. Looks like the previous owners had spent New Year&#8217;s Eve 1982 betting on the horses or dogs. Obviously, they weren&#8217;t a winner.</p> 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Hide solved ArcSight support tickets with GreaseMonkey]]></title>
    <link href="http://duksta.org/archives/2010/07/08/hide-solved-arc/"/>
    <updated>2010-07-08T08:28:00-07:00</updated>
    <id>http://duksta.org/archives/2010/07/08/hide-solved-arc</id>
    <content type="html"><![CDATA[<p>Since I work for an MSSP managing ArcSight devices for our clients, I open a lot of support tickets with ArcSight. Their support website leaves much to be desired, especially the fact that you can&#8217;t filter out closed tickets from your view of your support cases. The following <a href="https://addons.mozilla.org/en-US/firefox/addon/748/">GreaseMonkey</a> script does just that.</p>

<pre>
// ==UserScript==
// @name           Hide ArcSight Solved Tickets
// @namespace      http://duksta.org/userscripts/hideArcSightSolvedTickets
// @include        https://arcsight.custhelp.com/
// ==/UserScript==

// Instructions: 
//
// Install GreaseMonkey - https://addons.mozilla.org/en-US/firefox/addon/748/
// Install this script
// Apply it to "https://arcsight.custhelp.com/cgi-bin/arcsight.cfg/php/enduser/myq_ilp.php*"
//


tdc = document.evaluate('./descendant::tr/td[5][contains(.,"Solved")]', document, null, 7, null);

for (I=0; I&lt;tdc.snapshotLength; I++) {
    tdc.snapshotItem(I).parentNode.style.display = "none";
}
</pre> 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Firefox 3.6 - Opening new tabs where they should be]]></title>
    <link href="http://duksta.org/archives/2010/02/23/firefox-36---op/"/>
    <updated>2010-02-23T10:28:00-08:00</updated>
    <id>http://duksta.org/archives/2010/02/23/firefox-36&#8212;op</id>
    <content type="html"><![CDATA[<p>[Oops. Looks like I drafted this back in February and forgot to post it. Here it is now.]</p>
<p>If any of you have upgraded to Firefox 3.6, you may have noticed an annoying change to how new tabs get opened. Instead of opening as the rightmost tab in your tab bar, they get opened just to the right of the page you&#8217;re on. If this new feature annoys the hell out of you like it does me you can restore the old behavior like this:</p>
<ul>
	<li>Enter &#8216;about:config&#8217; in your location bar.</li>
	<li>Accept the warning about possibly breaking stuff</li>
	<li>Filter for &#8216;browser.tabs.insertRelatedAfterCurrent&#8217;</li>
	<li>Double click that entry to set it to &#8216;false&#8217;</li>
</ul>
<p>Done. Tab open where you&#8217;ve come to expect them to open, all the way on the right.</p>]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Nokia e71 Bug Report - Phonebook match fail]]></title>
    <link href="http://duksta.org/archives/2009/09/05/nokia-e71-bug-r/"/>
    <updated>2009-09-05T09:01:00-07:00</updated>
    <id>http://duksta.org/archives/2009/09/05/nokia-e71-bug-r</id>
    <content type="html"><![CDATA[<p>Dear Nokia:<br/>

I filed this report via the &#8216;email support&#8217; page on your website. Hopefully you&#8217;ll fix this. I can, of course, work around it with judicious data entry sanitization, but I shouldn&#8217;t have to.
</p>

<pre>
Bug Report: 
Phone book match fails for incoming calls and SMS 
messages if phone book entry contains dashes

Version Info:
300.21.012
18-06-2009
RM-346
Nokia E71-1 (27)

Details:
When a phone book phone number entry contains dashes 
(and possibly when it starts with a +), the calling (or texting) 
party name from the phone book is not matched properly. 
It seems that there's a regex failure.

Steps to reproduce:
Enter phone book entry in the form +1-NPA-NXX-NNNN. 
Receive call and text from that number. Observe that the 
entry is not matched properly.

Desired Behavior:
The lookup algorithm should strip out the dashes before 
matching to the phone book entries.

Other Notes:
This worked properly on my E61i. You might want to check 
that code tree to see what changed between releases.
</pre> 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Breadboard Template]]></title>
    <link href="http://duksta.org/archives/2009/06/13/breadboard-temp/"/>
    <updated>2009-06-13T21:42:00-07:00</updated>
    <id>http://duksta.org/archives/2009/06/13/breadboard-temp</id>
    <content type="html"><![CDATA[<p><img alt="breadboard.png" src="http://duksta.org/blog-images/2009/06/breadboard.png" width="410" height="234" /></p>

<p>In preparation for the <a href="http://as220.org/shop/index.php?main_page=product_info&cPath=23&products_id=174">Arduino Class</a> I&#8217;m teaching this month at AS220 Labs, I made this breadboard template in Inkscape to make it easier to layout circuits for the presentations.</p>

<p>I figure this will be useful to others, so you can grab the SVG <a href="http://duksta.org/blog-images/2009/06/breadboard.svg">here</a>. Enjoy!</p>
 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Building Statically Linked Binaries with make on Linux/Unix]]></title>
    <link href="http://duksta.org/archives/2009/06/10/building-static/"/>
    <updated>2009-06-10T09:34:00-07:00</updated>
    <id>http://duksta.org/archives/2009/06/10/building-static</id>
    <content type="html"><![CDATA[<p>Posting this mostly as a reminder to myself for the next time I have to do this.</p>

<p>For those who don&#8217;t know, a statically linked binary is an executable that does not require any support libraries. All the required support libraries get included in the binary itself. This results in a binary that will run on any system of the right CPU type (i386, x86_64, ppc, etc.) The downside of this is that the resulting binary is going to be quite large. If you&#8217;re doing forensics on a system, it&#8217;s always handy to have a set of system utilities (ls, ps, sh, chown, chmod, netstat, vi, cp, rm, mkdir, rmdir, etc) that you have built yourself as statically linked binaries so you can trust them in case a system is root kitted.</p>

<p>Normally, when you download a tarball of source code, you&#8217;ll do the standard &#8220;configure; make; make install&#8221; to build it. If you want a statically linked binary, replace the plain &#8220;make&#8221; with:</p>

<pre>
make SHARED=0 CC='gcc -static'
</pre>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Sage Flower Jelly]]></title>
    <link href="http://duksta.org/archives/2009/05/31/sage-jelly/"/>
    <updated>2009-05-31T19:20:00-07:00</updated>
    <id>http://duksta.org/archives/2009/05/31/sage-jelly</id>
    <content type="html"><![CDATA[<object width="700" height="525"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fjccd%2Fsets%2F72157618982696415%2Fshow%2F&page_show_back_url=%2Fphotos%2Fjccd%2Fsets%2F72157618982696415%2F&set_id=72157618982696415&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fjccd%2Fsets%2F72157618982696415%2Fshow%2F&page_show_back_url=%2Fphotos%2Fjccd%2Fsets%2F72157618982696415%2F&set_id=72157618982696415&jump_to=" width="700" height="525"></embed></object>


<p>Besides being a computer geek, I&#8217;m also a bit of a foodie. I was doing a little yardwork today, planting some plants, weeding, and cleaning up our overgrown herb garden. After trimming all the blooms off the chives, I started in to do the same on the sage, as that had gone and bloomed. Thinking to myself that sage was tasty and edible and that its flower must be as well, I tasted one of the sage flowers. I was overtaken by this delicious subtle blueberryish flavor. I then proceeded to trim back all the sage blooms and took them inside. I plucked one off and gave it to my wife to try. She thought it was tasty too, so we spent the afternoon making jelly out of them. What you see above is a portion of the process.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Meggy Unboxing]]></title>
    <link href="http://duksta.org/archives/2009/05/30/meggy-unboxing-1/"/>
    <updated>2009-05-30T08:15:00-07:00</updated>
    <id>http://duksta.org/archives/2009/05/30/meggy-unboxing-1</id>
    <content type="html"><![CDATA[<object width="500" height="375"> <param name="flashvars" value="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fjccd%2Fsets%2F72157618901640649%2Fshow%2F&page_show_back_url=%2Fphotos%2Fjccd%2Fsets%2F72157618901640649%2F&set_id=72157618901640649&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=en-us&page_show_url=%2Fphotos%2Fjccd%2Fsets%2F72157618901640649%2Fshow%2F&page_show_back_url=%2Fphotos%2Fjccd%2Fsets%2F72157618901640649%2F&set_id=72157618901640649&jump_to=" width="700" height="525"></embed></object>


<p>I&#8217;d been wanting to pickup a <a href="http://www.evilmadscientist.com/article.php/meggyjr">Meggy Jr</a> from the fine folks at <a href="http://www.evilmadscientist.com/">Evil Mad Scientist Labs</a> for a while. When I saw that the <a href="http://www.makershed.com/">MakerShed</a> had them on sale last month as they were cleaning out inventory in preparation for <a href="http://makerfaire.com/">Maker Faire</a>, I decided that it was time to spend the cash and pick one up. Then I saw that they had free shipping for orders over $100 and I was reminded of the quote from Contact: &#8220;First rule in government spending: why build one when you can have two at twice the price?&#8221; The first thing I was to code up for it is a Battleship game, so I would need two anyway.</p>

<p>When I built the first one a couple of weeks ago, I was so excited that I dug right into it and built it right up. This time, I figured I&#8217;d do some unboxing shots since the packaging is very well done and downright hysterical. Unfortunately, they&#8217;re kind of blurry because I was using my phone camera.</p>

<p>Choice bag labels are as follows:
* Electronics Goodies
* Pointy Parts
* Giblets Bag
* ALL YOUR BASE RESISTORS ARE BELONG TO THIS BAG</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Overhaul]]></title>
    <link href="http://duksta.org/archives/2009/05/27/overhaul/"/>
    <updated>2009-05-27T22:45:00-07:00</updated>
    <id>http://duksta.org/archives/2009/05/27/overhaul</id>
    <content type="html"><![CDATA[I've given this site a much overdue overhaul in terms of design. Along with this, I plan to actually start posting here on a more regular basis, as my friends and colleagues like to chide me about why I keep a site if don't post anything to it. This should be the impetus to actually do so. 
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Ice Cream Trucks]]></title>
    <link href="http://duksta.org/archives/2008/08/23/ice-cream-truck/"/>
    <updated>2008-08-23T04:43:00-07:00</updated>
    <id>http://duksta.org/archives/2008/08/23/ice-cream-truck</id>
    <content type="html"><![CDATA[<p>My neighborhood is filthy with ice cream trucks. During the summer, it&#8217;s not uncommon to see four to six of them roaming the streets from noon to 8pm. Generally, I don&#8217;t have a problem with them. I like ice cream. I also like our Rhode Island favorite, frozen lemonade, which they all sell. What I do have a problem with is the way they announce their presence.</p>

<p>It used to be that ice cream trucks would ring a loud bell to call the children to the curb. There still is one in the neighborhood that does that, but for the most part they have these <a href="http://www.autobarn.net/wol336.html">crappy musical horns</a>. Those things should be banned for a multitude of reasons. First off, they sound like shit. Second, they have Christmas music built in. Third, these dumb asses driving the ice cream trucks don&#8217;t bother to exclude the Christmas songs from the playlist.</p>

<p>Don&#8217;t get me wrong, I like a good Christmas carol in season. I seriously do not need to hear them from mid-May through late-September. I fear that all this overexposure to them may ruin them for me come the holiday season. Only time will tell. In the mean time, I&#8217;d like all the ice cream truck drivers of Providence to start playing <a href="http://www.wired.com/entertainment/music/news/2007/07/icecream_music">Michael Hearst&#8217;s</a> <a href="http://www.songsforicecreamtrucks.com/">Songs for Ice Cream Trucks</a>.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Over the Air HDTV - My interview with WJAR]]></title>
    <link href="http://duksta.org/archives/2007/05/09/over-the-air-hd/"/>
    <updated>2007-05-09T21:10:00-07:00</updated>
    <id>http://duksta.org/archives/2007/05/09/over-the-air-hd</id>
    <content type="html"><![CDATA[<p>I got interviewed by our local NBC affiliate, WJAR 10, about a month ago for a segment on over the air (OTA) HDTV. It aired last night and apparently again tonight because they got so many calls about it. It was a lot of fun being the technology evangelist for OTA HDTV for Rhode Island.</p>

<p>First, here&#8217;s the link to WJAR&#8217;s page for the segment, where you can watch the video.</p>

<p><a href="http://www.turnto10.com/northeast/jar/business/consumer_reports.apx.-content-articles-JAR-2007-05-08-0027.html">How to Watch HDTV for Free</a></p>

<p>Not bad, huh? I was a little nervous and forgot to mention a couple of things during the interview. While I did mention that I get all the Boston stations with my OTA antenna, I forgot to note that Cox doesn&#8217;t carry <strong>any</strong> of them, whether in standard def or high def. Also, despite what the operations guy from Cox said, you can totally tell the difference between the recompressed HD signal on cable and the pure OTA signal.</p>

<p>For the most part, 98% of what&#8217;s on regular cable is crap. I will admit that I love the original series on HBO and Showtime like Deadwood, Rome, Weeds, Six Feet Under, etc. I see them when they come out on DVD. I like watching a whole season of something in one shot anyway. Except for those few series, how many times can you watch Beverly Hills Cop on HBO? There are also a few of those reality competition shows on Bravo (Top Chef, Top Design, Project Runway) that we don&#8217;t get to see live. But if we&#8217;re really dying to see them, we can always get them from the iTunes store.</p>

<p>When you figure that I&#8217;d pay about $100 per month for the pleasure of having all that entertainment piped into my house by Cox every month, I&#8217;m way ahead of the game by going OTA for network television and then buying everything else a la carte.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Playing in the dirt]]></title>
    <link href="http://duksta.org/archives/2006/06/05/playing-in-the-dirt/"/>
    <updated>2006-06-05T14:06:00-07:00</updated>
    <id>http://duksta.org/archives/2006/06/05/playing-in-the-dirt</id>
    <content type="html"><![CDATA[<p><img alt="Garden-20060605.jpg" src="http://duksta.org/blog-images/2006/06/Garden-20060605.jpg" width="320" height="240"  style="float: left; margin: 0 20px 20px 0;"/></p>

<p>I spent the better part of yesterday digging up about 24 square feet of the side yard to make room for a raised bed garden. Late in the afternoon, a friend stopped by and helped with installing the raised bed frames and getting them level. I&#8217;m pretty sore today in places where I forgot I had muscles.</p>

<p>Today I&#8217;ve got to go get a whole boatload of peat moss to fluff up the soil. Our soil is really sticky and clay like.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[It Doesn't Suck]]></title>
    <link href="http://duksta.org/archives/2006/04/12/it-doesnt-suck/"/>
    <updated>2006-04-12T16:01:00-07:00</updated>
    <id>http://duksta.org/archives/2006/04/12/it-doesnt-suck</id>
    <content type="html"><![CDATA[<p>I think that it&#8217;s funny that Bare Bones Software (the makers of BBedit) have registered &#8220;It Doesn&#8217;t Suck&#8221; as a trademark.</p>

<p><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78146035">Link</a></p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Double Yolk]]></title>
    <link href="http://duksta.org/archives/2006/04/09/double-yolk/"/>
    <updated>2006-04-09T12:05:00-07:00</updated>
    <id>http://duksta.org/archives/2006/04/09/double-yolk</id>
    <content type="html"><![CDATA[<p><img alt=Double Yolk!" src="http://duksta.org/blog-images/2006/04/DoubleYolk-thumb.jpg" width="240" height="240"  style="float: left; margin: 0 20px 20px 0;"/>
I got a pleasant surprise this morning while I was making french toast for breakfast. The first egg I cracked had double yolks. I liked the look of it so much, I had to take a picture. The really neat part was the way the two yolks were all squished together coming out of the egg and then slowly separated into what you see in the top of the picture.</p>
]]></content>
  </entry>
  
  <entry>
    <title type="html"><![CDATA[Online Rebate Submission - It's About Time!]]></title>
    <link href="http://duksta.org/archives/2006/02/04/online-rebate-submission/"/>
    <updated>2006-02-04T13:13:00-08:00</updated>
    <id>http://duksta.org/archives/2006/02/04/online-rebate-submission</id>
    <content type="html"><![CDATA[<p><img alt="easyrebate_logo_new.gif" src="http://duksta.org/archives/easyrebate_logo_new.gif" width="100" height="62" style="float: left; margin: 0 20px 20px 0;"/>
So&#8230; I went to <a href="http://staples.com">Staples</a> this morning to pick up some DVD-Rs. Pretty routine trip; run in, grab DVD-Rs, stand in line, check out. While I was in line, I noticed that they had TurboTax sitting there in a POS display. I thought to myself, &#8220;Better get that too, as I think we have all the various and assorted tax information now and it would be nice to figure out if we&#8217;re going to owe or get a refund.&#8221; Apparently there is a &#8220;rebate&#8221; deal where you get a $10 Staples gift card with the purchase of TurboTax. I paid for my goods, got the rebate receipt and then waited a bit as the cashier asked the other cashier if she had any of the &#8220;Easy Rebate&#8221; bag inserts. I get all the paperwork, shove it all in the bag and go off to run my other errands.</p>

<p>Later on, I get home and check out the receipts and such. Much to my amazement, Staples has actually made it easy for you to file for rebates now. It seems that now on any Staples rebate offers, there will be an offer code and an Easy Rebate ID code. To file for your rebate, you simply go to <a href="http://stapleseasyrebates.com">stapleseasyrebates.com</a>, enter the two codes and fill in your mailing address info. Ta Da! Done. No stamps, no envelopes, no bullshit. This is so easy, my friend <a href="http://kvet.ch">Emory</a> would even use it, and he <strong>never</strong> files rebates. Let&#8217;s hope that everyone else follows suit.</p>
]]></content>
  </entry>
  
</feed>
