Programing
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.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.
School
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.
Ferrets
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.
Horror
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.
18 Jun 2002 (updated 18 Jun 2002 at 02:17 UTC) »
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.
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)
>>> mdict = {}
>>> mdict["name"] = "Chris Emery"
>>> mdict["age"] = 21
>>> import sys
>>> sys.stdout.write("My name is %(name)s and I'm %(age)i years old.\n" % mdict)
My name is Chris Emery and I'm 21 years old.
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...
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.
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
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!