S E R V E R   S I D E
View current page
...more recent posts

Making good progress today, although there is a lot to do in very little time.

Here's my latest working theory. Probably this is obvious, but I don't think it's ever been implemented exactly the way I am doing it. The idea is that since all posts (and comments) are stored in a database, there is remarkable freedom in how I can serve them back up. And recently it occured to me just how similar weblogs, bulletin boards, email lists, and RSS feeds are. They're just different views of the same atomic data.

So I'm extending the system so that any page can be viewed in any of these styles. Making what are now weblog pages into mailing lists is my first task, because a mailing list is what we need. In this scenario the weblog becomes the mailinglist archive. Anything posted to the page gets sent as email to everyone on the list. Same with comments. This is working now, although you have to open a web page to reply (you can't just hit reply in your mail client, you have to click the reply link in the message which will open the proper page in your browser.) So that's a drawback, but I'll have this fixed up fairly soon.

I'll probably make the bulletin board view next, and then the RSS feeds. But I need the mailing list wow. I mean now. Almost there.
- jim 10-31-2002 11:43 pm [link] [add a comment]

I wish I knew sendmail better. If I have to send out 100 identical emails, which is the more efficient way: build a 100 email long BCC: field and mail() it once from PHP, or make a loop and send 100 individual mail()s? I figure it shouldn't really matter, because sendmail still has to send 100 messages either way. Right? Or does the BCC: actually make things easier on my server?
- jim 10-31-2002 3:53 am [link] [add a comment]

Looks like Yahoo is moving to PHP. (via webseitz)
- jim 10-31-2002 3:32 am [link] [add a comment]

Spent all day going through my code making it compatible with PHP 4.2.x. What a serious pain. I also instituted one small internal change so that there is now only one file that needs to be modified when putting the system on a new site.

Tomorrow I'll put the new code base at the apocalypse wow site so we can have better messaging going on there. I forgot to mention that this is probably the "real" reason I've been so involved in this group: it gives me another great testing ground. Helping all of these organizers communicate is really fun.

And I've also put into practice some of the skills I learned watching these people take care of business. Number one being: you have to have a list of stuff to do, and then you just go down the list crossing things off as you do them. Under no circumstances are you to deviate from the list. Not surprisingly, this system works well. It's a pretty big joke that I used to not do this. How did I ever get anything done?

Oh, right, I didn't.
- jim 10-31-2002 3:19 am [link] [add a comment]

Met last night with the apocalypse wow! inner circle. Looks like there is plenty of momentum to keep going. Lots of work to do today. Hopefully we'll get another event together for election night. After that I'm pushing for a pro alternative energy agenda. Not sure if that will happen or not.

My dream is to hook such an effort into something like the Creative Commons (even though it's not set up to deal with anything like new energy technology.) We need the foundational technology for a new free society to be held in trust for the public. And then capitalism (and patents and copyright and profits) can work on top of this open infrastructure. But the base should belong to the people.

Obviously my idea is still quite fuzzy. The dream scenario is where the genius scientist, who makes the renewable energy breakthrough, places her research into the public domain instead of selling it to Mobil. Seems crazy, yet it has worked in the realm of computer software. Very smart people can be tempted by fame (the good kind) as much as by money. Maybe more so. But there has to be a structure set up to encourage this.

The war against Iraq clearly shows how important it is to get oil out of the picture as fast as possible. There's nothing good about war, but this one is so ridiculous maybe it can be a catalyst for real change. Yeah I know: maybe.
- jim 10-30-2002 8:12 pm [link] [2 comments]

older posts...