<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>General</title>
        <link>http://geekswithblogs.net/PsychoCoder/category/6859.aspx</link>
        <description>Posts about life in general and other such stuff</description>
        <language>en-US</language>
        <copyright>Richard McCutchen</copyright>
        <managingEditor>psychocoder@dreamincide.net</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>10 Types Of Programmers</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2008/05/04/10-types-of-programmers.aspx</link>
            <description>I seen this posted on my favorite programming community &lt;a href="http://www.dreamincode.net/forums/index.php?showtopic=51033&amp;amp;hl=" target="_blank"&gt;&amp;lt;/dream.in.code&amp;gt;&lt;/a&gt; and just had to post it here on my blog. So, which category do you fall into? I think Im a mix of a few of these: The Ninja, The Paratrooper, and the Vince Neal (minus the partying and hangovers)&lt;br /&gt;
&lt;br /&gt;
#1: Gandalf&lt;br /&gt;
&lt;br /&gt;
This programmer type looks like a short-list candidate to play Gandalf in The Lord of the Rings. He (or even she!) has a beard halfway to his knees, a goofy looking hat, and may wear a cape or a cloak in the winter. Luckily for the team, this person is just as adept at working magic as Gandalf. Unluckily for the team, they will need to endure hours of stories from Gandalf about how he or she to walk uphill both ways in the snow to drop off the punch cards at the computer room. The Gandalf type is your heaviest hitter, but you try to leave them in the rear and call them up only in times of desperation.&lt;br /&gt;
&lt;br /&gt;
#2: The Martyr&lt;br /&gt;
&lt;br /&gt;
In any other profession, The Martyr is simply a “workaholic.” But in the development field, The Martyr goes beyond that and into another dimension. Workaholics at least go home to shower and sleep. The Martyr takes pride in sleeping at the desk amidst empty pizza boxes. The problem is, no one ever asked The Martyr to work like this. And he or she tries to guilt-trip the rest of the team with phrases like, “Yeah, go home and enjoy dinner. I’ll finish up the next three week’s worth of code tonight.”&lt;br /&gt;
&lt;br /&gt;
#3: Fanboy&lt;br /&gt;
&lt;br /&gt;
Watch out for Fanboy. If he or she corners you, you’re in for a three-hour lecture about the superiority of Dragonball Z compared to Gundam Wing, or why the Playstation 3 is better than the XB 360. Fanboy’s workspace is filled with posters, action figures, and other knick-knacks related to some obsession, most likely imported from Japan. Not only are Fanboys obnoxious to deal with, they often put so much time into the obsession (both in and out of the office) that they have no clue when it comes to doing what they were hired to do.&lt;br /&gt;
#4: Vince Neil&lt;br /&gt;
&lt;br /&gt;
This 40-something is a throwback to 1984 in all of the wrong ways. Sporting big hair, ripped stonewashed jeans, and a bandana here or there, Vince sits in the office humming Bon Jovi and Def Leppard tunes throughout the workday. This would not be so bad if “Pour Some Sugar on Me” was not so darned infectious.&lt;br /&gt;
&lt;br /&gt;
Vince is generally a fun person to work with, and actually has a ton of experience, but just never grew up. But Vince becomes a hassle when he or she tries living the rock ‘n roll lifestyle to go with the hair and hi-tops. It’s fairly hard to work with someone who carries a hangover to work every day.&lt;br /&gt;
&lt;br /&gt;
#5: The Ninja&lt;br /&gt;
&lt;br /&gt;
The Ninja is your team’s MVP, and no one knows it. Like the legendary assassins, you do not know that The Ninja is even in the building or working, but you discover the evidence in the morning. You fire up the source control system and see that at 4 AM, The Ninja checked in code that addresses the problem you planned to spend all week working on, and you did not even know that The Ninja was aware of the project! See, while you were in Yet Another Meeting, The Ninja was working.&lt;br /&gt;
&lt;br /&gt;
Ninjas are so stealthy, you might not even know their name, but you know that every project they’re on seems to go much more smoothly. Tread carefully, though. The Ninja is a lone warrior; don’t try to force him or her to work with rank and file.&lt;br /&gt;
&lt;br /&gt;
#6: The Theoretician&lt;br /&gt;
&lt;br /&gt;
The Theoretician knows everything there is to know about programming. He or she can spend four hours lecturing about the history of an obscure programming language or providing a proof of how the code you wrote is less than perfectly optimal and may take an extra three nanoseconds to run. The problem is, The Theoretician does not know a thing about software development. When The Theoretician writes code, it is so “elegant” that mere mortals cannot make sense of it. His or her favorite technique is recursion, and every block of code is tweaked to the max, at the expense of timelines and readability.&lt;br /&gt;
&lt;br /&gt;
The Theoretician is also easily distracted. A simple task that should take an hour takes Theoreticians three months, since they decide that the existing tools are not sufficient and they must build new tools to build new libraries to build a whole new system that meets their high standards. The Theoretician can be turned into one of your best players, if you can get him or her to play within the boundaries of the project itself and stop spending time working on The Ultimate Sorting Algorithm.&lt;br /&gt;
&lt;br /&gt;
#7: The Code Cowboy&lt;br /&gt;
&lt;br /&gt;
The Code Cowboy is a force of nature that cannot be stopped. He or she is almost always a great programmer and can do work two or three times faster than anyone else. The problem is, at least half of that speed comes by cutting corners. The Code Cowboy feels that checking code into source control takes too long, storing configuration data outside of the code itself takes too long, communicating with anyone else takes too long… you get the idea.&lt;br /&gt;
&lt;br /&gt;
The Code Cowboy’s code is a spaghetti code mess, because he or she was working so quickly that the needed refactoring never happened. Chances are, seven pages’ worth of core functionality looks like the “don’t do this” example of a programming textbook, but it magically works. The Code Cowboy definitely does not play well with others. And if you put two Code Cowboys on the same project, it is guaranteed to fail, as they trample on each other’s changes and shoot each other in the foot.&lt;br /&gt;
&lt;br /&gt;
Put a Code Cowboy on a project where hitting the deadline is more important than doing it right, and the code will be done just before deadline every time. The Code Cowboy is really just a loud, boisterous version of The Ninja. While The Ninja executes with surgical precision, The Code Cowboy is a raging bull and will gore anything that gets in the way.&lt;br /&gt;
&lt;br /&gt;
#8: The Paratrooper&lt;br /&gt;
&lt;br /&gt;
You know those movies where a sole commando is air-dropped deep behind enemy lines and comes out with the secret battle plans? That person in a software development shop is The Paratrooper. The Paratrooper is the last resort programmer you send in to save a dying project. Paratroopers lack the patience to work on a long-term assignment, but their best asset is an uncanny ability to learn an unfamiliar codebase and work within it. Other programmers might take weeks or months to learn enough about a project to effectively work on it; The Paratrooper takes hours or days. Paratroopers might not learn enough to work on the core of the code, but the lack of ramp-up time means that they can succeed where an entire team might fail.&lt;br /&gt;
&lt;br /&gt;
#9: Mediocre Man&lt;br /&gt;
&lt;br /&gt;
“Good enough” is the best you will ever get from Mediocre Man. Don’t let the name fool you; there are female varieties of Mediocre Man too. And he or she always takes longer to produce worse code than anyone else on the team. “Slow and steady barely finishes the race” could describe Mediocre Man’s projects. But Mediocre Man is always just “good enough” to remain employed.&lt;br /&gt;
&lt;br /&gt;
When you interview this type, they can tell you a lot about the projects they’ve been involved with but not much about their actual involvement. Filtering out the Mediocre Man type is fairly easy: Ask for actual details of the work they’ve done, and they suddenly get a case of amnesia. Let them into your organization, though, and it might take years to get rid of them.&lt;br /&gt;
&lt;br /&gt;
#10: The Evangelist&lt;br /&gt;
&lt;br /&gt;
No matter what kind of environment you have, The Evangelist insists that it can be improved by throwing away all of your tools and processes and replacing them with something else. The Evangelist is actually the opposite of The Theoretician. The Evangelist is outspoken, knows an awful lot about software development, but performs very little actual programming.&lt;br /&gt;
&lt;br /&gt;
The Evangelist is secretly a project manager or department manager at heart but lacks the knowledge or experience to make the jump. So until The Evangelist is able to get into a purely managerial role, everyone else needs to put up with his or her attempts to revolutionize the workplace.&lt;br /&gt;
&lt;!--IBF.ATTACHMENT_350915--&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121894"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121894" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/121894.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2008/05/04/10-types-of-programmers.aspx</guid>
            <pubDate>Mon, 05 May 2008 04:24:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/121894.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2008/05/04/10-types-of-programmers.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/121894.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/121894.aspx</trackback:ping>
        </item>
        <item>
            <title>Freelance sites - Good or Bad</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2008/01/05/freelance_sites.aspx</link>
            <description>&lt;p&gt;Here is the quandary most coders face. Most of us are extremely talented, and from time to time venture out into the freelance world, especially students, most using a coding site like &lt;a target="_blank" href="http://www.kasamba.com"&gt;Kasamba&lt;/a&gt;, &lt;a href="http://www.rentacoder.com"&gt;Rent-A-Code&lt;/a&gt; and some other up and coming ones. The problem we face is there are coders on there, with little or no talent at all, offering to do entire e-commerce sites for $100. Does that not make it difficult for those of us who actually know what we're doing?&lt;/p&gt;
&lt;p&gt;now dont get me wrong, I do freelance work on &lt;a target="_blank" href="http://www.kasamba.com"&gt;Kasamba&lt;/a&gt; to suppliment my income, and most people are expecting the world for the price of a piece of bubble gum. But since it's still a fairly small site (compared to others), I have been able to let the clients I do get that they get what they pay for, and if they hire me I have my MCAD and MCSD in both C# and VB.Net and that helps sway their decision.&lt;/p&gt;
&lt;p&gt;My main question in this rant is this, do these freelancers that offer to do the world for the price of bubble gum, then turn in a bug ridden, anti-optomized, "spaghetti" filled .Net code application, does that not make clients hesitant to hire those of use that truly know what we're doing, know how to properply implement OO programming, those of use that know how to actually implement the proper coding standards and lines of code to get what we're looking for, thos of us who dont live by the rule "Throw enough code at it and it'll work".&lt;/p&gt;
&lt;p&gt;These sites have made me money, I will admit, but these wannabe coders do, at times, make it hard to get a freelance gig at even close to what its worth, am I wrong here? Am I the only one here troubled that this is happening, that these people are making it harder and harder for potential clients to know who is for real, and who only knows how to talk the talk and when it comes time to walk the walk they're on some coding forum trying to set it done for them.&lt;/p&gt;
&lt;p&gt;Freelance sites have their pros and cons. They allow the potential client to get programming work done for less than they can if they go through a large Development firm, but the high number that get burned by these &lt;em&gt;wannabe programmers&lt;/em&gt; make the clients leary about every other programmer they run across, even if they happoen to find an excellent programmer, they'll always be hesitant, and more likely to &lt;em&gt;micro-manage&lt;/em&gt; the entire project.&lt;/p&gt;
&lt;p&gt;Most freelance sites pay on time, pay what they're supposed to, but there have been times where I dont get my pay on-time, where I dont get paid what Im owed, but most are very good at fixing the problems.&lt;/p&gt;
&lt;p&gt;I like working for &lt;a target="_blank" href="http://www.kasamba.com"&gt;Kasamba&lt;/a&gt;, it helps supplement my income now that Im on medical leave (yet again), but I really believe the number of wannabe coder are making it harder and harder for experience, knowledgable coders to find extra freelance work. What is your opinion on this?&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118278"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118278" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/118278.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2008/01/05/freelance_sites.aspx</guid>
            <pubDate>Sat, 05 Jan 2008 22:53:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/118278.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2008/01/05/freelance_sites.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/118278.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/118278.aspx</trackback:ping>
        </item>
        <item>
            <title>Belated Happy Holidays</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2008/01/03/belated-happy-holidays.aspx</link>
            <description>&lt;p&gt;Well this is a belated Happy Holidays to everyone. I know it's quite a bit late but I hope all had a happy and wonderful Holiday season, I know that besides all the snow I did. Where I live (Pacific Northwest) we've kind of been in a little snow storm you can see from my &lt;a target="_blank" href="http://picasaweb.google.com/PsychoCoder1968/MyWinterWonderland"&gt;Online Photo Album&lt;/a&gt; the kind of weather we've been having here in the mountains.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Anyways, for Christmas I made out like a bandit, in my opinion. I got:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Full set of reversible Craftsman Ratchet Wrenches Set &lt;/li&gt;
    &lt;li&gt;32 Piece Craftsman Screwdriver Set &lt;/li&gt;
    &lt;li&gt;16 Piece Craftsman Plier Set &lt;/li&gt;
    &lt;li&gt;Hew hunting coat &amp;amp; gloves &lt;/li&gt;
    &lt;li&gt;New Microsoft keyboard, 4000 edition &lt;/li&gt;
    &lt;li&gt;Few odds &amp;amp; end gifts &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It was a fitting end to the year, I spent most of New Years Eve writing code, which it seems is something I always seem to be doing, at least from home since Im out of work on medical leave. Last month I started having these episodes of blankness, legs stop working, arms stop working, all kinds of stuff, well I had one on the way to work I had one and drove my car off a 14 foot revene. Nice way to start your day if I do say so myself.&lt;/p&gt;
&lt;p&gt;They've ruled our back, neck &amp;amp; brain issues (no brain tumor thank God) and I go in for a neurological exam on 22JAN so they can try and see what's happening with me. Even through all that, I had such a great Holiday season, since Ive been out of work Ive been able to spend so much time with my family, somthing I couldnt do before since I would leave at around 5:45AM and I would get home after 6:30PM after work.&lt;/p&gt;
&lt;p&gt;This has been an opportunity that has been handed to me, spend time with my family, and see how far I can push C# at the same time, nice way to spend some time if you ask me. This has been a crappy year, medically speaking, for me. First I had 3 surgeries in the first 1/2 of the year (long story, Ill explain someday), now Im going through this. I sure am hoping for a better medical 2008 thats for sure &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/tounge_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;Well I hope everyone has an enjoyable, great 2008, see you in the blogospehere later&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118216"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118216" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/118216.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2008/01/03/belated-happy-holidays.aspx</guid>
            <pubDate>Thu, 03 Jan 2008 22:16:02 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/118216.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2008/01/03/belated-happy-holidays.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/118216.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/118216.aspx</trackback:ping>
        </item>
        <item>
            <title>Are newbie programmers bad for business?</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2007/10/26/Are-newbie-programmers-bad-for-business.aspx</link>
            <description>&lt;p class="MsoNormal"&gt;Just the other day I read a post on a blog about this very same&lt;u&gt; &lt;a target="_blank" href="http://www.dreamincode.net/forums/index.php?automodule=blog&amp;amp;blogid=114&amp;amp;showentry=509"&gt;topic.&lt;/a&gt;&lt;/u&gt; , so it got me wondering and thinking. This poster has some incredibly powerful arguments, and on most of his points I would have to agree. As one who has been in this industry a very long time, I have seen programmers come and go. Some who were extremely talented and knowledgeable were eventually pushed out to pasture by newbie programmers who claimed to know what they were doing, who talked the talk real well, and since they were new and young they would work cheaper than the older more experienced programmers, but when it came time they couldn’t cut it and were let go.&lt;br /&gt;
&lt;br /&gt;
This scenario happens all too often in this industry. Granted, it happens in all industries across the board, but it seems that it's more evident in the IT world. I may feel that way because I’m in that industry so I see it often, or maybe because it's actually far more prevalent than anyone thinks. Before I go any further, let me tell you that I am in no way shape or form saying I think I’m some sort of "&lt;span style="font-style: italic;"&gt;Super programmer&lt;/span&gt;", because that is not how I think of myself. Do I think I am good at what I do, what kind of programmer would I be if the answer to that question wasn’t yes? But I am by no means saying I’m superior than the next guy, I just may have more experience than he does, but it does irk me to see an extremely talented programmer lose out to a newbie simply because the newbie will work for less.&lt;br /&gt;
&lt;br /&gt;
Am I being discriminatory towards new programmers, I don’t feel I am, I am simply pointing out the pink elephant in the room all too many are too willing to ignore. I, as an experienced programmer, have absolutely no problem helping a new programmer, in fact I encourage all older, experienced programmers to help the new ones, show them how things are supposed to be done, show them that things are indeed done differently in the real world than in a classroom setting. That is not what I have a problem with, what I have a problem with are those that want to become a programmer but aren’t willing to put in the work required to be a good one.&lt;br /&gt;
&lt;br /&gt;
You know the ones, the ones that frequent programming forums asking for code to complete an assignment, the ones who not one time ask for help, but almost demand the solution to their problems. And this section seems to be growing by leaps and bounds, especially since outsourcing has become so prevalent in the US. I even have people who find my blog here and will email me from it asking for code to complete their assignment. I get questions, actually they border on the "&lt;span style="font-style: italic;"&gt;demands&lt;/span&gt;" line, for code to do a particular process, one even asked for the complete source code for a piece of software he conned someone into hiring him to create. It is this brand of "&lt;span style="font-style: italic;"&gt;programmers&lt;/span&gt;" I feel is ruining the experienced programmer, and quite possibly this industry as a whole.&lt;br /&gt;
&lt;br /&gt;
Please don’t get me wrong, not all new programmers are in this class, but the section is growing daily, and those that are that way really sour most experienced programmers on the newbie in general, leaving some who are actually willing to put in the hours to make it in this industry hanging in the wind when it comes to finding a solution. This scenario is almost as destructive as the programmer who bluffed his way through college to get his degree taking a job from a programmer who truly knows what he's doing. This scenario will cause many, who might have ended up as really talented programmers, to leave the industry all together, which is bad also.&lt;br /&gt;
&lt;br /&gt;
I feel it our responsibility, those of us who are seasoned experienced programmers, to offer a helping hand to those who are trying to break into our industry. But I draw the line at simply handing solutions, whether it be a single line of code, or an entire application, to those who aren’t even willing to try, who aren’t willing to put in the time and effort it takes to become a talented programmer. I know when I broke into the industry back in the late '80's the seasoned veterans weren’t too helpful at all when I was looking for assistance, and trust me I wasn’t one of those who sought handouts, so I try to make things a little more friendly for the newcomers, try to make things a little more conducive to expanding our base of talented programmers. But I refuse to add to the growing number of programmers, if that’s what you want to call them, who bluffed their way through school, who took others solutions and simply put their name on it to get good marks, and I strongly urge my fellow programmers to take the same stance.&lt;br /&gt;
&lt;br /&gt;
If we don’t stop it now, one day we will be run out of our jobs by those who aren’t really qualified for the job, will be beat out of positions, or lose promotions simply because the bluffer talks a good talk, and will work for far less than we will. So, no I don’t think all new programmers are bad for business, there are a large group of new programmers who are willing to go above and beyond to learn our trade, to better themselves, and ultimately our industry. On the other hand there is a growing section who are bad for business, who get through school and life on someone else's coat tails, who made it into the industry based on the code someone else wrote, those are the ones I feel are bad for business, those are the ones we need to put a stop to.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116376"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116376" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/116376.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2007/10/26/Are-newbie-programmers-bad-for-business.aspx</guid>
            <pubDate>Fri, 26 Oct 2007 18:25:06 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/116376.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2007/10/26/Are-newbie-programmers-bad-for-business.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/116376.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/116376.aspx</trackback:ping>
        </item>
        <item>
            <title>Are you a coding perfectionist?</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2007/09/30/coding_perfectionist.aspx</link>
            <description>&lt;p&gt;When writing code I would have to classify myself as a coding perfectionist, which can be a good thing, and at the same time a bad thing. When creating a project, I have found myself writing code for an entire work day (8 hours for the most of us, sometimes longer if it's a pressing release), then I go home and research what I was working on during the day.&lt;br /&gt;
&lt;br /&gt;
During that research I find that I could have done something a little better, maybe add a little more speed to the processing, maybe use a couple less clock cycles that before, and think to myself "&lt;em&gt;Man why didn't I think of doing it that way?&lt;/em&gt;". So what do I do the next morning when I get to work, you guessed it, I rewrite as much as I have to to implement what I read the night before, trying to squeeze the last bit of performance out of my process.&lt;/p&gt;
&lt;p&gt;The good point about being a perfectionist is this, beings that I'm aways striving for perfection in my code and applications ensures that my code is always efficient, my objects are always destroyed once they're no longer needed, my processes don't cause memory leaks, its all around efficient programming. This is something all programmers should strive for, though sadly, not all do, but thats a topic for a different post.&lt;/p&gt;
&lt;p&gt;The good point of being a coding perfectionist can also turn out to be the bad point, those of you who are also coding perfectionist will relate to what I'm about to say. Imagine living your life always thinking about the code you wrote earlier that day, the day before, 2 weeks ago, a month ago, you get the picture. Imagine always running it through your head to see if you could have done something different, made a loop more efficient, moved a Global to inside a method to free up that small amount of memory. Now imagine you do this 24/7, even weekends, well thats me.&lt;/p&gt;
&lt;p&gt;Coding is such a part of me that I strive for perfection, even at the cost, some say, of my sanity, and any social life I could ever hope for. I know it's a given that all programmers should strive for efficient, perfect code, but I haven't found the happy medium between looking for that coding nirvana, that ideal loop or pointer or class, and my own mental stability. Now I'm not saying I'm mentally unstable, that was, at the time, the best word I could come up with. I have all my mental faculties, I can spell my name, hell I can even remember my address :) But sometimes I spend so much time obsessing over my code, how to make it better, how to make it faster, that I often lose track of time and place for long periods of time.&lt;/p&gt;
&lt;p&gt;In fact, this is my first blog post since my surgery because Ive spent so much time writing code, then re-writing it to make it better, then re-re-rewriting it to make it even faster, and so much time looking for better, harder things to program that I almost forgot all about this blog. Take today for instance, at the time I'm writing this post its 29SEP 8:17 AM PST, and I've been at my computer since 4AM PST, and, you guessed it, Ive been coding this entire time. Ive been rewriting code Ive written for this clients Social Network site, trying to make it cleaner, faster, better than before. I live by the "&lt;em&gt;We can re-build it, we have the technology&lt;/em&gt;" theory: If something can be coded, it can always be coded better.&lt;/p&gt;
&lt;p&gt;I have obsessed over this code so much, that quite frankly, I'm almost past my deadline date, simply because there were parts I just knew I could improve on, a loop that could be made smaller, moving functionality to a class or a Web Service, something, anything, to make it faster than before. And believe it or not, I accomplished my goal, I took away about 2.3 seconds of processing time in a couple database queries. Now I know some of you are going to say "&lt;em&gt;2.3 seconds, was it really worth all that effort for such a small improvement?"&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And my answer to you is a resounding yes. Think about it this way, if you improve a process by 2.3 seconds, now multiply that by, say 500 users at once, thats quite a few clock cycles you've saved on a little 2.3 second decrease in processing time. But also, to a coding perfectionist, improving a process by a mere 2.3 seconds is what we live for, its what drives us 24/7, that is indeed our coding nirvana. When we're able to accomplish this we feel as if we've conquered the world, and we know it's going to be a good day for us.&lt;/p&gt;
&lt;p&gt;So remember, being a coding perfectionist is a double edged sword, though it turns out great, efficient code, it also turns out exhausted, obsessed coders. There's a reason I've had the name &lt;strong&gt;PsycoCoder &lt;/strong&gt;for so many years, and that name is my personal badge of honor. Now I'm off to write some more "&lt;em&gt;perfect&lt;/em&gt;" code :)&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=115723"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=115723" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/115723.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2007/09/30/coding_perfectionist.aspx</guid>
            <pubDate>Sun, 30 Sep 2007 13:30:44 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/115723.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2007/09/30/coding_perfectionist.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/115723.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/115723.aspx</trackback:ping>
        </item>
        <item>
            <title>Is there more to life than programming?</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2007/07/26/Is-there-more-to-life-than-programming.aspx</link>
            <description>&lt;span style="COLOR: rgb(102,102,153); FONT-FAMILY: Verdana"&gt;This is the question I asked myself today, just to see what kind of answer I would give myself. These are the kinds of questions I've had time to ask myself wince surgery (02JUL07) to correct a hernia and a problem with my Ileostomy. It's weird, I, like millions of other people, get up every morning, drink my coffee and read my RSS feeds (Hey what can I say, I'm a geek) then head of to work. And like so many others I never stop to ask myself questions like this one, mainly because I really don't have time to ponder questions like this, I mean I have a family to support and bills to pay (just like everyone else).&lt;br /&gt;
&lt;br /&gt;
My last day of work before surgery (was a Friday luckily) was like any other, I got up at 4:00AM (Hey I live a long way from work, what can I say), had my morning coffee, read my RSS feeds and headed off to work, like any Monday through Friday. I knew my day was going to be short that day so I arrived early (well early for me, I'm always there an hour before the actual start of work) because there were some loose ends I needed to tie up for the monthly release of my application before leaving for 4-6 weeks, I also wanted to get my release functionality "pushed" out to the QA department to ensure there were no "snags" that my programming partner would have to clean up for me.&lt;br /&gt;
&lt;br /&gt;
As I sat at work writing code, testing, writing release notes and such it hit me, I'm not going to be back here for 4-6 weeks, I'm not going to be able to write code for 4-6 weeks, and it scared me to think that I couldn't think of a single thing to occupy my time if I couldn't program. People who know me know I'm a workaholic when it comes to programming, so much so that I will forgo sleep &amp;amp; food to write the "prefect" code, and my boss (great man to work for by the way) knows this so he actually disabled my Active Directory account so I couldn't even so much as check my email while I was away. So without work what am I going to do, without work who exactly am I?&lt;br /&gt;
&lt;br /&gt;
Well part of this time was easy enough to deal with, I went into the hospital Monday morning (02JUL07) for surgery and was there, in a hospital bed, until Thursday (05JUL07). Then when I was released I was in so much pain and so "medicated" (well more pain then medicated) that sitting at a computer and writing code was the last thing on my mind (shocking eh?). Then for the next 4-5 days I couldn't even be out of bed more than a couple hours at a time before the pain would get to me, and I would get tired and exhausted (having major surgery takes a lot out of you) so I would head back to bed and ultimately fall asleep.&lt;br /&gt;
&lt;br /&gt;
Okay, that takes care of 7 or 8 days and I'm thinking to myself "Hey, this isn't so bad, I can do this" and proceeded to continue my recuperation from surgery. On about day 10 or 11, I'm starting to slowly feel better, I'm able to be out of bed for like 2 or 3 (sometimes even 4) hours at a time, it was at this moment that I realized that it's only been 10 or 11 days and I have up to 4 more weeks to go, and I still can't write code. It was at this moment that I had a realization, I am addicted to writing code, I am a full blown "code junkie". I eat, sleep, breath, dream code. Coding has gone from "what I do" to "what I am (or who I am)".&lt;br /&gt;
&lt;br /&gt;
I am a programmer, for better or worse this is who and what I am. I am as much a part of the code I write as I am a member of the society I live in. This the first time in MANY years that I'm not able to write code, in some fashion or another, and I have no idea how to "entertain" myself for this long of a period. I knew many years ago what I wanted to be "when I grew up", and I'm one of the fortunate ones who gets paid to do what I truly love, to do what I actually enjoy. TO me writing code is less work and more therapy. If I'm having a bad day/week I can lose myself in my code for hours on end and forget about anything that has happened in that day or week. Programming is my passion and without it I almost feel lost, without it's almost like a part of me is missing.&lt;br /&gt;
&lt;br /&gt;
Writing code is as much a part of me as your arm is a part of you, writing code is what keeps me "sane" (well as sane as a computer geek can be that is). Yes, this has given me more time with my family, yes this has given me time to rest and re-charge my battery, yes this surgery will, in the long run, improve my quality of life, but it has also taken something from me that means A LOT to me, my code.&lt;br /&gt;
&lt;br /&gt;
So the only answer I have for the posed question is this: Yes, technically, there is more to life than programming, but for all us "code junkies" out there, what kind of life would it be without our code?&lt;/span&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114202"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114202" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/114202.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2007/07/26/Is-there-more-to-life-than-programming.aspx</guid>
            <pubDate>Thu, 26 Jul 2007 23:20:48 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/114202.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2007/07/26/Is-there-more-to-life-than-programming.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/114202.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/114202.aspx</trackback:ping>
        </item>
        <item>
            <title>Where to begin</title>
            <link>http://geekswithblogs.net/PsychoCoder/archive/2007/07/19/Where-to-begin.aspx</link>
            <description>&lt;span style="COLOR: rgb(0,0,153)"&gt;&lt;span style="FONT-FAMILY: Verdana"&gt;&lt;font size="2"&gt;Well where to begin, This is my first attempt at a blog so it may be boring, almost contrite at first but in time it will get better so please bear with me. &lt;br /&gt;
&lt;br /&gt;
First a little about me (thank you for humoring me). I am 39 years old, will be 40 in March of 2008, and live way out in the country with my wife (My Angel), my son, 4 dogs, 2 cats and 2 fish. I am what some refer to out here are a "high tech redneck", I may live in the country (simply because I love the solitude and privacy) but that doesn't mean I have to live like a redneck, and lets face it as a "geek" I love my toys. I knew at a very young age that I was destined to be in the world of computers and programming, even way back when computers were, lets say they were scarce to say the least. People knew right off the bat that something was different about me, maybe because in school some of my favorite classes were math (all flavors, Calculus, Geometry, Algebra, then the natural progression into Linear Algebra, Math Theory and so on) and Critical Thinking (not until High School was I offered this little gem of a class).&lt;br /&gt;
&lt;br /&gt;
I was offered an academic scholarship to the University of Georgia and graduated high school when I was only 16. I attended UGA with a major in Computer Science and a minor in Mathematics. It was at UGA where I wrote my first true encryption algorithm (64 bit back then, but in 1986 that was quite an accomplishment). I graduated with a BS in CS when I was but 20 years old, then proceeded to jump right into programming. I worked with Basic, QBasic, Pascal and other popular languages at the time. It wasn't until later in life when I was introduced to Microsoft Technologies, as in the late 80's there were still a fairly unknown company, who knew eh?&lt;br /&gt;
&lt;br /&gt;
Shortly after graduating (roughly in 1995, ok so that was 7 years after, but who's counting) I was throw into the Visual Basic world developing small client/server (not known as that until many years later) applications for several companies. I did some small work with C/C++ back in the day and even though I loved the concepts of OOP and what could be done the companies I worked for required faster turn around times than I could deliver with C and C++ so I was back to VB (starting with VB3 I believe).&lt;br /&gt;
&lt;br /&gt;
Fast forward 12 years and here I am, still a Microsoft Developer, except now with the "creation" of the .Net Framework I can do OOP programming with the fast turn around times clients want and need. I am a Software Engineer for a publicly traded corporation located in Spokane Washington and also run a small family owned Web/Software Development company out of my home (http://www.psychocoder.net). I have few clients as of now, simply because my full-time work makes it hard to find them but I am hoping within the next couple of years to quit working "for" someone and work solely for myself and build my company to what I know it can be.&lt;br /&gt;
&lt;br /&gt;
I am a passionate programmer, thats all I do, when not at work then I'm at home either creating something for a client of developing applications simply to be creating them, to expand my knowledge, to push the envelope of my own ability. I am a die hard geek, programming is what I am it's not what I do, it's not a "job" for me it is a way of life, it is my passion and I don't see myself ever doing anything else. So there you have it, a little about myself, who I am and how I got to be where I'm at today (well at least a high level overview of who I am). Keep an eye on this blog as I will be writing about .Net programming, MS SQL and other technologies. &lt;br /&gt;
&lt;br /&gt;
Thanks for reading &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/tounge_smile.gif" /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114072"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114072" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/PsychoCoder/aggbug/114072.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard McCutchen</dc:creator>
            <guid>http://geekswithblogs.net/PsychoCoder/archive/2007/07/19/Where-to-begin.aspx</guid>
            <pubDate>Fri, 20 Jul 2007 03:02:07 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/PsychoCoder/comments/114072.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/PsychoCoder/archive/2007/07/19/Where-to-begin.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/PsychoCoder/comments/commentRss/114072.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/PsychoCoder/services/trackbacks/114072.aspx</trackback:ping>
        </item>
    </channel>
</rss>