我的網摘篇章,模式基本上是仿照 Richy’s Blog 的模式,將自己認為值得一看的東西總合,加上自己的分類和小小評語,方便他人也方便自己。如今也摘了一段日子了,由於多數的人都不會在網摘篇章留言,所以我想特此問一問大家
Those amusing Referer spammers
One form of blog spam is 'Referer' spam. Referer is the (optional)HTTP header included in requests from web browsers to web servers thatcontains the web page that the link to your page was on. Some blogsoftware uses this header as a lower-tech version of Trackback .
Referer spam has the attraction for the spammers that it's dirt simpleto do. All their software has to do is to make an ordinary HTTPrequest for a page or three on a web site and throw in a
Weekly spam summary for August 13th, 2005
Overall SMTP connections are running at twice the expected rate, at246,000 SMTP connections although only from the usual 33,000 differentIP address. The SMTP frontend hit a highwater of 18 simultaneousconnections during the week.
Kernel level IP filtering:
Host/Mask Packets Bytes204.50.22.50 11909 572K170.206.225.64 8186
新仇舊恨李國章
狗
The anatomy of a DWiki bug
Yesterday's entry mentioned in passingfixing a bug in DWiki . Today's entry is about the anatomy of that bug(and how I found it).
This starts with DWiki 's processing model, which involves displayingpages in a number of different formats, which are called'views'. (More about this is in ProcessingModel .) Not allviews are valid for all pages (for example, the ' history 'view isn't valid for a file without a version history).
If an
躁狂索命
1.誰借了我的張大春《 本事 》?!
2.莊小怪借了我三本鴻鴻,包括長期要在身邊的《 在旅行中回憶上一次旅行 》,怪不得我諸事不順!
3.某豆,還我《 好黑 》!
4.有無恥之徒周某,數日
眼前無路想回頭
臥底廣告
Chiming in on static versus dynamic typing
There's a large debate about static versus dynamic typing in theprogramming and language communities. (There is a classic BruceEckel article on this here , for example.)
I spent part of today fixing some 'issues' in DWiki , which iswritten in Python. This gave me the opportunity to reflect about thesort of bugs I've been finding in it. Python is dynamically typed,and I don't have any sort of formal test system for DWiki . In theory,this should lead to