澳門站-澳氹大橋上的一捧


這一天
值得寫入歷史
這一班人
不只一次完成類似的事
這一天
我只代表我自己
一個文字工作者
一個體育工作者

跑了這麼一段路
我們一班人
做了這麼一件事

Why people don't automate sysadmin stuff

Yesterday's entry raises an obviousquestion: why don't people automate things ahead of time, before theyhave so many systems that they have to automate or die?

The simple answer is that it is easier for them not to automate thanit is for them to automate. But why is it that way?

There are at least two reasons:

  • there is pretty much no standard way to automate things at thevarious levels, especially across different Unixes and platforms.This means that you have to build an automation

Passion

My friend told me that great erhu player does not become an alpha by accident; unrelenting persistence in the focus on a task every day is always the case. I can't agree more. Think of Rice Condoleezza, the United States Secretary of State. Long before Rice became Stanford University's youngest - and first female - provost, she began studying at Alabama's Birmingham Conservatory at the age of 10, rising at 4:30 a.m. to spend two hours at the ice skating

魔幻藍詩幻景成真


去年 撰文 介紹印度電影《 Saawariya 》, 美國Sony Pictures有份負責發行, 香港居然也推出了附有中文字幕的《Saawariya》的DVD和Blu-ray. 當我看到電影的 中文戲名 時, 打了個突. 《Saawariya》中譯竟然是《魔幻藍詩》, 正是我寫《Saawariya》時所杜撰的副題. 以為

只差一點那就是我

《為 保 銀 包 10 元 與 手 提 電 話 抗 賊 少 年 被 捅 四 刀 命 危》

https://appledaily.atnext.com/template/apple/art_main.cfm?iss_id=20080502&sec_id=4104&subsec_id=11867&art_id=11058726

那地點,亦是我從前回家的

Automation changes as systems grow

Over the time I've worked in system administration, I've observed acommon pattern that I will summarize this way:

As your system count grows, you wind up automating the automation.

Here is the levels that I've seen people (myself included) go through:

  • managing systems by hand, one by one.
  • using tools that let you run a command on all of your systems orclasses of your systems.
  • automating things for clusters, so that you don't have to explicitlyrun commands on

無論人數


一系列拒絕入境行為,一概回以「不評論個別事件」。這就是去除雜音的行為。無線前日報導了北京拾荒者的命運,這就是在全城被買起時,新聞工作者的一點心意吧。

傾聽雜音


年青人不熟識中國現代文學史,我便描述童年時一
Continue reading...

What the co_names attribute on Python code objects is

As a trap for the unwary, Python code objects have both a co_names and a co_varnames attribute. Since I just confused myself aboutwhich was what the other day , here is what the co_names one is.

Put simply, co_names is a tuple of names of globals and attributesthat are used by the function's code. For example, if you have ' a =self.bar() ' in the function, the ' bar ' will show up in co_


《海灘的一天》, 我所知道的二三事...

看罷《海灘的一天》, 本來想寫些甚麼影評的. 但網上能找到的都寫得詳盡仔細, 無謂生安白造, 自暴其短. 但還是想到一些有趣的.





首 先想到的是張艾嘉. 大家都覺得她是香港導演, 事實上她是不折不扣的台灣人, 不論導或演

Continue reading...

Why apt is always going to be faster than yum

One of the things that people report (to put it politely) when theyswitch between a Debian-derived distribution and Fedora is that apt isfaster than yum . This is indeed the case, and it is always going to bethe case, because yum is simply doing far more work than apt is.

(Whether or not the speed difference matters in practice is anotherdebate. It doesn't bother me, but then I use fairly fast and beefymachines.)

As I understand it, the different amount