P1: We must always act on the basis of good reasons and good
reasoning, not out of fear, mere self-interest, etc.
P1(a): We value the opininons of those who know, not the
many(hoipolloi).
P1(b): The principles on which we rely must stand the tests of
time and change of circumstances, and the conclusions we draw from
them must be ones to […]
I gave Pylons a try today, followed the turorials, read some
documents, and compared it with my current Python web frame work of
choice: TurboGears.
Though many people say good words for pylons, I believe TurboGears is
still a good choice for me at this time:
TG is one year older than Pylons, which means more stable most of
the time
TG […]
Well TurboGears uses CherryPY as the URL dispatcher. And by default
it uses the object structure as a tree like structure for the URL
paths, like the file system structure.
This works fine most of the time. However, the Python function name is
quite restrict than what we can use in an URL. For example, the “.”
character is […]
Today I found an interesting program, xclip. It could access the X
clipboard from command line.
It makes the command line life much easier, for example, I have
alias -g C=’ |tee > (xclip) ‘
in my .zshrc. Thus a command like
ls C
will make the file listing of current PWD into the clipboard, and ready to be paste elsewhere […]