<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for CEmery</title>
    <link>http://www.advogato.org/person/CEmery/</link>
    <description>Advogato blog for CEmery</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 26 May 2013 03:36:44 GMT</pubDate>
    <item>
      <pubDate>Wed, 10 Jul 2002 01:34:26 GMT</pubDate>
      <title>10 Jul 2002</title>
      <link>http://www.advogato.org/person/CEmery/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/CEmery/diary.html?start=4</guid>
      <description>Long time no write, with a bit of stuff happening&lt;p&gt;
&lt;tt&gt;
&lt;b&gt;Programing&lt;/b&gt;
&lt;ul&gt;Well, haven't worked much on my own stuff, but I submited my first patch for a project.  Bombermaze will have Slowdown "Powerups" upon it's next release.  It wasn't much, but it was fun.  Never really did much in C++, so it's a really good learning experience.  Also going to add some other powerups and revamp the movement system, os so I hope.&lt;p&gt;
Somebody said the my program pympsort was really limited on a mailing list.  When I emailed him privately on what he wanted to see in it I didn't get a reply back.  Kinda sad, I really would have liked to know what people want to see in that program, but if nobody ever tells me, I'll never be able to fix it.&lt;/ul&gt;
&lt;b&gt;School&lt;/b&gt;
&lt;ul&gt;Well, the good news is that I did good in my classes last term, my worst grade, C I got in Japanese, which I had been strugeling with, and was pleased to see.  Other then that I got Bs and one A in Speach(yuck).  Now I just have to find housing.  The call goes out, if anybody knows anybody at OSU, who needs a pair of roomies, and 2 ferrets...tell them to contact me.  yeah, and stuff.&lt;/ul&gt;
&lt;b&gt;Ferrets&lt;/b&gt;
&lt;ul&gt;Both Ruri and Pele are doing well, Pele hadn't been feeling well, but once aagain he is a Healthy Active 4 year old ferret.  Unfortunately, it appears that he recently broke one of his toes (sigh), he's turning into an investment, oh well, it's worth it, both him and Ruri are great animals.&lt;/ul&gt;
&lt;b&gt;Horror&lt;/b&gt;
&lt;ul&gt;I gave a chalange to my GF.  She's trying to find me a movie that will actually scare me.  Not just a jump scare, that's easy, but like a movie I will carry with me for at least a while, 10 mins is the minimum.  This should be fun, I enjoy most movies, even if they aren't very good.&lt;/ul&gt;&lt;/tt&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 18 Jun 2002 01:01:48 GMT</pubDate>
      <title>18 Jun 2002</title>
      <link>http://www.advogato.org/person/CEmery/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/CEmery/diary.html?start=3</guid>
      <description>&lt;tt&gt;
&lt;b&gt;Programing&lt;/b&gt;
&lt;ul&gt;Unfortunately, I haven't been able to do much in the way
of programing, school has been taking up a lot of time.  I
started to learn Haskell, but I'm having problems with
trying to A) figure out Monads, and B) Trying to find a good
tutorial on the language for people who have never used it
before.  I'm especially looking for an online one that
explains in depth a lot of different stuff.  I don't know,
maybe something more like the Python Tutorial.  Also I'm
looking for programs written in Haskell, stuff that's not
UBER complex, but interesting above and beyond Hello World.&lt;p&gt;
Haven't worked much on my mud, but I chalk that up to lots
and lots of time spent in school and writing
papers/speeches.  I really want to get working on that
again, but it's been a while, might be hard to get back into
the swing of things, but I hope not.
&lt;/ul&gt;
&lt;b&gt;School&lt;/b&gt;
&lt;ul&gt;
School's out for the summer, now I just need to find a job.
 Going down to Oregon State University next Fall, which I'm
very excited about, going to be taking CS classes again,
finally.  It's a very Java oriented program, but I figure I
can live with that if they are willing to teach me good CS
skills.  My only issue is housing, I have two ferrets, so I
can't live on campus, I'm hoping I can live with a friend of
mine down there through&lt;p&gt;
Well, that fell through, anybody going to OSU need a 2 room
mates (me and my GF) + a pair of Ferrets? (never hurts to ask)
&lt;/ul&gt;
Please send replies to deathfox at moochercrew dot org
&lt;/tt&gt;</description>
    </item>
    <item>
      <pubDate>Sat, 20 Apr 2002 07:50:20 GMT</pubDate>
      <title>20 Apr 2002</title>
      <link>http://www.advogato.org/person/CEmery/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/CEmery/diary.html?start=2</guid>
      <description>&lt;tt&gt;&lt;b&gt;Python&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;Found out something interesting today.  Code Follows&lt;p&gt;
&amp;gt;&amp;gt;&amp;gt; mdict = {}&lt;p&gt;
&amp;gt;&amp;gt;&amp;gt; mdict["name"] = "Chris Emery"&lt;p&gt;
&amp;gt;&amp;gt;&amp;gt; mdict["age"] = 21&lt;p&gt;
&amp;gt;&amp;gt;&amp;gt; import sys&lt;p&gt;
&amp;gt;&amp;gt;&amp;gt; sys.stdout.write("My name is %(name)s and I'm
%(age)i years old.\n" % mdict)&lt;p&gt;
My name is Chris Emery and I'm 21 years old.&lt;p&gt;&lt;p&gt;
Ok, so maybe nobody else is impressed, but I am.  But then
again I'm just starting to learn some of the interesting
things you can do in Python...&lt;/ul&gt;
&lt;tt&gt;&lt;b&gt;Pymud&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;So, I've been working on pymud quite a bit, mainly
updating it to be more in the style of python, and 2.2,
which has some very very interesting features.  Though
mainly I'm getting my head out of 1.5, and into the 2.X
series of python.  The only thing I'm really starting to
learn about is new style classes, which are very
interesting.  Some of the neat things you can do with
pickling makes me happy.  &lt;p&gt;
I really need to add mobs into it, and am having a bit of a
hard time wrapping my brain about how I want to do it since
my players are all threaded, those were easy, but I think
I'm going to have to poll mobs, or at least poll areas, and
have each area be a thread, though, that would probably be
pretty messy.  &lt;p&gt;
I also need to learn about how the autoreloader that I'm
using works, so that I can make it update threaded objects.
 Right now I have the problem of updating the player class,
and then not being able to pickle anybody logged on...ooops&lt;/ul&gt;
&lt;tt&gt;&lt;b&gt;Life/School&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;Nothing exciting happening in my life, just basic living
stuff *grins*.  School is going ok, I'm going to do a speach
on the basic layout of the internet, you know, basically,
it's not all one big computer, that sort of thing.  Nothing
to exciting there.&lt;/ul&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 14 Apr 2002 04:53:42 GMT</pubDate>
      <title>14 Apr 2002</title>
      <link>http://www.advogato.org/person/CEmery/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/CEmery/diary.html?start=1</guid>
      <description>&lt;tt&gt;&lt;b&gt;Pymud&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;Well, have been working on my mud, currently called
PyMud (really need a better name for it, any suggestions
from Mudders, or anybody with naming skills would be
appriciated at deathfox at moochercrew dot org).  Anyways,
working up updating it to use newstyle classes, and take
advantage of some other python2.2 things.  Since I
subscribed to the python mailing list I haven't worked on
anything significant on PyMud, just changing the code base
to be more Pythonic.&lt;/ul&gt;
&lt;tt&gt;&lt;b&gt;Life&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;Life is going pretty good for me.  Got a pet Ferret
about a week ago, named her Ruri (Mobile Battle Ship
Nedesko).  She's only 3 months old, and absolutly adorable.
 Tons of trouble, but aren't all cute things.&lt;/ul&gt;
&lt;ul&gt;My Girlfriend is going away for 3 days, (I live with her),
which means 3 days of programing.  Kinda nice, but kinda
dull at the same time.  For some reason it's hard to get
motivated when I'm all alone.&lt;/ul&gt;
&lt;tt&gt;&lt;b&gt;School&lt;/b&gt;&lt;/tt&gt;
&lt;ul&gt;School is well school, right now I'm taking some base
classes, like writing so that I don't have to inturupt my CS
studies when I get down to Oregon State.&lt;/ul&gt;
&lt;ul&gt;&lt;b&gt;Writing 123&lt;/b&gt;&lt;/ul&gt;
&lt;ul&gt;Writing 123 is the Research paper writing class, I'm
planning on writing about the beauty of code, figure it
should have enough stuff written about it, either, talking
about code in specific or beauty in general, that I can
write a decent paper.  Need to actually do a bit of
research, as a summery is due on Monday.&lt;/ul&gt;
&lt;ul&gt;&lt;b&gt;Math 252&lt;/b&gt;&lt;/ul&gt;
&lt;ul&gt;Not much happening in Math, just second term calculus,
No assignments due, but interesting, mainly because I have a
good teacher, and I haven't taken this class before.&lt;/ul&gt;
&lt;ul&gt;&lt;b&gt;Japanese 103&lt;/b&gt;&lt;/ul&gt;
&lt;ul&gt;Japanese is fun, lots of work, for some reason no matter
how well I understand programing languages, and am able to
learn them (for the most part), I just can't get the nack of
forign languages, but I'm really enjoying learning.  I wish
I could figure out how to get evolution under debian to do
proper Japanese support, so people on hotmail can recive
them, but I haven't really tried to hard to do it.  Watashi
no genki desu.&lt;/ul&gt;
&lt;ul&gt;&lt;b&gt;Speach 111&lt;/b&gt;&lt;/ul&gt;
&lt;ul&gt;Ugh, required speach class.  That's all I can say about
it, it's required, and it's speach.  I know I know, I'll
have to use it some day.  But I really don't like it.&lt;/ul&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 12 Apr 2002 08:46:34 GMT</pubDate>
      <title>12 Apr 2002</title>
      <link>http://www.advogato.org/person/CEmery/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/CEmery/diary.html?start=0</guid>
      <description>Well, I finally decided to create an account here.  And I'm
hoping for some feedback on the projects I've created and
started working on, especially Pympsort since it's useable.
 Not much to write tonight, but if nothing else I'll use
this as a place to lay down thoughts.</description>
    </item>
  </channel>
</rss>
