<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for khemicals</title>
    <link>http://www.advogato.org/person/khemicals/</link>
    <description>Advogato blog for khemicals</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Mon, 7 Jul 2008 01:46:38 GMT</pubDate>
    <item>
      <pubDate>Sat, 3 Jun 2000 22:48:00 GMT</pubDate>
      <title>3 Jun 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=10</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=10</guid>
      <description>&lt;B&gt;Advocacy&lt;/b&gt;&lt;BR&gt;Well, there has been a lot going on in my&#xD;
life recently, hence my development work has been slowed by&#xD;
a lot... but I hope to soon post an editorial that I have&#xD;
been working on to Advogato/Freshmeat. I think most will&#xD;
enjoy the read and it will be helpful to the community as a&#xD;
whole. People cannot forget the importance of free software&#xD;
advocacy. It is just a very important topic.&#xD;
&lt;P&gt;&lt;B&gt;Girls&lt;/b&gt;&#xD;
&lt;BR&gt;Well, to continue my ongoing coverage of the life I have&#xD;
with women recently... it came to my realization a week&#xD;
before my birthday (which would be the 21st of May, birthday&#xD;
is the 28th) that it is not Jennifer who is interested in&#xD;
me, but it is her friend Suchi, who I have been spending a&#xD;
lot of time with... So her and I talked about it for a&#xD;
bit... decided it was the right thing and 'hooked up' for&#xD;
lack of a better phrase... kinda corney sounding but hey,&#xD;
tis what it kinda is.&#xD;
&lt;P&gt;So we were together till the Friday before my birthday&#xD;
when she decided things were not the way she thought they&#xD;
were. So I have been dealing with the fact that I really&#xD;
like her but she isn't sure what she really wants (which she&#xD;
says she knows what she doesn't want... but according to her&#xD;
actions that doesn't seem to be the case). For now I will&#xD;
just be a good close friend... is the most important thing&#xD;
anyways... but perhaps more will come of it later.&#xD;
&lt;P&gt;&lt;B&gt;Computer Science&lt;/b&gt;&#xD;
&lt;BR&gt;Well, I had my Computer Science II final on thursday. I&#xD;
didn't think it was 'hard', but I believe that he did some&#xD;
things that I don't consider 'right' to do on a final. Here&#xD;
are the problems that I had with it. &#xD;
&lt;P&gt;(1) He didn't follow his own style conventions. We are&#xD;
not allowed to use global variables in our programs, why&#xD;
should he be allowed to use them in the programs we have to&#xD;
evaluate for our exam... not that they are hard to look at&#xD;
or understand... but think about it for a second. Is it fair&#xD;
that he test us on something we are not allowed to use? No.&#xD;
But that is only one example of him not following his&#xD;
programming conventions on the exam... so since I don't have&#xD;
it in front of me and that is the only thing that I remember&#xD;
about it I will leave it at that.&#xD;
&lt;P&gt;(2) He had a class that looked something like this (c++):&#xD;
&lt;PRE&gt;&#xD;
class Box&#xD;
{&#xD;
   public:&#xD;
&#xD;
&lt;p&gt; &lt;p&gt;    Box() &#xD;
   {&#xD;
      width = 8;&#xD;
      length = 7;&#xD;
   } &#xD;
&#xD;
&lt;p&gt; &lt;p&gt;    void SetWidth(int wide)&#xD;
   {&#xD;
      width = wide;&#xD;
   }&#xD;
&#xD;
&lt;p&gt; &lt;p&gt;    int ReadWidth()&#xD;
   {&#xD;
      return length;&#xD;
   }&#xD;
   private:&#xD;
      int width;&#xD;
      int length;&#xD;
};&#xD;
&lt;/pre&gt;&#xD;
&lt;P&gt;First, realize that that example is greatly simplified...&#xD;
there was a lot more to it. But the problem with the code&#xD;
that is staring at me is that the Box::ReadWidth() function&#xD;
returns the length. It didn't get me... but I know others,&#xD;
many others will have missed that and thus will miss all the&#xD;
points on that one question... which is ~1/12 of the final.&#xD;
That is a lot of points for doing that. I mean I realize&#xD;
that we should be able to debug and find that problem, but&#xD;
when looking at the code on paper and you see a function&#xD;
call in main() that looks like&#xD;
this&lt;BR&gt;box.SetWidth(2);&lt;BR&gt;cout &amp;lt;&amp;lt; box.ReadWidth()&#xD;
&amp;lt;&amp;lt;&#xD;
endl;&lt;BR&gt;one expects the SetWidth function to set the width&#xD;
to 2 and the ReadWidth function to then return a value of 2&#xD;
and print it to stdout. But ofcourse it returns the value&#xD;
for length which is 7 due to the class's default&#xD;
constructor.&#xD;
&lt;P&gt;There were other problems with the exam that I don't&#xD;
recall at the moment but I don't feel like bitching anymore&#xD;
so I will stop :).&#xD;
</description>
    </item>
    <item>
      <pubDate>Sun, 14 May 2000 17:51:26 GMT</pubDate>
      <title>14 May 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=9</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=9</guid>
      <description>&lt;B&gt;Movies&lt;/b&gt;
&lt;BR&gt;Well, I rented &lt;em&gt;&lt;B&gt;Howard The Duck&lt;/b&gt;&lt;/em&gt; and
&lt;em&gt;&lt;B&gt;Red Corner&lt;/b&gt;&lt;/em&gt; last night. I had seen both of
the movies before, &lt;em&gt;&lt;B&gt;Red Corner&lt;/b&gt;&lt;/em&gt; once and
&lt;em&gt;&lt;B&gt;Howard The Duck&lt;/b&gt;&lt;/em&gt; countless times. I love that
movie. Not something I could watch nightly or as many times
as &lt;em&gt;&lt;B&gt;UHF&lt;/b&gt;&lt;/em&gt; but I could watch it a ton.
&lt;BR&gt;Anyways it was disappointing last night when Suchi and
myself went out to get the movies as we went out to get 2
specific movies, and no others... they were &lt;em&gt;&lt;B&gt;American
Beauty&lt;/b&gt;&lt;/em&gt; and &lt;em&gt;&lt;B&gt;The Usual Suspects&lt;/b&gt;&lt;/em&gt; or as
I usually refer to it, The Unusual Suspects (I think it is
more appropriate a title anyways). However when we went to
the Blockbuster Video on Calhoun/Taft in Cincinnati they
were out of both. So, since we valued the movies as more
important than getting a rain check we went out to another
Blockbuster, nada there also. We then decided to check out
a  video store on Ridge Avenue, which is a few miles away
from campus... neither were there either, or at the
Hollywood Video on that same street. Remember that
&lt;em&gt;&lt;B&gt;American Beauty&lt;/b&gt;&lt;/em&gt; is "Guaranteed In Stock.".
They didn't seem to remember how popular of a movie it was
and nobody in Cincinnati bothered to get an adequate number
of copies. In then end we ended up back where we started and
rented the two afforementioned movies. Good flicks but
certainly not what we were looking to see in the first
place.
&lt;BR&gt;Picking out those movies was a challenge in the first
place. Must realize a couple things when Suchi and I go
movie hunting... Both of us have seen the obscure and
international stuff, leaving only a few choice movies that
either she or I would be interested in. Thus I was amazed to
hear she had not seen &lt;em&gt;&lt;B&gt;Howard The Duck&lt;/b&gt;&lt;/em&gt; when
growing up. Who cannot love a movie about &amp;lt;font color =
"white"&amp;gt;a duck that gets pulled into Cleveland and saves the
world by destroying all the Dark Overlord's in the
Universe??? &amp;lt;/font&amp;gt;.
&lt;P&gt;&lt;B&gt;Star Craft&lt;/b&gt;
&lt;BR&gt;A few friends of mine and myself have been playing a lot
of Starcraft lately. However those who play with me are
having a heck of a time beating the others. Our current
tactic (which hasn't been tested very well) is to have one
terran and two protoss, one protoss has the job of building
massive  numbers of cannons to protect the other protoss and
the terran initially, while the terran works at building
only siege tanks to build up the ultimate perimiter defense
for everyone, than the war continues in their normal way of
attaining 20 bases and the central base areas and such. Any
comments on this strategy or any others please send me a
note or strategy change. I will give feedback on here to how
well it works. Send your suggestions to &lt;A
HREF="mailto:khemicals@marblehorse.org"&gt; khemicals at
marblehorse dot org &lt;/a&gt;.
&lt;P&gt;&lt;B&gt;Calculus and Computer Science&lt;/b&gt;
&lt;BR&gt;Well I believe I did really well on my exam last Friday.
I hope I get it back tomorrow with a damn good grade on it.
I am also hoping the same for my Computer Science Exam. I
will get around to scanning it and putting it on the web
along with answers for people to make and get a score on it.
I wish good luck to all for it is stupid. :)... perhaps I
will get around to making an entire testing interface for it
using PHP and some other stuff... will have to think about
that possibility.
</description>
    </item>
    <item>
      <pubDate>Fri, 12 May 2000 01:11:38 GMT</pubDate>
      <title>12 May 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=8</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=8</guid>
      <description>Hmmm... Been a while since I posted last. I have been
extremely busy with school. Also been up to playing a lot of
bridge and not sleeping.

&lt;p&gt; &lt;p&gt; &lt;P&gt;&lt;B&gt;Girls&lt;/b&gt;
&lt;BR&gt;This week (or rather early last week) I got an
interesting Instant Message (I use everybuddy... good
client) from some girl whose name starts with 'jeni'. I know
a few jennies, but I also know their IM names. This was
interesting but I am not aversioned to meeting new people...
so we talked a bit and I found out that she is at Kent State
and really good friends with my friend Suchi. So, we talked
for about 1.5 hrs that night, almost made me late for my DHA
(Daniel's Hall Association) meeting (I am VP, that would
have been a bad thing!). Anyways we have been talking back
and forth for the last few days and she seems nice enough,
good sense of humor and such. Shall see how things work out.
&lt;P&gt;&lt;B&gt;Music&lt;/b&gt;
&lt;BR&gt;Been playing around with the OpenNap network a bit
lately since Napster is down. It is amazing to me how well
it has taken off. But I have found some music that I kicked
back to a few years back. Toad and the Wet Sprocket, U2 and
for kicks, Kyper. Dunno what spawned this but it is good. I
also got a track called "Ladies and Gentleman We Are
Floating in Space" by Spiritualized. That is an interesting
tune and I suggest it to everyone. I think it was in a
VolksWagon commercial a few years ago... but I really don't
know.. I never have watched much television.
&lt;P&gt;&lt;B&gt;Computer Science&lt;/b&gt;
&lt;BR&gt;C++ sucks, programming is good, but C++ is not :). I
love reading the threads of people wanting to put C++ into
the kernel... DON'T DO IT.. IT IS BAD!!! 
&lt;BR&gt;Another thing I love is that my instructor stresses the
importance of clean maintainable code... than why does
inheritance exist... it seems to make code hard to follow...
and besides that his style requirements and coding styles
are ugly... his example code is *extremely* hard to read...
take a peak at his &lt;A
HREF="http://www.ececs.uc.edu/~mazlack"&gt;comp sci page&lt;/a&gt; if
you wish to verify this. I hope to never have to deal with
that again. 
&lt;P&gt;&lt;B&gt;More&lt;/b&gt;
&lt;BR&gt;Unfortunately I have to go to class now, yes... computer
science. I want to skip it but have to turn a hard copy of a
program in. I hope to get around to writing more in here
later. Good day to all.
&lt;P&gt;&lt;B&gt;Pepsi Challenge&lt;/b&gt;
&lt;BR&gt;Well, the Pepsi One challenge was on campus today... I
didn't take it because I refuse to give in to their
marketing techniques. I am a coke-head thru and thru (Hey,
not that kinda coke :). 
&lt;P&gt;&lt;B&gt;Fla-Vor-Ice&lt;/b&gt;
&lt;BR&gt;This mystical popsicle like invention has invaded my
dorm room with the help of the local Sam's Club. Tim and I
went shopping (the dining hall food is only getting worse
and worse... turning me into a vegetarian) so got some
frozen pizzas and ham and cheese hot pockets for those days
that I need something to eat but don't feel like ordering
pizza out.
&lt;P&gt;&lt;B&gt;Bridge Bidding System&lt;/b&gt;
&lt;BR&gt;Well here are the basics:
&lt;BR&gt;Open --
&lt;BR&gt;1-C, 13-15 pts and a preference in a black suit
&lt;BR&gt;1-D, 13-15 pts and a preference in a red suit
&lt;BR&gt;1-H, 16-17 pts partner to respond with weak suit
&lt;BR&gt;1-S, 18-19 pts partner to respond with weak suit
&lt;BR&gt;1-NT, 20+ pts partner to respond with weak suit
&lt;BR&gt;If overcalling oponent's bid the system shifts over that
many. For example, the other team opens up 1-D and you
wanted to call 1-S, you would call 2-C.
&lt;BR&gt;&lt;BR&gt;For a responding bid to the above these would be
appropriate:
&lt;BR&gt;If bid was C (just use the other suits for a diamond
bid) the response would be a club if you have a 2-card
preference in clubs or  spade if there is a 2-card
preference in spades. For a one-card preference  it is
suggested to call the major or minor of the other color
suit... so to say you have a 1 card preference in spades one
would bid a heart of the appropriate level. All of this
assumes greater than 6 points to bid.
&lt;BR&gt;If one has either (1) a well balanced hand in all suits
(2) a dislike for the color of suit called (3) other
situations that I forget one would call NT.
&lt;BR&gt;for a complete lack of points one would call pass as
normal.
&lt;BR&gt;Blackwood is called as normal
&lt;BR&gt;After the bidding has run around the table once without
you or your partner bidding it goes to the normal bidding
style that you are used to, most of us use "American Style"
bidding.
&lt;P&gt;I will add more to those later as we refine them and work
with them. They seem to work really well.</description>
    </item>
    <item>
      <pubDate>Mon, 1 May 2000 05:12:37 GMT</pubDate>
      <title>1 May 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=7</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=7</guid>
      <description>&lt;B&gt;Music&lt;/b&gt;
&lt;P&gt;Crosby, Stills, Nash and Young... good for the old in
me... No, I am not old... but we all have an old part in us
:)

&lt;p&gt; &lt;P&gt;&lt;B&gt;Vacation/Business/People&lt;/b&gt;
&lt;P&gt;This weekend I was in Boston and Maine visiting the FSF
and &lt;A
HREF="http://www.advogato.org/person/roguemtl/"&gt;roguemtl&lt;/a&gt;.
It was a good trip. I got a chance to see my girlfriend of 2
years ago and celebrate her birthday. Things change and
times move on but catching up is always good. I may have a
bit of bitterness and sadness left in me, but I have a great
respect for good people who do no wrong to me.
&lt;P&gt;&lt;B&gt;FSF&lt;/b&gt;
&lt;P&gt; The FSF is a group of good people. Friday after our
meeting with the FSF (our being roguemtl and myself) they
took us out to lunch at a place called Rita's and Fajitas or
somesuch. It was a decent restraunt with decent food. But
there were a few things which set it apart from other
restraunts. The first thing is that there is no menu. The
order is taken on a carbonless copy order sheet. This would,
I presume, lessen the mistakes in taking orders. The next
impressive thing about the restraunt is that they let people
draw with crayon on the walls. There was some interesting
wax graffiti on the walls. Too bad they didn't seem to be
giving out crayons anymore.
&lt;P&gt;&lt;B&gt;Logo's&lt;/b&gt;
&lt;P&gt;On my plane ride out to visit roguemtl I decided to open
Gimp up and try my hand at creating a logo for marblehorse.
We still have a lack of graphic creativity in the group at
the moment. Nothing I work on looks quite right though I
have a decent start. I think someone may end up being paid
to make us a logo. This has just lasted too long. WE NEED A
LOGO!!!! :)

&lt;p&gt; &lt;P&gt;&lt;B&gt;Computer Science&lt;/b&gt;
&lt;P&gt;Computer Science is good. Computer Science classes can be
bad. I have made multiple observations about the lack of
time professors spend on programming concepts which are
needed to write programs. I have spent a large portion of my
day helping people with programs. They look at the small
snippit that I made (which is usually just a function or two
of theirs combined/rearranged) and look dumbfounded at it.
This code is not complex. Instructors need to be aware of
the importance of explaining things such as 'scope' and
functions. The person I had been helping didn't understand
how the functions I wrote worked because the variable names
changed between the function code and when the function was
invoked. Classes in c++ also need to be explained better.
Either go back to teaching a non-object oriented language or
spend the time to describe the object  portion of it so that
the students may understand it. It really frustrates me that
the instructors are not spending enough time on important
&lt;B&gt;basic&lt;/b&gt; issues.
&lt;P&gt;&lt;B&gt;Guy Problems&lt;/b&gt;
&lt;P&gt;NO... I DO NOT HAVE GUY PROBLEMS! Let me first stress
that I am very strong in my sexuality and am very
heterosexual. That being said one of my friends is having
some 'guy problems'. Of course I gave her the advice to not
jump around the issue and not ignore the issue. But I also
told her to make sure he knows what is up and how she feels.
It is important that people talk to one another. After all
if you have a relationship the goal for most people is to
find that 'right' person. I think that a little more talking
could solve a lot of issues. I am guilty of not talking
enough and seeing what it can do. Perhaps I am not the one
that should be discussing it... but if it works for her and
nobody else says 'boy, khemicals seems like he is on crack'
than I will presume that despite my lack of years on this
earth compared to many others I am on the right track.
&lt;P&gt;&lt;B&gt;UHF&lt;/b&gt;
&lt;P&gt;UHF -- Ultra High Frequency&lt;BR&gt;
UHF -- A hilarious comedy with Weird Al Yankovich being the
producer, writer and main actor.&lt;BR&gt;
I noticed somebody else make a comment on my diary entry
from the other day when I had to return the movie to the
movie store. I have seen that movie no less than 20 times.
Every girl I have ever dated has seen that movie. Maybe that
is why I am not dating anyone at the moment :). It is a
great movie and I have loved it ever since I first rented it
at the Drug Mart in Vermilion, Ohio. 
&lt;P&gt;However that is not the point I really wanted to make
with this entry. The point I wanted to make is that I feel
all video stores should have that movie in their collection.
Especially in a large town. I live in Cincinnati at the
moment and the Block Buster nearest myself did not have the
movie. I was greatly disturbed and then decided to try
another down the road. They had it and I introduced those
who remained on the floor of my dorm (sorry, "residence
hall"... I am the Vice President of the "residence hall" and
thus should no better than to refer to it as a "dorm") over
Easter break. &amp;lt;offtopic&amp;gt; Yes, we didn't get extra time
off for that weekend. But still most left. The amazing part
is that the USA gets the day after my birthday off as a
holiday (as my birthday falls on a Sunday) this year. They
call the day Memorial Day and I don't mind sharing my
birthday with the cause, but I don't want any confusion with
the issue either :).&amp;lt;/offtopic&amp;gt;
&lt;P&gt;&lt;B&gt;OffTopic&lt;/b&gt;
&lt;P&gt;Yes, I already had one offtopic or more... but this is
about being offtopic. One should pay attention to what they
say in a channel or how they use copy and paste. Else they
may post something like this to a channel such as
#kernelnewbies "Only by nubile vigins, Addi?". I find that
humorous and non-offensive so don't get on me for putting
something in my diary that was an honest mistake. Certainly
I have made them before and am not perfect. But I needed
something to attempt to make my entry longer than Schoen's
for a day :). When I am done we shall see. None-the-less his
will most likely be of higher quality than mine :).
&lt;P&gt;I am still waiting for a shipment of BBC's from LinuxCare
for the ACM group here at the University of Cincinnati.
Perhaps they will arrive sometime this week. I had a feeling
they would have been here last week. Oh well. Just looking
forward to getting them out to people to use. They are an
indispensable tool.</description>
    </item>
    <item>
      <pubDate>Thu, 27 Apr 2000 00:19:54 GMT</pubDate>
      <title>27 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=6</guid>
      <description>Hmmmm... I had a feeling that it had been a while since I
posted to my diary.. this is a bad thing. I really should
post to here more often as I do work on a bunch of things...
I will be heading off to visit roguemtl tomorrow evening. I
have a flight and will arrive around 9:00PM. Roguemtl and
myself will be going to visit the Free Software Foundation
on Friday. It should be a good meeting with much to come out
of it. Also possibilities of me stepping up my efforts for
the FSF for the forseeable future. They do a lot of good
work and the least I can do (since monetary donations are
something I cannot give at the moment) is to volunteer my
time. Poor college student donates all time to FSF :)...
fails out of college :P).
&lt;P&gt;Apparently last night I accomplished the impossible. My
computer science professor put up a bonus problem worth like
2 programming assignments and said "the first person to get
this done will get the points... but I don't think any of
you can do it." Well... I proved him wrong no less than 24
hours later. I could have had it done earlier but I was
fooling around with c functions to do it and thought.. He is
gonna make me rewrite it in c++ using the standard functions
so I basically wrote two versions of it. Does it work
well... hell no... but it does exactly what he wanted and I
think for what it does it was written fairly well. At any
rate he can shove his boot in his mouth. 
&lt;P&gt;And another thing about my Comp. Sci. professor. He
really is a jerk. He returned a test the other day (I did
not take it due to being in Chicago at Comdex with
LinuxFund.org) and apparently almost everyone did bad on it.
He said "Well, nobody did very good on the test... good
thing the class is offered again in the summer." I mean how
much tact can you not have... this dude does not belong
where he is.
&lt;P&gt;Well... another successful day of helping other Comp. Sci
students with their homework. I successfully helped megan
and patrick finish off their programs today. They are
definitely not pieces of art but I helped them clean em up
and work a bit better... they should be satisfactory now. 
&lt;P&gt;I didn't do to well on my Calculus test from the other
day... I really need to study a bit more and pay more
attention to what I am doing. The TA graded very leniently
and I just made a lot of stupid mistakes. I jsut need to
make sure that I do a lot better this quarter than I did
last quarter. Last quarter was a wreck.
&lt;P&gt;And now for the fun stuff... thinking into the future. I
am gonna head up north back home to Oberlin a week from this
friday. I am gonna visit my Croatian friend up at John
Carroll in University Heights. Also gonna take some stuff
back home with me while I am at it. It should be a lot of
fun. Mother also told me they got a hot tub... gotta
remember my swim trunks... will be fun.
&lt;P&gt;What am I gonna do this summer. I have to find myself a
job doing somethign I like and I am not really sure I want
to work with the school system I have been working with for
the past few years. A Windows network admin is just no fun
at all anymore. There is not a lot to it besides
reinstalling windows and programs on computers that the
students messed up. Perhaps I can find a Linux consulting
position up in the Cleveland area... feel free to email me
on it if you have one &lt;A
HREF="mailto:khemicals@marblehorse.org"&gt;khemicals@marblehorse.org&lt;/a&gt;.
&lt;P&gt;I think this is plenty long enough and plenty good enough
to make up for the lack of posts for a while. I hope you
enjoy and keep reading my diary. I also thank those who
certified me. 
&lt;P&gt;/me goes out to return some movies at block buster
&lt;P&gt;/me sends out the subliminal message to see the movie
UHF... great movie
&lt;P&gt;/me reminds people not to rent movies without reading the
back of them first. You might see somethign you have already
seen.. like arlington road... which is a good movie.</description>
    </item>
    <item>
      <pubDate>Mon, 17 Apr 2000 01:17:26 GMT</pubDate>
      <title>17 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=5</guid>
      <description>I have been working on a few things today. This first
project started around midnight and I have been working on
it since I woke up  on and off. I have been working on
creating a logo for the Marble Horse Free Software Group. I
finally came up with a decent looking horse and just
recently changed that black horse to look like a marble
horse. GIMP is a slick tool and playing with layers is fun.
&lt;P&gt;Another thing that I have worked on today is the Free
Software Directory for the FSF. We released some docs to
them today of which I will be publically releasing for all
to read after they go through them and make sure they are on
target. I want to make sure this project meets as many
people's needs as possible.
&lt;P&gt;I am also going to start working on testing the CVS
version of Spruce for Jeff Stedfast. He requested that I
beat on it for a while. I think I can handle that job :)....
&lt;p&gt;Also of note is that I will be at Comdex this week. If
anyone cares to meet me stop by the LinuxFund booth. They
have asked me to help represent them there.</description>
    </item>
    <item>
      <pubDate>Sat, 15 Apr 2000 01:28:19 GMT</pubDate>
      <title>15 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=4</guid>
      <description>wow, its been a few days since I posted...

&lt;p&gt; &lt;p&gt; &lt;p&gt;I have been fooling around with Opium a bit more
lately.
It has been a fun project but I think the codebase we have
now will be scrapped, but oh well. I need something that is
functional :).
&lt;P&gt; I resigned my position as a Stampede GNU/Linux developer
today along with 21 others. The text of the resignation
letter can be found at &lt;A
HREF="http://www.khemicals.org/resign.html"&gt;
khemicals.org&lt;/a&gt;. 
&lt;p&gt;I can't think very well at the moment about what to put
in here but all I can say is it has been an interesting day
and if anyone has any questions for me about anything
(specifically the resignation) don't hesitate to email &lt;A
HREF="mailto:khemicals@marblehorse.org"&gt;me&lt;/a&gt; and I will
get back to you.</description>
    </item>
    <item>
      <pubDate>Tue, 11 Apr 2000 02:52:36 GMT</pubDate>
      <title>11 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=3</guid>
      <description>Well today has been a good day until about an hour ago. My
main development machine went down. I stress that that is
&lt;b&gt;not&lt;/b&gt; a good thing &lt;i&gt;tm&lt;/i&gt;. Playing with things but
the issue seems pretty intermittant. At times it will boot
up and all is well, others it won't even go through the POST
and other times it will hang on OS load... now this is just
funky.
&lt;p&gt;Worked on the program a bit that I mentioned on the 7th.
I did a lot of reading and thinking. Still figuring out the
best way to do things. I got tired of waiting for my
professors to teach me new programming concepts so I pulled
out O'Reilly's Practical C and learned a bit more. Having a
few problems here and there ridding my mind of evil c++
habits... comparing strings using == and things of the sort.
STAY AWAY... it is ugly :)
&lt;p&gt;The perl script I was using yesterday for log conversion
to HTML I scrapped and found a better one in c. I then took
that and modified it to meet my needs. It is a lot more
suitable now and I even fixed some bugs it had . I may
submit those back to the original author. Only a few lines
of code. Gonna see if my other machine will boot up so I can
pull the code from OPIUM off of it, that is the name of the
program I am writing for Stampede.</description>
    </item>
    <item>
      <pubDate>Mon, 10 Apr 2000 03:48:02 GMT</pubDate>
      <title>10 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=2</guid>
      <description>Yet another exciting Sunday here in Cincinnati... Boy I
cannot wait till I don't have to eat the food plans here at
the University next year.
&lt;p&gt;I have been working a log with &lt;a
href="http://www.advogato.org/person/roguemtl"&gt;roguemtl&lt;/a&gt;
on a project for the FSF. The specifications document for
the Free Software Directory is almost done pending the
inclusion of a section from &lt;a
href="http://www.advogato.org/person/dexter"&gt;dexter &lt;/a&gt;.
This should hopefully pan out to be a nicely organized and
finished document with minor modifications needed by the FSF
staff. The document has been going very quickly and then
hopefully we can finish the next spec doc on the database
prior to my trip out to Boston. I have spent a lot of time
on it this past week... roguemtl has too.
&lt;p&gt;Hax0red up a little perl script and PHP3 today working on
some eggdrop irc log to html and then had to change the php3
to redirect to the html log rather than plain text. I will
probably rewrite it in c or c++ pending time to do so or
tomorrow afternoon, whichever omes last.
&lt;p&gt; well off to help Megan with her CS2 assignment... fill
in more later.</description>
    </item>
    <item>
      <pubDate>Sun, 9 Apr 2000 01:50:42 GMT</pubDate>
      <title>9 Apr 2000</title>
      <link>http://www.advogato.org/person/khemicals/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/khemicals/diary.html?start=1</guid>
      <description>I had a lot of fun last night despite the Reds losing to
Chicago. I got to soak in a hot tub at the Triangle
Fraternity house for ~2 hours while it rained down on us. It
felt really good.
&lt;p&gt;I and others went around Cincinnati today and looked at
houses. We are looking for a place to live next year off
campus so that we may have a little quiet and more room.
This is fun but also tiring. I hope we can get a place soon
that is suitable for our needs. There are 7 of us looking so
it is hard to please all.
&lt;p&gt;Working on a document that I am gonna submit to the FSF
on Monday regarding a project I am working with them on. I
am hoping to have it finished tonight with the help of
roguemtl and dexter. I need to get a bit more done before I
go to Boston on the 28th of April. I just hope I don't have
any tests on the 28th as I really want better grades this
quarter.</description>
    </item>
  </channel>
</rss>
