May 2001 Archives

YAPC/TPC Slides

| | Comments (0)
I worked this weekend on my slides for YAPC/TPC (I am giving the same talk at both :-). I cleanup my "makeslides" program, which takes one file of input and creates the slides. It creates valid XHTML and uses CSS for prettiness. The slides are almost done, maybe finish today, need to be done by Friday for TPC. use.perl.org

Still Hiatusing

| | Comments (0)
As promised, I've done nothing with MacPerl lately. Now because of additional unforseen matters in my life, I might not get back to MacPerl until June. I won't promise that, though. Aside from personal matters, I have to get slides done for TPC in the next week or so, and that will be my priority.

However, once that is done ... I anticipate that aside from actual traveling in June/July/August (for two vacations and two conferences!), I will have plenty of time to work on MacPerl. And heck, my two vacations will be long day road trips, so I can code in the car (thanks to the wonders of laptop computers and auto adapters, and others who can take the wheel for hours on end) for some of it! :-) That's coming up in July and August.

So, no more wasting time. I'll finish up slides on Slash in the next week, and I'll report back later. use.perl.org

"Too" Busy?

| | Comments (0)

I don't know if I am "too" busy, but I certainly am very busy. As such, I haven't written in awhile. So why am I bothering now? Why do I even continue after I typed "bothering now" as "bother nowing" on my first attempt, and "bothing ernow" on my second?

Well, I am setting up the new Slash code on pudge.net, so I am testing. And it is almost midnight, so I am tired. And I just felt like writing. So bear with me.

I don't know if I am "too" busy, as noted before. I have work, family, home, hobbies, and other obligations. What determines if I am too busy? When my obligations exceed my available time? Or when it exceeds my available time by a certain amount?

Either way, I could make a case.

The St. Louis Blues just scored in double overtime to take game three of the Western Conference finals, but the Avalanche still leads the series, 2-1. I don't really care who wins, but it is good hockey to watch. People think I naturally would favor the Avs since Bourque plays for them, but Bourque willingly left the Bruins, so whether or not he wins with any other team is irrelevant.

This Is A Test

| | Comments (0)
Just by adding this code to Slash, we can now embed code in any arbitrary post:

    $str =~ s|<foo>(.*?)</foo>|'<P>' . strip_code($1) . '</P>'|egis;

You just wrap your code in <literal> and you are all set. I put the tags in as "foo" above because, well, putting "<literal> ... </literal>" inside "<literal> ... </literal>" won't work.

This is experimental. Let me know how it works out for you. use.perl.org

Next Couple of Weeks

| | Comments (0)
I have two town meetings a week for three weeks (including this week), plus slides for a talk at TPC, so MacPerl stuff is taking a back seat for now. It has to be that way. In a couple of weeks I will pick it back up, with a vengeance. :-) use.perl.org

Slash 2.0.0

| | Comments (0)
We finally got it released, and I am mostly pleased with it. Some of the docs suck, but most of the bugs are taken care of, I think. We've been working on Slash 2.2 for some time now, and will continue ... use.perl.org

Coming Around

| | Comments (0)
I have a meeting tonight, and then I have two meetings in two weeks. Then I am pretty much done with this committee I am on, so I will have more time to relax. No hockey this week either (though I might play a pickup game on Sunday night). Hopefully I will be able to put more time into MacPerl this (and coming) months.

I plan to finish up a few loose ends and release Slash 2.0.0 tomorrow. Brian and Pat finished up what little they had left, so we're looking good. Slash 2.2 is full speed ahead, and we've already made a lot of changes. For my work, I completely ripped apart Slash and Slash::Utility and spread the functions out into other modules; I have a lot done on Slash::Messages (for sending messages to users, such as, "your comment was replied to" etc.); and Mozilla 0.9 was just released so I can work on ForumZilla support (which I want to make independent of Slash 2.2, so that it can be a plugin used by Slash 2.0 too, so I can run it on use Perl).

Brian said he would work on a Slash::RSS module of some sort; my hope is that we can make easier the process of producing RSS/XML content from Slash.

Lessee. I guess that is about it for now. Oh yeah, I need to finish registering for YAPC and TPC, and finish up the second phase of the talk on Slash that Brian and I are giving at TPC (which I will give at YAPC, hopefully). use.perl.org

I Lied

| | Comments (0)
I figured out the problem and stayed up late to get 5.6.1a2 out so I wouldn't have to do it tomorrow, and the week is going to be busy, so I wanted it done. So I lied, I got it done tonight. use.perl.org

Ugh

| | Comments (0)
At one point, I upgraded to CodeWarrior Pro 5.3 or whatever it was, and I must have discovered that something was wrong with MWLinkPPC from that distribution, because I had two versions installed, an old one, and the newer one. When I re-upgraded to 5.3 this week -- to get MetroNub 1.3.8, which had not been properly installed the first time I upgraded -- it re-upgraded the "flawed" MWLinkPPC. Sigh. All better now, but 5.6.1a2 is not being released tonight. use.perl.org

MacPerl 5.6.1a2

| | Comments (0)
I went through and fixed some more tests and worked some more on File::Find (Thomas Wegner's port). It all looks good except for some problems with Unix on some of the new tests. I looked a little, but hopefully he can figure out what is wrong.

I did a work on the test reporting so it can differentiate different versions of MacPerl that are being tested, etc. I was all set to get a2 out, until I had a weird linking error. i was moving my MWC libraries around, that is the only thing I can think of. I'll try again later. :/ use.perl.org

Slug

| | Comments (0)
I've been a slug lately. OK, not really, but in regards to MacPerl, not getting a lot done. I hope to find time this weekend to put out a second alpha including better instructions for tests, etc. Monday and Tuesday I will be unavailable ... but Wednesday and Thursday I will have more time.

The good news is that as I hoped, more people are, and are able, to participate now. I hope my absences and delays don't diminish enthusiasm, but they are necessary. I finish up one time-consumer this month, but then I have two conferences to go to in June and July, plus vacations etc. Such is life. use.perl.org
Boston.pm was pretty cool. I saw people I haven't seen in awhile, and met some new people, like John Gruber from Bare Bones Software. I chatted a bit about MacPerl, and a bit more about Mac OS X.

After some discussion with people in various locations, including the meeting and on lists, and after some problems with building bleadperl (PerlIO stuff apparently having problems with sfio), I am convinced, for now, to just continue on with perl 5.6.1 for MacPerl, and to just test 5.7.x a lot more often, so there will be some essentially parallel development, with the emphasis on 5.6.x, not 5.7.x.

I am less clear about what to do about error reporting; hopefully, a consensus will be reached sometime soon. use.perl.org
<pudge/*> (pronounced "PudgeGlob") is thousands of posts over many years by Pudge.

"It is the common fate of the indolent to see their rights become a prey to the active. The condition upon which God hath given liberty to man is eternal vigilance; which condition if he break, servitude is at once the consequence of his crime and the punishment of his guilt."

About this Archive

This page is an archive of entries from May 2001 listed from newest to oldest.

April 2001 is the previous archive.

June 2001 is the next archive.

Find recent content on the main index or look in the archives to find all content.