看 Ray Bradbury 的作品,雖算不上迷,但很配服他可以將科幻寫得如此美麗,因此也入手了非科幻的 《闇夜嘉年華》 。故事講兩個小伙子如何面對遊藝團的「邪惡入侵」。特別喜歡這一段威爾老爸想著要如何對兩小子要講解那難以名狀的
Hashes are not complete protectors of privacy
Suppose that you have been charged with building a traffic trackingsystem for your NAT gateway to be used when the campus NOC callsyou up to report that your gateway is doing too much of thewrong sort of traffic and gives you the remote IP addressesinvolved. At the same time you don't want to log too much information , so that all this juicy traffic datayou're gathering can't be used to do something like find out all thewebsites someone has been visiting.
No problems; you'
The problem the automounter was trying to solve
The automounter was more or less created to solve one problem: tryingto avoid having your machine hang when any of the huge list of pokeymachines that exported NFS filesystems that you needed once in a bluemoon went down. Again.
This problem is really an artifact of a much earlier age, of a time whendisk space was so expensive that any machine with any amount of surplusdisk space was pressed into general service. This created a massive webof NFS crossmounts and in the end made everyone's machine depend
Another aphorism of system administration
Here is a principle of practical system administration:
Later never comes.
Specifically, don't defer something until 'later', because it's nevergoing to happen. Unless you are exceptionally well disciplined and lucky, either you will have lost track of things by the time you havethe free time or you'll discover that any number of other bits nowdepend on the state of the world as it is, and it is no longer at allsimple to change it.
(A surprising amount of practical
迷 宮
大塞車現場的道路已被沒完沒了的修路工程淹沒,寸步難行的車子幾乎放棄任何突破重圍的妄想,那些無奈的
香港夜蒲人口統計@Beijing Club Grand Opening
時裝時刻1987-2007
Taking advantage of polymorphic WSGI
I call WSGI polymorphic because with some work, you can run the sameWSGI application in more than one way; all you need is a WSGI adaptorfor the particular environment, whether that is a straight CGI or a SCGIserver.
(Running a WSGI app as a straight CGI might seem strange, but it may beeasier to debug it as a CGI even if you intend to run your applicationin a persistent daemon for deployment. If nothing else, you can be surethat you're not debugging your SCGI