<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>malkier.net</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/" />
    <link rel="self" type="application/atom+xml" href="http://www.malkier.net/atom.xml" />
    <id>tag:www.malkier.net,2008-03-30://2</id>
    <updated>2008-05-14T14:32:35Z</updated>
    <subtitle>tai&apos;shar malkier</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.1</generator>

<entry>
    <title>SVN stands for Sucks Voluminous Nads</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/05/svn-stands-for-sucks-voluminou.html" />
    <id>tag:www.malkier.net,2008://2.337</id>

    <published>2008-05-14T14:08:59Z</published>
    <updated>2008-05-14T14:32:35Z</updated>

    <summary>I&#8217;m hating all over SVN right now. I&#8217;ve read people&#8217;s wildly ebullient reviews of it, and of version control in general. Version control seems like it&#8217;s still a good idea, but SVN is a horribly buggy implementation of it....</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I&#8217;m hating all over SVN right now.  I&#8217;ve read people&#8217;s wildly ebullient reviews of it, and of version control in general.  Version control seems like it&#8217;s still a good idea, but SVN is a horribly buggy implementation of it.</p>
]]>
        <![CDATA[<p>Everything was going swimmingly in my world, as I blissfully controlled the hell out of my versions.  But then they upgraded SVN&#8217;s repository format and everything went to hell.  It took me the better part of two days just to figure out what the sudden problem was with my repositories after updating TortoiseSVN (I do my devel on Windows, for Windows users).  Turns out, once they upgrade a repository format, they toss the old format handling into the recycle bin.  That makes perfect sense, since only everyone who&#8217;s using their software will then be presented with the problem of rebuilding their repositories.</p>

<p>Let me describe the process: you&#8217;re sitting there, eagerly foaming at the mouth while looking at the download bar tick away the percentage, your new version of SVN just moments away from installation.  Everything&#8217;s done, you install, and you&#8217;re ready to go.  But wait, no you&#8217;re not!  Because suddenly you can&#8217;t check anything out, or commit any changes.  Your repository has just turned into a big indecipherable lump of data.</p>

<p>Fortunately, there&#8217;s a way to solve this.  You just have to uninstall your latest version of SVN, reinstall an old version, dump your repository (which gets ever more painful the longer you&#8217;ve had to build up revisions), uninstall the old version of SVN, reinstall the new version of SVN, and load the repository dump you just created (which is just as painful as dumping it).  This is made easier by the utility created by SVN &#8212; oh, wait, they didn&#8217;t make one.  So, you&#8217;re just going to have to sit there, stabbing needles into your genetalia for (relative) entertainment while the SVN dump process completes and you uninstall and reinstall SVN till you&#8217;re blue in the face.</p>

<p>I did this all a while ago, and somehow it all worked out.  Now I&#8217;m coming up on a situation where an old repository I missed the first time isn&#8217;t set up to work right.  Now it&#8217;s back to the old drawing board.  I dump the repository, reinstall, and then go to load, but wait.  Access denied?  Oh dear, it seems like my dump file is all that&#8217;s left of my repository, because it can&#8217;t be bothered to load.  I created a brand new repository and everything, and somehow access is denied.  To <em>svnadmin</em>.</p>

<p>But, in the meantime, I go to check on my other repositories (which I can&#8217;t for the life of me remember how to set up such that they&#8217;re accessible to the outside world on Windows and god knows the docs don&#8217;t help).  As they&#8217;re inaccessible through the svn:// protocol, I go through file://, but now I get a mysterious &#8220;Unable to open an ra_local session&#8221; message.  So, now all of my local repositories are walled off from me as well.</p>

<p>My good friend Google is silent on the matter.  Well, he&#8217;s not silent so much as Autistic.  He gives me results but they don&#8217;t have any answers in them, just echoes of what I&#8217;m saying to it.  Other people have the problem, but almost always on <em>svn import</em> rather than <em>svn co</em> and no one seems to be able to provide any good answers.  I know it&#8217;s not a Windows-only problem at least, though, because almost all the examples are from a Linux (or Linux-style) OS.</p>

<p>I&#8217;ve got the latest version of SVN, and the latest version of TortoiseSVN now.  Before, somehow I was able to run SVN 1.3 and TortoiseSVN 1.4 and have them both interact with repositories, which should be impossible (1.3 uses format 3, 1.4 uses format 5).  But, it worked.  Now I try to do it the way I&#8217;m advised and everything breaks.  Maybe I&#8217;ve missed something painfully obvious, or maybe SVN just sucks.  I&#8217;m hoping it&#8217;s the former, because if it&#8217;s the latter then that means all my code for several projects stored locally is lost.</p>

<p>Thanks, SVN!  You&#8217;re a pal!</p>
]]>
    </content>
</entry>

<entry>
    <title>Failing at Life Part II: This Time It&apos;s Personal</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/failing-at-life-part-ii.html" />
    <id>tag:www.malkier.net,2008://2.336</id>

    <published>2008-04-30T18:18:12Z</published>
    <updated>2008-05-08T07:28:02Z</updated>

    <summary>So, I finally read an article today that jogged my memory of Friday night, and what I had gotten so up in arms about. Now I&#8217;m less apologetic....</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="politics" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="relationships" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>So, I finally read <a href="http://www.cnn.com/2008/LIVING/wayoflife/04/30/dead.bodies/index.html?eref=rss_topstories">an article</a> today that jogged my memory of <a href="http://www.malkier.net/2008/04/failing-at-life.html#more">Friday night</a>, and what I had gotten so up in arms about.</p>

<p>Now I&#8217;m less apologetic.</p>
]]>
        <![CDATA[<p>That&#8217;s not to say I&#8217;m totally pleased with myself for the way I acted.  I just understand it more, and see it less as the dark underbelly upon my soul than I did before.  For once, I actually feel <em>less</em> bad about something that happened before, rather than <em>more</em> bad.</p>

<p>From what I remembered, we were talking about some artists and their artwork, and I flew off the handle.  Somehow I had turned being snooty into a brawl of words.  I was shadowboxing because they didn&#8217;t know it was a fight and I was losing even then.  When I woke up in the morning all I could remember was that I had suddenly gone rabid and no one was having fun anymore.</p>

<p>However, now I can see what happened a little more clearly.  I get very incensed when I hear about things that rub me the wrong way.  One of these things is the Body Works mentioned in the article at item #3, and in the picture at the head.  It is, in essence, skinned bodies put on display like incredibly violent life-size Barbie dolls.  The idea is that the bodies are donated, and that&#8217;d be all well and good if they could prove it, but they can&#8217;t.  Even that wasn&#8217;t what bugged me.  My friend told me he had taken his niece to see it.</p>

<p>She&#8217;s 8.</p>

<p>I don&#8217;t often get verbal when I get incensed as mentioned earlier.  Usually I recognize it&#8217;s not my place to rear a friend&#8217;s brother&#8217;s child, and that such things will only lead to conflict with no resolution.  However, as I mentioned, I was pretty messed up.  So, someone took a child to see a display of grotesqueries that reminds me not so much of high art as of the freak shows of old, wherein people&#8217;s dignity was ripe for the raping by the members of the cackling public.  To my addled mind, this represented a wrong requiring correction.  With the only tools my voice, I proceeded to set about hacking away at this misdeed.</p>

<p>But, all that happened was that I insulted people for being so damn foolish, in my opinion.  That didn&#8217;t go over so well, as I mentioned.  My poise and prose was washed away hours earlier with a bottle of liquor.  Ad hominem attacks were the best I could manage, and my feeble attempts met with laughter, as one laughs at the drunk on the street arguing with a mailbox.  That&#8217;s when I got down into the nitty-gritty and called them idiots, and the laughter stopped.  The party was officially over and all I felt was bad because I couldn&#8217;t remember even what we were talking about that got me so thoroughly riled.  But now I remember, and I no longer feel the need to shave my head in penance.</p>

<p>Things piss me off, and then I respond.  This is a natural reaction.  Usually I bite my tongue, but it was too far loosened.  So, I spoke out of turn.  But, I didn&#8217;t speak out of the blue, and that&#8217;s where my concern came from.</p>
]]>
    </content>
</entry>

<entry>
    <title>The Fall</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/the-fall.html" />
    <id>tag:www.malkier.net,2008://2.335</id>

    <published>2008-04-30T02:42:00Z</published>
    <updated>2008-05-08T07:26:21Z</updated>

    <summary>I wrote this last Autumn, and just came across it again the other day. Had it posted as a random filename on xzion.net, but decided I&#8217;d go ahead and post it here. It may really suck, but I think it&#8217;s...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I wrote this last Autumn, and just came across it again the other day.  Had it posted as a random filename on xzion.net, but decided I&#8217;d go ahead and post it here.  It may really suck, but I think it&#8217;s kind of neat.</p>
]]>
        <![CDATA[<hr />

<p>The smell of fall is in my nostrils again. An agitating feeling of nostalgia creeps over me. If there&#8217;s one phobia I have, it is of my memories. They are things that make you wish for the better times that you had to ruin by growing up and changing. The whole world changes and I accept it, but it doesn&#8217;t mean I have to like it. One of these days I&#8217;ll figure that all out, but it&#8217;s not today. Today, the summer is dying.</p>

<p>I wish I could grasp it by the ethereal threads tethering it to the Earth, to my own little corner of it. Then I could pull it in, keeping it with me, keeping me warm. But instead, I hold nothing. My hands, opening closing on air, are distinctly human in their function and limitation. I can feel it there, or at least I think I can. The pulsating yet abstract notion of a time quickly passing by: it&#8217;s there in my hand but obviously it can&#8217;t be. God, I wish these feelings would just go away.</p>

<p>But they don&#8217;t. They never do.</p>

<p>All the time, I feel out-of-place. A stranger in my own land. And it&#8217;s worse than that. I feel I am a stranger in my own mind. Every thought I have is foreign, every sensation coming from somewhere else. It&#8217;s as though I am nothing but an observer on my own life. Maybe I am. Maybe we all are, and it&#8217;s just so easy to ignore the feeling that we blissfully walk along in our lives, content that we&#8217;re all actually here.</p>

<p>But we&#8217;re not. We never are.</p>

<p>We&#8217;re just as untouchable and unknowable as the fleeting summer days. I could reach out and touch you, and god I wish I could. But it&#8217;s nothing. All I can do is recoil at those contacts; retract, hermitlike, into a state of fear. It&#8217;s fear of the unknowable. I can never know you, and it breaks my heart. I simply want to share those little moments of raw emotion with someone else. But we&#8217;re all liars. All our thoughts come from somewhere else, and we just hide them away before anyone else can see. I don&#8217;t blame you; it&#8217;s a defense mechanism. Yet still, it breaks my heart.</p>

<p>I don&#8217;t see how I&#8217;m supposed to progress. The summer days are gone and the only thing left now is the cold embrace of memory in the swiftly approaching fall.</p>
]]>
    </content>
</entry>

<entry>
    <title>Failing at Life</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/failing-at-life.html" />
    <id>tag:www.malkier.net,2008://2.333</id>

    <published>2008-04-28T05:00:01Z</published>
    <updated>2008-04-28T05:31:08Z</updated>

    <summary>There are some people who are shining examples of humanity, of what we can achieve and what we&#8217;re truly made of. They lift us up when we&#8217;re at our darkest hour, to bang on an old cliché, and they make...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>There are some people who are shining examples of humanity, of what we can achieve and what we&#8217;re truly made of.  They lift us up when we&#8217;re at our darkest hour, to bang on an old cliché, and they make the hopeless situation of our existence seem bearable.</p>

<p>And then there&#8217;s me.</p>
]]>
        <![CDATA[<p>I&#8217;d like to say I&#8217;m very noble and all that; I mean, I certainly have the aspirations of a noble human being.  I&#8217;d like to get into politics or something, not for the power but for the true possibility that if you position yourself right, you can make the world a better place.  I try to help people out when I can, I talk to people that I just plain don&#8217;t like for hours when they&#8217;re feeling down in the dumps in hope that I can brighten their day.</p>

<p>But it&#8217;s not enough to just try.  Aside from actually achieving something, there&#8217;s got to be some effusive love for the entirety of humanity driving the system that I just don&#8217;t have.  At least, right now I&#8217;m having trouble locating it.  I think sometimes I do, and then other times I just hate everything.  Right now I mostly just hate myself.</p>

<p>If all this seems random and out-of-context, I&#8217;m not surprised.  Suffice it to say I was quite viciously rude to a friend of mine the other night, and to my boyfriend.  I can&#8217;t even say it was witty, because I was too stupid from drinking and other impairments to make much sense.  I talked to Larry about it tonight, and he told me he thought I would have run back to a corner if I could have, and he hit it closer than he probably thought.</p>

<p>I wasn&#8217;t just running to a corner for feeling bad about being mean.  I was getting scared, because I was trying to make myself seem impressive in the face of overwhelming evidence that I was just being an idiot, but doing it while beating a hasty retreat.  All of this lack of love for humanity, traces back I think to massive and conflicting feelings of superiority and inferiority that I&#8217;ve got.  On the one hand, people have told me since I was young that I was smart, and my sister even once said &#8220;scary smart,&#8221; as though I were genuinely intimidating.  I think it seeped through into my psyche like some water damage from hell, because now I constantly think of how much better I am than everyone.  But then, I see people do things I can&#8217;t.  They succeed at jobs while I fail miserably.  They find great fun in activities that I just can&#8217;t get at.  They set goals, and then they achieve them, while I merely talk or blog or just bitch about everything.  Obviously I&#8217;m doing something, or quite probably everything, wrong.</p>

<p>How am I so smart if I can&#8217;t do the basic parts of my life right?</p>

<p>In any case, it all boils down to feeling better and smarter while, simultaneously, feeling far more inept and stupid than everyone else.  How can you like people if you think you&#8217;re above them?  How can you like people if they represent everything you want but are too moronic to get?  Good shit has fallen in my lap since day one of my life, and I squander and flounder while people around me are <a href="http://www.ericw.org/2008/04/blood-work.html">struggling uphill with their boulders</a> only to have them <a href="http://www.ericw.org/2008/04/test-results.html">tumble down</a> to the <a href="http://www.ericw.org/2008/04/lost.html">bottom again</a>.</p>

<p>So what&#8217;s the solution?  Well, step one is that I blog/bitch about it.  I haven&#8217;t figured out step two.  Some day maybe I&#8217;ll happen upon it but until then I guess I&#8217;ll just hate myself for being stupid, while continuing to, somehow, believe I&#8217;m the smartest shit hitting the fan of life.</p>
]]>
    </content>
</entry>

<entry>
    <title>Strange Dream</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/strange-dream.html" />
    <id>tag:www.malkier.net,2008://2.331</id>

    <published>2008-04-25T15:54:45Z</published>
    <updated>2008-05-08T07:25:33Z</updated>

    <summary>I had a dream last night that my heart was on the verge of failure. My mother and I were in a store and they had some new-fangled device that could supplant the heart&#8217;s function inside the body, and was...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="health" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I had a dream last night that my heart was on the verge of failure.  My mother and I were in a store and they had some new-fangled device that could supplant the heart&#8217;s function inside the body, and was powered by some micronuclear reactor.  Well, being as how it was imminent that I was about to drop dead at any moment, we called up an old neighbor who happened to be a doctor, and she did the operation to put that thing in.</p>
]]>
        <![CDATA[<p>I didn&#8217;t really remember much about the operation, but there was a not-necessarily-notable lack of recovery time (this was, after all, a dream), but what I couldn&#8217;t figure out was what they had done with my heart.  After talking with my mother, it turns out they&#8217;d done the operation on the bathroom floor of the store, and after using the toilet tank as cold storage decided I didn&#8217;t really need it after all and chucked it.</p>

<p>It was weird, while my mother was describing the &#8220;operation&#8221; it was like I could see myself being operated on.  Naturally, being as how my heart was out of my body and there was nothing else to keep me &#8220;alive,&#8221; one could describe it as an out-of-body experience.  At any rate, I spent the whole rest of the dream walking around with this thing in my chest and I felt entirely out-of-sorts, as though I could feel a lack of beating (because it didn&#8217;t just mimic the functionality of the heart, it somehow went around the necessity of pumping blood at all).  I guess the best way you could describe it was that I felt hollow.</p>

<p>Ordinarily I can figure out what dreams mean, and I don&#8217;t like to let them bother me that much; but, lately, they&#8217;ve been creeping over my conscious hours and playing havoc with the rest of my day.  I&#8217;ve been concerned for a while that I treat my body horribly and that one day my heart will simply fail.  Seeing as how that&#8217;s always on my mind, that&#8217;s not what&#8217;s bugging me.</p>

<p>Right now I&#8217;ve got echoes of that hollow feeling.</p>
]]>
    </content>
</entry>

<entry>
    <title>Kind of Happy?</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/kind-of-happy.html" />
    <id>tag:www.malkier.net,2008://2.327</id>

    <published>2008-04-18T11:14:16Z</published>
    <updated>2008-04-18T11:33:47Z</updated>

    <summary>Lately I&#8217;ve been feeling pretty decent; obviously my Poison Ivy episode is over and done with. But I&#8217;m not really talking physically. I&#8217;ve just been in a decent mood this week, compared to last week which seemed to drag into...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>Lately I&#8217;ve been feeling pretty decent; obviously my <a href="http://www.malkier.net/2008/03/my-nemesis-poison-ivy.html">Poison Ivy</a> episode is over and done with.  But I&#8217;m not really talking physically.  I&#8217;ve just been in a decent mood this week, compared to last week which seemed to drag into eternity.  I attribute this to a few factors:</p>
]]>
        <![CDATA[<ol>
<li><strong>Work is pretty relaxed at the moment.</strong> - I don&#8217;t really have to explain this one too much, but still: on a standard day it almost never feels like anything gets accomplished; welcome to the federal government.  However, this past week, it&#8217;s <em>felt</em> like there&#8217;s forward motion, if nothing else.  Plus, my hours put in are matching how many are <em>supposed</em> to go in, something which hasn&#8217;t happened for a few weeks now.</li>
<li><strong>I can speak again.</strong> - This one wouldn&#8217;t really be noticeable to anyone online, and it&#8217;s probably not particularly noticeable to anyone in person but me.  For the past few years, I&#8217;ve noticed a downturn in my ability to just enumerate thoughts from my head verbally.  Writing was never really affected, just speech.  But it often wound up that I was floundering for words.  It seems recently, however, that this particular veil has been lifted.  Being someone for whom the power of language was considered one of his greatest assets, having that particular gift back (more or less) is quite uplifting.</li>
<li><strong>My apartment and life is getting cleaner.</strong> - I&#8217;ve always thought of my living situation as being an almost direct reflection on my mental state.  One of the most mentally relaxed periods in my life was when I was living at Penn State one month working on a musical.  Something that sticks out to me is how clean everything was there.  The more cluttered my head gets these days, the more of a mess my apartment and my desk at work and pretty much everything everywhere I touch is.  So, while it&#8217;s not spotless by a long shot, some cleaning I&#8217;ve done over the past week seems to indicate to me that my brain&#8217;s clearing out some much needed dust as well.</li>
</ol>

<p>Maybe I spend too much time analyzing happiness, particularly my own.  However, I like to think of it as determining what specifically it is that makes me happy so I can keep doing that.  There are buttons that give you food and there are buttons that give you electric jolts; I just want to know which is which.</p>
]]>
    </content>
</entry>

<entry>
    <title>Religious Envy</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/religious-envy.html" />
    <id>tag:www.malkier.net,2008://2.319</id>

    <published>2008-04-06T00:49:19Z</published>
    <updated>2008-04-06T01:36:49Z</updated>

    <summary>I am not religious. I know Eric is not, and I feel as he feels that it&#8217;s quite foolish, most of the time. I think that magical thinking can tend to cloud my judgement....</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I am not religious.  I know Eric is not, and I feel as he feels that it&#8217;s quite foolish, most of the time.  I think that <a href="http://en.wikipedia.org/wiki/Magical_thinking">magical thinking</a> can tend to cloud my judgement.</p>
]]>
        <![CDATA[<p>Let me give you a scenario:
  I stop at a Dunkin Donuts on Tuesday, and start humming to myself <a href="http://en.wikipedia.org/wiki/Take_Me_Home_Tonight">Take Me Home Tonight</a>, by Eddie Money.  It was stuck in my head, completely without reason.  I head back out to the car shortly after completing my stop in the restroom.  I turn on the car and get on the road.  I turn up the radio, and Take Me Home Tonight is on the radio.  That&#8217;s weird, and for those who believe in one&#8217;s innate ability to alter the course of events independent of physical interaction, it would imply that my brain somehow forced the universe to play that song for me.  What&#8217;s more likely is that the station was playing 80&#8217;s music, and that song is quite popular to play in such a grouping.</p>

<p>I want to believe I have an effect on the universe.  Sometimes I let myself believe it for a little while, but I always snap back to what I think is reality and I feel stupid for letting myself think such thoughts.  I envy people who know reality to be something different.  I think I am just a biological <a href="http://en.wikipedia.org/wiki/Self-replicating_machine">Von Neumann machine</a> interacting with another machine to effect further inter-process communication.  I&#8217;d love to think I have purpose here, that maybe I&#8217;m wasting time and god-given talents to change the world for the better, but I just think I&#8217;m lazy, and I&#8217;m not really meant for anything special.</p>

<p>Mostly, I&#8217;m just posting a blog to say I did.  I&#8217;ll try to clarify this later but this is my second draft and I&#8217;m halfway towards deleting the whole damn thing all over again.</p>
]]>
    </content>
</entry>

<entry>
    <title>Mangy</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/04/mangy.html" />
    <id>tag:www.malkier.net,2008://2.316</id>

    <published>2008-04-02T00:31:44Z</published>
    <updated>2008-04-02T13:13:34Z</updated>

    <summary>So I decided to sink my fingers into my vast amounts of cash that I have stockpiled in my secret underground lair and went out and got me one of those laptop computers. Now, I unleash the specs. Name: Mangy...</summary>
    <author>
        <name>naki</name>
        <uri>http://www.coreag.net/</uri>
    </author>
    
        <category term="hardware" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="microsoft" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>So I decided to sink my fingers into my vast amounts of cash that I have stockpiled in my secret underground lair and went out and got me one of those laptop computers. Now, I unleash the specs.</p>

<p>Name: Mangy <br />
HDD: 120gb ATA Hard Drive <br />
RAM: 22048MB PC2-5300 DDR2 SDRAM  </p>

<p>Video: Mobile Intel® Graphics Media Accelerator X3100 with 64MB-251MB
dynamically allocated shared graphics memory / 17.0” diagonal widescreen TruBrite®TFT LCD display at 1440x900
native resolution (WXGA+)</p>

<p>OS: Microsoft Windows Vista Home Premium SP1 <br />
Extras: Built in webcam and mic.</p>

<p>So yea, that is my new toy and I will enjoy it very much.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>My First Post!</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/my-first-post.html" />
    <id>tag:www.malkier.net,2008://2.315</id>

    <published>2008-04-01T02:45:26Z</published>
    <updated>2008-04-01T04:29:58Z</updated>

    <summary>I wrote my first post....</summary>
    <author>
        <name>Scorpwanna</name>
        <uri>http://www.scifix.com</uri>
    </author>
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I wrote my first post.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>I Am RIA!</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/i-am-ria.html" />
    <id>tag:www.malkier.net,2008://2.312</id>

    <published>2008-03-31T19:21:59Z</published>
    <updated>2008-03-31T19:22:51Z</updated>

    <summary>This is a testicle!...</summary>
    <author>
        <name>ririi</name>
        <uri>http://w00tsterxzan.deadjournal.com/</uri>
    </author>
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>This is a testicle!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Malkier: The Return</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/malkier.html" />
    <id>tag:www.malkier.net,2008://2.308</id>

    <published>2008-03-30T23:56:27Z</published>
    <updated>2008-03-31T06:02:11Z</updated>

    <summary>This site has finally been somewhat reworked. It now serves as a point for all Malkieri to post entries. This site&#8217;s original incarnation was just that. This site also publishes all blog content from ericw.org, as kind of a short...</summary>
    <author>
        <name>rakaur</name>
        <uri>http://www.ericw.org/</uri>
    </author>
    
        <category term="software" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>This site has finally been somewhat reworked. It now serves as a point for all Malkieri to post entries. This site&#8217;s original incarnation was just that. This site also publishes all blog content from <a href="http://www.ericw.org/">ericw.org</a>, as kind of a short cut so that I don&#8217;t have to double post everything.</p>

<p>We&#8217;ll see how it goes.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>My Nemesis: Poison Ivy</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/my-nemesis-poison-ivy.html" />
    <id>tag:www.ericw.org,2008://1.301</id>

    <published>2008-03-28T19:23:53Z</published>
    <updated>2008-03-31T04:29:33Z</updated>

    <summary>I think I&#8217;m slowly falling to pieces. I mean very slowly. It&#8217;d probably be imperceptible, but I&#8217;m blogging about it and thus the situation exists (this is my personal take on Descartes). I started off last week feeling not too...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="health" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="health" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I think I&#8217;m slowly falling to pieces.  I mean very slowly.  It&#8217;d probably be imperceptible, but I&#8217;m blogging about it and thus the situation exists (this is my personal take on Descartes).</p>

<p>I started off last week feeling not too shabby.  No colds really, just the occasional realization that I&#8217;ll be going bald in the not too distant future (I&#8217;m looking at you, male ancestors).  That&#8217;s relatively painless though, except for the laughs I get whenever I try to hit on hot chicks in a Rogaine commercial.  Those cut deep.</p>

<p>Then, <em>The Shed</em>&trade; happened.</p>
]]>
        <![CDATA[<p>I like my parents.  I like helping them out.  I like spending time with them.  I also enjoy putting things together, some occasionally physical labor to offset my otherwise sedentary lifestyle at my desk job.  So, I was going to go to my parents&#8217; place this past Saturday and hang out, and when my mother said they were putting up a shed they bought, I said why the hell not.  I spent Saturday leveling the ground in their yard and putting together the base frame upon which we were to set the shed.  No big deal, I go home and all is ducky, with the promise of more work Sunday.</p>

<p>Sunday comes and goes, we fight and fight and fight with the shed, and just after the sun goes down and the floodlights get put up, we realize we&#8217;re out of washers for the screws (to minimize potential rust).  Well, damn.  Oh, well, it&#8217;s largely in place and looking quite shed-like.  I go home and all is content with the world.</p>

<p>Monday: I notice some bumps on my arm.  Oh, hell, it&#8217;s poison ivy.  OK, I just don&#8217;t scratch it and it doesn&#8217;t seem serious, but I put some band-aids over it to help me not scratch it even more (less than not at all?).  The band-aids come off at the end of the day, and the bumps have multiplied.  Oh well, still not itching real bad.  I go to sleep.  I wake up, there are bumps on my other arm, and my neck is itching (though no bumps).  To cut an increasingly long story short: I am now marked in various random places (my legs and the top of my feet?  The hell?) and the itching is getting worse.  I accidentally scratch open my feet without realizing it was poison ivy at first and thus prone to popping.  Band-aids to the rescue again!</p>

<p>Whatever, poison ivy sucks, but now it takes me a while to wash my hands because I&#8217;m trying not to agitate the spots near and on my hands.  Then yesterday, I try to open a sealed-with-sugar bottle of Nestea, and I somehow manage to slice up my palm in that strange crevice between my thumb and forefinger.  Well, shit, now my hand has gills.  Plus, band-aids won&#8217;t stay on it.  I&#8217;ve gone through four in the past day on this one spot, not to mention the band-aids everywhere else that the poison ivy is intensely irritated at (places where otherwise clothes would rub against and agitate it).</p>

<p>Now, my index finger&#8217;s nail has gotten separated from the skin under it slightly.  It&#8217;s not bleeding but it&#8217;s that special kind of annoyingly painful that makes you want to beat on something when you hit it wrong.  As it turns out, I do that a lot when typing (this blog has been fun).  I&#8217;m debating putting a band-aid on it to keep it from getting irritated more, but then I&#8217;ll be composed of 90% band-aids and the number will inevitably only climb from there.  I&#8217;m watching out for rakes because I swear to god I&#8217;m concerned I&#8217;ll accidentally step on one and have it smack me in the face for the comedy coup-d&#8217;état.</p>

<p>Every so often I have a bout of relatively minor problems that combined together are either dangerous or just really funny/annoying (the funny part is inapplicable to me).  A few years ago I had some sort of bizarre foot fungus infection that caused my lymph nodes in my legs to swell like balloons and was intensely painful.  I used Lotrimin for a week and never since then have I had a foot fungus problem.  I had pink-eye three separate times in a 2 and a half month period about 3 years ago, and never since then have had an incidence.  It&#8217;s just plain bizarre, but every now and again something just gets into my system and makes it go haywire.  Maybe it&#8217;s the price I pay for not falling ill very often.</p>

<p>In closing: screw you, poison ivy.  You ruined my life (temporarily)!</p>
]]>
    </content>
</entry>

<entry>
    <title>Car Trouble Blues</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/car-trouble-blues.html" />
    <id>tag:www.ericw.org,2008://1.297</id>

    <published>2008-03-28T02:41:54Z</published>
    <updated>2008-03-31T04:29:52Z</updated>

    <summary>So, today could have gone better. This blog will be a stupid &#8220;I had a sandwich today&#8221; type blog and it&#8217;s going to be long so just sit down and shut up....</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="life" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="work" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>So, today could have gone better.  This blog will be a stupid &#8220;I had a sandwich today&#8221; type blog and it&#8217;s going to be long so just sit down and shut up.</p>
]]>
        <![CDATA[<p>I entered the day pretty well.  I made a todo list at work, and it&#8217;s going pretty well so far.  That&#8217;s the good part.  Then there came the issue of car trouble.  Long story short, the car went into our standard car repairs place.  Guy&#8217;s real nice, gives us rebates and discounts out the yin-yang for some unknown reason, but hey I&#8217;m not asking any questions.  Well, here&#8217;s where it sucks: the problem can&#8217;t be solved there, has to be taken to a different kind of place.  Fortunately, it is down the street.</p>

<p>Well, here&#8217;s the problem that&#8217;s confronted me since shortly after all of this started: I&#8217;m at work.  I have to call everyone around and I hate talking to people I <em>know</em> on the phone.  Well, none of this is a huge deal yet, the guy at the second place even says he&#8217;ll walk down and drive the car to his spot for me, being as how it&#8217;s so close.  I wasn&#8217;t sure yet I wanted to go with him, so I put off the decision.  Bad move.</p>

<p>Later on, I figured what the hell I don&#8217;t know any places at all, so it&#8217;s a crap shoot any way I go.  I call back the first and second place and stumble and mutter my way through asking them to pick up the car.  I need to fill out paperwork though to authorize the work.  Well damn, I don&#8217;t even know when I leave work these days.  I talk to my boss afterward though and supposedly we can leave in time.</p>

<p>Here&#8217;s where our other boss steps in and monopolizes everyone&#8217;s time (as he always does), until it&#8217;s too late to leave.  Now I call back the place and ask them to fax me the paperwork instead. I tell my boss that after requesting we leave early, now we have to stay late.  Super.</p>

<p>It takes them an hour and a half to try to fax the damn thing, we realize it isn&#8217;t working, and they <em>then</em> tell me that they can E-mail it.  They could have done that a long time ago and we all would have been better off.  So they do, and even that takes them a half an hour.  Well, I print it out, fill it out, and then try to fax it back.  It doesn&#8217;t work.  Oh well, by now they&#8217;ve closed anyway, and we leave, with me not even having succeeded in my objective that delayed us two hours in leaving.  What&#8217;s worse is that I spent a lot of that time on the phone and can&#8217;t even justify putting down hours for it; so I was at work for two hours that I won&#8217;t get paid for.</p>

<p>It wasn&#8217;t the worst day I&#8217;ve had but it was still pretty damn irritating.  Also, I didn&#8217;t have a sandwich.  I had pizza.</p>
]]>
    </content>
</entry>

<entry>
    <title><![CDATA[Projects &amp; Content]]></title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/projects.html" />
    <id>tag:www.ericw.org,2008://1.295</id>

    <published>2008-03-28T02:15:15Z</published>
    <updated>2008-03-28T02:31:24Z</updated>

    <summary>I added back the Projects section that used to be on my old website. It&#8217;s still a work in progress. I&#8217;ll hopefully be adding other things to it in the near future. Also, as a reminder, all of the pictures...</summary>
    <author>
        <name>rakaur</name>
        <uri>http://www.ericw.org/</uri>
    </author>
    
        <category term="programming" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="software" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="technology" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>I added back the <a href="/projects/">Projects</a> section that used to be on my old website. It&#8217;s still a work in progress. I&#8217;ll hopefully be adding other things to it in the near future.</p>

<p>Also, as a reminder, all of the pictures etc. I&#8217;ve ever mentioned in blog posts since the beginning of my site have been kept <a href="http://www.ericw.org/content/">at this location</a>. It&#8217;s interesting to browse through sometimes.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Hello Internet!</title>
    <link rel="alternate" type="text/html" href="http://www.malkier.net/2008/03/hello-internet.html" />
    <id>tag:www.ericw.org,2008://1.280</id>

    <published>2008-03-26T19:31:09Z</published>
    <updated>2008-03-31T04:30:37Z</updated>

    <summary>So, Eric has told me I should blog. After severely beating me with a rake for over three hours, he finally got me to acquiesce to his demands, and here I am typing away. I didn&#8217;t concede the high ground,...</summary>
    <author>
        <name>sycobuny</name>
        <uri>http://www.xzion.net/</uri>
    </author>
    
        <category term="software" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="web" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.malkier.net/">
        <![CDATA[<p>So, Eric has told me I should blog.  After severely beating me with a rake for over three hours, he finally got me to acquiesce to his demands, and here I am typing away.  I didn&#8217;t concede the high ground, as you may have noticed, since I refused to make another blogging site on the internet just for no one to read my ramblings.  I kind of consider it like electronic smart growth.  We&#8217;re running out of domains worth having here, people.  No one cares about your stupid cat pictures on http://www.mycatfluffy.com/ .</p>

<p>So, at some point I&#8217;ll probably blog some more than this, but I&#8217;m at work and should probably be doing work-related things.</p>
]]>
        

    </content>
</entry>

</feed>
