Kasperian Moving Parts

kinda like Batman, but with a wife and 3 kids

Browsing:

Month: November 2004

Still alive; kpilot memofile conduit coming along nicely

I should have known better, but I dove straight into code with my kpilot memofile conduit. To be fair, I had no clue about kpilot’s code base or classes, so it wasn’t a waste of time or anything. It was necessary, and now I have a decent understanding of how things work within kpilot. But I reached a point in my conduit where the code needed to be designed/architected, not just thrown in, so I took a break from coding for a day and looked at design. I used umbrello (kde’s UML tool), and it does a fairly nice job. My only complaint is that it doesn’t do live round trip code syncing/generation, but I due to the fact that Read more…


Stage two of memofile conduit: check!

I actually had this done 3 days ago, but forgot to say so…. My kpilot memofile conduit now copies and saves all memos from my Palm (Clie) to a selected directory as files, the same way gnome-pilot’s memofile conduit does. That is all.


Happy Thanksgiving (or) On your mark, get set, go

Happy Thanksgiving, all in America. I wonder if anyone even thinks about what Thanksgiving was originally intended to be anymore? For many, Thanksgiving is all about getting ready for Black Friday. Heck, I can’t claim to be unaffected by this myself, honestly. =:) If anything, I was pretty caught up in the excitement of trying to get a sneak peek at the deals before they came out. =:) But, now that they have come out, and I’ve spent a couple of hours looking through the advertisements that landed in my driveway, cleverly disguised as the morning newspaper, I think it’s all kind of silly. That’s not to say that we of the Kasper clan won’t be venturing out tomorrow morning Read more…


Stage one of KPilot memofile conduit: check

Woot! After a late-night hacking session (well, I must be getting older… 12-midnight is now “late-night”!!!), my KPIlot memofile conduit: – shows up in Kpilot’s config dialog – accesses the MemoDB database – lists all memos in all categories Coming along nicely…. =:) Next: understand gnome-pilot-conduits’ memofile.


Ooh–nice surprises with KMail

I just noticed also that KMail’s next/previous message keys are Right/Left Arrow, whilst Up/Down Arrows ALWAYS scroll the message. THIS MAKES TONS OF SENSE!!! I always hated in Evolution how if you hit the Up arrow while the message list is focused, you go to the previous message. In other words, you either had the message pane selected and up/down moved between messages, or you had the message preview pane selected and up/down scrolled the message. This makes kmail tons more user-friendly, IMO!! Nice thinking, kmail guys!! Also, the fact that you can configure your keyboard shortcuts in KMail (in ANY KDE application) is WAY more user-friendly than Gnome’s model which doesn’t let you do this without becoming root, searching Read more…


Introducing… a memofile conduit for KPilot

So, the Knotes conduit in Kpilot doesn’t work for me, and several others. After talking with Adriaan de Groot for a while yesterday, I’ve come to the following conclusions: Knotes is not the right application to be syncing a Palm’s memos with. It doesn’t know anything about categories, etc. KJots is close, but that’s still not right either. There is no correct memo editor for KDE yet, that is designed to cater to the things that a Palm’s MemoDB provides. So, after discussing these with Adriaan, I’m going to break out my coding lederhosen and create a Directory/Filesystem-based memofile conduit for KPilot so that I can start syncing my notes again. =:) My goals: Understand enough about KPilot’s internals to Read more…


Using KDE now

So, I have just come out of a self-imposed exile from KDE (you remember them, right? the team that wrote KHTML–the HTML rendering engine that Apple uses?). A while ago, a friend of mine challenged my manhood by saying that Gnome had everything I wanted if only I would get used to it. I’d been using KDE as my Desktop environment previously to this exile for a good couple of years. The problem was that, then, the applications that I need/use most (web browser, PIM/e-mail application, IM client, IRC client) were VERY weak in KDE’s side of the court. KMail/KOrganizer/Kab/etc. just were not as polished and functional as their Gnome counterparts (Evolution, Gaim, etc.). So I used KDE as my Read more…


Abject silliness, whether you need it or not

So this time, I took my little Ashleigh to the toy store to spend her gift card so graciously given her by her thoughtful Aunt and nephews (Hi Jen, Elijah, Nate!!). And… wouldn’t you know it… there sat that same, dejected, all-alone-looking instant photo booth again. So we punished it with our silliness. That is why it’s there, you know…. The big one here…


Your use of this service has been blocked by Artemis

In case anyone else in this world gets this error message, having found themselves in the same position as me, wherein said individual is using a Linksys WRT54GS wireless router, has a Linux box behind it, running fetchmail from one’s house, through said Linksys router, and has purchased Linksys’s Parental Control feature to protect one’s home, children, self, wife, and pets…. Apparently “Your use of this service has been blocked by Artemis” is Linksys’s way of saying “hey, you’re not logged in, silly person.” Fetchmail on the other hand, tells it to you like this: fetchmail: Query status=3 (AUTHFAIL) fetchmail: Your use of this service has been blocked by Artemis. After an hour of some pleasant conversation with Linksys technical Read more…


Installing Fedora Linux using a USB thumbdrive

This is the coolest thing since sliced mustard, just let me tell you!! =:) I spent more time trying to figure out how to do it than actually doing it. As it turns out, Fedora gives you a disk image for precisely this reason. It turned out like this then…. 1) Search Google for a good hour at least, trying to find any references to anyone else doing this. 2) Failing at #1, search for something obscure and find a link to a README for something else which mentions that the diskboot.img is intended to be used for USB thumb drives, etc., and that one should download it instead of boot.iso for this purpose and use dd to get it Read more…