Note that filtering on List-ID or X-Mailing-List isn't 100% reliable. You probably want to filter on the SMTP reverse-path, which will usually end up in a 'Return-Path' header or the 'From ' line.
List-ID and X-Mailing-List get preserved if someone bounces (in pine parlance, aka 'redistributes') a mail to you.
Wow. Twice this past week, someone has asked me if I've lost weight, and commented that I looked a lot better. I have lost 20 pounds in the last couple of months, and I have lost about two inches in the waistline, but I didn't think that I my looks had actually changed that much, or that the weight loss was noticeable.
Whee!!
I've started looking into buying a new server for KernelTrap, hoping to make the purchase within the next month. I'm currently planning on building a simple 1.2GHz PIII, in total running less than $750. Very affordable, though I'm also considering something a little more powerful. The requirements: 2 NICs, redundant disk drives, 1U. Danube Technologies has kindly offered to host the server for free, an offer I have gratefully accepted.
If you wish to help out in this effort, donations are certainly welcome. However, don't worry if you aren't in a position to make a donation, the upgrade is going to happen no matter what. In any case, a handful of people have suggested that they'd make donations if the option was available, and any little bit helps. 100% of the money I receive will go towards purchasing the new KernelTrap server. (On the off chance more money is donated than is needed, the extra money will go towards soliciting original articles for KernelTrap, such as is done by any magazine [story]. But I'm getting ahead of myself...)
Well, a month later, and I decided to write to myself again. Once a month ain't bad. People shouldn't think that I'm that crazy for writing to myself once a month.
I'm not really sure what I have to say today. My life is currently all about the 2.6 kernel and managing deadlines for various conferences.
The code freeze for 2.5 is looming. I don't really care. I have all necessary changes in. At least, I think I do. I suppose something could come up, but I'll deal with that if/when it happens. The last fews cleared up the last of my pending changes: I finally shrank the sysfs methods so that attributes may look like
struct device_attribute {
struct attribute attr;
ssize_t (*show)(struct device * dev, char * buf);
ssize_t (*store)(struct device * dev, const char * buf, size_t count);
};
Last night, I flew back from Israel, leaving from Tel Aviv at 1am, and arriving in JFK at 6:30am, and by 10:30am I was back home. Woo hoo!
Now I just need to exercise, shower, and then repack so I can drive down to Cape Code. Diocesan Council is having an off-site meeting/retreat tonight and Saturday. With any luck, I won't even need to drink a lot of Coffee to keep myself awake; I s
So I'm in Tel Aviv, to give a presentation for IBM Israel. Richard Stallman was also supposed to show up, but he left a one line message saying he couldn't make it for some reason (although he would show up in Haifa the following day). This has the conference organizers in a bit of a frenzy.
Unfortunately I won't have much opportunity to do any sight-seeing. Due to corporate security restrictions, I'm not allowed to do any sight-seeing, and technically I'm not supposed to go to any restaurants other than the hotel one. But if the locals take me some place, I'll assume that it's safe....
Since Jeremy won't be updating anything here for some time (see his blog post), i've decided to start submitting stuff again.
I'll have some difficulty tracking down stuff in the mailing list, due to borkage in my mail server. It's been down for about a month. No word from the admin on when it'll be back; so i'll have to rely on mailing-list archives.
It looks like I'll not be updating this site for the rest of the year. I'm taking some holiday time away from work and my computer both, off playing in the Florida winter sun with friends. Fortunately there's a handful of other admins out there that are able to update the site and promote stories to the front page, so hopefully new stories will continue to appear.
In any case, there's a lot planned for KernelTrap next year... If interested, read on.
Wow, it's been forever, but I'm stalling while I should be working on my linux.conf.au paper...
Zaitcev thanks for that USB patch. It was one of those things that I always knew was not quite right, but never bothered me enough to fix properly. Unfortunaly, there's probably lots of tiny pieces of the kernel that exist like that.
After several years of having this account and never doing anything with it, I decided that today was a fine day to start using it.
I'm not a big fan of diaries, as I feel like I'm wrting to myself. I talk to myself enough as it is, writing it just seems weird..
Today is another cold, sunny day in Springfield, IL. It is warming up, and should only get down to 27 tonight.
I'm working on a paper for the Australian Linux Conference on the Linux Kernel driver model work that has taken over my life, er I mean, that I've been working on for the last 1.5 years. So far, it's a 36 page Masterpiece, with 4 days to review, revise, rewrite and submit it. The current draft can be found on
kernel.org. It's in Star Office format.
Yes, tomorrow i'm getting my new harddisk, installing redhat 8.0 and going into kernel coding business actively!
i love it :)
Have been seq_filing more and more stuff, some bugs related
to /proc/net/arp were fixed recently and /proc/net/tcp seems
to have a problem in davem's tests, but I'm
not being able to reproduce...