Sunday, November 01, 2009

Steve Jobs

Again, you can't connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.

Wednesday, September 30, 2009

Thomas Sit

"... it is all about where you want to go and how you think you are going to get there
then you build a self-development plan (to develop a skill and result portfolio) so that you can work towards that..."

"...speak about the things you are passionate about, work wise, and it will come naturally..."

"....i think initiative, innovative, customer focused and team player..."

"...emphasize, build on each of those values and make sure people know about it..."

"...it is also about developing your own brand and communicating to people in a consistent fashion about what the kian joo brand is good to realize that now so that you can get started on it! develop a vision and build your brand !..."

Monday, February 16, 2009

empathy skill

After having to attend a course...
this is the message I received,

Empathy Skill
stop thinking of what you want...
and speak of words of what others want to hear.

Tuesday, December 09, 2008

Animal farm

The never changing rule.

listen -> execute -> feedback


The ideals
listen -> feedback -> execute


Afterall the world needs dummies.
Boxer the horse, is your best friend.
Keep Bengamin the donkey away.
Tame the pigs.

Thursday, December 04, 2008

UBSS and qt

Qt Variables
LIBS
-L/usr/%user%/ubss_obj/ref/libc
-lbs
-lm

INCLUDEPATH
$(UBSS)/$(UBSS_VERS)/install/include

Open Source QT on vs2008 express
QMake shall generate vs2008 makefile.
Avoid source/header in sub directory.

Use external tools to configure the following shortcut.

QMake to generate project (.pro)
Command:%QTDIR%\bin\qmake.exe
Arguments: -project

Add QT+=SQL to .pro
Command:c:\windows\system32\cmd.exe
Arguments: /k echo QT += sql>> $(TargetName).pro && QT += designer plugin >> $(TargetName).pro


QMake to generate makefiles
Comamnd:%QTDIR%\bin\qmake.exe
Arguments:-makefile -tp vc -spec win32-msvc2008


QT Assistant
Command:%QTDIR%\bin\assistant.exe

QT Designer
Command:%QTDIR%\bin\designer.exe

Saturday, October 18, 2008

configure, make, make install

1. PATH
Many applications on Linux is dependent on the PATH,

for example, pkgconfig
need to export PKG_PATH_CONFIG = /usr/local/lib:/usr/lib to have lib packages in both /usr/local/lib/pkgconfig and /usr/lib/pkgconfig to know the library.

2. updatedb
Use locate to check if the system had the correct path.
use updatedb to update the path

Sunday, October 12, 2008

Weakness

Acknowledge your weakness, rather than rationalize them
- Get It, Set It, Move It, Prove It By Mark Graham Brown

Monday, September 15, 2008

Mapserver

Pretty interesting.
Was thinking of working on a mind map with mapserver
but again, it can be donw on a smaller scale with Dojo and Silverlight.


Hope i get time to do that.
Come to think again, y not thick clients WPF?

guess, I'm spoilt for choice.

Monday, August 04, 2008

Hanging on!

"This is how I see it. You get out of college and get a job and get some work experience.
For the first 2-5 years you concentrate on making a name for yourself and building a good reputation as a good person, a good worker, and make some good contacts.
You learn about the software business and build your technical skills.

After your fifth year you need to have a plan to go into some form of management, project management, or technical leadership. By your tenth year you need to be executing that plan.
In today's industry, you're not going to be down at the level of actual programming / coding / software development for a long time. You need to move into a leadership or management position.

Forget coding -- they can get somebody with 2-5yrs experience and pay them less. On the other hand, management positions require experience." - Dr. C

Wednesday, June 11, 2008

courage

it is the ability to move on, when you are on your knee...

Monday, June 09, 2008

statement

"We did not do this by ourselves, we climbed on other peoples’ shoulders; we brought things together and built on them. We’re happy to have people climb on our shoulders — whether you’re from the Middle East, China, India... it’s a collaborative effort." -Minister Mentor Lee Kuan Yew

Tuesday, May 13, 2008

Changes again...

Changes is hard... Changes can be uncomfortable... As objective as I tried, the harder it becomes. It takes a great due of time to convince. It is a sign. Changes are not necessary for the better It is necessary as a reminder to my action. I am resisting to changes. I am getting old. Perhaps I am starting to have  preferences.

Tuesday, April 22, 2008

Wednesday, March 26, 2008

Interviews.

They are exciting in the beginning.

Procastinate

Get things done, no matter how small they are.
Putting it behind... had becomes a nightmare.

Get things done, before it snowballs into one of those fears.

Fear is nothing but a way the body gets you ready.
Be objective. Be open.
Busy is just another excuses of not wanting to do it.
Strike it off the list.
Just do it.

Tuesday, March 04, 2008

Changing DNS throught netsh

netsh interface ip set dns name="Local Area Connection" static 155.80.101.113 primary

Sunday, February 10, 2008

GlowCode

Was trying out to root some memory leaks on GDI. I was amazing. Pleasantly surprised. This was so much faster than Purify. Really fast. Things does not looks good for Purify, Purify had not been updating itself.

Tuesday, January 15, 2008

The 7 signs

1 - Surface deep
2 - Color blind
3 - The dark and hidden
4 - Not a solution, but another problem
5 - Not in sight
6 - North in South
7 - nano managing

Sunday, January 06, 2008

Focus on the problems

Now, I got great excuses. Read this up http://www.artima.com/weblogs/viewpost.jsp?thread=193593 Computing Thoughts, Hybridizing Java by Bruce Eckel. I disagree with the solution somehow.