講講一個個人經驗。
寫 Blog 教了我一樣東西,就是要寫得合情合理,資料真確。盡量搜隻資料,盡量多看各方意見。即使資料不足,也應該保持請教態度,而不應妄下判語。
令我印象最深刻的,是我有一次看到外國新聞,看到 Safari 通
There's a problem with functions that make functions: they obscureinformation in exception stack backtraces, because all of the createdfunctions have the same name. If you have a lot of auto-createdfunctions, just which one is blowing up and how do you tell them apart?
(I noted a similar effect with lambdas back here .)
A function's name is part of its func_code attribute, specifically func_code.co_name . Unfortunately this attribute is read-only, so you
As sort of a successor of a previous entry , here isa thesis:
Increasingly, people use Microsoft Windows not because they want tobut because they have to.
(There's various reasons they have to: they're forced to by theiremployer, they need to use programs that only run on Windows, such asIE or Microsoft Office or various computer games, or even because thealternative costs too much.)
This is a problem for Microsoft, because customers that are only usingyou because they don
Partly because I couldn't easily turn up any good pictures ofthem on the Internet, here's a picture of an Ethernet splitter in its natural habitat:

(Full sized version here .)
The grey thing with the scratches in the background is the side of myoffice bookcase. Since this is a university, it is a dun metal one,hence the shade. (It may technically be some species of green. At acertain level of dull colouration, it becomes hard to tell.)
You will
講講一個個人經驗。
寫 Blog 教了我一樣東西,就是要寫得合情合理,資料真確。盡量搜隻資料,盡量多看各方意見。即使資料不足,也應該保持請教態度,而不應妄下判語。
令我印象最深刻的,是我有一次看到外國新聞,看到 Safari 通
- Yumla: trawberry daiquri x 1, shooter x 2
- Drop: Margarita x 1
- Insomnia: Snowball x 1
- Flying Pan: Waffle x 3
- A.P.C: dress x 1
- BCBG Maxazria: Lace Top x 1
- Rebecca Taylor: dress x 1
- Bobbi Brown: Deluxe Short Brush Set x 1, Eyeliner Brush x 1, Gel Eyeliner x 1
如果4月我再買衫,我斬手!!!
It's surprising how many little things about web usability you discoverywhen you write your own version of things like blog software; thewhole experience can be very educational. Unfortunately, I've mostlydiscovered these issues by stubbing my toes on them.
For instance, consider the usability issues of weblog URLs. Take whatappeared like an initial and obvious idea: having an entry's categoryappear in its URL. It turns out that this is a really bad idea, andI can boil why down to this