Users are lazy
Here is something important to remember when designing systems andinterfaces: users are lazy . Worse, not only are users lazy butthey're very good at detecting pointless work.
What is pointless work? Simple: it's work that the user doesn't see anyvisible benefit from performing (or doesn't understand the benefit andso discounts it, or feels that the benefit is a lot smaller than you'remaking it out to be). Of course, the work is not pointless to you
貪方便
事發地點: 氹仔某街道經常會有車輛隨意停泊,亂泊車的車主可能去了超級市場購物,可能為了買一杯飲品,也可能是去銀行提款。總之,車主們往往為了貪方便而把車子停在路上,阻塞交通。
事發
mimingmart @ appledaily
人人變美容達人
港姐袁彌明自設網址,親身示範各樣化妝及護膚品,加埋短片真人示範,並聲稱可代為入貨,雖然不是主力引入日牌貨品,但勝在夠說服力,最近她推介日牌 Atorrege AD+,大家不妨看看。另一個可買到日本藥妝店貨的

燃燒三十後搖滾夢《Rock On!!》
今年港姐又有「 女 版 許 愿 」
Another way that generators are not lists: modifying them
A long time ago, I wrote some stuff on how generators are not lists (okay, technically it was about iterators), andone of the things that I mentioned is that generators do not havelist methods. Well, there's a consequence of that that only struck merecently: you need completely different code to modify a returnedgenerator than to modify a returned list .
Suppose you have a function that returns something that is conceptuallya list of items. Further suppose that you have another function thatmodifies what
Monitoring systems should be always be usefully informative
There is a fashion in monitoring systems that, once you have one, youstart monitoring and alerting on everything that you possibly can thinkof, no matter what it is. If you can measure it, you do, and when itgets too big or too small your system lets people know about it.
This is, by and large, a mistake.
It is a mistake because you've created a system that isn't actually(usefully) informative, just noisy. What your monitoring system shouldbe