<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Rabid Family Blog</title>
        <link>http://www.byond.com/members/Kunark</link>
        <description>Where Bunchies go to die violently....</description>
        <lastBuildDate>Sat, 05 Jul 2008 08:30:40 GMT</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>The one sure thing in my life.</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=43845</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=43845</guid>
            <pubDate>Sat, 07 Jun 2008 00:25:31 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=43845#comments</comments>
            
            <description>I've just discovered, that inevitably, no matter what day it is or how I feel, whenever I eat jalapeņos, they will exact revenge on me all night long.&lt;br/&gt;
&lt;br/&gt;
I hope this was enlightening for you.&lt;br/&gt;
&lt;br/&gt;
I was going to tell you about the mexican guy I saw today hiding behind the obese woman, but I'm too upset that I didn't think to take a picture and put a caption on it until it was too late :(</description>
        </item>
                <item>
            <title>Why do people like Facebook so much?</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=43410</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=43410</guid>
            <pubDate>Mon, 26 May 2008 20:53:48 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=43410#comments</comments>
            
            <description>Sure, we all know the terrors of myspace.  Especially developers who've been sent to an insane asylum after laying eyes on its HTML sources.&lt;br/&gt;
&lt;br/&gt;
But what's so great about facebook?  I joined because of all the hype, but I'm disgusted by it, personally.  They began with a great idea and then took it too far and ended up ruining the entire site;  so much so that now it's worse than myspace!&lt;br/&gt;
&lt;br/&gt;
And now, unfortunately, myspace is following in its footsteps to compete.&lt;br/&gt;
&lt;br/&gt;
On the plus side, they have less evil Tacoda/etc. ads, but the ones they do have are almost as bad.</description>
        </item>
                <item>
            <title>Beowulf</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=43142</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=43142</guid>
            <pubDate>Mon, 19 May 2008 18:11:10 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=43142#comments</comments>
            
            <description>3 out of 5 stars&lt;br/&gt;
&lt;br/&gt;
-1 star for guy butt</description>
        </item>
                <item>
            <title>whoh</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=43029</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=43029</guid>
            <pubDate>Sat, 17 May 2008 14:26:44 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=43029#comments</comments>
            
            <description>The Golden Compass is really violent for a kids' fantasy movie.&lt;br/&gt;
&lt;br/&gt;
I actually had to do a double-take on the ending of the bear fight scene.  That's officially how I want to shut people up =D</description>
        </item>
                <item>
            <title>CBS buys CNET...</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=42975</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=42975</guid>
            <pubDate>Thu, 15 May 2008 22:39:05 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=42975#comments</comments>
            
            <description>...and promises to no longer focus on technology reviews.  You know, not focus on the whole reason people use CNET in the first place.&lt;br/&gt;
&lt;br/&gt;
This is great news for our company and its employees, considering they were our biggest, most ruthless competitor until they were acquired.  =)</description>
        </item>
                <item>
            <title>Always use libraries!  *NOT HAHA*</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=41854</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=41854</guid>
            <pubDate>Sat, 19 Apr 2008 22:55:44 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=41854#comments</comments>
            
            <description>I have a problem with people telling others they should always use a library if possible.  I don't have a problem with the implied meaning, I have a problem with the way it's phrased.&lt;br/&gt;
&lt;br/&gt;
This is telling other programmers to be lazy, not just with their amount of work, which is a good thing, but with their skill level, which is usually a bad thing.&lt;br/&gt;
&lt;br/&gt;
There needs to be a new way of phrasing that.  Something like:  &quot;You should use a library only once you understand the underlying concepts.&quot;&lt;br/&gt;
&lt;br/&gt;
The reason I say this is because there isn't a library out there for everything, and you're going to encounter problems on that lower level that you'd normally use a library for;  you will need the skills to deal with those problems.  Also, most libraries have a few bugs that you won't be able to fix without being able to understand the internal code.&lt;br/&gt;
&lt;br/&gt;
What are you going to do when you've embedded Prototype into every page of your site and suddenly a Prototype bug prevents development?  Are you going to recode your entire site?&lt;br/&gt;
&lt;br/&gt;
Use libraries all you want, but don't actually &lt;em&gt;rely&lt;/em&gt; on them if at all possible.  This doesn't mean you need to take apart the .NET CLR;  you have to draw the line somewhere, but there is no reason why you shouldn't know several forms of AJAX if you're into AJAX development.&lt;br/&gt;
&lt;br/&gt;
I mention prototype because I've noticed that nobody cares to learn classic AJAX anymore.  They use Prototype, calling classic AJAX obsolete, yet you can't work with the internal code of prototype without knowing classic AJAX.</description>
        </item>
                <item>
            <title>oh god</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=41762</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=41762</guid>
            <pubDate>Thu, 17 Apr 2008 21:23:07 GMT</pubDate>
            
            <description>live action movie of Dragonball.  Staring a very non-asian goku, and Spike from Buffy the Vampire Slayer.&lt;br/&gt;
&lt;br/&gt;
This is the real reason god is so vengeful.</description>
        </item>
                <item>
            <title>my dreams are so cool</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=41572</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=41572</guid>
            <pubDate>Sun, 13 Apr 2008 18:19:25 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=41572#comments</comments>
            
            <description>this morning in my dream I climbed out a window, picked a lock, rescued 3 pigs, and kicked a handicapped guy in the face.  pure awesome.</description>
        </item>
                <item>
            <title>My new sites</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=41478</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=41478</guid>
            <pubDate>Fri, 11 Apr 2008 19:19:37 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=41478#comments</comments>
            
            <description>I can finally talk publicly about these sites because I finally parked their domains =)&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://www.rabidentertainment.com/&quot;&gt;http://www.rabidentertainment.com/&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
This will be my official game news site, and will be the portal to everything concerning my games.  I actually have it partly built already, but I have no graphics for it yet.&lt;br/&gt;
&lt;br/&gt;
I will post links here to my company's games' news on this new site's blog once I push it live, but if you're interested, check it periodically to see when it goes live.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://www.wasatchtrader.com/&quot;&gt;http://www.wasatchtrader.com/&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
This will be a new side business that I am starting.  It will be a classified ads website that I hope people will use for its extreme user-friendliness, simplicity, and features.  I realize it would be extremely hard to make a success, but it's an area that has room for improvement.  I mean, people still use craigslist for crying out loud.&lt;br/&gt;
&lt;br/&gt;
I made quite a bit of it last year, but I decided to redo the entire site now that I have much more extensive experience.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
I will keep you updated as to when either of these go live.  I hope some of you can help me get some traffic to WT when it's finished :)</description>
        </item>
                <item>
            <title>I hate utah....</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=41011</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=41011</guid>
            <pubDate>Mon, 31 Mar 2008 07:09:51 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Kunark?command=view_comments&amp;post=41011#comments</comments>
            
            <description>It was hot as ass all of last week.  But this morning, my car doors are frozen shut because of a blizzard.  I loathe utah and its bipolar weather.</description>
        </item>
            
    </channel>
</rss>

