剛剛見 拙劍園主 投訴新版 Blogger.com 有留言和轉碼的問題,好奇之下開其留言 Popup 一看,又再好奇之下一按那個留言 CAPTCHA [註] 的輪椅圖案。
我看到的是「psvfg」,但我聽到的是「38167312」,還以為是不是出錯了?即管一試用後
剛剛見 拙劍園主 投訴新版 Blogger.com 有留言和轉碼的問題,好奇之下開其留言 Popup 一看,又再好奇之下一按那個留言 CAPTCHA [註] 的輪椅圖案。
我看到的是「psvfg」,但我聽到的是「38167312」,還以為是不是出錯了?即管一試用後
In dump (and ufsdump, and other close cousins) you can specify thefilesystem that you want to dump in two ways: by the name of itsmountpoint, or by the name of the (raw) device that it's on. One ofmy little twitches is that I always specify thefilesystem to dump by its mountpoint. Like a lot of my little twitches,this has a history behind it.
The problem is that at least some old versions of dump were perfectlywilling to write their output to
我地呢班打工仔
This week, we:
Volume is up again from last week ,although the number of different IPs is down slightly.
| Day | Connections | different IPs |
| Sunday | 28,8 |
為了鼓勵更多市民表
I have an embarrassing confession: my home Internet connection is stilla dialup 28.8Kbps PPP link. (Back when I first set it up, this was onlyslightly behind the times, as 33.3Kbps modems had just come out.)
For a long time this was fine, because all I really did with it wastext-based stuff, mostly sshing to my machines at the university; whileI did do some web surfing, pretty much all of the sites I visitedregularly were
Recently, nothings askedan interesting question in a comment here :
[...] why, under the hood, deep down, is something like memcachednecessary? Why isn't the SQL server's cache as effective?
I think that one of the reasons for this is that highly aggressivecaching in an SQL server is much harder than it looks.
In database servers, caches have to be transparent ;non-transparent caches would implicitly break ACID guarantees. Now contemplate theproblem of completely correct cache invalidation that
古巨基有首歌:「其實我想講清楚…想講清楚…想講清楚…該怎說好?」,完全可以體現在我身上。
事緣最近有兩件事,小弟都有份出席,要說說話,但一聽就知口齒不清,思路混亂,不停「食螺絲」。第一件是三聯搞的《How we
One of the divisions in caching is between what I will call transparentand non-transparent caches. Transparent caches are ones where the onlything you are supposed to notice is faster speed; non-transparent cachesrequire you to manage them explicitly, especially cache invalidation.Operating system disk caches are an example of transparent caches, atleast in theory.
(At some level every cache is non-transparent, because it has to bemanaged by someone's code. So this is just a question of how a cache