Older blog entries for neale (starting at number 21)

I just registered thunk.geek using the OpenNIC system. Pretty cool. I'm glad to see that something like this has finally happened, and that there's enough support behind it to make it stick. At least, it looks like it's going to stick. Hooray! The Internet is (mostly) free again.

maelstorm: yeah, same guy. Cold* was interesting, but the whole time-sucking effect of on-line chat has sort of turned me away from it. I might drop by your MOO later on today though.

I feel honored that I'm now responsible for half of all bruce's diary entries :-)

So the article on GObject renewed my interest in Objective C. The last time I used it for a project I totally loved working with it, it seemed sort of like C with objects. As opposed to C++, which is like C with objects and operator overloading and a template system and data hiding and... I suppose C++ has its place somewhere, but I'm more a fan of Python's "we're all consenting adults" object system, and it seems like ObjC is much closer to that than C++.

I think ObjC might be a relatively easy sell at work, since it allows the kind of object oriented programming we tend to do with structs, and doesn't require any additional libraries. I wish I knew more about performance impacts, and I wish I could remember what dynamic binding meant. Maybe I'll work on the grad school application tonight...

10 Apr 2001 (updated 10 Apr 2001 at 20:04 UTC) »

I'd like to think that if I had something interesting to say here, I'd say it. But here I am, writing this diary entry anyway.

maelstorm: is the Colin from ColdStore the same dude who did some work on Cold MUD?

I ran into the other PHPix2 developer today at the sandwich shop downstairs. Turns out he works in the building next to me. What a riot. We talked about various problems he was having with trying to get a multi-user upload capability into PHPix2, definitely got some creative juices flowing. He suggested we sit down and plan things out sometime. The package might be getting a lot more attention now that we each have a face associated with it :-)

29 Mar 2001 (updated 29 Mar 2001 at 17:47 UTC) »

If someone were to ask me what person active on Advogato has the most expertise with mod_virgule, I'd have to say it was lkcl. Which is why it's supremely funny that he got censored on badvogato. In a way, that's sort of like someone launching a DoS attack against transmeta from a Linux 0.99pre16 box.

Anyway. Work, life, yadda yadda. I have pixy stix. Yum.

Randakar, while it isn't a part of the language, there's no reason you couldn't implement a trust metric system in ColdC. It also provides all the networking stuff you'd need to have a distributed object system (although it might be necessary to hack the core language a bit for nicer integration). Think of ColdC as a general-purpose byte-compiled language with a built-in persistant object store.

After over six months doing self-directed research at my job, yesterday I finally got something to do with a definite deadline. It was like a huge weight had been lifted from my shoulders, as I finally had some incentive to get my arse in gear. I guess I work better under pressure.

randakar, mobius: also check out The Cold Project. It's more or less MOO-ish, but with a more general-purpose language. For example, db objects are just like in any other OO-language, whereas in MOO all objects have certain "physical" properties (location, description, visibility). This part of MOO leads to weird things like web servers being located in the "nowhere" room. That may be desirable for certain situations, though.

I'm supposed to write a web-based wedding registry pretty soon here. The ones I found on SourceForge didn't impress me much. I suppose I'll do it in PHP, and create a new project out of it. I don't know that there's much to salvage in the two non-functioning registry programs. Really, guys, if you have a list of 500 items, there's no need to require MySQL. How many wedding guests are you inviting, anyway? The entire state of New Hampshire? ;-)

Three quarters of starting up a new project is figuring out what approach you're going to take toward solving the problem at hand. I am in the habit of hemming and hawing about the problem for longer than I'd like, but when I finally tire of procrastinating, I tend to kick into high gear.

I don't enjoy the time spent procrastinating before the actual designing and coding, which is why I liked my high-pressure job at freei so much. But I think that somehow, I end up with better designs this way. It's strange to try to justify to myself why I put things off. I'm fortunate in that I've never had to do it to anyone else.

Of the people here who own their own domains, I'm one of the very few that has no links to my vanity page on the front page. There are many here whose vanity page is the front page.

I think I figured out why my productivity at work is so low. I'd fallen into the habit of working around 14 hours a day, and only getting serious work done in the later 6 hours. Now that I have a reason to go home, I'm only working 8-9 hours per day, which means I hardly get any real work done.

The sun is out again. Yum.

Wow! I just got my first O'Caml program working with the equeue stuff. It listens on a socket and prints "arf" to anyone who connects. No big deal. But what's really cool is that it worked the first time. Granted, I had a few syntax problems I had to work out, but the bugger worked pretty much right after I typed it in.

This is similar to the experience I had with Python, except that in the case of O'Caml, I have no idea what the hell I'm doing. :^)

Anyway, that made an otherwise lame day pretty exciting :-)

12 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

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!