SteveG’s Posts


Secretary of Housing and Urban Development announced

President Elect Obama announces his new Secretary of Housing and Urban Development. What I particularly like about the announcement is Obama’s recognition that a housing mortgage crisis solution team should have the HUD Secretary as a key player. I have been wondering for months why we never hear from Bush’s HUD Secretary, whoever that may be.

I think it says a lot about Bush’s understanding of how to make the executive branch work, that he has not realized that a housing financial crisis is not just a financial crisis, but that it also involves housing.


Iraqi Journalist Throws Shoes at Bush

Follow this link to the Huffington Post article that has the video plus a slow motion video and some slides of the incident.

I am sure every one has seen this by now, but I just had to record this on my Blog for posterity.

We have just gone through an ice storm and I have been without internet, cable TV, and telephone for three days.  This is the first news story I saw since getting my internet connection back.  I am surprised that this was not prominently featured in the newspaper which I have been receiving during the blackout of all my other media.  I didn’t even hear about it on NPR.


A Ruinous Bias Against Helping Detroit

Joe Conason has written an article, A Ruinous Bias Against Helping Detroit, in The New York Observer.

In a scathing rejoinder there was this comment:

Bill08 (not verified) says:

Uh, Joe, I know you wrote your article almost verbatim from a “Media Matters” press release (“Media still wedded to $70+ per hour autoworker falsehood despite GM’s recent statements to the contrary”), which in itself is nothing more than a regurgitation of a bunch of phony UAW claims.

But there is a complete refutation of your entire article, using empirical evidence like SEC filings and how the automakers are required to report costs by the FASB (Financial Accounting Standards Board). It is extensively referenced with footnotes, unlike your Media Matters screed.

http://www.heritage.org/Research/Economy/wm2162.cfm

The fact is that the $73.26 hourly cost as reported by GM includes only CURRENT employees, not retired ones. If you have the intellectual integrity, please read the article and attempt to refute any of its positions.

Noticing the link was to the Heritage Foundation, I could not help taking the bait. Here is what I found.

Their chart http://www.heritage.org/Research/Economy/images/wm2162_chart1.gif is as phony as a $3 bill.

Their reference at http://chryslerlabortalks07.com/Media_Briefing_Book.pdf

Shows the following
GM Assembler Hourly Rate $26.09
COLA 1.77
Total $27.86

FORD Assembler Hourly Rate $26.10

COLA 1.83
Total $27.93

DAIMLERCHRYSLER Hourly Rate $26.86
Assembler COLA 1.89
Total $28.75

The section labeled

2006 Average Labor Costs — UAW represented (per hour worked)

DaimlerChrysler $75.86
Ford $70.51
General Motors $73.26

Does not specify what other factors go to make up this number until you get to page 41.

In 2006

$29.15 (38%) went to Base wage and COLA
$20.14 (27%) Went to Health Care includes incremental FAS beginning with 1993
$26.57 (35%) All other elements
$75.86 total

I didn’t use a fine toothed comb, but I did not see anywhere “The fact is that the $73.26 hourly cost as reported by GM includes only CURRENT employees, not retired ones.”  I wonder what the commenter thinks he knows is in the 35% of the cost labeled as “All other elements”.  One also has to wonder how Chrysler calculated the 27% that went into health care. With these two pieces we are unsure of how 62% of the costs were calculated.

If you go on to read the rest of the Heritage Foundation’s report, they also mention:

The hourly benefits figure includes payments into defined benefit pension plans to provide future pensions to current workers. It also includes the estimated costs of future retirement health benefits that current workers earn today.

Read the rest of the report yourself and judge for yourself.  Of course I have just cherry picked a few paragraphs from the report.

According to corrolaries of Greenberg’s Law Of The Media, you would have to see comparable calculations for the transplant auto companies to make any judgments about these numbers.  These comparable numbers are never presented.  Instead we are to take Heritage Foundation’s word for what they all mean in the greater scheme of things.


Four Financial Horsewomen Who Warned of the Apocalypse

The article Four Financial Horsewomen Who Warned of the Apocalypse is a very interesting read. I recommend reading it even before I do any fact checking or delve into the reference links that the article provides.  Even if it proves not to be completely accurate, and I am not saying this will happen, it does provide a lot of food for thought.  What’s more it provides links to sites that might provide more interesting reading in the future including this site itself.

There are comments on this article at the Huffington Post.


The Relation Between Top-Down Design and Good Management

As a software engineer I adopted the concept of top-down design of software.  I first read about this method in the early 1970s.  Essentially, you start by taking the statement of the problem and start from the top to break it down into smaller and smaller sub-problems.  The description of the design looks like a tree structure where the root of the tree is the module that solves the whole problem.  This module calls on various sub-modules that solve different sub-problems.

This technique can be thought of as an outgrowth of what I was taught in my early days at MIT. When given a tough exam question, first write down everything you know about subject of the question.  By the time you have finished writing down everything you know, you have either solved the problem or have found the direction to go to solve the problem.

When doing a top-down design, you make architectural decisions at the top that constrain what you must do at the lower level.  Many people objected to top-down design because they felt that you could not impose such constraints on the lower level before you knew what was possible to do at the lower level.

This objection comes from a misconception of how I believe a top-down design should be done in real life.

In reality, top-down design is a way of organizing the design process.  At every level, you give enough thought to the next lower level to be reasonably certain that the next lower level can in fact be implemented.  You may have to descend very far down the levels during the design phase to make certain that all your assumptions can be met.  The top-down design method is a way of organizing that descent so that it is focused on solving the top-level problem.

In the same way management decisions can be thought of as a top down design process.  The top manager, in consultation with others in the management team, breaks the problem down into sub-pieces.  No top level decision is made until there is reasonable certainty that the lower levels can do their part to accomplish the task.

So while the top manager (or top designer) guides the process using her or his own vision, nothing is cast in concrete without consultation with sub-managers (domain experts) to insure that the plan is feasible. This consultation process is where other ideas get raised that might lead to an even better solution than the manager originally envisioned.

This does not guarantee that the original plan will never have to undergo major restructuring during implementation, but it does attempt to minimze the chances of that happening. It minimizes the risk without paralyzing the effort to move forward.  If you insist on 100% guarantees, you will be too late to solve the problem (miss the market window).

A plan (or design) developed in this way ends up as also being a road-map to delegating tasks during operation (or implementation). This is what makes a project manageable when you shift from design to implementation.  Every member on the team knows what her or his responsibility is with sufficient detail, that the manager only has to manage by exception.  As long as things are verifiably following the plan, no drastic management action needs to take place.  Each manager can concentrate on the duties specifically needed to carry the plan forward.

Please think of the process described above when you think of President Obama working with the people of his administration and all the people in the country in coming up with solutions to all our problems.  Using this management style, nobody in the organization has to be a workaholic in order for the organization to succeed.

See my demonstration and download of software that I have used to carry out the software design and management method described above.

I should add that top-down implementation, testing, and documentation go hand-in-hand with top-down design.


Change Even With Appointees From the Clinton Administration

I hear many people expressing doubts that Obama can bring about the change he promised after nominating so many people who served in the Clinton administration to high posts in the Obama administration.  The following is my reason for believing these appointments are not a hindrance to the change that he promised.

I accept Obama’s statement that the vision comes from him.

When a board of directors replaces a failing CEO with a new, powerful CEO with vision, many times the company will successfully make a large change in direction. Many of the people in the company other than the new CEO will continue to be the same people that managed the company with the old CEO. Nevertheless the company takes a drastic change in direction. So it can plausibly be with Barack Obama as the new CEO and experienced people who served in the Clinton administration as the rest of the management team.

Since the managers manage to the leader’s vision, many of the people from the Clinton administration may actually have had a vision that aligns more with Obama than with Clinton. They just did not get to behave this way when working for Clinton.

A good manager will either follow the leader’s vision or get the leader to modify his or her vision. If the manager cannot do either, the the manager ought to resign.

The leader sets the direction by deciding the tone that solutions should take. It is up to the managers to find and implement solutions that match the tone or explain to the leader why it can’t be done. A good leader will recognize good faith efforts that fail to find the solution in the direction she or he desired. Upon this recognition, the leader will bow to reality and accept a different solution.


How to Break a Terrorist

A book titled How to Break a Terrorist is about to be published.  Its author is a former special intelligence operations officer who, along with his team of interrogators, “successfully hunted down one of the most notorious mass murderers of our generation, Abu Musab al-Zarqawi, the leader of al-Qaida in Iraq and the mastermind of the campaign of suicide bombings that had helped plunge Iraq into civil war.”

Contrary to George Bush’s assertions, this interrogator and his team did not use torture to gain the information that led to this result.

This former U.S. interrogator has said the US  “torture policy has led to more deaths than 9/11 attacks”.

Follow this link to an interview with this author. At the link you will find out why non-torture techniques of interrogation work much better than their immoral counterparts.  You will also find a link to a stunning op-ed in the Washington Post called “I’m Still Tortured by What I Saw in Iraq.”

If you didn’t already know that if you want to be moral and ethical you should not use or condone torture, then learn why wanting to be effective should also prevent you from using or condoning torture.


Dems Give White House Ultimatum On Auto Bailout

Huffington Post has this story on their web site. I made the following comment on the story.

Sen Corker, Republican from Tennessee, was full of it when he said that the GM pensions were toast if GM went into bankruptcy. The Pension Benefit Guaranty Corporation (US Taxpayer) would be on the hook for it.

These Southern Republicans just want to protect the foreign auto companies that they lured to their states with huge tax giveaways. Where is the putting country first slogan when you need it? Do they expect us to believe that Japan and Korea are not going to bailout their own auto companies?

Did you notice that Senator Shelby, Republican from Alabama, seems to have inherited the Bush smirk as he twists the knife into the body of the auto companies?

Later I posted, the following additional comment:

Senator Bennett, Republican Utah, is concerned that any help to the Big 3 automakers is tantamount to the government having an industrial policy like the Japanese do.

The huge tax breaks, favorable labor laws, and other giveaways that the Southern states gave the transplant automakers to lure them to their states is not an industrial policy, I suppose.

Another commenter on Huffington Post remarked:

An ultimatum implies an “or else”. What are the Dems going to do if the White House refuses??? Seriously… what is the “or else”???

I came up with the following or else:

Or else we will seriously investigate the Bush administration war crimes and violations of the constitution?


Brad DeLong Explains it Again

In his review of Paul Krugman’s book The Return of Depression Economics and the Crisis of 2008, Brad Delong explains:

And the problem this time is that we did not understand the degree to which all the mortgage finance companies, investment conduits, MBS vehicles, CDO tranches, monolines and other non-bank financial players that had taken on the role of banks — of making long-term durable risky investments yet promising those who contributed the funds that their funds were liquid and safe — without being regulated like banks.