You can get 'stale filehandle' errors for local files on extN filesystems

Here's something interesting that we found out today (when anothersysadmin here had it happen to him): it's possible to get 'stalefilehandle' errors (ie, an ESTALE errno) when you access local files, under fairly obscure situations and if you're using the rightfilesystem. Specifically, if you're using an ext2, ext3, or ext4filesystem, an inode that is corrupt in just the right way will do it;the corruption can happen either on disk


On one of Shingu's mysteries

Note: contents contain spoilers for Shingu .

Author ,in reply to my remark that I'm happy about Muryou'smysteries not being explained:

Oh, brother. I am pretty sure this was unintentional, based on thesmall exposition fragment in the end (with chibi Muryo in a Romantoga). [...]

That bit is actually an important part of what makes the Muryousituation work for me. If the show left it out and simply ignored themystery, we would be left not knowing


在一件小事中,我們看到......

講道理的人和惡毒的人本質上的分別

暫停更新

網主外遊,五月二十六日至六月十四日網誌暫停更新,歡迎閱覽較舊文章,留言稍後回覆。

Animal Kingdom("野獸家族") ----- "It's a fucking crazy world!"
























Film : Animal Kingdom (2010) (Australia)
Directed by David Michôd
Written by David Michôd
Starring Ben Mendelsohn/ Joel Edgerton/ Guy Pearce/ Luke Ford/ Jacki Weaver/ Sullivan Stapleton/ James Frecheville
Music by Antony Partos
Duration : 112 mins
Continue reading...

Archdiocese of St. Louis' Eucharistic Video

One of the final projects I was working on, but did not get to see grow into completion, while I was working with the Archdiocese of St. Louis was the Archdiocese's 2011 Eucharistic Congress . I actually did very little of the work involved in getting the website and video ready for the congress, but was privileged to work with some extraordinarily talented Catholics on both projects.

First, take in this great video (which will likely be passed around a bit in the days ahead!):


[豬篇的話]嘩! Pig Pig 有便便啦!

近年嬰兒奶粉加入了 DHA, AA, phd... 等等添加成份,最近還宣傳食了甚麼甚麼奶粉會有靚靚的便便。

最近這種添加成份風已經吹到食油,連食油都開始加入 DHA。相信很快就會有不同種類的添加食油在市場出售。不久將來可能你

西西弗斯之歌

看到my little airport有新歌我是無法不轉貼的
這一次唱出上班的折磨實在太有共鳴
工作只是其中一個狀態
西西弗斯指的是人生中普遍存在的困境
這首歌聽到後來
會令人陷入哲學的沉思
超級厲害啊

學者的筆和大廚的鑊

大學者可以寫小文章,但下筆仍應該有學者的風範,這風範,不在於引經據典,不在於拋出嚇唬人的專門術語,不在於論點看似高深莫測,而在於一絲不苟,在於實事求事,在於尊重讀者。這好比一個大廚,就算只是做個異常簡

How Django's form field ordering works

In Django, forms are defined in what seems to be the conventionalapproach; each form is a Python class, and fields are variables definedin the class definition (what would be class variables if this wasanything like a conventional Python class). Although I don't think thatthe Django documentation ever states this explicitly, the natural orderof form fields in the form (the order that is used if you just tell theform to render itself as HTML or iterate over every field) is the orderthat you