-- Mitt Romney, 16 October 2016
Ref: http://www.npr.org/2012/10/16/163050988/transcript-obama-romney-2nd-presidential-debate
-- Mitt Romney, 16 October 2016
Ref: http://www.npr.org/2012/10/16/163050988/transcript-obama-romney-2nd-presidential-debate
President Obama’s jab at Mitt Romney: ‘All you’ve done is send [China] our jobs’
President Obama continues to campaign on this significant political lie. Further, sit back for a second. It makes no sense. Why would Mr. Romney as future President want to send jobs overseas? And why is something done in the 1990s so important to Mr. Obama? Creating jobs in the USA is a carefully watched metric. Mr. Obama cannot lie about the jobs he hasn't made as President, so his campaign does lie about the lesser known history of Mr. Romney at Bain Capital.
President Obama's record is 43 consecutive months of over 8% unemployment, while at the same time, the labor force participation rate has fallen to a 30 year low. These are the facts at the end of August 2012 from the Bureau of Labor Statistics.
Ref:
I've found a clean, easy to read excerpt from Bob Woodward's book,
Inside story of Obama’s struggle to keep Congress from controlling outcome of debt ceiling crisis
Republican, Democrat, Libertarian, Socialist, ... I don't care what your political bent is, you need to read this. It wont take all that long, but I did have trouble breathing while reading it. You've been warned. Pedantic comments aside, seriously. Read it.
The debt now fundamentally (not just theoretically) breaks the checks and balances the country was formed upon.
The scary thought I'm trying to talk myself out of is that it may not matter who is elected. There maybe no vested interest by any key politician to reduce the debt.
"The calls were sparked by a July news report that said Iran's cultural counsellor in Ottawa, Hamid Mohammadi, suggested Iranian expatriates should be nurtured to be of service to Iran."
http://www.cbc.ca/news/politics/story/2012/09/07/pol-baird-canada-iran-embassy.html
I doubt this is a policy isolated to Canada, rather this is Iran's global policy.
The massive recovery effort to save the Too Big To Fail started months before he was even elected; it's now 3 1/2 years since he took office and he proposes experimenting with the economy!
A global marketplace with hundreds of billions of dollars sitting on the sidelines, praying for stability, and he wants to engage in century defining liberal economic policies.
They didn't even work for FDR. The 2nd World War made his failing policies moot.
So what you're saying is that corporations are people, my friend?
I'm not really digging at Rahm, I digging at the Left's rant-o-sphere. They rail against Mitt Romney's heckle driven "Corporations are people, my friend." But Obama propping up GM is a cheer amongst cheers. Their hypocrisy is ripe.
In Mitt's case, corporate taxes effect both the worker and the stock holder. Both of these are people. I suppose it also effects the politicians that would then have less money to hand-out as earmarks.
It should also be pointed out that a vast raft of the bailout money went to GM's expansion into the People's Republic of China. Money that in theory will flow back to the U.S. as ... corporate profits.
% ls -lah ~/Library/Mail/Envelope\ Index
-rw-r--r-- 1 user admin 32M Mar 1 17:23 /Users/user/Library/Mail/Envelope Index
% sqlite3 ~/Library/Mail/Envelope\ Index vacuum;
% ls -lah ~/Library/Mail/Envelope\ Index
-rw-r--r-- 1 user admin 26M Mar 2 08:07 /Users/user/Library/Mail/Envelope Index
% exitSQL As Understood By SQLite
VACUUM
sql-statement ::= VACUUM [index-or-table-name]
The VACUUM command is an SQLite extension modeled after a similar command found in PostgreSQL. If VACUUM is invoked with the name of a table or index then it is suppose to clean up the named table or index. In version 1.0 of SQLite, the VACUUM command would invoke gdbm_reorganize() to clean up the backend database file.
VACUUM became a no-op when the GDBM backend was removed from SQLITE in version 2.0.0. VACUUM was reimplemented in version 2.8.1. The index or table name argument is now ignored.
When an object (table, index, or trigger) is dropped from the database, it leaves behind empty space. This makes the database file larger than it needs to be, but can speed up inserts. In time inserts and deletes can leave the database file structure fragmented, which slows down disk access to the database contents. The VACUUM command cleans the main database by copying its contents to a temporary database file and reloading the original database file from the copy. This eliminates free pages, aligns table data to be contiguous, and otherwise cleans up the database file structure. It is not possible to perform the same process on an attached database file.
This command will fail if there is an active transaction. This command has no effect on an in-memory database.
As of SQLite version 3.1, an alternative to using the VACUUM command is auto-vacuum mode, enabled using the auto_vacuum pragma.
This page last modified on 2007/02/13 02:03:25
Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% 'tahoma Trebuchet MS', ...Variable name="bodyFont" description="Text Font" type="font" default="normal normal 100% tahoma, 'Trebuchet MS', ...
Then there was the 3-pixel height the heading got pushed down the page. I still haven't firgured that one out, yet. But I did force the headline back into place. That was and is still a frustrating bug.