使用電腦的標準設備是鍵盤與滑鼠,但有時在鍵盤與滑鼠之間切換控制會很浪費時間 (人始終只有兩隻手), 所以有些追求控制速度的人,都會研究如何減少切換,而其一方法就是多使用鍵盤。我自己也常常鑽研鍵盤控制法,在
Why I don't like USB keyboards
Our problem with USB keyboards on Dell 2950s neatly illustrates why I remain deeply dubious about USB keyboards.It isn't that something broke; it's that it illustrates how complexUSB is.
Specifically, USB keyboards require a pile of sometimes fragile code tobring them up natively, or trusting a large amount of magic BIOS codebeing run behind your back. However, I really want my console keyboardto be simple ; the simpler it is, the less likely it is for somethinggoing wrong
嘉賓:莫宜端
節目裡講到以前覺得寫評論是一件刺激的事,嗚,有時想補充這種感覺是在學院裡比較強烈,好像有了學院的屏藩才比較容易感到刺激。現在有時真的想做到喜愛的說喜愛、討厭的說討厭就於願
Some useful new Linux software RAID features
Courtesy of a pointer from the linux-kernel mailing list to the Gentoowiki entry ,here's two useful (relatively) new software RAID features:
- Normally, if a RAID array goes out of sync the kernel assumes everythingon the out of date drive(s) has to be rewritten. With write-intent bitmapsthe kernel keeps track of what areas actually got written to and onlyresyncs them.
(This brings Linux up to more or less parity with an equivalent SolarisDiskSuite feature.)
- 'data scrubbing
再尋 Blogging 意義
這是一篇我給 《明報》 寫的稿件,刊於 2007 年 3 月 4 日「星期日生活 – In Internet」版 。真不好意思,又談 Blog 了。
再尋 Blogging 意義
Blogging 在香港算不算很熱門?跟據微軟上一年「Windows Live 香港網誌研究報告」,香港有二百萬 Blogger 。雖然其調查取樣
Handling lines with something-separated fields for Python
As a system administrator, I spend a bunch of my time dealing withfiles made up of lines that are composed of fields separated by somecharacter. A classical example is /etc/passwd , with colon-separatedfields. These file formats are ordered lists with named fields, whichshould sound familiar , but they don't showup as Python lists, they show up as lines of text and they want tobe output as text; that we use lists to represent them is just animplementation detail.
This
Weekly spam summary on March 3rd, 2007
This machine had a planned twelve hour power outage today, so many ofthese statistics are really only for six days. Having said that, thisweek we:
- got 16,376 messages from 272 different IP addresses.
- handled 20,396 sessions from 1,270 different IP addresses.
- received at least 212,857 connections from at least 63943different IP addresses.
- hit a highwater of 5 connections being checked at once.
This