The Voluntary Human Extinction Movement

Sunday, February 7th, 2010

This one’s planted firmly in the WTF department. See for yourself.

http://www.vhemt.org/

“May we live long and die out”

The Jetsons

Wednesday, August 12th, 2009
Remember The Jetsons?
The cartoon aired in the early sixties and painted an image of the future that was just so fantastic, so far-out, that it could only exist in the cartoon world. Certainly, we would never live to see it.
Well, this is the world we do live in today.
Okay, sure, we don’t have flying cars – probably never will – but so much of what they showed is so commonplace today it isn’t funny. Think about it.
I’ll soon need to use the air conditioning in my home. It’s been so cold this spring and summer that I’ve used it exactly once so far this season. And that was only because I had changed out a thermostat and needed to test the system. So the other day I ran it all day and night. I awoke to find it running full-bore, the suction line frozen and little, if any, air moving through the ductwork.
I spend a bit of time with Google and soon learned more than I had ever known about air conditioning systems, more than enough to troubleshoot my system.
It reminded me of that old movie, The Matrix. Remember Neo’s famous line? “Jiu Jitsu? I’m going to learn… Jiu Jitsu?”
“Air conditioning? I’m going to learn about… air conditioning?”
We live in an unparalleled age where most of what you need to know is just a few clicks away. I swear, sometimes I gotta pinch myself.
Don’t take it for granted. Think, and contribute what you can.

Remember The Jetsons?

The cartoon aired in the early sixties. It painted an image of the future that was just so fantastic, so far-out, that it could only exist in the cartoon world. Certainly, we would never live to see it.

Well, this is the world we do live in today.

Okay, sure, we don’t have flying cars – probably never will – but so much of what they showed is so commonplace today it isn’t funny. Go check out excerpts form some episodes on Hulu. Think about what you see.

I’ll soon need to use the air conditioning in my home. It’s been so cold this spring and summer that I’ve used it exactly once so far this season. And that was only because I had changed out a thermostat and needed to test the system. So the other day I ran it all day and night. I awoke to find it running full-bore, the suction line frozen and little, if any, air moving through the ductwork.

I spend a bit of time with Google and soon learned more than I had ever known about air conditioning systems, more than enough to troubleshoot my system.

It reminded me of that old movie, The Matrix. Remember Neo’s famous line? “Jiu Jitsu? I’m going to learn… Jiu Jitsu?”

“Air conditioning? I’m going to learn about… air conditioning?”

We live in an unparalleled age where most of what you need to know is just a few clicks away. I swear, sometimes I gotta pinch myself.

Don’t take it for granted, my friends. Think and contribute what you can.

Global Warming Swindle

Monday, August 3rd, 2009

“The global warming alarm is dressed up as science, but it’s not science.  It’s propaganda.”

Actually, this is a pointer to video, not something to read.

http://blasphemes.blogspot.com/2009/04/global-warming-swindle.html

“The environmental movement has evolved into the strongest force there is for preventing development in the developing countries. I think it’s legitimate for me to call them ‘anti-human’. Like, okay, you don’t have to think humans are beter than whales, or better than owls or whatever you don’t want to. Right, but surely it is not a good idea to think of humans as sort of being scum, you know, that it’s okay to have hundreds of millions of them go blind or die or whatever.  I… I just can’t relate to that.”

Patrick Moore
Co-founder, Greenpeace

I think I may start selling t-shirts.

‘Our’ Jobs

Wednesday, June 10th, 2009

Bob Evans wrote in Information Week’s Global CIO Blog an article entitled IBM, Microsoft, And The Myth Of ‘Our Jobs’.

Proving once again that there are statistics to support just about anything you’ve got to say.

Some Favorite Windows XP Registry Adjustments

Monday, May 25th, 2009

Since I’ve been asked, here are a few of the registry adjustments I make soon after kickstarting an XP system. By no means is this an exhaustive list. No, it’s just the stuff that I consider a minimal start for all systems.

WARNINGDon’t come crying to me if you hose your system beyond belief, because for the uninitiated messing with the Windows registry directly is somewhat akin to performing open-brain surgery. In fact, I’m not going to tell you how to perform edits on the thing, back it up in whole or part or anything like that. You should already know how to do those things. If you don’t, well, please move along, nothing to see here.

With that out of the way, I’ll state what should be obvious. The registry keys mentioned below are each one line. Sometimes embedded spaces will cause wrapping that shouldn’t actually be.

The default responsiveness of the Start menu is designed for effect, not utility. Adjust it to your liking by adjusting the value here:

HKEY_CURRENT_USER\Control Panel\Desktop\MenuShowDelay

This has a default decimal value of 400. 100 usually does it for me.  The ever-so-popular TeweakUI utility adjusts this, too, but it’s easy to just do it this way.

If you’ve got enough memory in your system you can pull the Windows kernel into RAM. Absolutely don’t do this if you’ve got less than, oh, 256 MB.  But who doesn’t have 2 GB or more these days?

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive

Choose one of these values:
1 = disable paging and run kernel from RAM
0 = normal, paged operation

It should be obvious that you want to set it to 1. You’ll need to reboot to make it take effect.

Did you know that NTFS maintains standard 8.3 file names that are compatible with DOS conventions? Those are the ugly looking all-caps things with the tildas and such that you may have seen in a file list every now and again. Creating and maintaining them is an overhead you can live without if you never have a need for this compatibility. Nice that you can easily disable it and keep your MFT a little less cluttered at the same time.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation

0 = enabled
1 = disabled

Set to 1 to gain some file system performance, at the expense of compatibility with that older file system you probably forgot about long ago. You’ll need to reboot to make it take effect.

Oh, and before you ask: no, I’m not sure whether it cleans up existing 8.3 junk or not. I never bothered to check, but I’d suspect not.

Windows XP helps speed its bootup with a prefetch cache, located by default at C:\Windows\Prefetch. Some folks say that every now and again you should delete the contents of that directory, and the system will rebuild it cleanly. I personally wouldn’t bother with that, just let Windows deal with it. But you can control what gets prefetched with this adjustment.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher

0 = disable prefetching
1 = prefetch application launch files
2 = prefetch boot files
3 = prefetch as much as possible

Setting this to 3, of course, is a good idea.

The Disk Cleanup utility doesn’t actually clean up all of your temp files as you might be led to believe. Instead, it checks the last access of these files and if it’s 7 days or less it keeps ‘em around. Fortunately you can fix this.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Temporary Files\LastAccess

# = number of days of retention

Personally I like 0 days. One good reason is that it’s nice to have the slate as clean as possible when defragmenting. (But if you’ve got an SSD you might want to leave this one be, as small writes exact a serious performance hit.)

Add a Copy To command to Explorer’s context-sensitive menu, where it’s always ready for use.

Just add the following key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To

with a default value of
{C2FBB630-2971-11D1-A18C-00C04FD75D13}

And, while you’re at it, add a Move To command as well. Add this key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To

with a default value of
{C2FBB631-2971-11D1-A18C-00C04FD75D13}

Of course, neither of these do anything for system performance but may help your performance.

The Patron Saint of Motorcyclists

Thursday, May 7th, 2009

This came up in conversation the other day. There’s a patron saint for most everything you can think of, and for some reason I thought that the bikers’ patron saint was Gabriel, who also looks after messengers.

But no, it’s Columbanus, an Irish saint who lived from 540 AD to 615 AD. Recurring themes in the stories of Columbanus are virtue, women and beer.

There’s much to be found on the Web about Columbanus, here’s one to get you started. And, of course, there’s a Wikipedia article.

But near as I can tell there’s no Saint Alphonzo – as in Saint Alphonzo’s Pancake Breakfast, a zippy little number by the late Frank Zappa.

The S Word

Wednesday, April 1st, 2009

I was cleaning up some backwater directory and ran across this oldie. According to the datestamp I must have saved it well over a decade ago. Nope, don’t know the origin. But I think it’s still funny, and still true as ever.

If you find the S word offensive then definitely don’t read on. Otherwise…

(more…)

Business Loss: Is That A Spade I See?

Saturday, December 6th, 2008

The other morning on the televised news I heard of (yet another) corporate muckety-muck drawing a comfortable salary (USD6M, in this case) despite their company’s recent losses (some USD40B). And it got me to thinking about terminology.

Take the term from which this entry derives its title: ‘loss’. I’m thinking that this is one of the most misused terms around – especially today, as it applies to business and economics. It seems to be deliberately chosen to create a feeling of sympathy for the ‘lossee’, and I think that the feeling is completely misplaced.

Let’s first look at a perfectly accurate usage. “Joey Psychotic lost his home and all of his possessions to fire this morning, believed to be started when his hungry cat kicked over an unattended prayer candle…” This makes sense – Mr. Psychotic had a home. But it was consumed by fire, reduced to a wet, smoking pile of rubble, crawling with investigators. Not a home by any stretch of the imagination. You feel sorry for Mr. Psychotic, and you should (even while questioning his religious rituals).

Now, how about this one: “The Acme Prayer Candle Company lost forty billion dollars over the last three quarters of this year due to slacking demand. Stockholders fear bankruptcy as…” Nope, I don’t buy it. That which you do not have cannot be lost. Acme didn’t lose anything – they never had it in the first place. See the difference?

Let’s take a stab at writing that a little more accurately: ”The Acme Prayer Candle Company failed to realize forty billion dollars in profits over the last three quarters of this year. Acme executives cite slacking demand as the cause of their failure to deliver promised value to stockholders, who fear bankruptcy as…” Acme didn’t lose, they FAILED.

Fail brings a whole different set of emotions than loss. It’s not that failure is necessarily bad, either. After all, failure can be a very powerful teacher – well, provided one can grasp its message, which isn’t a given.

I don’t feel much sympathy toward anyone that can (mis)direct their company to failure, and yet still pull down six million greenbacks. I won’t bet on their learning anything, either, unless it’s something along the lines of, “hey, look what I just got away with!”

Maybe the companies that are failing should be allowed to fail, their directors along with them. A multitude of companies, built on good ideas, managed competently, would certainly spring up in their place. I’m not denying that there would be great steaming heaps of economic pain along the way, the likes of which most alive today have never seen.

But America, still the greatest land on Earth, would emerge stronger than ever.

Folding

Sunday, October 5th, 2008

“How does one fold a bra?”

“Fold!?!  A bra is like a beer can!  The only correct thing a man can do with ‘em is empty ‘em, & toss the empty asside………….8^)”

“I Can’t”

Thursday, August 9th, 2007

You’re finished as soon as you say those words. You’ve set yourself up for failure. No, something less than failure, because you’ve already accepted, embraced an outcome with the same certainty as your next breath.

Infinitely better it is to try, no matter how feeble the effort. You have a chance. No matter how small the odds of success, it is opportunity measured as something greater than zero. And no matter how it turns out, you will have gained experience and probably a bit of knowledge as well.