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
在一件小事中,我們看到......
暫停更新
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。相信很快就會有不同種類的添加食油在市場出售。不久將來可能你
西西弗斯之歌
這一次唱出上班的折磨實在太有共鳴
工作只是其中一個狀態
西西弗斯指的是人生中普遍存在的困境
這首歌聽到後來
會令人陷入哲學的沉思
超級厲害啊
學者的筆和大廚的鑊
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