Wiki
- Main Page – Wikitruth Wikipedia 上有一定的「編輯方針」,也就是 censorship,有人不同意這些管制,於是就起一個網站,將被 censor 的 wikipedia 內容放在這裏
- 10 Things I Hate About Wikis 現在一般 Wiki 系統的問題:文件通常不完整,每個 wiki 的 syntax 不盡相同,bold,italic tag 重現江湖,介面
I read a lot of webcomics, and it's turned out that there's prettymuch only three sorts of them these days: ones that update every day,ones that have an RSS feed, and ones that I don't read. This is just ananecdote, but it's an illustration of how far syndication has wormed itsway into my life.
It's all the more startling because I haven't been using syndicationfor very long; less than a year so far. I
Wiki
Consider the following command:
; grep 'gabba gabba hey' /var/log/messages | wc -l
This looks like a perfectly sane and sensible way of doing syslog loganalysis: fish out a pattern, then count or otherwise crunch it up. It'sjust the sort of thing Unix tools are built for, and I do it all thetime. (My howmany program often gets used here.)
Unfortunately, as I was reminded recently, this appealingly simpleapproach is not quite correct. It