<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>jr conlin's ink stained banana</title>
	<atom:link href="http://blog.unitedheroes.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unitedheroes.net</link>
	<description>it's teaching the monkey to stop typing that's hard...</description>
	<pubDate>Wed, 01 Jul 2009 14:51:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spraypainted White Hat</title>
		<link>http://blog.unitedheroes.net/archives/p/3645/spraypainted-white-hat/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3645/spraypainted-white-hat/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:54:44 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3645</guid>
		<description><![CDATA[NOTE: WHAT FOLLOWS IS PERSONAL OPINION. IT IS NOT SANCTIONED NOR REFLECTS THE OFFICIAL VIEWS OF MY EMPLOYER.
i've corrected this post to reflect the additional information provided below.
Right, that's out of the way then. So, i work at Netflix. Specifically, i work in the API group. The guys that offer http://developer.netflix.com and various services tied [...]]]></description>
			<content:encoded><![CDATA[<p><b>NOTE: WHAT FOLLOWS IS PERSONAL OPINION. IT IS NOT SANCTIONED NOR REFLECTS THE OFFICIAL VIEWS OF MY EMPLOYER.</b></p>
<div class="update">i've corrected this post to reflect the additional information provided below.</div>
<p>Right, that's out of the way then. So, i work at Netflix. Specifically, i work in the API group. The guys that offer <a href="http://developer.netflix.com" target="_blank">http://developer.netflix.com</a> and various services tied to it. Anyone who knows me (or just reads this blog) also knows that i'm <a href="http://blog.unitedheroes.net/archives/p/2536/digital-footprints/" target="_blank">more</a> <a href="http://blog.unitedheroes.net/archives/p/3517/goin-crackers/" target="_blank">than</a> a <a href="http://blog.unitedheroes.net/archives/p/2997/remote-controlled-scrambled-eggs/" target="_blank">little</a> <a href="http://blog.unitedheroes.net/page/2/?s=paranoid&#038;submit=search" target="_blank">paranoid</a> about security and privacy. </p>
<p>Some time ago, a company called <a href="http://www.jinni.com/" target="_blank">Jinni</a> started collecting Netflix customer ratings so that they could store them on their servers and do things with them. Unfortunately, since Netflix doesn't offer a way to pull those ratings directly, Jinni decided that they'd use <a href="http://www.designingsocialinterfaces.com/patterns.wiki/index.php?title=The_Password_Anti-Pattern" target="_blank">one of the worst anti-patterns possible</a>, and ask for the user's account name and password, which they store on their servers. </p>
<p>This, not surprisingly, is a violation of the <a href="http://developer.netflix.com/page/Api_terms_of_use" target="_blank">Netflix Terms of Service</a>. Netflix, for those not aware of the company, is a subscription based movie rental company. You set up your subscription via a credit card which is tied to your account by&#8230; your user name and password. Netflix, also not surprisingly, doesn't want potentially thousands (or really, even one) credit card to be stolen out of it's service by any site that's suddenly been compromised.
<div class="update">Your Credit Card information is obscured on the Netflix site, and while it's not possible to access the number directly, it is possible to view other elements of information including the last four digits of your credit card, billing zip code, expiration date, plan option, and the ability to acquire gift certificates and other actions.</div>
<p>You see, <a href="http://www.jinni.com/privacy.html" target="_blank">regardless of the sort of encryption being done to store user credentials on a remote site</a>, if you're entering a username and password, it must be transmitted (and therefore stored) in plain text and therefore it's easy to steal via <a href="http://www.pburkholder.com/sysadmin/SSL-mitm/index.php" target="_blank">any number of mechanisms</a>. This is why services like <a href="http://oauth.net/about/" target="_blank">OAuth</a> are better because they provide the three parties (you, a third party program acting as your agent, and your data service) to all agree on a common set of alternate credentials that have access to an explicit set of information. For instance, i can use these alternate credentials to let <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=284939570" target="_blank">PocketFlicks</a> access my reviews and movie watching history, but not have access to my credit card info. Plus, should i ever distrust a given service, i can have the data service revoke access at any time. </p>
<p>i'll toss in that OAuth is just one solution. There are others, including Yahoo's <a href="http://developer.yahoo.com/auth/" target="_blank">BBAuth</a>, <a href="http://code.google.com/apis/accounts/docs/AuthForWebApps.html" target="_blank">Google's Auth</a>, and <a href="http://developers.facebook.com/connect.php" target="_blank">Facebook Connect</a> which all provide similar function (although those are tied to specific vendors). This is what's known as <a href="http://www.schneier.com/blog/archives/2009/02/balancing_secur.html" target="_blank">balanced security</a>, and frankly, if you're using either an agent or a data service that doesn't provide that sort of balance, i'd seriously question the goals and aims of that service. (Twitter, thankfully, has <a href="http://apiwiki.twitter.com/OAuth-FAQ" target="_blank">recently joined the OAuth bandwagon</a> after having had <a href="http://blog.twitter.com/2009/01/gone-phishing.html" target="_blank">several accounts compromised</a> by various less than upstanding services.)</p>
<p>So, it both confuses and saddens me when i see companies like Jinni slinging <a href="http://davisfreeberg.com/2009/06/29/netflix-closes-silo-again-forces-jinni-to-disable-ratings-feature/" target="_blank">fud</a>. To them, the obvious reason that Netflix is "demanding they remove the import ratings feature" is obviously because Netflix see them as a threat. Well, i'd guess Netflix does, but definitely not in the sort of way that <a href="http://blog.jinni.com/2009/06/you-cant-take-it-with-you-netflix-ratings/" target="_blank">they seem to think</a>.</p>
<p>Netflix's income comes from subscriptions. Netflix's main goal is to increase subscribers. In order to do that, Netflix want's to provide a service that folks are happy enough to both continue to use and to recommend to others. One of the ways that we've found to make our service useful is by recommending movies that you might enjoy watching. We do a fairly good job, but <a href="http://www.netflixprize.com//leaderboard" target="_blank">we're about to award some guys $1,000,000</a> for a way to make it just 10% better than it was before, so we know that others might do a better job than we can. We just want more subscribers*. Heck, if you like watching movies based on random words in the dictionary, we don't care so long as you become a subscriber. Honest, that's the sum total goal.</p>
<p>Now, there are also <a href="http://www.pcworld.ca/news/article/d92d806c0a01040800397d4e26f89d03/pg0.htm" target="_blank">laws in place</a> that we have to respect dealing with ensuring your privacy. For instance, we can't share your movie rental history without your consent. Every time we look at offering a new service, we have to make sure that it's not potentially violating laws or existing privacy policies. That means that the reason somethings are offered before others isn't always because it's technically challenging. Is it frustrating? Oh man, is it ever, but that's the reality we have.</p>
<p>i'm quite sure that the Jinni folks are fine, upstanding citizens with only the best of intents. That said, i'm still paranoid as hell, and frankly, you should be too. Heck, be rightfully paranoid about Netflix, that's why security experts recommend having unique passwords for every service you use. (Just note that <a href="http://jobs.netflix.com/DetailFlix.asp?flix2615" target="_blank">Netflix is required to be SOX compliant</a> and regularly audited by our credit holding insurance agency where i don't believe Jinni is.) </p>
<p><strike>We</strike> i believe that Netflix doesn't care if someone wants to store and use their customers movie ratings. Heck, when they're allowed to provide them, i personally hope Jinni does a better job than Netflix does because that will also increase Netflix subscriptions. Netflix just can't provide them yet. </p>
<p>As for giving them, or any site, credentials that could access your stored <strike>credit card</strike> personal info? Well, that's just stupid. </p>
<p><small>(*Oh yeah, those stupid pop-up/over/under ads? Those are from affiliate partners. They're not supposed to do that.)</small></p>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3645/spraypainted-white-hat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Several Other Facts</title>
		<link>http://blog.unitedheroes.net/archives/p/3643/several-other-facts/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3643/several-other-facts/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:49:19 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3643</guid>
		<description><![CDATA[Don't get me wrong. i like the EFF, in fact, i've contributed and gotten the full set of stickers and lovely note, but there are times that i kinda wonder if they're thinking clearly.
Take, for instance, a note they published yesterday Several Facts about Google. They note that they're very happy with the fact that [...]]]></description>
			<content:encoded><![CDATA[<p>Don't get me wrong. i like the EFF, in fact, i've contributed and gotten the full set of stickers and lovely note, but there are times that i kinda wonder if they're thinking clearly.</p>
<p>Take, for instance, a note they published yesterday <a href="http://www.eff.org/deeplinks/2009/06/several-facts-about-" target="_blank">Several Facts about Google</a>. They note that they're very happy with the fact that Google is testing out HTTPS connections for gmail, since that means that the connection between you and Google is secure. That's very nice. Granted, SMTP, the method of delivery of your mail, is generally unencrypted, but that's probably beside the point. Kind of like how it's great to have a locking mailbox, but your mailman can still get mugged or <a href="http://www.news-record.com/content/2008/08/19/article/mailman_buried_junk_mail_in_backyard" target="_blank">just bury your mail in his backyard</a>.</p>
<p>The other part that really had me scratching my head was that they were pushing to have Google use HTTPS for searches. </p>
<p>Again, i really like EFF, but i really wish they'd consider what they're asking for.</p>
<p>HTTPS means a secure connection. That means that so long as you're holding a connection open, you've got a mutual, trusted handshake between you and the box you're talking to. That's important to think about so make sure you remember that.</p>
<p>When you make an HTTP request to Google, the first thing that happens is that your request goes to a <acronym title="Directory Name Service">DNS balancer. This machine tries to figure out the closest server to you and hands you off to that machine. That machine is probably a </acronym><acronym title="Virtual IP">VIP</acronym> or "Load balancer" who's job it is to hand you off to a machine that can actually service your request. How you walk that path is kind of dependent on a lot of things like how busy a given server is. All of these hand-offs are done in nanoseconds because none of these needs to keep the "line" open. In fact, with some things, you may not even get to google because you wanted something that exactly matched what someone else just asked for (like "Ed McMahon Memorial" or something). That's called Caching and it means even faster delivery of data to you.</p>
<p>When you switch to HTTPS, however, <a href="http://www.ourshop.org/resources/ssl_step1.html" target="_blank">you introduce a good deal of security and a lot of extra steps</a>. Your machine will only exchange information with a machine that identifies itself correctly. It also means that every request and response has to be encrypted and signed and then checked and decrypted. </p>
<p>Think of it this way, let's say you wanted to get a quart of milk. Currently you go to a local grocery store, and grab a jug. (We'll pretend that milk is free and unlimited, so you don't have to worry about checking out.) That's pretty much how HTTP works. </p>
<p>HTTPS means driving to an approved Milk Distributor, showing your ID at the door, calling the FDA to ensure that the person you've shown your ID to is who he says he is, handing him a cryptogram that contains your request for a jug of milk, he walks into the store, and sometime later returns with a locked safe which he hands you. You depart, drive home, enter the combination to unlock the safe and pull out your jug of milk. That, of course, presumes that nobody else wanted milk, eggs, meat, or laundry detergent that day and you had to wait in line to talk to the clerk. </p>
<p>Why would you have to wait in line to talk to the clerk? Well, because he costs a lot more than the fridge (even though he's basically walking up to said fridge to grab the milk), and even if you're the most successful grocery store on the planet, you can only realistically afford so many highly trained, FDA approved clerks. Plus, you have to pay for new training for them every year.</p>
<p>i'm sorry EFF, but that's just a really dumb idea. Particularly since your fridge, err, computer could still be seized and the store's receipts , err, search engine's logs can also be subpoenaed. </p>
<p>There are lots of existing ways that you can cover your tracks should you need to. Just ask anyone in China or Iran how to do it. But for the bulk of us, i think we can live my life with my milk in a normal, non-reinforced carton.</p>

[5 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3643/several-other-facts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dead-icated Devices</title>
		<link>http://blog.unitedheroes.net/archives/p/3639/dead-icated-devices/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3639/dead-icated-devices/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 19:28:42 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[Media Hub]]></category>

		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3639</guid>
		<description><![CDATA[About a week ago, my Archos 605 exploded. Well, not "Oh God! My House is on Fire!" exploded, but the battery catastrophically failed and expanded to the point where it blew the back off the device and dismounted it from it's DVR base. i suspect the problem was that the near constant trickle charge from [...]]]></description>
			<content:encoded><![CDATA[<p>About a week ago, my <a href="http://www.flickr.com/photos/jrconlin/3637472222/" target="_blank">Archos 605 exploded</a>. Well, not "Oh God! My House is on Fire!" exploded, but the battery catastrophically failed and expanded to the point where it blew the back off the device and dismounted it from it's DVR base. i suspect the problem was that the near constant trickle charge from the base it was on caused the problem. i contacted Archos and the offered the option to RMA it, and replace the battery for $65 (Which, i'd guess means rolling the "Oh God! My House is on Fire!" dice again in another couple of years), or $100 off on a new Archos5 or 7. Considering i already have an Archos5 (which i've now relegated to "charge and load only before lengthy trans-continent flights"), i decided to not send Archos any more of my money.</p>
<p>This kinda lead to the next question: What should i get as a <acronym title="Digital Video Recorder: What a TiVO is.">DVR</acronym>? </p>
<p>It's actually more complicated than it sounds. </p>
<p>You see, i kinda got used to the idea of having a second DVR that i could use to record my geek-tastic shows on and have playing while i wrote code. It was also sometimes useful to have something that could encode video and audio when i wanted to save something that didn't come on CD or DVD. i have a <a href="http://www.hauppauge.com/site/products/data_hvr1600.html" target="_blank">Hauppauge 1600</a> that came with my desktop computer, but it's only recently <a href="http://ubuntuforums.org/showthread.php?p=6120670" target="_blank">kinda/sorta supported under Ubuntu</a>, and frankly, i still can't get it to work quite right. i also had a crufty old USB video capture plugin device i'd picked up sometime in the past for $30, and let me say that it's capture ability rivals that of an etch-a-sketch. Plus, neither of these had a decent IR Blaster so having it change channels for me was kinda out. </p>
<p>One thing i've also kind of learned over the years is that it's often better to have dedicated devices rather than farting around with trying to get something else cobbled up and working. Instead of trying to get wireless networking operational on a given device, it's cheaper and far easier to just go get a dedicated access point. </p>
<p>To that end, i ordered a <a href="http://www.amazon.com/gp/product/B000HXGIHE?ie=UTF8&#038;tag=unitedheroesn-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000HXGIHE" target="_blank">Neuros</a> for $99 (oddly, cheaper than the PVR base add-on for the Archos5, when it was in stock). Toss on one an old 60GB drive i slapped into a USB shell or a spare CF card i've got and i figure it'll suit just fine (Hell, if i really wanted, i could probably just plug in a cheap 1TB USB in a few years and be good to go for quite some time.)</p>
<p>Plus, if i ever do get that 1600 working right under Ubuntu, i can move this thing to the bedroom. Which is something i'd have a helluva lot more problems doing with my desktop.</p>
<p>i'm sure that it's strange to a lot of folks in this era of convergence, that i'd be happier heading in the opposite direction. i won't argue that it sucks that i need something like a bandoleer to haul around the various gadgets i'd like to have, but then again, i'm not terribly upset when the latest version of the phone i just bought gets video either. (Or really that upset when my camera stops working and can't swap it out.)</p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3639/dead-icated-devices/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So Long Y!IM</title>
		<link>http://blog.unitedheroes.net/archives/p/3632/so-long-yim/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3632/so-long-yim/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 01:33:16 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3632</guid>
		<description><![CDATA[i have a personal philosophy: Use things that make your life easier.
Of course "easier" is a fairly relative term, but it's stuff that i prefer to use that doesn't overly complicate matters. For quite some time, that included using Yahoo Instant Messanger (Y!IM) as my messenger client of choice. Sadly, those days have come to [...]]]></description>
			<content:encoded><![CDATA[<p>i have a personal philosophy: Use things that make your life easier.</p>
<p>Of course "easier" is a fairly relative term, but it's stuff that i prefer to use that doesn't overly complicate matters. For quite some time, that included using Yahoo Instant Messanger (Y!IM) as my messenger client of choice. Sadly, those days have come to an end.</p>
<p>For various reasons, i can't run the default Yahoo Messenger Client, nor do i want to dedicate a web page or flash app in order to do messaging. What's more, i don't want to see a bunch of ads or have cute smiley faces appear in code snippets. For the past two years, i've been using Pidgin as my client since it's far smaller and talks with all the messaging services. (<strike>Well, almost all. Facebook is still closed.</strike> <a href="http://developer.pidgin.im/wiki/ThirdPartyPlugins#AdditionalProtocols" target="_blank">Whaddya Know&#8230;</a>) </p>
<p><a href="http://www.pidgin.im/download/" target="_blank">Pidgin</a> makes my life easier, so it's a good tool to have. What's more, it encouraged me to dig up a lot of my older messenger accounts because i could finally run one program that let me talk to anyone on any other network. </p>
<p>Up until a few days ago when Yahoo decided to be dorks.</p>
<p>They changed the method they use to authorize connections. Mind you, they do that from time to time to prune back spammers and others with malicious intent. It's a fair enough cause since their stand is "It's our network, so we control what goes on it". i can't argue with that, but it does tell me something else. It's their network, not mine, so i use it at their discretion, not mine.</p>
<p>So, much like my decision about getting a Facebook vanity URL, i decided to switch things around. </p>
<p><a href="http://xmpp.org/about/" target="_blank">XMPP</a> (or Jabber) is an open protocol that's been out for a few years. There are <a href="http://xmpp.org/software/clients.shtml" target="_blank">dozens of free</a> (both in cost and in not ad driven) clients that can use it. What's more, i can add a Jabber server to my domain and publish my client connect without worrying about being spammed to death.</p>
<p>So here it is: <a href="xmpp://jabber@jrconlin.com?message" target="_blank">jabber@jrconlin.com</a> It's not an email address, and before you can send your offers of s3xy weeb camz, i have to agree to get messages from you. </p>
<p>That's going to be my new main IM address. It's mine, lives under my control, allows me to log in and run on multiple machines, and i don't have to worry about it not working in the future because someone wasn't making enough money.</p>
<p>Something <a href="http://search.techcrunch.com/query.php?s=yahoo+deadpool" target="_blank">Yahoo has been in the habit of doing</a> quite a bit lately.</p>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3632/so-long-yim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fudgey the Waitaminute</title>
		<link>http://blog.unitedheroes.net/archives/p/3627/fudgey-the-waitaminute/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3627/fudgey-the-waitaminute/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 17:25:13 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3627</guid>
		<description><![CDATA[Having grown up on the East Coast in the 80's, Father's Day means having post traumatic flashbacks of Fudgey the Whale.

One thing that has always bothered the hell out of me was, what exactly did "A Whale of a Dad" mean?

Here you go Dad, you're bloated and can only survive while buoyant.
Dear Dad, i hope [...]]]></description>
			<content:encoded><![CDATA[<p>Having grown up on the East Coast in the 80's, Father's Day means having post traumatic flashbacks of Fudgey the Whale.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/67J2Gtc_m5c&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/67J2Gtc_m5c&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /></object></p>
<p>One thing that has always bothered the hell out of me was, what exactly did "A Whale of a Dad" mean?</p>
<ul>
<li>Here you go Dad, you're bloated and can only survive while buoyant.</li>
<li>Dear Dad, i hope you don't die on a beach.</li>
<li>Father, look! Eskimos! Run for your life!</li>
<li>i love you Dad, Sorry about the harpoon.</li>
<li>Hope you enjoy the cake Daddy. It was either this or a bucket of krill.</li>
<li>i learned so much from you Dad, like how to hold my breath for 45 minutes and battle giant squid.</li>
</ul>
<p>Come to think of it, any of those would be better than the usual assortment of cards about golf, watching TV and farting, so maybe there's a market&#8230;</p>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3627/fudgey-the-waitaminute/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More Than a Kitchen</title>
		<link>http://blog.unitedheroes.net/archives/p/3630/more-than-a-kitchen/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3630/more-than-a-kitchen/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 04:19:50 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3630</guid>
		<description><![CDATA[One of the odder things about our kitchen remodel is that folks are actually surprised by how calm Anne Marie and i are during it. We're cooking in the garage (although eating in the living room), but mostly adapting pretty well. Yeah, a third of our house is currently being rebuilt and for a few [...]]]></description>
			<content:encoded><![CDATA[<p>One of the odder things about our kitchen remodel is that folks are actually surprised by how calm Anne Marie and i are during it. We're cooking in the garage (although eating in the living room), but mostly adapting pretty well. Yeah, a third of our house is currently being rebuilt and for a few times it was questionable whether or not we'd have power or water when we got home at night, but even then, things went fairly well. </p>
<p>The point was driven home today at the lighting store when the guy helping us out told us that we were the most well adjusted folks he's met who were this far along in their remodel. He told us that most couples come in at the start, very much in love and as the project progresses and more and more of their time is consumed, eventually someone is abandoned at the store in tears while the other tries to get the employees to come to the divorce hearing. </p>
<p>A remodel is a fairly big affair, particularly in an older home, even more so if you happen to be living in it at the time. Figure it's going to take at least a month longer than the estimate, cost around 20% more than you figured, and involve a minimum of two major issues (half of which will be your fault). If you're not living a profoundly good life or have a habit of "Making sure that these losers do what i tell them to", increase those numbers exponentially.</p>
<p>It also helps to plan accordingly and stay flexible, but that's true regardless of what you're doing. </p>
<p>i thanked the gent (and later realized that i screwed up my order slightly with regard to the connector cables), and went about the rest of my day, knowing a little bit better why the divorce rates are so damn high. </p>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3630/more-than-a-kitchen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy-Go-Homocidal</title>
		<link>http://blog.unitedheroes.net/archives/p/3625/happy-go-homocidal/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3625/happy-go-homocidal/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:14:09 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[cranky]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3625</guid>
		<description><![CDATA[So, let's see:

My Archos 605's battery exploded (ok, nearly exploded) it swelled up enough to pop the back off. No word back from customer support as to whether or not i can clip the wires and still use it, minus battery.
If anyone has any experience installing Kichler Design Pro Undercabinet LED lights and wouldn't mind [...]]]></description>
			<content:encoded><![CDATA[<p>So, let's see:</p>
<ul>
<li>My Archos 605's battery exploded (ok, nearly exploded) it swelled up enough to pop the back off. No word back from customer support as to whether or not i can clip the wires and still use it, minus battery.</li>
<li>If anyone has any experience installing Kichler Design Pro Undercabinet LED lights and wouldn't mind answering a question or two within the next 24 hours, i'd be greatly appreciative.</li>
<li>Alrighty, so i need to tear down and pack up my office and bedroom as well so that the circuits can be installed that will prevent me from setting fire to my house, all before i head into work this morning. Whoo-hoo!</li>
<li>i also finally figured out what was so damn frustrating about the code i was working on. It just needs one thing. To die in a fire.</li>
</ul>
<p>So no, it's not that i hate you or don't want to talk to you. It's not that i don't find you charming. It's not that i enjoy kicking your puppy out of my way. i'm just a little stressed at the moment and not my normal super happy self.</p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3625/happy-go-homocidal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nu Vogue Antiques</title>
		<link>http://blog.unitedheroes.net/archives/p/3622/nu-vogue-antiques/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3622/nu-vogue-antiques/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 00:51:11 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3622</guid>
		<description><![CDATA[Born April, 1984, an old friend was killed by the government yesterday. Granted, i knew the execution was coming, and in fact, the previous stay was only for a few months, but now the deed is done and there's no going back.
Of course, going forward was kinda out of the question too.
i speak of my [...]]]></description>
			<content:encoded><![CDATA[<p>Born April, 1984, an old friend was killed by the government yesterday. Granted, i knew the execution was coming, and in fact, the previous stay was only for a few months, but now the deed is done and there's no going back.</p>
<p>Of course, going forward was kinda out of the question too.</p>
<p>i speak of <a href="http://www.flickr.com/photos/jrconlin/3626499933" target="_blank">my old, black and white, portable TV</a>. i got it as a college gift from my parents (i'm old). As a bonus, it can also run for a few hours off of eight (count'em) D batteries. It saw me through a fair portion of my adult life, kept my group up-to-date during 9/11 and even functioned as a monitor for a few things, but now&#8230; well&#8230; now it's just kinda sad.</p>
<p>With the transition to Digital TV, it's now just a radio. i've also got a portable TurboGrafix (yep, i sure can pick the winning consoles) that had the TV option as well. Now, it's also useless. What's more, should i decide to bury them in the ash heap of history, i've got to drop them off as the hazardous materials they are.</p>
<p>This kinda got me thinking about what sort of crap we're going to leave behind as antiques. </p>
<p>Think about it. There are <strike>crap</strike> antique shops stuffed to the gills with the junk our fore-parents never got around to getting rid of. Heck, there are even stores that specialize in selling high priced reproductions of the crap that we used to get yelled at for breaking. So, what kind of crap are folks going to remember about our era? LCD monitors? iPhones? Porcelain reproductions of biggie sized Wendy's fries containers? i suppose, but then most of that requires batteries and hazmat suits for disposal.</p>
<p>Huh, perhaps that's what they'll stock in those shops come 2100. </p>
<p>That or some USB sticks full of pirated copies of Windows 7.</p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3622/nu-vogue-antiques/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who's Settling Who</title>
		<link>http://blog.unitedheroes.net/archives/p/3616/whos-settling-who/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3616/whos-settling-who/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:07:52 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3616</guid>
		<description><![CDATA[Whilst reading good Mr. Dash's accurate statement about the pending Facebook Vanity URL grab, i remembered that i had acquired a vanity URL of my own last year. Mr. Dash (not to be confused with his delicious, low sodium wife), also raises an excellent point about vanity domains. 
My vanity domain is a professional face [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst reading good Mr. Dash's <a href="http://dashes.com/anil/2009/06/the-future-of-facebook-usernames.html" target="_blank">accurate statement about the pending Facebook Vanity URL grab</a>, i remembered that i had acquired <a href="http://jrconlin.com" target="_blank">a vanity URL of my own</a> last year. Mr. Dash (not to be confused with his delicious, low sodium wife), also raises an excellent point about vanity domains. </p>
<p>My vanity domain is a professional face for myself. It's what i put on personal business cards or tell people when i want to be more than some idiot with a blog. Granted, one can get vanity domains for countless other services as well, and in fact, i have a slew of them. The reason that services like to hand those out is because they're link bait for their own services. (Why not have "facebook.com" appear as the domain of choice for folks doing a search for stuff?)</p>
<p>Still, i don't like the idea of someone else holding sway over me, particularly someone who could cut my account off for any reason. So, no, i'm not going to use that as my on-line calling card, even thought they REALLY want me to. Instead, i'm going to use them to promote me.</p>
<p>What i did was write <a href="http://jrconlin.com/404.phps" target="_blank">a tiny bit of PHP</a> that checks the paths of 404 documents against a database. If there's an entry, i redirect to the URL for that entry, if not, i do a search for that term plus my name.</p>
<p>E.g. to get to my amazon profile, you can go to <a href="http://jrconlin.com/amazon" target="_blank">http://jrconlin.com/amazon</a>. Likewise, you can go to <a href="http://jrconlin.com/flickr" target="_blank">flickr</a>, <a href="http://jrconlin.com/linkedin" target="_blank">linkedin</a>, or <a href="http://jrconlin.com/networks.php" target="_blank">anywhere else i may have an account</a>. LIkewise, if you're looking for stuff about me and "hacking", just go to <a href="http://jrconlin.com/hacking" target="_blank">http://jrconlin.com/hacking yahoo</a>. Heck, in about two seconds, i can set up vanity URLs for services that don't have vanity URLs, and best of all, they get the privilege of being on my site, not the other way around.</p>
<p>It's trivially simple to set this up, by the way, and damn cheap. i know mookie hates them, but <a href="http://www.dreamhost.com/r.cgi?27469" target="_blank">Dreamhost is running a sale again</a>. (if not, wait a bit. They're always running some sale).</p>
<p>So, yeah, that whole facebook vanity URLs thing? Not really that impressive.</p>

[1 Comment]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3616/whos-settling-who/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create v. Destroy</title>
		<link>http://blog.unitedheroes.net/archives/p/3613/create-v-destroy/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3613/create-v-destroy/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 04:44:46 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
		
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3613</guid>
		<description><![CDATA[There's an old adage that goes "It's easier to destroy than create".
i'm not quite sure that applies to software developers.
Torvalds knows i'm just as guilty of it as anyone else, but one of the things that constantly infuriates me is tripping over unused code. Mostly because i have no idea that it's unused before i [...]]]></description>
			<content:encoded><![CDATA[<p>There's an old adage that goes "It's easier to destroy than create".</p>
<p>i'm not quite sure that applies to software developers.</p>
<p>Torvalds knows i'm just as guilty of it as anyone else, but one of the things that constantly infuriates me is tripping over unused code. Mostly because i have no idea that it's unused before i trip over it. Trying my best to not reinvent any particular wheel, i'll discover something that may be reasonably close to what i want, spend time tweaking it to suit my needs, and then discover that it actually doesn't do anything near what i want because it was abandoned months ago and nobody ever got around to cleaning that part up.</p>
<p>It's even worse on larger projects where folks are constantly rushing to meet deliverable timelines. Truth is, it's easy to add a note like "//Todo: Finish This", and then forget entirely about "this" for months. </p>
<p>i think the problem is that code is amazingly cheap for a developer. It's what we use, kind of like how an electrician can blow through reels of wiring without thinking about it, only unlike an electrician, raw code doesn't have a price tag hanging off of it at Home Depot. Of course, it really does because code takes time to craft, test and deploy, and that's time that could be spent on other projects. It honestly is worth it to clean up bad code, or at least label or just drop things that aren't being used. </p>
<p>Heh. i call it "picking up the toys" since that's kind of what it feels like. </p>
<p>i just need to remember to do that myself before i cry that other folks aren't doing it. </p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3613/create-v-destroy/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
