﻿<?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>Programming By A Tool &#187; Pointless</title>
	<atom:link href="http://byatool.com/category/pointless/feed/" rel="self" type="application/rss+xml" />
	<link>http://byatool.com</link>
	<description>This is my recorded stumbling through ASP.Net, Framework 3.5, C# 3.0, Ajax, Javascript, and Love.  Stay, learn, destroy.  It's your life.</description>
	<lastBuildDate>Thu, 03 May 2012 17:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Arg&#8230; Will have to actually start posting more content</title>
		<link>http://byatool.com/pointless/arg-will-have-to-actually-start-posting-more-content/</link>
		<comments>http://byatool.com/pointless/arg-will-have-to-actually-start-posting-more-content/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 03:19:45 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=2516</guid>
		<description><![CDATA[Some interesting things to come. Totatlly not a lie and I&#8217;m totally not tipsy right now. Once I figure out this &#8220;git&#8221; thing the kids are talking about, I&#8217;ll start posting my futile attempts to turn C# into a functional language.]]></description>
			<content:encoded><![CDATA[<p>Some interesting things to come.  Totatlly not a lie and I&#8217;m totally not tipsy right now.</p>
<p>Once I figure out this &#8220;git&#8221; thing the kids are talking about, I&#8217;ll start posting my futile attempts to turn C# into a functional language.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/arg-will-have-to-actually-start-posting-more-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fizzbuzz in Scheme/Racket</title>
		<link>http://byatool.com/pointless/fizzbuzz-in-schemeracket/</link>
		<comments>http://byatool.com/pointless/fizzbuzz-in-schemeracket/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 03:17:30 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Racket]]></category>
		<category><![CDATA[Scheme]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=2502</guid>
		<description><![CDATA[No idea why I did this&#8230; (define (fizzbuzz listIn [currentList empty]) (define (showWhich itemToTell) (let ([testString (string-append (if (= (modulo itemToTell 3) 0) "Fizz" "") (if (= (modulo itemToTell 5) 0) "Buzz" ""))]) (if (= (string-length testString) 0) itemToTell testString))) (define (add-head-to-list itemList listTAddTo) (append listTAddTo (list (showWhich (first itemList) )))) (cond [(null? listIn) currentList] [...]]]></description>
			<content:encoded><![CDATA[<p>No idea why I did this&#8230;</p>
<pre>
(define (fizzbuzz listIn [currentList empty])
  (define (showWhich itemToTell)
    (let ([testString
           (string-append
            (if (= (modulo itemToTell 3) 0) "Fizz" "")
            (if (= (modulo itemToTell 5) 0) "Buzz" ""))])
      (if (= (string-length testString) 0)
          itemToTell
          testString)))
  (define (add-head-to-list itemList listTAddTo)
    (append listTAddTo (list (showWhich (first itemList) ))))
  (cond
    [(null? listIn) currentList]
    [(null? (rest listIn)) (add-head-to-list listIn currentList)]
    [else (fizzbuzz (rest listIn) (add-head-to-list listIn currentList))]))
</pre>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/fizzbuzz-in-schemeracket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Into the unknown&#8230; sort  of.</title>
		<link>http://byatool.com/pointless/into-the-unknown-sort-of/</link>
		<comments>http://byatool.com/pointless/into-the-unknown-sort-of/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 01:15:23 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=2278</guid>
		<description><![CDATA[So after about eh 3? months of not writing anything (Mostly due to the joy slash nightmare of a newborn) I&#8217;ve had a real &#8220;come to [Religious Figure]&#8221; moment&#8230; And that moment has taught me that java based off shoot languages are a pain in the ass to even get started with. This is the [...]]]></description>
			<content:encoded><![CDATA[<p>So after about eh 3? months of not writing anything (Mostly due to the joy slash nightmare of a newborn) I&#8217;ve had a real &#8220;come to [Religious Figure]&#8221; moment&#8230;  And that moment has taught me that java based off shoot languages are a pain in the ass to even get started with.  This is the typical how to guide:</p>
<p>
<img src="http://byatool.com/wp-content/uploads/JavaConfusion.jpg" alt="" title="JavaConfusion" width="800" height="582" class="alignleft size-full wp-image-2279" />
</p>
<p>So yeah, I&#8217;m back to <i>the Net</i> but with a twist.  Not much an M. Night &#8216;They call me Mr. Glass&#8217; kind of twist, more of the &#8216;Oh for &#038;$#@&#8217;s sake&#8217; The Happening kind of twist.  Yes, I am venturing into F#&#8230; and maybe never back again&#8230; except for work.  But never to be back again outside of work.  Ah who am I kidding?  Who cares. (That includes me)</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/into-the-unknown-sort-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Defines a Bad Developer?</title>
		<link>http://byatool.com/pointless/what-defines-a-bad-developer/</link>
		<comments>http://byatool.com/pointless/what-defines-a-bad-developer/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 18:40:35 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=2099</guid>
		<description><![CDATA[This is more of a question post than one with answers &#8217;cause I&#8217;m all mysterious like that. Today I was debating (and by debating I mean fat fingering my way through instance messages) with a co worker about whether a certain somewhat well known developer was good. Though I won&#8217;t divulge such a person, let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>This is more of a question post than one with answers &#8217;cause I&#8217;m all mysterious like that.</p>
<p>Today I was debating (and by debating I mean fat fingering my way through instance messages) with a co worker about whether a certain somewhat well known developer was good.  Though I won&#8217;t divulge such a person, let&#8217;s just say he&#8217;s built a a game that might or might not have to do with mining and/or crafting.</p>
<p>I can&#8217;t remember how we got on the subject, but his contention was that such a developer was horrible.  This made me pull out the big guns loaded with pure dickish and fired off this salvo:</p>
<blockquote><p>
Well when you write a program that surpasses 100000+ users, I suppose that can be your rock to throw
</p></blockquote>
<p>Nothing inflammatory about that, right?</p>
<p>So from there it became an amazingly deep debate that could match the irrelevance of the most heated of Star Wars versus Star Trek debates.</p>
<p>Ok maybe it did have some usefulness to it.  After all, it is a good question to ask&#8230; which is why I am asking it.</p>
<p>My point was that it&#8217;s not easy to make a game, even one that couldn&#8217;t give Quake a run for its money in the graphics area.  (And yes I mean Quake 1&#8230; You know, that game that had polygons that would suggest you were holding a weapon but you were never quite sure.)  And to make something like that in his spare time proves that&#8217;s he&#8217;s at least competent. </p>
<p>His main point was that as a part of professional pride, the game shouldn&#8217;t be as buggy as it is.  The inability to create a product that didn&#8217;t have a solid foundation is just bad.  Flat out bad.  After all if I build a car, that&#8217;s cool.  However, if I&#8217;m trying to run over some jack&#8211;s with three collars popped and due to lack of control takes out an Apple Store&#8230;. ok bad example.  Takes out Mel Gibs&#8230; &#8211;CK!  Takes out a puppy store, that doesn&#8217;t really mean I&#8217;m a mechanical genius regardless of other factors involved building it.</p>
<p>And I think in there is the question.  Should things like time constraints, degree of difficulty, and having no help (That I know of until end of last year) be taken into account when you look at a body of work, or should it be the end product and end product only that defines the competence of the coder?</p>
<p>I think it can go either way depending on what you consider ability.  Is ability defined as doing something difficult AND doing it well or just being able to churn out something a good majority of developers couldn&#8217;t do alone.  </p>
<p>Now make no mistake, I&#8217;m not saying he&#8217;s the best developer ever.  I&#8217;m sure there are people far beyond his ability.  I just don&#8217;t buy that he&#8217;s incompetent due to the more intangible things that effect development.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/what-defines-a-bad-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Off Topic:  Finally Hit 500 on Deadlift</title>
		<link>http://byatool.com/uncategorized/off-topic-finally-hit-500-on-deadlift/</link>
		<comments>http://byatool.com/uncategorized/off-topic-finally-hit-500-on-deadlift/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 14:53:11 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lifting]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1968</guid>
		<description><![CDATA[Yeah I know, kind of lame to announce this on a programming blog, but this is a huge thing for me. I&#8217;ve come close to 500 quite a few times but there was always something that set me back. It isn&#8217;t the best lift ever, but still happy with it overall as I didn&#8217;t cheat [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah I know, kind of lame to announce this on a programming blog, but this is a huge thing for me.  I&#8217;ve come close to 500 quite a few times but there was always something that set me back.  It isn&#8217;t the best lift ever, but still happy with it overall as I didn&#8217;t cheat the pull in any way.  And as making claims without proof on the internet is pretty common, I figured I&#8217;d post the video.  </p>
<p>Looking to set a new personal record on the bench at 330 this week.  325 is something that I&#8217;ve done on a few occasions, but like I said, something always came up.</p>
<p>WARNING:  Sound is probably bad unless you want to hear a nerd war cry at the end&#8230; That and apparently I swore at the end too.</p>
<p><object width="400" height="224" ><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.facebook.com/v/1429248910453" /><embed src="http://www.facebook.com/v/1429248910453" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="224"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/uncategorized/off-topic-finally-hit-500-on-deadlift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Mine</title>
		<link>http://byatool.com/pointless/all-mine/</link>
		<comments>http://byatool.com/pointless/all-mine/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 16:21:54 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Comic]]></category>
		<category><![CDATA[Pointless]]></category>
		<category><![CDATA[One Off]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1774</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://byatool.com/hosted/RandomImages/OneOffs/Scaled/HaskellFunctional.png" alt=""/></p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/all-mine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Have Found Python and I Am a Changed Man</title>
		<link>http://byatool.com/pointless/i-have-found-python-and-i-am-a-changed-man/</link>
		<comments>http://byatool.com/pointless/i-have-found-python-and-i-am-a-changed-man/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 17:08:37 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1885</guid>
		<description><![CDATA[Ok so maybe the title is full of sensationalism, but in some ways it&#8217;s true. In the beginning there was Microsoft. When I started programming at the unusually late age of 24, I was brought into the world by Microsoft. At the time, ASP was still in fair use and .Net was the new wonder [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so maybe the title is full of sensationalism, but in some ways it&#8217;s true.</p>
<h3>In the beginning there was Microsoft.</h3>
<p>When I started programming at the unusually late age of 24, I was brought into the world by Microsoft.  At the time, ASP was still in fair use and .Net was the new wonder drug and no one, not even Microsoft, could nail down what it was exactly.  It was a miracle in a bottle, an olde time elixir.  It would fix everything known and even unknown unknowns.  Now personally, I had only really taken a liking to the style of C++.  I preferred brackets to subs and never minded semi-colons. So you can imagine when I found out about &#8220;the C#&#8221; , I was all about it.  Looking back now, it does seem sort of silly since there really wasn&#8217;t that much of a difference between VB.Net and C#, but d&#8212;-it I was going to get my semi-colons or here go hell come.  Naturally this meant I would start a journey of 8+ or so years into the Microsoft frontier.</p>
<h3>Have Carrot and Stick, Will Travel</h3>
<p>I think one of the strongest suits of the .Net framework was Microsoft&#8217;s need to constantly improve it.  Now these improvements weren&#8217;t overnight but it seems like they made a lot of improvements in relatively short time.  Every version just seemed to have the answer to every question I didn&#8217;t know I needed to ask.  It was like they were reading the mind of future me and adding features based on that mind.  Yeah ok, it&#8217;s a little ego centric to suppose that future me was the only person asking for such things, but I&#8217;m cool with my version.  I can still remember how annoyed I was that the place I was working for wasn&#8217;t going to invest in 2.0 for a while, thus keeping me from my coveted generics. (Pretty sure I said the word to the point it didn&#8217;t sound a like word anymore)  And honestly, a little nerd rage was expected since I didn&#8217;t want to type every parameter as Object.  I can also remember how in awe I was of Linq and some of the semi-functional programming concepts being introduced with 3.0/3.5.  It seemed like as soon as I started to covet something new, BAM it was there.  So really, I had no reason to ever stray from .Net because I was always well taken care of.  Course then something changed and it was Microsoft&#8217;s fault.</p>
<h3>There some things you can&#8217;t unsee</h3>
<p>Remember that thing named Linq?  Well Linq was more in line with the whole .Net mystique.  It wasn&#8217;t just a way to manipulate lists, it was a whole lot more.  With Linq came a few nice concepts like typed delegate, anonymous types, type inference on a much larger scale, extension methods, and a whole slew of other larger concepts like Entity Framework.  It was kind of like taking a trip to the moon.  Sure the whole moon thing is great, but the massive amount of new technologies that came from just getting there was where the real gold was.  In the development of Linq, Microsoft had to come up with new stuff to even run the concept of Linq.  At some level it was touted as Microsoft&#8217;s attempt to bring a more dynamic and functional look to C#.  Now no one was claiming that C# was a functional language but d&#8212;ed if it didn&#8217;t try.  After all, it&#8217;s not easy to make something more dynamic when the underlying technology is meant to be more static.  Between being able to easily pass methods around like objects and using lambda expressions to simplify dealing with lists, it was a huge step forward and personally a large shift in my programming paradigm.  (Yes I just used paradigm in my blog.)  So where&#8217;s the catch?  It&#8217;s simple, my eyes were opened to stunning new concepts.  The use of Linq, lambda expressions, and Func/Action got me to start looking at programming as a whole in a different way.  I wanted to be more dynamic.  I wanted to start solving old issues using all this exciting stuff.  And because of this I started expecting more and pushing .Net to the limits.  For the first time in my programming career, the carrot was chasing me.</p>
<h3>Model View what?</h3>
<p>If Linq was the straw that broke the camel&#8217;s back, then MVC was the bus that ran it over by mistake.  For years I had been in the standard world of Web Forms.  Something that at one time seemed to be a beautiful bridge between the web and stand alone projects was now looking worse and worse.  All the issues I had with Web Forms were now being magnified by the overall streamlined approach with MVC.  It was such a strong double-hit between Linq and MVC that I just couldn&#8217;t ignore the outside world anymore.  It&#8217;s sort of like that moment when you realize that your parents are human just like you.  It makes you think that maybe everything you knew wasn&#8217;t actually the only way to do things.  That maybe there&#8217;s something more out there.  Maybe, just maybe, people didn&#8217;t eat cold pizza with syrup.  This was the moment when I started wondering if there was something greater out there. (Just like Vger)  Because I had never dabbled in anything outside of .Net (except a regrettable affair with PHP that still worries me that someday a little PHP will show up at my door claiming that I&#8217;m it&#8217;s dad) so this concept was brand new to me.  Of course anyone who wasn&#8217;t completely clueless like me would have known that MVC had been used by things like Java for quite a few years.  To makes matters ever worse, the poor camel was struck by a huge meteor named Javascript.  Yes, I typed Javascript.  With MVC came my heavy use of Javascript and it&#8217;s much fancier suit and tie JQuery, and guess what?  I noticed that <a href="http://byatool.com/ui/javascript-anonymous-methods-and-how-they-help-ajax-webmethod/">most of the cool new dynamic stuff</a> for .Net was being used in Javascript all the while.  I had shied away from Javascript for a long time since I was brainwashed into thinking it was evil.  Just use post backs and server side code.  Stay away from the language that we dare not speak its name.  Problem was, it is almost a need when using MVC unless you want to <a href="http://byatool.com/pontification/aspnet-mvc-is-the-use-of-jquery-asynchronous-calls-a-must/">refresh the page</a> on any form post.  Long story short, I was reeling from all this new information.</p>
<h3>Every silver lining has a dark cloud</h3>
<p>One thing that I didn&#8217;t like about most examples of how the model and view work together was the use of a dictionary to hold values that would appear on the view.  I&#8217;ve never liked magic string programming so I naturally went with typed views.  This meant that for every view I would have a model class working alongside to help pass values in a much more clean and safe way.  The issue?  A whole f&#8211;king lot of models.  So much that it almost became a separate project in itself to hold all of them.  Something just didn&#8217;t seem right about this.  One of the nice things about C# is it&#8217;s more rigid feel to keep people from screwing things up (unlike the magic string theory).  Problem was, for rapid development this just didn&#8217;t cut it.  And let&#8217;s be honest, in the real world (unless you are the lucky few that have decent deadlines, i.e., top-end jobs) rapid is all we get.  This left me in an uncomfortable place.  We&#8217;re talking showing-up-to-school-naked-and-realizing-it&#8217;s-not-a-dream-this-time uncomfortable.</p>
<h3>In time all things become clear</h3>
<p>It would seem natural that if I liked all the more dynamic features of .Net and Javascript, I would possibly try to find a language that suited my needs.  Well there&#8217;s an old thought in psychology:  People don&#8217;t change unless something makes them.  And as much as I&#8217;d like to say I braved the new world on my own, it really was more of a wake up call.  While Microsoft has done a lot to add needed complexity to the framework, they continue to add far too much simplicity.</p>
<p>Not to long ago, some time after 4.0 was just about to go &#8220;gold&#8221; I read a couple articles on how easy programming was becoming in the .Net world, and how salaries for .Net were starting to drop.  To sum it up, Microsoft has always tried to walk two lines:  Cater to the more expert programmer AND the drag-and-drop programmer.  Some nice examples would be from 2.0 in generics and update panels.  Generics are still not understood by drag-and-drop programmers (as I have been shown on many occasions) but man they love their update panels.  I mean it&#8217;s ajax without actually knowing anything about it.  And I think this is where .Net is going to head.  I think as elitist programmers we&#8217;d like to think that knowing design patterns and how to successfully design a streamlined system is important but honestly, it isn&#8217;t.  And I&#8217;m saying this as a person who has had 7+ jobs jobs in the last 9+ years.  Businesses want results.  They don&#8217;t care if it costs them more in the end if you hack something together.  I&#8217;ve never really met a company that thought that far ahead, and in some ways I can understand this.  Getting to the market first can be a huge advantage.  The &#8220;Just get something out now and worry about it later&#8221; mantra is prevalent in all walks of business.  It&#8217;s hard to convince companies to take more time to develop a more solid system.  Because of this, things like update panels and drag-and-drop design are still hanging strong which by proxy means having a solid understanding of how things work really doesn&#8217;t matter as much.</p>
<p>Though way too lengthy of a side bar, the point is that this is the event I needed to change.  Because Python is a more fringe language but is used by some really good companies, it seemed like a reasonable switch&#8230; or at least something to experiment with.  There is nothing really drag-and-drop about it.</p>
<h3>If at first you don&#8217;t succeed&#8230;</h3>
<p>I will admit that at first I was <a href="http://byatool.com/pointless/awesome-language-now-what/"> a little apprehensive</a> about Python.  It just didn&#8217;t seem to offer anything that C# didn&#8217;t&#8230; again at first.  However, the more I used Python and Pylons, the more free I felt.  All those years of pushing and expecting rigidity were washing away.  Don&#8217;t me wrong, it took a while to really get how powerful Python can be.  I mean stuff like adding properties to objects dynamically was nice, but that was also in 4.0.  Passing methods like objects:  C#&#8230; well at least with some restrictions.  But with that being said, having options like that without the need for typing parameters and done so with a natural feel made it pretty well suited for web development. I&#8217;m not going to spout the virtues of Python and I&#8217;m pretty sure I&#8217;ve derailed this post quite a bit, but the moral of the story is simple:</p>
<p>There&#8217;s more out there than Microsoft/.Net.  Now I realize that probably 2/5 readers (not a fraction but an actual guess on how many people will read this) will be thinking &#8216;DUH&#8217; but this isn&#8217;t really written for people who know this already.  This is written so that even Microsoft slappies like me can break free of a what I thought was the be-all and end-all, and really learn something new that isn&#8217;t new to .Net.  I&#8217;ve built my career around .Net and have no doubt it will most likely be what I&#8217;m paid to use for a while.  With that being said, there&#8217;s absolutely nothing wrong with trying new paths.  Is Python the language to do this for you?  I have no idea.  Maybe it&#8217;s Ruby or (maybe(the(language(is(Lisp))))).  That I can&#8217;t tell you.  Only thing I can tell you is that you won&#8217;t know until you get out and try something new.  You can&#8217;t possibly know what&#8217;s out there if you stay at the house that Microsoft built.  In a world with too few eggs and a ton of baskets, you really can&#8217;t afford keep things the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/i-have-found-python-and-i-am-a-changed-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you a good programmer?</title>
		<link>http://byatool.com/pointless/are-you-a-good-programmer/</link>
		<comments>http://byatool.com/pointless/are-you-a-good-programmer/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 12:12:31 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1808</guid>
		<description><![CDATA[Something I&#8217;ve struggled with for a long time is how to define a good programmer. It&#8217;s not an easy task since it&#8217;s fairly subjective and there are a lot of different opinions on this. So many that you could say that this is just another drop in the bucket of irrelevancy known as byatool.com. But [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve struggled with for a long time is how to define a good programmer.  It&#8217;s not an easy task since it&#8217;s fairly subjective and there are a lot of different opinions on this.  So many that you could say that this is just another drop in the bucket of irrelevancy known as byatool.com.  But a post being pointless hasn&#8217;t stopped me before, so damned if it will stop me now.</p>
<p>The first question that a person might ask after reading the title of this page is:  Do you really think the iPad will revolutionize the way schools handle reading material?  And that is a fine question, but a bit off topic.  So if I were to tell you what first question to ask, I would tell you to ask:  Who the hell are I..you to ask you&#8230;me if I&#8217;m eh you&#8217;re?  Oh f&#8211;k it, you get the picture.  And the answer is: No one really.  ANTI CLIMATIC!!!11oneonesevenone  I&#8217;m not the world&#8217;s best programmer and won&#8217;t be winning the prestigious Byatool Programmer of the Year award. (And sadly I&#8217;m the only one in the running.) </p>
<p>But what I do have is a thirst&#8230; No, not that kind.  I have thirst for knowledge.</p>
<p>Yeah yeah, I know &#8220;cliche&#8221;.  However, the point is still there AND that&#8217;s only part of it.  You see the thirst for knowledge is only a step, and it&#8217;s the easy one.  Anyone can WANT to learn more, it&#8217;s taking the time to DO more.  It&#8217;s not enough just to show up.</p>
<p>And I think it&#8217;s the doing that separates the real from the others.  The doing is what separates.  Separation is bound to doing.  Doing separation.  F&#8211;k where was I?</p>
<p>Look, despite what people tell you, life is not a box of chocolates otherwise we&#8217;d all be morbidly obese&#8230; and happy.  Life is more like&#8230; one of those damned invisible fences with a shocking dog collar.  Yeah you&#8217;re going to get zapped more often than not but at some point you&#8217;ll find that one area in the fence next to some kind of electricity tower that screws with the fence and allows you to break on through.  Course most likely you&#8217;ve already lost most of your brain living so close to an electricity tower, so in reality you&#8217;re just breaking through to a life of madness and too dumb to know it.</p>
<p>But this was a really stupid analogy anyhow that doesn&#8217;t really make any f&#8211;king sense, so who cares?</p>
<p>The point, if there ever was one (which even I&#8217;m debating at this moment), is it is never easy.  NEVER.  It&#8217;s always a struggle.  It&#8217;s always a pain in the a&#8211;, but it&#8217;s necessary.  Why?  Because it defines what a good programmer is.  The struggle.  Or more to the point, the perseverance.  It&#8217;s so easy to just be happy with what there is now.  You know, the old &#8220;If it ain&#8217;t broke, then let&#8217;s run the wheels off it&#8221; mentality that I think comes from an earlier generation.  (Most likely the generation of any given current professional programmer)</p>
<p>Fact is, it&#8217;s OK to try something new.  It&#8217;s OK to venture out into the unknown.  And more importantly, YES YOU WILL BE SCURRED AND GET FRUSTRATED AT SOME POINT!  This is completely natural.  You aren&#8217;t stupid.  It isn&#8217;t just you that feels that way.  You aren&#8217;t a mutant because you are afraid you&#8217;ll fail.  Sure I don&#8217;t doubt there are people out there that just naturally jump into the unknown, feel no fear, and figure it out in a day. That&#8217;s why they are billionaires and rare.  For the rest of us relatively poor goofs, we have to deal with all of that AND perform.</p>
<p>Just remember, you have been conditioned by multitudes of areas to be afraid of change.  Hell, even your brain fights change <a href="http://www.amazon.com/Neurodynamics-Personality-Jim-Grigsby-PhD/dp/1572305479">because it&#8217;s far more efficient to keep things as they are.</a>  It&#8217;s even a basic principle of existence: path of least resistance. What am I getting at?  Just do it.  Be that person.  Fight your way into the new world.</p>
<p>Why?  BECAUSE YOU&#8217;RE A GOOD PROGRAMMER. And if this doesn&#8217;t sound like you, well you know what you have to do.  Well two things:  One is to stop being such a baby and set a dentist appointment for your annual check up.  Cavities are no laughing matter.  Second is to stop letting your fears and comfort get in the way of your growth.  After all, this is your (And I&#8217;m assuming) profession.  It&#8217;s your job to be the best you can be.</p>
<p>It&#8217;s going to suck.  It&#8217;s going to be nerve wracking.  It&#8217;s going to push you to your limits&#8230; and you&#8217;re going to like it.  Just remember to repeat to yourself, &#8220;F&#8211;k the noise, it can&#8217;t fade me.&#8221;  (I&#8217;m not exactly sure what that means but it sounds tough.)</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/are-you-a-good-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>75k Visits, 110k Views&#8230;. 59k uniques This Year</title>
		<link>http://byatool.com/pointless/75k-visits-110k-views-59k-uniques-this-year/</link>
		<comments>http://byatool.com/pointless/75k-visits-110k-views-59k-uniques-this-year/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 16:51:01 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1852</guid>
		<description><![CDATA[Yeah I know there are a billion sites that get that in a day, but still feels like victory of sorts since it&#8217;s pretty much 3x what I did last year. Mind you, most of the views come from searching engines, but I want to believe it&#8217;s because of all the love. It&#8217;s a strange [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah I know there are a billion sites that get that in a day, but still feels like victory of sorts since it&#8217;s pretty much 3x what I did last year.  Mind you, most of the views come from searching engines, but I want to believe it&#8217;s because of all the love.  It&#8217;s a strange love though.  More like an abusive relationship where I yell at you and you still come back.  So I guess that makes you guys dogs.  But whatever, analogies, and venomous typing, aside I couldn&#8217;t have done it without you: random google searching person.  You&#8217;ve made this site the 735,849th most popular site in the world (277,328 in India&#8230; Yeah India. I&#8217;d say I owe you a drink but I don&#8217;t think I could afford that.)  Maybe if I&#8217;m extra special I can break into the top 500,000 next year.</p>
<p>Ok I realize that goal is like a product placement for Mad TV&#8217;s Lowered Expectations, but you know what?  Screw you.  As the late and great Leslie Nielsen put it, &#8220;It&#8217;s a topsy-turvy world, and maybe the problems of two people don&#8217;t amount to a hill of beans. But this is our hill. And these are our beans!&#8221;  I&#8217;ve got my beans.  You can&#8217;t take that from me.</p>
<p>Ok nerd rage subsiding, I&#8217;d like to thank some people for this &#8220;accomplishment&#8221;.  First off, I want to thank me for being chock full of awesome.  I&#8217;d also like to thank&#8230; eh&#8230; me?  What?  You thought I was going to say you?  I&#8217;m waaaaaay too narcissistic for that. (Expect for India, I heart you India)</p>
<p>Anyway, as this post spirals down into the inevitable useless drivel that all two repeat readers have come to expect, I think it&#8217;s time to wrap things up, so I&#8217;ll leave you with this thought:</p>
<p>Hi.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/75k-visits-110k-views-59k-uniques-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Language, Now What?</title>
		<link>http://byatool.com/pointless/awesome-language-now-what/</link>
		<comments>http://byatool.com/pointless/awesome-language-now-what/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 21:52:39 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1596</guid>
		<description><![CDATA[Let me tell you about my friend Bob. Bob is from the future. Bob came here from about 300 hundred years from now where time machines are sold at Walmart&#8230; which apparently owns everything. I met Bob just randomly at a plunger convention (Apparently plungers are all the rage in his time but hard to [...]]]></description>
			<content:encoded><![CDATA[<p>Let me tell you about my friend Bob.  Bob is from the future.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/future%20guy.png" alt="" /></div>
<p>Bob came here from about 300 hundred years from now where time machines are sold at Walmart&#8230; which apparently owns everything.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/white%20house.png" alt="" /></div>
<p>I met Bob just randomly at a plunger convention (Apparently plungers are all the rage in his time but hard to find.) and we struck up a conversation&#8230; mainly about plungers.  Anyhow, when he finally revealed he was from the future (The trippy multicolor shirt kind of gave it away honestly since by my calculations it will take at least 250 years for pleather to come back in style.  Give or take 50 years.) and the first thing he said after revealing this was, &#8220;No its not a f&#8212;ing utopia so don&#8217;t ask.&#8221;  Oddly enough I was going to ask if Gilligan&#8217;s Island was still on repeats in his time, but I just humored him.  Long story longer, by the end of the night he was my bffff (Best friend forever from the future) and he decided to give me this awesome device thing from the future and said he&#8217;d be back in a week to get it back.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/confused.png" alt="" /></div>
<p>Apparently it was something he bought from Walmart but was going to return before the week long return policy was up.  However, he thought I might have fun with it and then just did this sort of wavy, melty, star treky thing and was gone.  Odd note: No one watching seemed to be phased by this.  Cause you know, that&#8217;s something you see everyday.</p>
<p>Anyways, I took said device and set out into the world, determined to enrich my life with the blinking-light-a-tron.  Problem was, I had no f&#8212;ing clue what it did.  So I did what any person would do when faced with a blinking-light-a-tron from the future, I put it through various scientific tests.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/examples.png" alt="" /></div>
<p>After my barrage of highly scientific investigations, I could see that it was applicable to most useful situations.  Sounds good right?  Except it took me a ton of time to figure out how to use it while doing things I already knew how to do.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/graph.png" alt="" /></div>
<p>Now I have to admit the time difference was a knowledge issue as there wasn&#8217;t much documentation and it wasn&#8217;t intuitive in use compared to what I was used to.  However, it wasn&#8217;t until I found out that it can not only make a sandwich but it can make it into a smoothy too that I realized it had some powerful features.  It wasn&#8217;t long before I started to realize how much it had to offer.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/floating%20tv.png" alt="" /></div>
<p>After the E like excitement, there was inevitable crash: When the f&#8211;k will I ever really want a turkey sandwich smoothy? I know the thing has something bigger to offer.  Something just mind blowing, like somehow being able to combine sharks with an FBI agent to form some kind of super crime fighting force, but hell if I can figure out how.</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/shark.png" alt="" /></div>
<p>It was at that point Bob just appeared, punched me, grabbed the blinking-light-a-tron and did his futuristic wavy, melty, star treky thing. I never did find out what that was all about, but I just surmised it was some kind of futuristic way of saying goodbye for good.  Or it could be that I used it to find naked pictures of his wife and posted them on the internets. (Apparently there was an app for that)</p>
<p>Either way, the  blinking-light-a-tron was gone for good, and I&#8217;m not sure if I was better off with knowing it or not.  Sure it showed me what was possible but I came back to the same conclusion: When the f&#8211;k will I ever really want a turkey sandwich smoothy?</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/turkey%20drink.png" alt="" /></div>
<p>In a weird way, I&#8217;ve come to this conclusion with something like Python.  I have no doubt it has crazy capabilities to be used, but put in the hands of simpleton itâ€™s a point of confusion.   I want so badly to unlock its potential, but the best I can do is make a turkey sandwich smoothy, because I lack the overall grasp of the language and have no idea how to get it through application.</p>
<p>And hereâ€™s the thing, itâ€™s not a matter of being too comfortable with C#</p>
<div><img src="http://byatool.com/Hosted/RandomImages/GreatLanguage/c%20sharp%20love.png" alt="" /></div>
<p>Ok, so maybe there is some comfort but honestly it really isnâ€™t that.  It really just comes down a frustration of finding something to showcase Pythonâ€™s abilities.  It just plain difficult to come up with some grand plan when I donâ€™t even have a clue what sort of plan I need.</p>
<p>Itâ€™s one thing to find a language that is just a horizontal move or even a step back.  Then itâ€™s easy to say, â€œScrew itâ€ and stay with what you know.  In the case of Python, I really want to be convinced to move to it.  Nothing against C#, I still find it to be a good language, I just have a feeling.   Problem is I have no way to back the feeling up.</p>
<p>In order to understand something, you need a reason for it.   This is the hill we all must climb at some point and it&#8217;s a big hill.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/awesome-language-now-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embrace the Unknown</title>
		<link>http://byatool.com/pointless/embrace-the-unknown/</link>
		<comments>http://byatool.com/pointless/embrace-the-unknown/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 19:13:35 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1605</guid>
		<description><![CDATA[As programmers its no secret that we like comfort. Well at least most of us. I mean every so often you&#8217;ll run into the uncanny ADD-man. You know the guy that is so in need of finding the next thing to jump to you&#8217;re pretty convinced he has a deep rooted issue involving being moved [...]]]></description>
			<content:encoded><![CDATA[<p>As programmers its no secret that we like comfort. Well at least most of us. I mean every so often you&#8217;ll run into the uncanny ADD-man. You know the guy that is so in need of finding the next thing to jump to you&#8217;re pretty convinced he has a deep rooted issue involving being moved around from city to city because of a parent&#8217;s career&#8230; or paint chips.</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/RubyDecision.png"></img></p>
<p>For the most part though, we do like a certain comfort zone, and fuck if someone will convince us to get out of the comfort. And why would we? I mean itâ€™s something we know. Something we understand. And isn&#8217;t life easier when there&#8217;s understanding?</p>
<p>I ran into this a couple jobs ago (I&#8217;m a job whore) when I asked for two monitors. Now this idea was something completely foreign and oddly scary to the people there. I mean, alt-tab is just fine, amirite? Wasn&#8217;t soon after getting the second one I was being looked at like some kind of child molester.</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/TwoMonitors.png"></img></p>
<p>All I can say is: Don&#8217;t knock it until you try it. I meant two monitors, not child molestation. Well at some point the old light bulb went up on someone (Which makes me wonder what turned on before there were lights).</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/CaveMan.png"></img></p>
<p>That person dared to start using two monitors. Next thing you know, there was a rash wave of double monitor usage. The world had changed forever. There were whispers of possibly having three monitors.</p>
<p>Side thought: I wonder if this is how the double razor to triple razor to n razor thing started. One guy was all like, &#8220;Hey guys, what if we had two razors on a shaver.&#8221; and then promptly speared for such thoughts that most likely were from satan. That was until some boss guy who was too high up to spear uttered the same words. Then everyone just went bat f&#8211;king crazy and started just throwing on arbitrary numbers out like some kind of reverse auction. And thus the razor wars began.</p>
<p>Anyways, back to the monitor thing. The moral of the story is that you can&#8217;t know what you can dare to dream if you have no concept of what&#8217;s out there.</p>
<p>Ok I lied sort of. Usually people use the line &#8220;The moral of the story&#8221; to end a thing like this, but I actually am being all sneaky and I tricked you into something bigger: Programming languages.</p>
<p>I have a confession. Well I have two, but one has to do with a having a song by Miley Cyrus&#8230; ok multiple songs&#8230; OK EVERY F&#8211;KING ALBUM&#8230; but that&#8217;s not important. The important part is that I&#8217;ve been a hardcore Microsoft guy for all 10 or so years of programming. I did not stray at all really. At least not much&#8230;</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/Cheating.png"></img></p>
<p>And why not? Microsoft has done a good job keeping the carrot in front of my face.</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/MVCCarrot.png"></img></p>
<p>So why would I want to go anywhere else? I mean, I&#8217;m diverse. I use javascript. Besides, I have everything I need just given to me. Read that again. Actually I&#8217;ll type it again then just read it: I have everything I need just given to me. There are so many things that .net technologies do for me I really don&#8217;t have to do a whole lot. Or know a whole lot. Most lower level language ideas are just completely paved over with easy to use classes and controls. And that&#8217;s the problem.</p>
<p>I&#8217;ve been on a quest in the last year or two to really push myself to have a much better understanding of important programming concepts&#8230; that Microsoft has been so kind to hide from me as to not worry my pretty little face.</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/CSharpRedirect.png"></img></p>
<p>And maybe you are ok with that. Maybe you like to just take a pay check or just produce mass quantities of semi working code. Nothing supremely wrong with that. Just realize your career at some point will flat line.</p>
<p><img src="http://byatool.com/Hosted/RandomImages/EmbraceTheUnknown/DeadCareer.png"></img></p>
<p>But I say screw that. I need more and damnit I&#8217;m going to get out of my comfort level. I will brave the unknown (actually I already have with java and python) and in the long run I&#8217;ll be much better off. Why? Because not only do I diversify my languages, I also am privy to new and weird concepts that I would never see if it weren&#8217;t for venturing into new languages. Not only that, but I&#8217;ve found that some of the concepts and features just being added to C# have been around for a long time in other languages. So why wait for them to mature when you can use them now?</p>
<p>No really, I&#8217;m asking that. Give me a good answer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/embrace-the-unknown/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Off Topic: My Love For Star Trek The Motion Picture</title>
		<link>http://byatool.com/pointless/off-topic-my-love-for-star-trek-the-motion-picture/</link>
		<comments>http://byatool.com/pointless/off-topic-my-love-for-star-trek-the-motion-picture/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 04:59:13 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1692</guid>
		<description><![CDATA[There are few things that I accept about myself: I&#8217;m ruggishly handsome, I have a superior intellect, and I&#8217;m the only person on the planet that thinks Star Trek the Motion Picture is the best Star Trek movie out there. And no I&#8217;m not talking about the 2009 movie, though I really enjoy that one, [...]]]></description>
			<content:encoded><![CDATA[<p>There are few things that I accept about myself: I&#8217;m ruggishly handsome, I have a superior intellect, and I&#8217;m the only person on the planet that thinks Star Trek the Motion Picture is the best Star Trek movie out there.   And no I&#8217;m not talking about the 2009 movie, though I really enjoy that one, but the 1979 one.  People usually just stare at me when I confess this after way too many drinks, but its true.  Its my go to movie.  If I don&#8217;t feel like watching anything else, I can always watch it.  Actually I just had to adjust the TV as I am watching it right now.</p>
<p>Most people think it&#8217;s boring or something, but in my mind it&#8217;s by far the most true to the original series and by far the most intriguing.  If nothing else, it keeps the original series&#8217;s flair for the unknown.  You really aren&#8217;t given a lot of information off the bat except that what ever is out there just made the feared Klingons look like little bitches.  I&#8217;m sorry, but any one who was brought up on the original knows there&#8217;s only one force in the universe that can go toe to toe with them and still survive&#8230; James T f&#8212;ing Kirk.  This thing makes him look like a complete tool.  Right off the bat you&#8217;re just thinking &#8220;Oh s&#8212;, what can stop this?&#8221;  This thing makes the doomsday machine look like a ice cream vendor.</p>
<p>And I think that&#8217;s part of where my love comes in.  The other movies, except maybe that disaster IV, you knew it was just the normal foe.  Even Khan was assumed he would in some way get his a&#8211; handed to him James T Kirk style.  But this thing (Why is every object we don&#8217;t understand called a thing?) is so far beyond powerful that you just can&#8217;t possibly accept that Kirk would kill or bang it.  There is a feeling of complete and utter danger that none of the other movies really have.  That feeling of powerlessness.</p>
<p>The next thing is the total seventies feeling too it.  Yeah I know there are a lot of bad movies from that era, but the ones that we remember have something in common, a magically weaving of music and sight.  There is something just&#8230; eh visceral about this movie that you can&#8217;t replicate in a movie.  Something about the visual feel and the way the music just seems to draw out everything the eyes can&#8217;t see is something I think is the only part of the seventies worth noting.  It was a time of experimenting with just about everything and as the saying goes sometimes the blind squirrel finds a nut.  That is how I feel about this movie.  The deliberate nature of it&#8217;s filming being paced by its music brings a certain overload of the senses at times.  Some people call it slow or dull, but I call it purposeful and enveloping.  It draws you in and tries to tell you a story that words could never do.</p>
<p>Beyond all of that, the twist at the end is so out there but makes so much sense that you can&#8217;t deny its possibility.  I&#8217;m sorry but every times I hear the &#8220;V&#8230;g..e..r&#8230;.voy&#8230;g&#8230;er&#8230;. Voyager&#8221; it just makes me think, &#8220;Now that&#8217;s an idea.&#8221;  Well actually I end up repeating the line in only the way Shatner could deliver, but after that I think about the idea thing.</p>
<p>I understand that most people won&#8217;t watch this movie and get what I&#8217;m talking about.  I get that I might be insane.  I&#8217;m ok with that.  Because as I sit here watching this movie for what is probably well beyond the 100th time, I know that I will enjoy every stupid second of it.  You can go watch the stupid one with the whales if you want.  This motion picture is mine.</p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/off-topic-my-love-for-star-trek-the-motion-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happened to Lan Parties?</title>
		<link>http://byatool.com/pointless/what-happened-to-lan-parties/</link>
		<comments>http://byatool.com/pointless/what-happened-to-lan-parties/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 20:34:25 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1581</guid>
		<description><![CDATA[As I was making my third attempt to reassemble a horribly aged futon (that had been passed around to so many people there&#8217;s no doubt its seen more action than Tom Selleck in his Magnum PI days), wondering if it was some kind of early attempt of Ikea&#8217;s to blend furniture with some kind of [...]]]></description>
			<content:encoded><![CDATA[<p>As I was making my third attempt to reassemble a horribly aged futon (that had been passed around to so many people there&#8217;s no doubt its seen more action than Tom Selleck in his Magnum PI days), wondering if it was some kind of early attempt of Ikea&#8217;s to blend furniture with some kind of social experiment to see how much a person can take before starting a three figure body count, and swearing enough to make Bog Saget blush, I decided that the best course of action to keep me from going hulk on it was to think of better place.</p>
<p style="text-align: center;"><a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelOne.jpg"><img class="size-full wp-image-1642  aligncenter" title="Lan Parties - Panel One" src="http://byatool.com/wp-content/uploads/2010/09/LPPanelOne.jpg" alt="Lan Parties - Panel One" width="624" height="200" /></a></p>
<p>That didn&#8217;t feed into my almost Gibson-esque epic instability.</p>
<p style="text-align: center;"><a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelTwo.png"><img src="http://byatool.com/wp-content/uploads/2010/09/LPPanelTwo.png" alt="Lan Parties - Panel Two" title="Lan Parties - Panel Two" width="419" height="200" class="aligncenter size-full wp-image-1645" /></a></p>
<p>I then started thinking of my friend (no not that way) and how he (still not that way) was having a lan party this weekend and how he had invited me to it. Now I probably would have gone if it weren&#8217;t for the fact he lives 10 hours away, I&#8217;ve never actually met him in person, and I&#8217;m pretty sure he&#8217;s actually just inviting me over because he needs a new host body as his is falling apart.</p>
<p>You remember those days. 10 high school (maybe college) dudes all smashed into a basement with 10 computers going full blast, cases and cases of mountain dew, all completely focused on one and one thing only: gaming. Those 48 hour gaming benders fueled by so much caffeine that by the morning of the second days everyone had that weird anxious/excited/electrified feeling that somehow mixes the feeling you get right before you start opening birthday presents and the feeling you get right before vomiting:</p>
<p style="text-align: center;"><a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelThree.png"><img src="http://byatool.com/wp-content/uploads/2010/09/LPPanelThree.png" alt="Lan Parties - Panel Three" title="Lan Parties - Panel Three" width="624" height="200" class="aligncenter size-full wp-image-1647" /></a></p>
<p>You know, the same feeling we would feel again 10 years later right before having sex for the first time:</p>
<p style="text-align: center;"><a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelFour.png"><img src="http://byatool.com/wp-content/uploads/2010/09/LPPanelFour.png" alt="Lan Parties - Panel Four" title="Lan Parties - Panel Four" width="624" height="200" class="aligncenter size-full wp-image-1649" /></a></p>
<p>Well this led to me asking my self, &#8220;Self, why don&#8217;t I go to lan parties anymore?&#8221; For the most part, I think part of getting older is realizing that the copious amounts of caffeine taken in at 16 would no doubt kill me or more than likely be replaced with alcohol and no doubt would end with some kind of machine being forced down my throat in a last ditch effort to keep me alive so that I could enjoy the week long hangover to follow.</p>
<p>I think also in my oldness, I&#8217;ve lost the ability to play games for any extended period of time. Seems as if that part of my brain has been removed or possibly atrophied due to suffering from depression brought on by lack of use. Either way, I now have a greater capacity to code for extended periods of time instead&#8230; Wait. I&#8217;m feeling something&#8230; I think it&#8217;s an idea which would explain why its a feeling I don&#8217;t recognize.</p>
<p>What if the gaming lan party were to evolve? What if all that caffeine drinking, sardine can sized room of guys, (I&#8217;d say gals too since I realize there are women coders but really, what woman wants to take the chance of being locked in a small room chock full of essentially coked up geeks?), table to table, computer to computer, energy filled mayhem could be used to code? Think about it:</p>
<p>What if you were to take some idea like say a program that compares the hotness factor of supermodels (YEAH SUPERMODELS MAN, CAUSE THAT&#8217;S WHAT MANLY MEN DO, YEAH!) or the best picks for fantasy football (more in line with reality) and just go at it for 48 hours straight? I think this could actually work. After all, you have the combination of a ton of minds and no external interruptions to really just hammer something out. I realize there could be some issues inherent with super-fast coding:</p>
<p style="text-align: center;">
<a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelFive.png"><img src="http://byatool.com/wp-content/uploads/2010/09/LPPanelFive.png" alt="Lan Parties - Panel Five" title="Lan Parties - Panel Five" width="624" height="200" class="aligncenter size-full wp-image-1651" /></a>
</p>
<p>But couldn&#8217;t this work? You get lots of up-side on this one. Comradery, energy, excitement, a semi-working program, and quite possibly good, old-fashioned physical nerd fights (hey, that&#8217;s what Youtube was invented for) caused by late nights, caffeine psychosis, and uncomfortably close proximity to other people for more than 10 minutes. How could this be a bad idea? So I say, have at it. Prove me wrong about this one. And make sure you take video proof of how wrong I was. You know, some kind of video diary of you attempting to flee the country after they find the 9 bodies you somehow managed rage into the trunk of your car. (Again, that&#8217;s what Youtube was invented for).</p>
<p style="text-align: center;"><a href="http://byatool.com/wp-content/uploads/2010/09/LPPanelSix.png"><img src="http://byatool.com/wp-content/uploads/2010/09/LPPanelSix.png" alt="Lan Parties - Panel Six" title="Lan Parties - Panel Six" width="624" height="250" class="aligncenter size-full wp-image-1657" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/what-happened-to-lan-parties/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Latest Innovation Is Astounding, A Real Game Changer</title>
		<link>http://byatool.com/pointless/apples-latest-innovation-is-astounding-a-real-game-changer/</link>
		<comments>http://byatool.com/pointless/apples-latest-innovation-is-astounding-a-real-game-changer/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 19:42:50 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1235</guid>
		<description><![CDATA[I don&#8217;t know how they did it, but they made the world&#8217;s first shrink ray. Amazing.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how they did it, but they made the world&#8217;s first shrink ray.  Amazing.</p>
<p><img src="http://byatool.com/wp-content/uploads/2010/01/apple-creation-0100-rm-eng.jpg" alt="" title="apple-creation-0100-rm-eng" width="600" height="398" class="aligncenter size-full wp-image-1234" /></p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/apples-latest-innovation-is-astounding-a-real-game-changer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Off Topic Sunday: Does Not Liking Quentin Tarantino Make Me  A Mutant?</title>
		<link>http://byatool.com/pointless/off-topic-sunday-does-not-liking-quentin-tarantino-make-me-a-mutant/</link>
		<comments>http://byatool.com/pointless/off-topic-sunday-does-not-liking-quentin-tarantino-make-me-a-mutant/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:17:23 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Pointless]]></category>
		<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://byatool.com/?p=1095</guid>
		<description><![CDATA[COMPLETELY NOT PROGRAMMING RELATED Any time I declare this I always get the same look people had when that one dude in Total Recall took off his glove and had that weird chicken wing arm thing. I can&#8217;t think of many directors that get the same free pass as he does for making, in my [...]]]></description>
			<content:encoded><![CDATA[<p><strong>COMPLETELY NOT PROGRAMMING RELATED<br />
</strong></p>
<p>Any time I declare this I always get the same look people had when that one dude in Total Recall took off his glove and had that weird chicken wing arm thing.  I can&#8217;t think of many directors that get the same free pass as he does for making, in my crazy mutant opinion, two good movies: Pulp Fiction and that one part of Four Rooms with the Zippo lighter bet.  Ok so one movie and a section of another.  Maybe Kill Bill 2 could be in there.  Maybe.</p>
<p>Now I have to admit that I&#8217;ve been accused of having less than main stream opinions on movies.  I&#8217;m not one of those people that only like a movie if it&#8217;s made on a 10k dollar budget and ends up just as depressing as it started.  (IE Every independent movie ever.) I enjoy movies that are thought provoking and relevant as questions like &#8220;What would green smell like?&#8221; or &#8220;Why do I have 10 ten toes?&#8221;  However, I liked Star Trek: The Motion Picture the most out of the six because I felt it was very Star Trek like and the most intense of the bunch.  I liked Alien 3 more than Aliens (Only after watching the Director&#8217;s cut version though) because it had more thought out undertones.  I think that Kill Bill 2 is far more interesting than 1 because it had story minus a bunch of tools running around like they&#8217;re athletic (See The Matrix).  I also still find Godzilla versus Mechagodzilla to be the best, even though Godzilla 2000 is far superior in ever aspect, because that one part where Gozilla and King Caesar are standing in front of and behind, respectively, Mechagodzilla and they think they have it flanked when it turns it&#8217;s head around to look at King (With it&#8217;s laser eyes) and swings out it&#8217;s missle hands at Godzilla almost as if it was sayin, &#8220;You thought you got me, but I got missles b&#8211;ch.  You ain&#8217;t got s&#8211;t. &#8221;</p>
<p>Three things you can take from that:  I probably don&#8217;t line up with your tastes, I do have thought out excuses for my &#8220;condition&#8221;, and I am a massive geek.  I honestly feel that at this point I need to boost a car, take some E, and bench press 800 pounds at the same time to offset the horrendous black hole of geek I just created that threatens to pull us all in to an alternate, more geeky version of the world.  No one wants that.  No one but <a href="http://dsc.discovery.com/fansites/mythbusters/mythbusters.html">Adam Savage</a> wants that.</p>
<p>At this point, you might see where I&#8217;m coming from.  I&#8217;m clinically insane.  However, that doesn&#8217;t mean I&#8217;m not entitled to an opinion on Tarentino.  The guy is like a 12 year old with a budget.</p>
<p>Remember when you were 12, watching Power Rangers, sitting in a rocking chair, while lathering yourself in a mixture of peanut butter and motor oil?  Probably not (But if you do, call me) but you might remember watching a movie like Aliens and thinking &#8220;What if the aliens could talk?&#8221; or &#8220;What if the Aliens could use guns, that would be sweet cause they would be all like &#8216;What up!&#8217; BLAM BLAM  &#8216;Screw you Marines!&#8217;&#8221; And let&#8217;s be honest, there&#8217;s a reason why you weren&#8217;t making films at 12&#8230; or probably even now.  (Honestly?  Aliens using guns?  What the hell were you on at 12?)  Every time I see one of his movies now, that&#8217;s all I can see:  Tarantino lathered up in pean&#8230; Wait&#8230;  I see Tarantino sitting around writing some movie, probably a masterpiece about a child who is taken from his family, forced into slavery, and then finds a way to unite the slaves against the slavers and bring peace to the his people.  Followed by weeks of &#8220;What if aliens some how helped him free his people?&#8221; and then  &#8220;What if the aliens give him awesome laser weapons and then there&#8217;s a scene where he&#8217;s all like &#8216;I&#8217;m gonna make them pay&#8217; while standing on a mound of dead slavers and then he points the gun at one that&#8217;s still sort of alive and shoots him and his head explodes and the aliens start dancing in joy! Oh man that&#8217;d be cool.&#8221; (You might also call this the &#8220;Lucas effect&#8221;)  Somewhere, at some point, the good ideas he may have go from a smooth riding train to a train that just lost a wheel, jumped the track, and is plowing through some childrens&#8217; hospital.</p>
<p>And guess maybe that&#8217;s the problem I have with him.  It&#8217;s clear that the guy is good with conversations and characters.  It&#8217;s clear that he could be a premier writer.  It just seems like the 12 year old side of him takes over at some point.  Oh well, that 12 year old has done him well financially so who am I to say what&#8217;s good?</p>
<p>In the end, it just comes down to preference.  Maybe I don&#8217;t have the part of the mind that gets satisfaction from way over the top insanity in movie form (I think it&#8217;s seated somewhere in between the part that enjoys chili cheese fries and the part that makes people stop and stare at highway accidents.), and if you do well more power to you.  Just don&#8217;t judge me based on my thinking he&#8217;s straight up overrated or that he isn&#8217;t a god of filming.  Then again I&#8217;m not the kind of person who looks for religious overtones in the Star Wars series, so maybe I&#8217;m just too dumb to see the brilliance.</p>
<p>Oh and side note:  HE HAD NOTHING TO DO WITH HERO EXCEPT WITH HELPING WITH PUSHING UP THE TIME LINE OF THE US RELEASE.  Don&#8217;t f&#8211;king even think he had any real hand in what&#8217;s probably the best epic movie in existence.</p>
<p>Other Note:  Apparently resident &#8220;computer wiz&#8221; Andre refused to read more than the title of this post.  He&#8217;s one of them&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://byatool.com/pointless/off-topic-sunday-does-not-liking-quentin-tarantino-make-me-a-mutant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

