The dealer from which I bought her is willing to give me X amount of money, where X is a terribly low price, but not low enough that it would have any effect on my planned date for leaving for Europe.
It's not that I want to, of course, but realistically there can be no other way. I'm five weeks away from the date I've been planning to leave for London (England), and it's time to cut the cord.
Unless you're a car/motorcycle lover, it's hard to understand the Zen of Man and Machine, but selling it's definitely a difficult step to take. But realistically, the car would be too much of a pain in London anyway. Insurance rates are enormously high, as are fuel costs, and the traffic is bloody hell.
And hey, It's Only Money.
Looks like getting the timezone of the machine in Windows (and well, more usefully, the bias for local time translation) isn't as easy as I thought it would be. Sadly, Win32::Clock seems to have disappeared, so I've actually got to code it myself. How disappointing.
I've got to use Win32::API, and pack() nested structs for the parameter that GetTimeZoneInformation() takes. Considering I've never used pack() before for anything more than trivial, this should fun.
I'll get to that this evening, but for now I'm off to the Sunday Family Luncheon.
I need a way to keep track of my brainstorms. In particular a method for keeping track of thoughts that offers the following:
Of course, these are all Perly type questions, but the system's searching and scriptability should be general enough to satisfy the requirements of the idea domain relevant to you.
Without trying to sound too off-the-wall, the net result of this killer app truly could increase the intelligence of mankind. Ideas wouldn't get lost in the fray of daily life, and wheel reinvention would be minimized.
From there, the task management component -- categorizing tasks by context, effort required, cost, time needed, etc., ordering tasks, assigning tasks, etc. -- would provide the framework for efficient realization of ideas.
But, enough brainstorming for now...my hot wings are ready.
The more I learn about Win32::GUI, and now this really cool form designer The GUI Loft, the shorter -- to put it mildly -- my code is getting.
Normally this is A Good Thing, except that I was hoping to send this code bit off with my CV to Kake and Simon, in the hope of showing London that I'm mildly clueful, which isn't easy to show when your paid programming experience doesn't involve Perl, but you know you want a Perl job. Something about chickens and eggs comes to mind right about now...
Imagine...complaining about things being too easy.
In other news, the car pictures turned out grrrrreat, which I'm very happy about. I'm going to scan them in (at my dad's) tomorrow, and might chance taking out a $90 big ad in the Auto Trader using one of those pictures, in the hopes that my understanding of human nature ("big ad! nice picture! must be good!") will pay off, in the form of a decent offer.
The negotiating rounds with two car dealers yesterday didn't go quite as I'd hoped (but most certainly went as I expected), so private selling is still looking like my best option.
More Win32::GUI hacking (well, beating-head-against-walling, more like) today made me realize that I don't want to be confined to a life of handcoding pixel positions for controls. So off I went, in search of a better tool (particularly, a good form designer for Win32::GUI) to implement my weather program...
Holy moly.
The GUI Loft is a superb (beta, but very very functional) form designer for Win32 native GUI applications. It's based on Win32::GUI, and in my opinion, is exceedingly well-designed.
At first (like, the first 13 seconds) I was a little disappointed at the fact that this tool doesn't generate Perl code, instead using its own engine (aka, Perl modules) to build the windows you design, which are stored in
The dealer from which I bought the car is offering me $20,000. Not bloody likely.
Wow, did she ever look gooooooooood.
Truthfully though, I took them so I'd have a picture to put in the ad I'm posting to sell her (so I can move to Europe, free of the obligation of having to make monthly car payments), and so I'd have a memento when she's gone, as I'd like to do with every nice car I own.
I also spent some more time last night studying the Win32::GUI Howto. Nice work Aldo. Time to finish reading it this morning.
Either way, me and Emacs are really starting to get along.
Win32::GUI might not be all that easy in the early-going, but at least Aldo's making a sincere attempt to document it. As a user of various open source modules/programs/OS's etc. I can't give enough appreciation to people who document their (or other people's) work.
And hey...since when is using platform native GUI interfaces easy?
for ($wind_dir) {
s/north/N/ig;
s/south/S/ig;
s/west/W/ig;
s/east/E/ig;
}
in my tooltip weather reporting program. Oh, the little things...
Two problems yet remain though:
Win32::GUI isn't the easiest thing in the world when you're unfamiliar with it.