Development

Daniel Hartmeier became a FreeBSD committer

| Development

Bruce M Simpson has added Daniel Hartmeier to the active committers’ rank. Daniel is from the OpenBSD campaus and is one of the authors of OpenBSD’s stateful firewall, pf(4).

阅读全文…( 本文约 57 字,阅读大致需要 1 分钟 )

Beat MSXML's utf-16 cling

| Development

Today I got in a rush to implement a XML+XSL -> HTML translation at server side. I looked at MSDN and found that there is a simple implementation which can fit my requirements, the code is the following (for some reasons I have to use ASP and not .net technologies):

阅读全文…( 本文约 261 字,阅读大致需要 2 分钟 )

Access's inablities

| Development

I don’t use Access for serious applications, and the biggest problem with it is performance concerns. It does not support concurrent accesses, and hence we will have a big trouble if our server is heavily loaded.

阅读全文…( 本文约 101 字,阅读大致需要 1 分钟 )

About the usage of texts on this site

| Development

I was asked to clarify the terms of use on this blog. Please note that I have created a licence at the time I created the blog itself: It’s creative commons licence, which is similiar to BSD licence. To simplify this, you can use my work here by agreeing to attribute the credit, and make no derivation, except you got my permission.

阅读全文…( 本文约 75 字,阅读大致需要 1 分钟 )

Microsoft to release Visual Studio 6.0-SP6

| Development

态度决定一切,我一直坚持这么认为,而微软对于一个一经推出这么多年的产品仍然花如精力去维护的精神,实在是令人钦佩。

阅读全文…( 本文约 167 字,阅读大致需要 1 分钟 )

人是会使用并改进工具的生物……

| Development

以前在网上看过一篇文章,作者说自己不用图形界面,只用vi云云。我觉得很可笑。

阅读全文…( 本文约 463 字,阅读大致需要 1 分钟 )

令人呕吐的Java DK

| Development

一直以为自己能够调试所有的程序,因为我一直以能够不依赖IDE调试,用一组assert,printf就能改掉别人花几个礼拜也没办法track down的东西,然而今天JDK让我折服了,用Java写的程序,如果没有IDE,简直就不具备可调试性!

阅读全文…( 本文约 984 字,阅读大致需要 2 分钟 )

All about RSS and blog

| Development

junsu has pointed out this article:
http://msdn.microsoft.com/msdnmag/issues/04/04/XMLFiles/

to me, which has many useful information about blogs.

参与评论

Why choosing a prime number is common practise in the size of a hash table?

| Development

It’s a common practise to choose a prime number as the hast table size. This article has analyzed Java’s implementation.

阅读全文…( 本文约 61 字,阅读大致需要 1 分钟 )

Microsoft Visual C++ Whidbey to include Profile-Guided Optimization

| Development

Well I finally can get this into my blog because Microsoft has publicly announced it :-) The information got from my friend has finally confirmed, and this is really exciting!!

阅读全文…( 本文约 85 字,阅读大致需要 1 分钟 )