Saturday, March 31, 2012

The M Machine - Glow [OFFICIAL] - YouTube

The M Machine - Glow [OFFICIAL] - YouTube:

I really like this music video.. I guess I hate bullies of all types and love rooting for the underdogs. Tasering the !@#$ out of the baddies would have been better than murder though..

Friday, March 30, 2012

FBI Files: Vasocongestion, AKA: Blue Balls | Scarleteen

"Bullshit." -Protiguous.

Thursday, March 29, 2012

The Sum of Three One Thirds Equals One or ( 0.999 != 1 )

The sum of three one-thirds equals one, however 0.999 does NOT Equal One.
The 'logic' used in the article in wikipedia is flawed.

Sure, use the repeating decimal.. keep writing them until you are blue.
Saying it repeats forever, and then ignoring the repeat in multiplication or division is cheating.

Fact: 1/3 does NOT equal 0.333.
Fact: 1/3 plus 1/3 plus 1/3 does equals 3/3 which is also equal to 1.

So, the assertion that 0.333 is equal to 1/3.. is false.


(It doesn't matter how many places you carry out the repeating 3.. they are not equal.)

It's not April Fools yet, right?

Friday, March 23, 2012

Pick a Random Enum in C# (Better than my old post)

static T RandomEnum() {
           if ( typeof( T ).IsEnum ) {
                var names = Enum.GetNames( typeof( T ) );
                return ( T )Enum.Parse( typeof( T ), names[ threadsafeRandom.Value.Next( 0, names.Length ) ] );
            }
            return default( T );
}

static readonly ThreadLocal threadsafeRandom = new ThreadLocal( () => new Random( RandomSeed() ) );

Rory

Rory, you are an unexpected champion.

When you first came on the show, I was thinking 'not another wimpy boyfriend..'.
But the Centurion has proven to be, well, awesome.

... not only did you wait 2000 years for the woman you love, but you just punched hitler!

Thank you.

Sunday, March 18, 2012

Stylish Mail Sets « WoW Roleplay Gear

Stylish Mail Sets « WoW Roleplay Gear:

...I used to tease my wife because she would spend hours matching her gear in Burning Crusade.. now I spend hours collecting and transmogging my gear.

LOL, indeed.

Friday, March 2, 2012

How to reset and calibrate your Leapster 2 (handheld gaming console)

Follow these steps to re-calibrate your Leapster2 (aka Leapfrog?):
  1. Make sure the unit's power is OFF.
  2. Remove any game cartridge.
  3. Hold down the HINT key. (middle top left, usually with the question (?) mark.)
  4. Press the power ON button. (keep holding down HINT)
  5. When the diagnostic menu appears, release the HINT button,
  6. Press A to begin the calibration.
  7. Press on each corner as the little white dots appear with the stylus.
  8. Turn the unit's power off after the calibration is done!