大型活動,請廣傳
如此時代,怎樣作家?
作者不是一個穩定單元的身份,「作家」更是由許多不同單位介入、而集體塑造出來的一種想像中的形象。如此時代,大眾傳媒、出版社、文化評論人以至整體社會,如何看待「作家」這身分?作家又如何
不要忘記
本週斑駁日常
本週斑駁日常追趕時事,於是貼在這裡。星期六(即今日)的照片裡,是我和謝某未經約定而同款的timberland拖鞋。在捍衛學術及創作自由集會裡,二人也未經約定穿上一樣的鞋子。
1. Ticklish
Weekly spam summary on May 19th, 2007
This week, we:
- got 10,112 messages from 256 different IP addresses.
- handled 17,652 sessions from 1,101 different IP addresses.
- received 154,723 connections from at least 52,588 different IPaddresses.
- hit a highwater of 10 connections being checked at once.
Volume is definitely down compared to last week , although the connection highwater is the same.In fact I believe this is about the lowest it
無情
總不能認為我最專一只有男人辜負我。
例子。
我掛斷來電埋怨男人無情時。
我在做甚麼。
我在dating。
然後clubbing。
在Hei Hei和clubbing partner跳至早上六時被一群男人簇擁著。
十多通未接來電SMS都是想送我回家和我吃早餐繼
The difficulty of throwing things away
One of the interesting issues of working at a university is thatit's amazingly hard to throw obsolete equipment away. Which, inits own way, illustrates how universities are peculiar places , since in a company you can at leasttheoretically get rid of things by throwing them in a dumpster.
Part of the problem is just that relatively scarce money causes peopleto reflexively cling to working (or theoretically working) equipmentlong past its best before date. Even when something's not working, whenyou are babying other
這裡住不得了
Determining what superclass supplies a method in Python
It turns out that there are some situations in Python where it is useful toknow what your superclass is. In particular, itwould be nice for mixin classes to be able to know when they are aboutto call methods on object() instead of on some actual user class.
It would be nice if the objects returned by super() directly exposed away of determining this. Unfortunately they do not, and they don't evendirectly expose what the next superclass is, although given a super object you