科幻國協在台辦事處
https://www.wretch.cc/blog/danjalin
林翰昌是華語世界中科幻研究的表表者,對於國內外的科幻作品都有很深入的認識和見解。他本身是英國利物浦大學科幻研究碩士,現在是科奇幻獨立撰稿人。他的 Blog 叫「科幻國
https://www.wretch.cc/blog/danjalin
林翰昌是華語世界中科幻研究的表表者,對於國內外的科幻作品都有很深入的認識和見解。他本身是英國利物浦大學科幻研究碩士,現在是科奇幻獨立撰稿人。他的 Blog 叫「科幻國
昨晚跟老友聚,他是夏韶聲的 fan 屎
他播了夏韶聲 2000 年的音樂會 dvd 跟夏韶聲齊齊唱
音樂會中蘇芮是表演嘉賓
她唱了一首歌「一樣的月光」
之前我曾經聽過
但沒有留意歌詞
今次看這個 dvd 時才認真睇歌詞
嘩 ~~
很喜歡喎。
一樣的
From Lawrence Oluyede's blog entry about recent Python SVN updates:
- urllib raises IOError if the servers response contains an invalidHTTP status line.
Augh. Wait, that's not strong enough, let me try again: AUGH .
In fact, it gets worse. To quote from the urrlib2 SVN sourcecode's comment about its URLError error class:
URLError is a sub-type of IOError, but it doesn't share any ofthe implementation. [...]
(urllib2 also directly
This week, we:
Somewhat to my surprise, volume is down again from last week , although the concurrent connections highwateris up a lot.
| Day | Connections | different IPs |
One of the more subtle advantages of full hardware virtualization isthat your virtualized hardware always stays the same, no matter whatactual hardware you happen to be running on. This is a real advantagefor license servers, which are often nodelocked with various crazyschemes that assume you are trying to cheat on them if you changehardware.
(Sure, the company might fix the problem for us. If they're still inbusiness, still interested in our business, still having anything to dowith that ancient version of the
From Robert Brewer comes You are what you code ,which has given me something to think about. I'll quote the opening:
Hey, you. Do you realize what you're writing? The long-standing ITjoke is that you always end up coding your own job out of existence.But what are you coding yourself into ?
(From Planet Python , where his blog isaggregated.)
Update: I apologize to my readers for putting a link here that doesn'twork without an extra,
Following up on my earlier thoughts about print based debugging , here's an easy debugger feature that wouldmake my life much better (and make me more inclined to actually usedebuggers):
Provide a way to record things that doesn't show them to me until Iask for them.
I'm not actually interested in reading the things that I print out, notright away; I'm just collecting the information so that I can look backin time at the program's state once the bug
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