20070409 網誌推介

PostShow

https://www.postshow.net

「獨樂樂不如眾樂樂」是 PostShow 是宗旨,其編輯團隊會每天在互網網上找有趣好玩的東西,然後加上介紹和連接。他們直言,一開始時是想做「中國 boing boing 」,但發展下則已定位於「電腦愛好者、上班族和有閑功


A limitation of Python properties

A periodically annoying limitation of Python properties on instances isthat you cannot remove or replace a property. (You can implement del in your property, but this is not the same thing.)

This restriction exists because properties are actually attributes onthe class, not attributes on the instances. Because of how attributelookup works, you can't even sneak a replacement in through theinstance's __dict__ .

This means that you can't use properties to implement a highly efficient'generate once and


Weekly spam summary on April 7th, 2007

This week, we:

  • got 13,022 messages from 240 different IP addresses.
  • handled 18,021 sessions from 1,234 different IP addresses.
  • received 169,572 connections from at least 5,382 different IPaddresses.
  • hit a highwater of 43 connections being checked at once.

Volume is about the same as last week ,although evidently we got a big burst of connections some timethis week.

DayConnectionsdifferent IPs
Sunday

穿PRADA 的惡魔 The Devil wears Prada

導演: 大衛法蘭基爾(David Frankel)
主演: 梅麗史翠普(Meryl Streep), 安妮夏菲維(Anne Hathaway), 史丹利杜斯(Stanley Tucci), 艾哲安桂尼亞(Adrian Grenier), 西門碧加(Simon Baker)

電影上畫時,我始終沒有入場的意欲,理由很簡單,我在現實生活中已經見識過
Continue reading...

20070408 網摘 – 涼宮春日的人擇原理

Copyrights


明明不是天使

今早七時多,突然從夢中醒了。

摸摸面頰,涼涼的,都是眼淚。
_______________________________________

我坐上由司機駕駛的車,男人早在車上等候。到達他的家,播放著我喜愛的

An interesting observation about web cracker behavior

I recently got around to setting up a web site for a top level .orgdomain that has existed for more than a decade but previously neverhad a website or even had a 'www..org' host defined in its DNSrecords. I did this with a name-based virtual host on a machine that hadnot previously been running a web server on port 80.

Within minutes , crackers were poking that virtual host in an attemptto exploit a PHP vulnerability; by contrast, it


最近聽,陳綺貞


在書店“發現”陳綺貞的新單曲Pussy,最近都在聽,很好聽。

主唱:陳綺貞
作曲:陳綺貞
填詞:陳綺貞
編曲:陳綺貞

歌詞
I had a cat
Something pretty
Something small
Something naive
Won’t tell you lies
Won’t ask you why

I love my cat
Something really…
Something bigger
Something guilty
It takes your time
It takes your trust
So easy

I saw a cat
Without

太陽倒數 – 太空科幻雜燴

Sunshine

去看《太陽倒數 Sunshine》的原因,主要是被題目所吸引:2057年太陽要熄滅,人類製造「奔日二號」到太陽置一個炸彈,重燃其內核。單看這一句,就可以產生不少疑問:為何 2057 年這麼近?為甚麼會熄滅?可以用炸彈重燃


Why network booting is not a good answer

It might seem that the obvious answer to my desire for remotecontrollable DVD drives is to netboot my machines.Unfortunately it's not a good answer.

Booting a machine is only a tiny sliver of the problem; the real problemis (re)installing and testing machines. While a lot of operating systemshave some sort of a network install system, there are three coreproblems with netinstall setups: they are almost always second classcitizens (partly because they are usually used much less), they takeextra work