Wednesday, December 15, 2010
House = SOLD
Tuesday, December 14, 2010
Christmas thoughts
Monday, December 13, 2010
I hate computers
Sunday, December 5, 2010
A consecrated life
Tuesday, November 30, 2010
Revelation
Thursday, November 25, 2010
Secondhand Lions
Tuesday, November 23, 2010
Ralph Waldo Emerson
Sunday, November 21, 2010
Pray to solve technical challenges
Saturday, November 20, 2010
I love Maile
Wednesday, November 17, 2010
Sun Tzu's Art of war
From Sun Tzu's Art of War
Thus we may know that there are five essentials for victory:
- He will win who knows when to fight and when not to fight.
- He will win who knows how to handle both superior and inferior forces.
- He will win whose army is animated by the same spirit throughout all its ranks.
- He will win who, prepared himself, waits to take the enemy unprepared.
- He will win who has military capacity and is not interfered with by the sovereign.
It applies to so many aspects of life. If you want to convince anyone of anything, this is really the way to do it. If you are not prepared, your dead in the water. If politics come into play, good luck. If you don't know how to use your assets (strong and weak), you can't succeed.
As a whole team is more and more on the same page, they can get more done more effectively because they share a vision and the harmony is a key to success.
interesting that this was so well understood so many years ago, but it takes time to transcend the ages.
Sunday, November 14, 2010
T.S. Elliott "Choruses from The Rock"
Friday, November 12, 2010
Time and Money
Sunday, November 7, 2010
Isaiah 65
The Count of Monte Cristo
Simplicity and sophistication
Tuesday, November 2, 2010
Life is like a marathon
Saturday, May 1, 2010
Invictus by William Ernest Henley (1849–1903)
Out of the night that covers me,
Black as the pit from pole to pole,
I thank whatever gods may be
For my unconquerable soul.
In the fell clutch of circumstance
I have not winced nor cried aloud.
Under the bludgeonings of chance
My head is bloody, but unbowed.
Beyond this place of wrath and tears
Looms but the Horror of the shade,
And yet the menace of the years
Finds and shall find me unafraid.
It matters not how strait the gate,
How charged with punishments the scroll,
I am the master of my fate:
I am the captain of my soul.
Monday, February 1, 2010
Leila Marie Nielsen
Here are some pictures of her.
Mom and Dad
Tuesday, January 26, 2010
Install Player/Stage in Ubuntu 9.10
- Download Player 3.0.1
- Download Stage 3.2.2
- Run sudo aptitude install gnome-core-deve
l build-essential - Run sudo apt-get install gsl-bin libgsl0-dev cmake libfltk1.1-dev libglu1-mesa-dev
- unzip player
- inside player directory mkdir build
- cd build
- cmake ..
- make
- sudo make install
- unzip stage
- inside stage directory mkdir build
- cd build
- cmake ..
- make
- sudo make install
- edit your ~/.bashrc file by adding the following lines
- export PATH="$PATH:/usr/local/share/player/bin"
- export LD_LIBRARY_PATH=/usr/local/lib
- export STAGEPATH=/usr/local/lib
- export PLAYERPATH=/usr/local/lib
- run "source ~/.bashrc" to reload the shell
- run "stage simple.world" from command line