July 15, 2010

Poor-man's Bells

One of the things the Queen and I have been trying to do is get everyone on the same schedule and to have a family routine around that schedule... I stole a page from the monastic play-book and setup bells to ring at 0900, 1200, 1500, 1800 and 2100.  I had tried to find a simple little program that would let me do this, but there were none that didn't either cost $20USD or suck emensely, so I cooked-up a quick little batch file I run on our media-center PC:

@echo off
net use t: \\lnx-dc1\shared
t:\bin\nircmd.exe mutesysvolume 0
t:\bin\nircmd.exe setsysvolume 32768
"C:\Program Files\VideoLAN\VLC\vlc.exe" --qt-start-minimized --no-repeat t:\sounds\bells.wav vlc://quit
net use t: /delete /y


So, all I do is have this little script execute via the Windows Task Scheduler at the desired times, and it works like a champ!

My thought was that the 0900 bell would be our official "start of the day" bell, the 1200 bell would be lunch time, 1500 would be mid-day, and 1800 is dinner.  At 2100, its time to head for bed.  One could easily use this method to create school bells for their home-school (to mark breaks, and such) or to mark the passage of the Liturgical Hours, etc...  And, its totally free.  I used NirCmd and VLC as well as a WAV of bells I found on-line.

May 25, 2010

python: XML-RPC over SSL

For quite some time I have been looking at writing a simple management agent that is cross-platform, extensible and secure.  My primary interest is that there are often times where I would like a means of performing some task on a remote system, without the necessity of actually connecting to those systems.  My thinking on this little project really got ratcheted into high-gear when I was studying for one of my recent certifications, wherein I was studying the architecture of an enterprise management platform.

For my part, I have the framework of the server in place, and will be fleshing-out the bits to transport and execute arbitrary plugins/modules and configurations.  Once that's done, the sky is basically the limit.

March 16, 2010

LastPass

If you haven't switched over to LastPass, you need to, and NOW.  This is the coolest password manager I've ever seen.

February 28, 2010

vSphere on Windows 7

Whew! Running the vSphere client on Windows 7 was getting to be a bit of a dire need... got it sorted with some help from the interwebs.

December 16, 2009

Times Person of the Year

This morning, the first thing I heard when I got in the car was a report from NPR about Ben Bernanke being named as Time's Person of the Year. My immediate response was the same as when I had heard that Obama had been awarded the Nobel Peace Prize. "Really?"

As I sat, listening to the litany of blessings Mr. Bernanke has bestowed upon the whole of Western Civilization -- including navigating one of the most difficult financial eras in history. Okay, I'll admit that Poor Old Ben inherited something of a shit-storm, but in the same token, I don't think that the "landing" of this economy has been as well as it could have been. Moreover, the whole "bailout" is counter to everything we hold sacred as a free-market/enterprise society.

If I were the Bernanke, how would I have done it? From the bottom-up.

There are an estimated 308,000,000 people in America. Statistics have shown that only about a half of those are tax paying persons. So, if you took the $8.5 TRILLION dollars, and distributed it evenly among the 154,000,000 or so tax paying persons... we would have each received a check for $55k, roughly.

So, how is it that giving everyone a check for $55k would solve anything? Well, two points:
1) most people would be depositing that money into their bank accounts. This would bolster the balance sheets of the banks, thus fixing the "corporate paper market" issue.
2) most people would be spending that money straight-away. I don't think I'm unreasonable in speculating that a LOT of people would use said money for one of two purposes: to buy a home, or a car. Either of these would result in solving the problems with the housing and auto industries... except... not enough people would be buying American cars to sufficiently save GM and its various brands.

That brings me to the second half of my diatribe against Bernanke: government taking ownership of what was heretofore privately or publicly (as in stock-market, not Gov't) owned companies is just flat-out wrong. If the company sucks so bad that it can't survive without being on Federal Life-support, then it shouldn't be allowed to persist! Let it die and the void it leaves will be filled by new businesses that are better able to adapt to the changing world, provided that the niche left is genuine!

Long story short, Bernanke deserves the Person of the Year as much as Obama deserved the Nobel Peace Prize... not one damn bit. If you ask me, the Obama administration is using its media-savvy and clout to effectively buy these designations to bolster their image in the public eye and to gloss-over the fact that they have done basically nothing as we approach the one year anniversary of the administration.