Older blog entries for cwinters (starting at number 17)

Getting ready to roll out a website based on OpenInteract, the first public one. It's fairly limited -- lots of static pages, news, polls and all the user/group stuff. Nothing too complicated, so it should be a good test.

Finally (!) started writing up a document that outlines some coding standards for our company. (Since I'm the "senior" programmer, it's both my responsibility and my perogative.) Not done yet, but I think I set out some good guidelines. You don't want to make people feel like big brother is watching and mandating that everything be this plain-vanilla way. But you also want things to be consistent, and there's also a little of the NIH syndrome (just a wee bit). And there's the additional baggage of perl's rep as a write-only language and the fact that most folks we hire will likely come from a C/Java/C++ background where things like StudlyCaps are the norm.

My wife's grandmother is staying with us for a few days. She's fun to hang out with, and it's nice to have someone (besides the cats) around during the day, to eat lunch with and shoot the breeze.

After working at home for so long, I wonder if I'll ever be able to (or want to) work in a "real office" again?

It's a nice feeling when you build something, think of something new to do with it, make the small change and it just works. The feeling of just works is something I associate strongly with open source programs, and by having something of mine exhibit the same behavior I feel like I'm doing something right.

How the heck do people use windows 95/98 all the time? For the few things I use it -- translating Word documents properly, operating the scanner -- it seems that if I leave a program open for any length of time without activity (>20 minutes) and then move the mouse to disengage the screen saver, there's a nice ugly GPF box there. It crashes even when it's doing nothing?

In the process of writing a document justifying making OpenInteract (and SPOPS) opensource. It's very fair, touching on some of the negative aspects as well. But I think all the work I put into developing a packaging system will definitely pay off here.

The recent hubbub about PostreSQL benchmarking made me take another look at it, and I'll probably see how well OpenInteract works on it in the very near future. It would be nice to use a database with transactions for all of our applications, not just for the customers who cough up the dough for Sybase.

Thinking about ditching cable to help get life back in balance. The only problem with that is no 'Law and Order' all the time. But who has time for TV anyway, right?

Good and bad news of late.

First, this past weekend we went camping with Barb's aunt, uncle, mom and my sister around Erie, Pa. On the way there, we realized that Niagara Falls was only (in theory) about an hour away, so we figured what the heck.

Took a little longer than that, and it was crowded as all get out, but pretty amazing. I'd like to go when the weather isn't so great (colder, which will probably happen in about three weeks or so...), there are fewer people and it's easier to get lost in the sound and fury without some screaming baby or whatnot. Fun trip overall, though.

Another good thing: got through a nice little idea barrier last night and implemented some nifty stuff in SPOPS. Kindasorta like triggers in a DBMS, we can make it really easy to apply all sorts of disparate metadata layers on the data objects. For instance, restricting certain data objects to certain groups; allowing users/groups to 'publish' the data object and other users/groups to 'subscribe' to all objects or even those that meet certain criteria. The cool thing is that you can have any number of 'rules' (term for now) applied to two phases of an action -- for instance, when you call 'save', you can create a rule for before the object is saved, and after the object is saved. Ditto with 'fetch' and 'remove'. Cascading deletes are now really simple, as is lots of other interesting stuff.

The only thing I hate about getting over a hump like this is that I look back at the hurdles I couldn't previously jump over (or go around) and think "Duh!" and get down on myself for not seeing it earlier. But I suppose that's inevitable (and almost always not prolonged).

Bad news: encountering unexpected resistance in opensourcing OpenInteract and SPOPS. Enormous downer. It's not done yet, and I think with a good argument we will be able to release SPOPS and the crucial parts of OpenInteract. I'm working on that now. I'm proud of all the work that's gone into this, and I want to be able to share it and see people doing things I never dreamed with it.

Got back from DC last night. My dad got married over the weekend, which was... interesting. The wedding went well enough logistically -- it was outdoors and it didn't rain, nobody got food poisoning, etc. And I'm happy that my dad is happy. But I miss my mom, and it's hard to see my dad with someone else. That will diminish with time, I know, but that doesn't help right now.

Went to meetings on Monday and Tuesday, almost entirely good. (One of the clients actually said, "We want to move all our databases to the web, but we just have so many to move we haven't been able to do them all. Can you help with that?" Wow.)

Internally, we discussed the licensing of OpenInteract but didn't come to a conclusion, which kinda bites. I know that once we release it (along with SPOPS) we need to have some support mechanisms already in place, but that might be fun work, and sourceforge can take care of some of that as well.

(Incidentally, Christopher made some nifty web pages describing OpenInteract from a management POV.)

So, result of all this: Tons o' work for the foreseeable future -- but who doesn't have that?

Documentation crazy today (tomorrow too). One of the unfortunate (in a sense) things about writing documentation for a system you wrote has to be that in the course of explaining something in terms that someone else can understand, you get ideas for new/improved features for what you've already developed. It's a vicious cycle!

One of the ideas spurred from the fact that OpenInteract could actually be a product, but I hadn't thought much about this in the past. But today CP mentioned that a german company that builds content management systems is putting out some feelers. So I asked myself, "How are people going to distribute new packages? How are we going to distribute upgrades?" And everything sprouts from that: distribution (needs to be in one file), file locations (need to be standardized), configuration (need to break the monolithic config file into chunks) and all sorts of other things. Very useful.

In addition, I think there's a real learning curve that you go through when developing something that will be used by any number of people, all of whom you do not know and will not have contact with except for your README file and other documentation. The assumptions that you have regarding other software you install must be made explicit so you can anticipate questions people have.

That said, people won't read what you write. Rusty has this problem with Scoop -- bunches of people email him asking a question explicitly answered in the documentation. If you send back a terse 'RTFM', people think you're an asshole. If you take the time to answer them, you'll be doing nothing else. It's not so bad if the dingdongs think you're an asshole, but if that starts floating around and taking on a life of its own, then people who might be valuable developers may simply find another project to do.

Back to work.

Scanning fiend this weekend. Got all the wedding photos online, at least from the professional, and created step one of a nifty photo browsing application. I probably have more than 400 photos scanned in (old and new) and the only thing stopping me from doing many, many more is the task of organizing them. This project should take care of that.

Faxmodem got fried in a rough electrical storm a few days ago. I am so bummed about that. I suppose I'm lucky that nothing happened to the DSL 'modem'....

Cool stuff with the framework on friday -- talking stuff, not implementing yet. But it should make navigation pretty easy. One of the things we're shooting for with OpenInteract is to make relating disparate things (documents, links, events: SPOPS objects) simple, and not require people to search. (It's weird: IME, normal people never use the search functionality of a website. Never.) Instead, the 'related items' will always be there. Nielsen's 'Designing Web Usability' is a big proponent of this, although that's not why we're doing it. :)

Anyway, the idea is to keep the act of relating objects in the hands of the people who know what they're doing, make it easy for them to do so, and let the information flow. (Kind of like how yahoo ensured consistency by having one superorganized MLS person who knew *everything*.)

First of two demos of the framework that we had to be ready for, although this one was certainly the lighter weight of the two. The lack of phone calls means that everything must have gone well.

We decided on an initial name for the framework (OpenInteract) but we haven't gotten the licensing stuff worked out yet. I'm thinking GPL/Artistic (just like perl), but we have to get NDA stuff worked out first, plus a little infrastructure would be a good thing...

Got a new hard drive today and installed it, along with transferring the old CD ROM out and moving a newer one in. (The old one wasn't cooperating with the mp3 ripping s/w -- yes, I've been bitten by that bug. I can see a rio in my future...). Doing stuff with hardware can be very satisfying. As long as you do it every once in a while rather than eight hours a day. The first task assigned to me when I got the job at IREX a few years ago was to build a bunch (10+) of cheap-o intel machines, configure them with Win95 and get them on the network. The cheap-o-ness of them manifested itself in the myriad cuts sprouting on both hands from the crappy metal used in the cases. Ouch. Mark and Christopher still chuckle about that...

The k5 happenings have been amazing, and really underscore the ease with which almost anything on the web can be taken down. Things like this make me very nervous about having a large, public community site. How many such attacks does ebay get? I don't like relying on the whims of script kiddies as to whether a site of mine gets taken down.

In any case, it's excellent the support Rusty has received. The /. guys have been excellent -- I'm sure they put a bug in the ear of VA Linux about the hardware, to boot. Hopefully he'll find a good home for it if he decides to move it (which I think he was going to do anyway).

<

Also: Barb got a job! It only took a couple weeks after she left the symphony, but she'll be teaching middle school english at a private school about five minutes away. It's amazing how little compensation teachers get: what a shame.

I also had something bouncing around my head about version numbering reluctance, but it's not quite there yet...

badger: You should be happy with the nokia monitor. I got the 445xi+ a few months ago and absolutely love it. 1600 x 1200 is no problem, although the monitor can do better, I think I'd go blind if I went any higher.

Do addictive personalities do addictive things all the time, or just with certain things? For instance, after getting the new everclear cd last week, I've probably listened to it 30+ times, playing certain songs many times in a row. Is it just that this CD happens to fit my mood when I'm coding, or am I getting addicted? (Everclear: you can't stop!) Gaming is similar: how many person-hours of folks on advogato are getting sucked up by diablo 2?

This crossed my mind last night when a commercial came on talking about a special on A & E about gambing addiction. A lot of the creepy addicts are the folks in front of slot machines just yanking the lever like rats in an experiment, waiting to get their pellet. I suppose the motivation (making the big score) is the same when you get addicted to poker or other games where you have to think a little (or a lot), but slots are just so dehumanizing. Brr.

At the same time, when I went to Las Vegas a few years ago for comdex, I purposefully didn't do any gambling except for placing a bet on the Steelers -- which I was able to make a few bucks on, woo hoo! But in the back of my head I thought that it would be in my personality to totally fall into the trap they setup for you, spending all your waking hours giving other people the money from the ATM machines which are so conveniently setup, or from your credit cards, draining whatever hope you have of planning your future. I know there are people who can just do a little gambling, but I have a hard time with potato chips!

The other thing I'm getting addicted to is keeping up with advogato diary entries.

mrchrist: I'm actually running into this problem (free software development vs. employment as a programmer) as a result of a rewritten NDA that everyone at work was given. It's got some of the standard stuff -- you can't take work that you do that the company elsewhere being the pertinent one. I wondered what would happen if we release(as planned) our web application framework under the GPL/Artistic license. Would everyone be able to work on it except me? The clause is written for proprietary "stuff", whether that's software or oil-finding hardware or whatever, and I wouldn't expect the lawyer who drew it up to know about open source. So people are looking into it, and the NDA is as yet unsigned...

skvidal: I highly recommend getting a cat, particularly from your local shelter. Cats are very low maintenance, and generally sleep when you're not around. (They also sleep when you are around.) They can be wonderful companions, and my experience has been that once I got a cat and lived with one for a period of time, I could't imagine not living with one ever again.

schoen: having gone through the "wedding fun" recently, I can totally relate to the Macy's experience. In fact, the registry is not only for Macy's, but also all the other Federated department stores (Burdine's, Lazarus, and a few others that are specific to a geographic area). And you can get to the same registry online at the Wedding Channel site. Apparently, all these stores get all their goop from the same warehouse(s). It's funny to think of it, because Macy's has this New York quality to it, and Lazarus is just, well, Lazarus.

8 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!