Obamas Broken Promises

Many of us in 2007 were swept into a frenzy when a young, charismatic politician from Illinois came on the scene with promises of hope, and change. His promisses are what got him elected, when many disillusioned Republicans and Independents voted across party lines to try and send a signal to Washington that the time had come for change.

Most at the time were willing to vote for this new Presidential hopeful without much research on the man himself because it was a vote being registered in anger over the previous administrations attack on freedom, liberty, and our economy. It was simply a protest vote.

Looking back on the promisses that were made by President Obama while on the campaign trail, and contrasting those with his actions, the actions speak louder than the words.

Promise #1: 

No family making less than $250,000 a year will see ANY FORM of tax increase

He raised the tobacco tax, implemented a tanning salon tax, and added the individual mandate tax, medicine cabinet tax, special needs kids tax (flexible spending account tax), medical itemized deductions cap, and HSA withdrawal tax which are part of Obamacare. All of these taxes affect people of all incomes, mostly the poor and middle income.

Promise #2: 

I want to go line by line through every item in the Federal budget and eliminate programs that don’t work, and make sure that those that do work work better and cheaper.

House Energy and Commerce Investigations subcommittee insist there is no evidence that the Office of Management and Budget (OMB) conducted such an exhaustive review. The $17 billion in program savings found in Obama’s budget was half of that found in the Bush administration. Republicans said that Obama’s review does not differ from the ordinary presidential budget process and that the president has exaggerated any savings found by including tax increases and savings from drawing down the wars in Iraq and Afghanistan.

Promise #3: 

We will make sure every single tax break and earmark is available to every American online

March 2, 2009 – “Obama administration officials Sunday announced that despite expressed “concerns” with the billions in earmarks contained in the $410 billion omnibus spending bill, and campaign pledges to “slash earmarks by more than half”, the President would sign the bill. Taxpayers for Common Sense says the bill contains 8,570 earmarks at a cost of $7.7 billion. An estimated 60% of the earmarks are from Democrats, while Republicans requested the remaining 40%.”

Promise #4: 

Lobbyists won’t work in my White House!

List of lobbyists working in, or nominated to work in the Obama administration: Eric Holder (Attorney General),  Tom Vilsack (Secretary of Agriculture), William J. Lynn III (Deputy Defense Secretary nominee), William Corr (Deputy Health and Human Services Secretary), David Hayes (Deputy Interior Secretary), Mark Patterson (Chief of Staff to the Secretary of the Treasury), Ron Klain (Chief of Staff to Vice President), Mona Sutphen (Deputy White House Chief of Staff), Melody Barnes (Domestic Policy Council Director), Cecilia Munoz (White House Director of Intergovernmental Affairs), Patrick Gaspard (White House Political Affairs Director), Michael Strautmanis (Chief of Staff to the President’s Assistant for Intergovernmental Relations).

Promise #5: 

As president, Barack Obama will close the detention facility at Guantanamo.

Instead, Obama has continued to support the prison, and to this date there are 171 detainees. He also signed an executive order allowing for retooled military commissions at Guantanamo to try inmates for war crimes.

Recess Appointments and the Constitution

Recess Appointments and the Constitution

When the Constitution was written, they put in place a means of allowing for the President to fill vacant cabinet positions during a congressional break, or recess, because recesses at the time were many months. This was needed because when our country was being built, politicians helped build it in their spare time. Many of them were business owners, and during recess they would return home and work their businesses.

Things are a lot different today and politicians are full-time. The recess periods are not five or six months long. They are now typically weeks instead of months, with the longest lasting just 25 days in 2012 for example, most of the 25 being time off for the national conventions.

Presidential appointments are supposed to be passed through congress. It was designed that way intentionally to prevent an imperialistic minded President from grabbing too much power by filling the government with friends and cohorts. The Constitution requires that the Senate be advised and approve many high-level federal positions. When the President presents an appointee that is not liked by the Senate, they can reject the appointment. This is part of the checks and balances built into the Constitution.

What has happened today is that President Obama has used the “recess appointment” law at a time where congress is not at recess. He has said ”When Congress refuses to act and as a result hurts our economy and puts people at risk, I have an obligation as president to do what I can without them, I have an obligation to act on behalf of the American people.” In fact, he only has an obligation to follow the laws of the Constitution and to enforce those laws.

This is yet another in a long line of power grabs that this President, and others before him have used to betray their people and move us further away from liberty.

The More You Make

So let’s say you have a friend. And this friend has what you might call a slight spending problem. Every time they get more money they go out and spend more money. One day your friend gets a raise at work. What are the chances your friend is going to use that raise to pay their debt? None, because the more you make the more you spend.

This is a pretty old adage. And it’s not even rocket science. So why is it that there are still people out there begging to give the government a payraise by increasing taxes? The government is never going to use that money to pay off any debt that WE ow. The only thing that’s going to happen is it’s going to encourage the politicians to just continue to spend more money.

Of course we all know why people want to raise taxes. It’s because the majority of these same people are the ones that get the most out of government assistance or government stimulus and why would they want to cut off the hand that feeds them.

DNC Chairwoman Says Pentions Not The Problem

A recent interview on Fox News had Democratic National Convention chairwoman Debbie Wasserman Schultz stating that it would be ridiculous for anyone to think that pensions are causing budget problems with state and local government. Really?

This just goes to show you how disconnected the dems are and that they are more concerned about sticking with the party lines than actually thinking for themselves.

War Powers Act

Ok, so let me get this straight: Our president started a war after asking the UN for permission, kept us in the war for more than 60 days, then after 60 days he decided that we are not in a “war” so there is no need for congressional approval. Does our congress have ANY balls? Sack up guys! You are there to ensure our country is run properly, not to just go along with what your boss tells you we should do.

Circumventing the Congress seems to be a big thing for Obama. Who is going to stop it?

Burned Alive on The Ivory Coast

I just viewed a video of some villagers being burned alive in The Ivory Coast. I am not fully convinced that this video is recent, nor that it is actual video from The Ivory Coast, but regardless of where the video was shot, or when, it was one of the most disturbing things I have ever seen.

I am sure that some of us have seen such atrocities before, maybe even in person, but I personally have never seen this sort of human behavior.

Fix for the WordPress Theme Studiopress for WordPressMU

The Studiopress theme for WordPressMU is broken. When you try to update the options you get the message “options page not found”. I have fixed the issue:
[code]
18a19
> if ( is_admin() ){ // admin actions
19a21,30
> add_action('admin_init', 'register_mysettings' );
>
> } else {
> // non-admin enqueues, actions, and filters
> }
>
> function register_mysettings() { // whitelist options
>   register_setting( 'Theme Options', 'greeting' );
>   register_setting( 'Theme Options', 'welcomemessage' );
> }
27c38
<   <div class='wrap'>
---
>   <div>
30a42,43
> <?php settings_fields('greeting,welcomemessage'); ?>
>
35c48
<   <p><input type="submit" name="Submit" value="Update Options" /></p>
---
>   <p><input type="submit" name="Submit" value="<?php _e('Update Options'); ?>" /></p>
37a51
> <?php settings_fields( 'Theme Options' ); ?>
43c57
< ?>
\ No newline at end of file
---
> ?>

[/code]

HonorFuPlus – WotLK

HonorFuPlus is a free FuBar module for World of Warcraft that adds battleground information to FuBar. It is an update to the an addon called HonorFuPlus. The original addon has been discontinued by the author so I decided to start a new version of the addon and maintain it myself.

HonorFuPlus-WotLK (775)

CPU Test – Safari Vs. Chrome Vs. Firefox on Mac OS X

Ok, I was thinking the other day… Why did I start using Chrome? I must have been unhappy with Safari. Then I thought some more…. I must have been unhappy with Firefox before I was unhappy with Safari. But why?

I don’t remember the exact time I switched to Safari, away from Firefox, so I don’t recall the specific reasons, but I think I was looking for a more integrated Mac experience with my iPhone browser. After using Safari for a while I started noticing that when I had a lot of tabs open, which on a normal day may mean up to 15 or 20 at a time, the performance of the browser and the CPU/Memory requirements was starting to cause me grief.

So one day I saw an article that was essentially “Why are you not using Chrome? You should be!”. So I figured I would give it a shot.

I have been using Chrome now for a couple of months, and it seems to perform well, although I have noticed a few sites that do not work with Chrome (Webex for example).

Well this morning I decided to do a very technical performance test, one that could only be done by a highly trained technician such as myself, I decided to load them all up with the same tabs content and compare them using the built-in Activity Monitor. :)

Here is the result:

I loaded each browser with 6 tabs and loaded the same sites on each.

Safari: Real Memory=142.55MB, CPU=.3, Threads=13

Firefox: Real Memory=99.5MB, CPU=.7, Threads=12

Chrome: Real Memory=115.36, CPU=0, Threads=16

The results are not surprising. Chrome basically sites there idle, consuming the 2nd most RAM, but consuming the least amount of CPU.

I then decided to open up 10 more tabs on each:

Safari: Real Memory=222.52MB, CPU=.4, Threads=16

Firefox: Real Memory=152.55MB, CPU=1.5, Threads=15

Chrome: Real Memory=125.34MB, CPU=0, Threads=16

The one thing that stands out here is the fact that Chrome is only consuming 10MB more of RAM, while Firefox jumped up 53MB, and Safari a whopping 80MB! And CPU on Chrome is still at 0!

Now I realize this test is probably VERY flawed, but it sort of proves to me what I kind of figured out before I did this test, that Chrome performs better than Safari or Firefox when it comes to system resources.

GuildMM v1.0 – Mass Mail Addon for World of Warcraft

GuildMM is a free addon for World of Warcraft that adds mass mailing functions to the game. It is an update to the an addon called Guild Mail List. Guild Mail List contained all of the features I was looking for but had not been updated for quite some time so I decided to start a new version of the addon and maintain it myself.

GuildMM (1496)