我的網摘篇章,模式基本上是仿照 Richy’s Blog 的模式,將自己認為值得一看的東西總合,加上自己的分類和小小評語,方便他人也方便自己。如今也摘了一段日子了,由於多數的人都不會在網摘篇章留言,所以我想特此問一問大家
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
20050812網摘 – 你知道 FRJJ 嗎?
影視
- 透視孟姐姐們‘e‘舉走紅 FRJJ
- 電視劇與專業 也好像沒有多少個講 IT 的
- 繼續跑 最近很不錯的一個廣告
- Tony Leung Coming To Hollywood 繼劉偉強後,偉仔也進軍 Hollywood
IT 新聞
Some interesting software tools (part 1)
Here's some interesting bits and pieces for software developers:
- bstring , a C library for safeand easy string manipulation in the style of Python. Every sooften I need to mangle strings faster than Python or Perl canmanage it; at those times, I turn to the bstring library.(I have a longer writeup on bstring here .)
- quilt , a packagethat allows one to manage a series of patches by keeping track of thechanges each patch makes. Patches can be applied, un-applied,
An aphorism of system administration
A great deal of system administration consists of not stubbing your toea second time.
(Unfortunately I must mar this by adding 'on the same thing' as afootnote.)