<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jr conlin&#039;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&#039;s teaching the monkey to stop typing that&#039;s hard...</description>
	<lastBuildDate>Tue, 27 Jul 2010 01:14:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fear of Friends</title>
		<link>http://blog.unitedheroes.net/archives/p/4028/fear-of-friends/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4028/fear-of-friends/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 01:14:10 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4028</guid>
		<description><![CDATA[i'm not exactly sure why, but every now and again, someone wants to be my friend. Today, it was the Special Counsel at the Federal Communications Commission, Robert Tanner. Apparently, out of a great many people, i've managed to gain the interest of a member of the Strategic Analysis and Negotiations Division under the International [...]]]></description>
			<content:encoded><![CDATA[<p>i'm not exactly sure why, but every now and again, someone wants to be my friend.</p>
<p>Today, it was <a href="http://www.flickr.com/photos/jrconlin/4831460070/" target="_blank">the Special Counsel at the Federal Communications Commission, Robert Tanner</a>. Apparently, out of a great many people, i've managed to gain the interest of a member of the Strategic Analysis and Negotiations Division under the International Bureau. </p>
<p>i've also been solicited for friendship by several CEOs and others of reasonable importance, even though i can honestly say, i have little idea who the heck they are. </p>
<p>A reasonable amount of effort went into doing a quick background check on good Mr. Tanner before i accepted his kind offer of association. (i checked that the email listed in his profile matched the one on record for his 2005 registered website, as well as a few other details.) Still, the incident does get me thinking&#8230;</p>
<p>Do we really know who wants to be our friend?</p>
<p>Think about it, let's say that i'm a nefarious individual. i want to discover private details regarding a group or individual of great interest to steal identity / infiltrate organization / grief / etc. For around $15 i can create a vaguely correct domain of interest like "fox-inc.com" and register a personae as the associate producer via a gmail account. i then send out a bunch of friend requests to various individuals to see who i can net with these vaguely correct bits of information. Some folks ignore, but every "confirmation" lends credibility to my fake personality and soon, others will accept because others have accepted. </p>
<p>While i'm sure that services like LinkedIn would move quickly to disable fake or malicious profiles like this, it's also a case of whack-a-mole. Likewise, once you've established a connection, it's often quite difficult to figure out how to break it, particularly if done cleverly and the nefarious individual is patient enough. </p>
<p>Yes, this is a bit of a strawman, but we've already seen <a href="http://news.techworld.com/security/3229660/facebook-app-may-spread-spam-and-malware/?olo=rss" target="_blank">apps take advantage of gaining people's trust in order to access information about that user</a>. We also know that "friends" are generally granted greater access than apps, so what's to stop someone from escalating to the next level, other than diligence on the part of people who accept friend requests and constant reminders to "only accept people who you know" (or really want to know, or are flattered by their attention, or&#8230;) Even if you're fastidious, can you be reasonably certain that others are?</p>

[3 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4028/fear-of-friends/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Build to Fail</title>
		<link>http://blog.unitedheroes.net/archives/p/4022/build-to-fail/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4022/build-to-fail/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 22:50:11 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4022</guid>
		<description><![CDATA[Recently at work, i had to remind some folks of something important: In order to provide the best service possible, you should build things that can fail. At work, we're in the process of moving a lot of things from big iron systems to a more distributed architecture. What's generally counter-intuitive when doing something like [...]]]></description>
			<content:encoded><![CDATA[<p>Recently at work, i had to remind some folks of something important: In order to provide the best service possible, you should build things that can fail. </p>
<p>At work, we're in the process of moving a lot of things from big iron systems to a more distributed architecture. What's generally counter-intuitive when doing something like that is things break a lot more. Machines and services go up and down all the time. The absolute worst thing one can do in that situation is to provide a boolean "All or Nothing" approach. If you do that, your customers may wind up a good deal like <a href="http://www.clivebanks.co.uk/THHGTTG/THHGTTGradio12.htm" target="_blank">the passengers aboard a certain spaceship</a> awaiting packets of lemon soaked paper napkins. In spite of what those of us with OCD insist on telling ourselves, ours is an imperfect world, and the sooner we adjust to that fact, the better.</p>
<p>As an example, right now i'm prevented on fixing a bug because a system that a system that a system i rely upon is down for unfathomable reasons. Said system provides a single element of data that while useful, isn't really critical. The data could be zeroed (so that folks that are looking for it don't break) or faked (since there's no dependency issues) with few the wiser. </p>
<p>Chances are, if you really reduce the set of data you absolutely have to send (and i don't mean "You absolutely need to send the user's background graphic otherwise the world will end!", i'm talking the absolute smallest data set you can send and have the site be tolerably functional), you'll be amazed by what little data you really need. Heck look at Twitter as an example. While they can provide <a href="http://apiwiki.twitter.com/Twitter-API-Documentationb" target="_blank">a huge pile 'o data</a>, ultimately the smallest set is the message, who sent it, and when. </p>
<p>Why pare down to the base essentials? Because it's easier to focus on three or four items and make sure that set of data is critically available. The nice thing is that once you've done that, it's fairly easy to tackle the next set of less critically available data while knowing that should that fail, you're not off the air and so on. When you build things to fail, you're ensuring that your stuff will work as well as possible. That makes your system more robust and reliable, which means that services that rely on you are more robust and reliable. </p>
<p>And thus, this is how you get to Yahoo/Google levels of reliable services, because both of those folks absolutely build things to fail. </p>
<div class="update">For the benefit of folks who may have seen broken bits, yes, i had upgraded wordpress to 3.0 and as per normal, stuff broke. Things should be reasonably back to normal, but i may tweak the comments a bit more.</div>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4022/build-to-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scenes From Los Gatos</title>
		<link>http://blog.unitedheroes.net/archives/p/4009/scenes-from-los-gatos/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4009/scenes-from-los-gatos/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:13:05 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4009</guid>
		<description><![CDATA[Me: (reading alert off of my phone) Huh, quake off of San Francisco a few minutes ago. Looks like it was a three pointer, John: (sitting next to me) What, did you feel it? &#8230; Why yes, it was a lateral movement quake with a thrust vector of .01, brown shoes and from it's stance, [...]]]></description>
			<content:encoded><![CDATA[<p class="v1">Me: (<i>reading alert off of my phone</i><i>) Huh, <a href="http://earthquake.usgs.gov/earthquakes/recenteqsus/Quakes/nc71416595.html" target="_blank">quake off of San Francisco a few minutes ago</a>. Looks like it was a three pointer,</i></p>
<p class="v2"><a href="http://www.sinsagainstcinema.com/" target="_blank">John</a>: (<i>sitting next to me</i>) What, <a href="http://earthquake.usgs.gov/earthquakes/dyfi/events/nc/71416595/us/index.html" target="_blank">did you feel it</a>?</p>
<p class="v1">&#8230;</p>
</p>
<p class="v1">Why yes, it was <a href="http://www.ncedc.org/mt/nc71416595_MT.html" target="_blank">a lateral movement quake</a> with a thrust vector of .01, brown shoes and from it's stance, hailed from Cotsgold on the Hampshire.</p>
<p class="v2">Excellent deduction, Watson, but you failed to note the fact that the quake had a limp! Mwah-ha-ha!</p>
<p style="padding-top:6EX;">i really like the folks i work with&#8230;</p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4009/scenes-from-los-gatos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing the World Wide Web</title>
		<link>http://blog.unitedheroes.net/archives/p/4007/killing-the-world-wide-web/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4007/killing-the-world-wide-web/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:22:51 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4007</guid>
		<description><![CDATA[John Battelle recently pondered: But the question stayed with me &#8211; What is the essence of "the Web," or "The Internet"? Does Apple's approach to the world we've built together over these past 15 years qualify as part of the Web? i've argued in the past that it does not. But perhaps i'm being too [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://battellemedia.com/archives/2010/06/is_apples_iworld_the_web.php" target="_blank">John Battelle</a> recently pondered:</p>
<blockquote class="article"><p>But the question stayed with me &#8211; What is the essence of "the Web," or "The Internet"? Does Apple's approach to the world we've built together over these past 15 years qualify as part of the Web? i've argued in the past that it does not. But perhaps i'm being too dismissive. Perhaps, after 15 years of noise, and dirt, and half steps, perhaps we all really want the Web packaged and delivered to us in neat Apps, ready for consumption.</p></blockquote>
<p>It's an interesting question, but one that's a bit too narrowly focused. In truth, Apple is merely trying to do the same thing that Facebook and AOL have tried to do. They want to be the Internet.</p>
<p>Not part of it, they want to be it. </p>
<p>Sure, they may use bits of it, and may even duplicate things that look a lot like stuff you see on the web, but ultimately, they don't want you anywhere near the web. They want you where they can control you, feed you what they want, when they want it. They want you dependent on them because that's where all your friends/peers/celebrities are. This may sound hyperbolic, but it pretty much lays out exactly the way things were before the web.</p>
<p>Consider the pre-web days of Prodigy, Compuserve, GEnie and the like. The web was a dirty place you had to work at to get to. If you were lucky, you might have gotten a way to send an email to someone on another service, but again, you usually had to work at it. That's because you were worth more to them playing in their sandboxes than you were playing somewhere else (even when you were ponying up bucks to use them). </p>
<p>It's still true today. Facebook doesn't want you wandering off, so they've either duplicated things you might want elsewhere or made it so that the only place you can get things is on their service. That's not how the web is supposed to work, and is a huge step backwards. Thing is, most folks don't care. i've said that i consider Facebook a "roach motel of information". Stuff goes in easily, but never comes out. Open Graph is merely taking that one more step, and i have no doubt what-so-ever that it's Facebook's goal to sweeten "search" results with folks that swallowed the blue pill. (It does mean that search results are going to be heavily gamed in facebook by commercial interests rather than academic ones, but that's not important to facebook.)</p>
<p>i'm fairly sure Apple is playing a similar game, only their's is App based. Apps, that only run on their OS on their devices, under their strict control. They introduce things that work in that world alone and discourage you from going elsewhere. (Heck, a great example is the fact that the only supported emulator for iPhone developers only runs on Apple equipment. It's not possible to release a VM image folks could use?)</p>
<p>i'm also fairly certain that any company that reaches a particular level of user engagement will pull the same sort of crap. Google has to a certain extent with the development of Docs, Base, and similar things, but i will admit they're being a bit better than many in also allowing you to take your data and leave. </p>
<p>Ultimately, the web is open, and as such, can't do things like cut off facebook or other groups that don't want to play fair. That's not what the web is. Still, it's the open web's responsibility to do the same thing that it did when folks were using Prodigy, GEnie and Compuserve. Make the open web so much more compelling than what's available in the closed web. </p>
<p>Right now, we're not doing a really good job of it.</p>
<p>We need to fix that.</p>

[4 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4007/killing-the-world-wide-web/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>16</title>
		<link>http://blog.unitedheroes.net/archives/p/4005/16/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4005/16/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 02:26:13 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4005</guid>
		<description><![CDATA[i am a bit disappointed by FourSquare. http://foursquare.com/venue/0xBEEF is not a butchery. http://foursquare.com/venue/0xFFFF is not a terminus. http://foursquare.com/venue/0xDEAD is not a funeral home. i expected better. Still, we have a while to go before we hit venue 3,737,844,653, but i expect it to go somewhere better. [1 Comment]]]></description>
			<content:encoded><![CDATA[<p>i am a bit disappointed by FourSquare.</p>
<p>http://foursquare.com/venue/0xBEEF is not a butchery.<br />
http://foursquare.com/venue/0xFFFF is not a terminus.<br />
http://foursquare.com/venue/0xDEAD is not a funeral home.</p>
<p>i expected better. </p>
<p>Still, we have a while to go before we hit venue 3,737,844,653, but i expect it to go <a href="http://decafbad.com/blog/" target="_blank">somewhere better</a>.</p>

[1 Comment]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4005/16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phil &amp; Stan</title>
		<link>http://blog.unitedheroes.net/archives/p/4003/phil-stan/</link>
		<comments>http://blog.unitedheroes.net/archives/p/4003/phil-stan/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 05:11:17 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=4003</guid>
		<description><![CDATA[i like my in-laws. They're charming, wholesome folk from North West Connecticut. He worked in a factory most of his life. She worked in a pharmacy. They were born, raised, lived and will most likely die in the same small town, surrounded by the same people they have know most of their lives. So, naturally, [...]]]></description>
			<content:encoded><![CDATA[<p>i like my in-laws. </p>
<p>They're charming, wholesome folk from North West Connecticut. He worked in a factory most of his life. She worked in a pharmacy. They were born, raised, lived and will most likely die in the same small town, surrounded by the same people they have know most of their lives. </p>
<p>So, naturally, i like to perform experiments on them.</p>
<p>Recently, i've heard a fair bit of <a href="http://www.cbc.ca/spark/2010/05/are-moms-stupid/" target="_blank">discussion</a> talking about how the prototypical techno-phobe "Mom" is horribly wrong. Moms are pretty darn tech-savvy. Heck, there are plenty of Grandma's that are equally versed in the digital realms and are the first to tell you. My inlaws, however, are not those people. </p>
<p>They are quite content to passively consume media from the Big Three Networks, because they always have done that. They might watch a few shows on the cable, but the most daring they'd stray is watching Food Network. i've asked them questions about the shows they've just finished watched they couldn't answer like "Where was that restaurant?" or "So, what was the lead characters name again?" i don't really want this to sound derogatory, but they have the intellectual curiousity of a bottle of aspirin. Right now, my wife is explaining to her parents the concept of on-line TV guides. They are far from stupid. It's just that they have little to no interest in technology or advancement. </p>
<p>So, whenever i try to gauge if a given technology is simple and "mainstream" enough, i immediately think of them. It's not simple unless they can understand it. It's not useful until they think it's valuable. When i slam the iPad as being incomplete, they're the ones i have in mind (my answer may change once it's possible to create and print mailing labels from an iPad). Of course, they would still need a keyboard, mouse and a stand so they can keep it on the computer desk. </p>
<p>They have a laptop with a 7 hour battery that they brought with them so i could set it up. When they wanted to check their email, they asked to use my wife's computer. </p>
<p>What's important to realize is that there are a LOT of folks that are exactly like this. It's not an age thing either, since i have younger cousins who are like this. We are a nation of 300,000,000, and a planet of 7,000,000,000. Only one in ten people in the US are Netflix subscribers. Only about one in seventeen people on the planet has a Facebook account. As far under the bleeding edge as we all may be, there's an equal if not greater population of folks that are not. Even 40 years into this, we're still pioneers. </p>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/4003/phil-stan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance</title>
		<link>http://blog.unitedheroes.net/archives/p/3998/acceptance/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3998/acceptance/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 05:20:49 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[Californication]]></category>
		<category><![CDATA[cranky]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3998</guid>
		<description><![CDATA[[wild cheering] Thank you! Thank you all! What a great night this is for America! [more cheering] It is with great honor and pride that i accept this position which i have been tirelessly spending vast sums of money to acquire! [Cheers!] i'll have you know that just prior to coming out to speak to [...]]]></description>
			<content:encoded><![CDATA[<p>[wild cheering]</p>
<p>Thank you! Thank you all! What a great night this is for America!</p>
<p>[more cheering]</p>
<p>It is with great honor and pride that i accept this position which i have been tirelessly spending vast sums of money to acquire!</p>
<p>[Cheers!]</p>
<p>i'll have you know that just prior to coming out to speak to you, i received a gracious call from my opponent conceding this election.</p>
<p>[Lots of cheering]</p>
<p>And though i spent the last five months telling you that he eats babies and regularly worships satan, i accepted his courteous offer before telling him that i was the one who slit his dog's throat last Tuesday.</p>
<p>[a bit less Cheering]</p>
<p>Let's face it, i slung more mud at that bozo than BP's pumped into the well. Heck, the past few weeks? i was just making crap up. You can't imagine the kind of glee i felt watching that maroon trying to calmly discuss why his grandmother was not smuggling Mexicans north in a hot air balloon during World War II. Honestly, there are jukeboxes that are harder to play. But that's not what we're here to talk about tonight! No, tonight we talk about the future!</p>
<p>[Ok, the cheering is back]</p>
<p>A future where you realize that you elected me on groundless promises that had you stayed awake for ten minutes in civics would have shown as impossible!</p>
<p>[And, the cheering is a bit less again]</p>
<p>A future where i will come to the stark realization that politics means other people, and i get to live out the repeated failings of countless others who have held this office ahead of me.</p>
<p>[clapping]</p>
<p>People You hated. People you wanted out so that you could get this fresh face in charge. People who wouldn't think twice about condemning your neighborhood for a strip bar if it got them that much closer to a more powerful position or at least a decent kick back.</p>
<p>[POST EFX:insert clapping here]</p>
<p>And furthermore, a future where you realize that the slim number of my policies that have the best chance of actually passing are the ones you skipped over because they were boring. Policies like cutting funding for community programs, infrastructure, and permit oversight. So i wouldn't park anything better than a Pinto under any trees in the area.</p>
<p>[a random cough]</p>
<p>So thank you, one and all! Your votes mean the world to me. Not as much as the money i'll be getting from lobbyists and future speaking engagements, but it's sweet how the puppies come back after you kick them. Oh, wait, no that comes next week.</p>
<p>[               ]</p>
<p>Thank you and God Bless America!</p>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3998/acceptance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>At Least Ents Like Them</title>
		<link>http://blog.unitedheroes.net/archives/p/3996/at-least-ents-like-them/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3996/at-least-ents-like-them/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 03:39:35 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[cranky]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3996</guid>
		<description><![CDATA[It's notable, that the thing that lead Richard Stallman to found the Open Source movement was the fact that he couldn't get his printer driver to work. This afternoon, my neighbor came to me in frustrated rage because the brand new HP c4750 she was trying to set up simply wouldn't work even after three [...]]]></description>
			<content:encoded><![CDATA[<p>It's notable, that the thing that lead Richard Stallman to found the Open Source movement was the fact that <a href="http://en.wikipedia.org/wiki/Richard_Stallman" target="_blank">he couldn't get his printer driver to work</a>. </p>
<p>This afternoon, my neighbor came to me in frustrated rage because the brand new HP c4750 she was trying to set up simply wouldn't work even after three days of constantly fiddling with it. The problem, of course, was that HP (which every passing day i'm further convinced is full of individuals of great malice) do not provide the simple driver files. Instead, they require the unwitting to run their "installation wizard" which has more in common with Sauron than Gandolf. Said "wizard" would start, hit a fatal error, and then remove all the needed files before helpfully rebooting the computer. (i found the pleasant "Sending an error report" lie to be very amusing. Having worked places that offer that service, i knew damn well that no programmer would see that "error report".)</p>
<p>Naturally, the solution was to start the "wizard" and then kill him with the digital crowbar that is Task Manager's "Kill Process". Once done, you look through various temporary directories for recent new directories and effectively loot the corpse looking for the actual driver files. Sure enough, two hours later, she had a working printer/scanner. </p>
<p>Of course, the "wireless" feature is broken by design because there's no way to change the printer's wireless settings, except for using the now bludgeoned corpse of a wizard, which, even reanimated, is about as helpful as it was deceased.</p>
<p>i provided a friendly reminder to my very nice neighbor that a cheap printer isn't always a "bargain", and that even though she is no longer able to return the immensely defective device, she might be able to fend it off on some sucker via ebay. </p>
<p>Still, as i left mumbling epithets toward Palo Alto, and increasingly aware that the former CEO of the company that produces the most costly substance on earth is now running for senate, i wondered if perhaps HP is doing more to promote Open Source than any other organization on the planet. </p>
<p>Really, what it comes down to is that if you want the least number of headaches, you get a printer that is network ready and use something like "<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/print_add_lpr_port.mspx?mfr=true" target="_blank">LPR</a>" to connect to it. If you can't, bring it back because it's obviously broken and defective. </p>
<p>i'd recommend getting an <a href="http://www.amazon.com/gp/product/B002JM1XRQ?ie=UTF8&#038;tag=unitedheroesn-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002JM1XRQ" target="_blank">Epson</a>. </p>

[3 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3996/at-least-ents-like-them/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Turn Left at the Next Conditional</title>
		<link>http://blog.unitedheroes.net/archives/p/3991/turn-left-at-the-next-conditional/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3991/turn-left-at-the-next-conditional/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:07:21 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3991</guid>
		<description><![CDATA[i tend to rail against things that try to be "helpful". You know the type. These are programs that make life "easier" and "assist" you in ways that might be useful once, but soon make you want to hunt down the folks that came up with the idea and beat them with encyclopedias. Like Clippy [...]]]></description>
			<content:encoded><![CDATA[<p>i tend to rail against things that try to be "helpful".</p>
<p>You know the type. These are programs that make life "easier" and "assist" you in ways that might be useful once, but soon make you want to hunt down the folks that came up with the idea and beat them with encyclopedias. Like Clippy did.</p>
<p>Not all painfully helpful things are as obvious as Clippy. There are some that are far more insidious, specifically, IDEs.</p>
<p>Why the IDE hate? They're the GPS of Coding. They're useful, to be sure, but i'm not sure it's a good idea to learn how to drive with them, but folks are. Heck, i'm one of them. </p>
<p>With the IDE's, not the driving with GPS. Wait, i have one of those too. Damn, i'll start again.</p>
<p>IDE's biggest problem is that they don't teach you anything. In fact, they kind of keep you from learning. The reason is that with complex languages that need an IDE, you start relying on the IDE to do things like tell you what methods and object are available. This leads to a false sense of understanding about the language because, you can get a program running or fix things, but it's a false knowledge. It's a bit like saying "Oh, i know everything there is to know about Yellowstone. i drove by Old Faithful."</p>
<p>That's not really seeing Yellowstone. You've got to get out of the car, away from the well marked trail and concession stands, and out into the woods. Sure, there are wolves and bears and buffalo that haven't dated in a really, really long time, but that's how you learn important things. Like not to bend over when picking up your honey dipped pet chicken.</p>
<p>The best way to learn a language really is to just grab an editor, a compiler and a debugger. You may also want a Drill Sergeant Phrasebook, but that's optional. It's brutal, nasty, and about as much fun as grabbing a map from the 1960's and trying to navigate downtown Boston. Ok, with less gunfire, but it's about as deep a learning experience, and that sort of education will stay with you forever. Much like the scars from the beer bottle that someone threw at your head.</p>
<p>Ok, so that probably doesn't sound very appealing does it? </p>
<p>Tough, it's good for you.</p>
<div class="update">As <a href="http://twitter.com/rckenned/status/15160620127" target="_blank">good Mr. Kennedy points out</a></p>
<div class="twitter">you're missing an ingredient to your "best way to learn a language"…code and/or documentation…hard to learn without a reference </div>
<p>He's right, of course. i'd also add that it's a damn good idea to know which and where the main library and framework repository is for your language of choice (e.g. CPAN, jQuery/YUI/MooTools, etc.), but i tend to view that much the same way that i think of manuals. (Basically, if you don't have at least one, you're a glutton for punishment or an idiot. Either way, you've got a larger problem to deal with.</p></div>

[No Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3991/turn-left-at-the-next-conditional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recognition Is the First Step</title>
		<link>http://blog.unitedheroes.net/archives/p/3985/recognition-is-the-first-step/</link>
		<comments>http://blog.unitedheroes.net/archives/p/3985/recognition-is-the-first-step/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:24:33 +0000</pubDate>
		<dc:creator>jrconlin</dc:creator>
				<category><![CDATA[cranky]]></category>
		<category><![CDATA[crap]]></category>

		<guid isPermaLink="false">http://blog.unitedheroes.net/?p=3985</guid>
		<description><![CDATA[Unprecedented. According to the nice folks at mw.com it means: : having no precedent : novel, unexampled. In short: Nothing has ever happened like this before. It's a rather staggering claim in this modern world, and it tends to be tossed around quite a bit, whether or not it's true. As a society, we tend [...]]]></description>
			<content:encoded><![CDATA[<p>Unprecedented. </p>
<p>According to the nice folks at <a href="http://www.merriam-webster.com/dictionary/unprecedented" target="_blank">mw.com</a> it means:  : having no precedent : novel, unexampled. In short: Nothing has ever happened like this before.</p>
<p>It's a rather staggering claim in this modern world, and it tends to be <a href="http://www.nydailynews.com/news/national/2010/05/27/2010-05-27_obama_calls_gulf_oil_spill_unprecedented_disaster_as_bp_slick_passes_exxonvaldez.html" target="_blank">tossed around quite a bit</a>, whether or <a href="http://geography.about.com/gi/o.htm?zi=1/XJ&#038;zTi=1&#038;sdn=geography&#038;cdn=education&#038;tm=17&#038;f=10&#038;su=p897.8.336.ip_&#038;tt=2&#038;bt=0&#038;bts=0&#038;zu=http%3A//www.incidentnews.gov/incident/6250" target="_blank">not it's true</a>. </p>
<p>As a society, we tend to hate history, usually because it disagrees with us. There's also a heck of a lot of it going on. Mind you, 1979 was also the year <a href="http://en.wikipedia.org/wiki/Iranian_Revolution" target="_blank">we were focused</a> <a href="http://www.nytimes.com/interactive/2009/06/25/world/middleeast/20090625-iranelection-timeline.html" target="_blank">on Iran</a> and <a href="http://en.wikipedia.org/wiki/Margaret_Thatcher" target="_blank">conservatives coming into power</a> <a href="http://en.wikipedia.org/wiki/United_Kingdom_general_election,_2010" target="_blank">in Britain</a>, as well as <a href="http://en.wikipedia.org/wiki/1979" target="_blank">a few other things</a>, so if you happen to be younger than 35 or so, you'd be forgiven for thinking this was unprecedented. If not, you've been had. (i'll count myself in that number, since i had also forgotten about it.)</p>
<p>So, being an engineer and realizing that there's a problem, how can we go about fixing this sort of group amnesia? We're a highly connected hive mind, some of us should be big enough neurons to fire off a memory or two about this. Yet, we don't. </p>
<p>i'm starting to think that possibly the luddites might have a point that snippet conversations are bad. Hell, i used to update this blog daily, but it's been nearly two weeks since i wrote anything. Mostly, i've been popping info-zits on twitter or being a cyber potato soaking up random crap from Techmeme and Reddit. i miss writing here because it made me think.  Perhaps that effort is what made me stop updating.</p>
<p>Well, enough of that. </p>
<p>Time to prune back the crap to historical levels and get myself back on a schedule again. Time to pay attention again and stop being so damn passive. i've got my well to scream into, but there's more to say and do.</p>
<p>Hi, my name is JR, and i'm a recovering info junkie.</p>
<div class="update">Hey, looky that. <a href="http://tumblr.zottmann.org/post/641039417" target="_blank">Carlo</a> points out <a href="http://www.wired.com/magazine/2010/05/ff_nicholas_carr/all/1" target="_blank">a Wired article</a> that summarizes my thoughts.</div>

[2 Comments]]]></content:encoded>
			<wfw:commentRss>http://blog.unitedheroes.net/archives/p/3985/recognition-is-the-first-step/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
