2004年07月08日

Just a draft, if you are interested in some of below topics, please let me know. I will write them firstly.
Maybe I never have time to write some of them, however, I know I once have such idea.

1) Blog and searching enginee
Introduction:
Blog sites often have higher priority on google. It’s a important promt that your weblog will be the best tool to build your reputation in the community.

2) Why I use python daily?
Once an intern here was asked to process a large number of data. Both selecting & processing the data needs big effort. The man was almost driven to mad by the hard work. I ask him, “why not use python? It will save you much of the effort”. Actually, he know nothing about python, so I take about 2 hours to help him to write a small python script(less than 80 lines), that will save the time spending on the most hard work. Before, he need at least 4 hours to select these data. However, with the script, he can finish them in less than 10 minutes. Not the end, I told him, if you have interest, you can learn a little python and try to improve the script. Next time when you are asked to so the similiar work, just “one click” the result is on the desk! Cool, isn’t it?
To be frank, python is the only language I want to use to solve daily problem.

3) Why should I stick to English in blog writing.
I write blog in English and Chinese. After check the “visit data”, I found the english blogs always have the more accessing. BTW, the english blog can be read globally thus I can exchange idea with the people all over the world.
It seems I should stick to English in the further blogging.

4) Where are these vistors from?
Since current donews only provides limited “access data”, I don’t know where the visitors come from. Some by link on webpage, some from RSS reader, what about the rest? All are roberts?

5) A brief analysis on current visiting data.
 It will help you on further blogging.

6) How to find the header file dependencies.

When you need to find all the header files that one single header depends, you need some tricks. My method works on gcc, GNU Make, makedpend on Linux platform.

 

Stay tuned for the latest blog!