A Programmer’s Reference for Excuses
Dim myExcuses(1 to 21) As String
Dim myExcuses(1 to 21) As String
October 11th, 2006 in Programming | 5 comments
YouTube上一段演示硬盘内部工作情况的视频,很有意思。
October 10th, 2006 in Technology | No comments yet
October 9th, 2006 in Life | 4 comments
我的FireFox浏览器装了NoScript扩展,默认情况下所有站点的java script都不允许运行。 绝大部分网站不会检测我的浏览器是否支持jscript,继续自顾自的rending,然后出很多莫名其妙的错误,比如按钮点击无效等,而极少数检测了浏览器jscript功能的网站,基本都是显示类似"本网站需要Javascript 才可正常运行"之类的生硬的提示信息。
不过也有例外,今天一个网站的提示信息让我眼前一亮:
专业,就是在细微处下功夫。
October 9th, 2006 in Reviews, Technology | No comments yet
google前天开放了”google code serch“服务。可以搜索这些年google从网上抓到的代码,包括压缩文件里的也没有放过。
来看看都能搜索到什么:
再试另一个:
这些站点的密码一览无遗,都被google抓到了。
这是管理员随意把敏感文件打包压缩在web能访问的目录的结果。而且通过配置文件明文保存密码本身就非常不安全。
早些年程序员对这个问题的重视性还很高,现在随着各种framework的发展,都有鼓励人们把密码明文保存在配置文件里的趋势,至少默认都是明文的。不少程序员也习惯了这种方式。希望google code search的这个”副作用“能够重新唤醒我们都快丢掉的安全意识。
October 8th, 2006 in Technology | 1 comment
Perl is dying: http://www.perlmonks.com/?node_id=561229 is that true?I’ll let you decide… Really,I just wanted to post this article.
October 8th, 2006 in Technology | 16 comments
October,2006,程序员所使用的编程语言的排名统计(数据来自TIOBE),比较有意思的是PHP排名第四的位置没有改变,而C#比去年同期跌了一位。

October 6th, 2006 in Programming | No comments yet
This is a great resource for source code for different sorting algorithms. It also graphs performance of each algorithm to help you choose the best one to use. The code is all in C.
read more | digg story
October 6th, 2006 in Programming | No comments yet
This article explains five widely used design patterns in PHP with sample code to demonstrate each pattern. Intermediate level.
read more
October 6th, 2006 in Programming | 3 comments
this festival is about love, life is about love too,and nothing more. "Keep what is worth keeping in our memory,and with the breath of kindness and love blow the rest away." Happy Mid-autumn Festival to you and your family.

October 6th, 2006 in Life | 3 comments
想想看,我们有多久没有问过自己这个问题了? 看看世界上的其他人是怎么回答这个问题的: http://www.43things.com/
答案每时每刻都在变,五花八门:"kiss in the rain", "travel the world","swim with dolphins".有多少是你曾经的愿望?
October 3rd, 2006 in Life | 2 comments
openssl-for-windows,host on google code,is an clean and lightweight OpenSSL library for windows(both 32bit and x64 version).
all versions are compiled in the assembly language routines with Microsoft Visual Studio 2005 and Microsoft MASM as “Multithreaded(/MT)”,you can using it with any version of MSVC.
October 3rd, 2006 in Programming | 75 comments