We should forget about small efficiencies — Donald Knuth
7 Aug
Key Porting Differences from LinuxThreads to NPTL, from OSNews.
The LinuxThreads project originally brought multithreading to Linux, but didn’t conform to POSIX threading standards.
The introduction of Native POSIX Thread Library (NPTL) however, overcame many of these disadvantages.
This article describes some of the differences between these two Linux threading models for developers who may need to port their applications or who simply want to understand where the differences lie.
Popularity: 8% [?]
6 Aug
What’s New
Mozilla Firefox 1.5.0.6 Release en_US (20060805)
Mozilla Firefox 1.5.0.6 Release zh_TW (20060805)
Mozilla Firefox 1.5.0.6 Release zh_CN (20060805)
Mozilla Firefox 1.5.0.6 Release ja (20060805)
Mozilla Firefox 1.5.0.6 Release de (20060805)
Mozilla Firefox 1.5.0.6 Release hu (20060806)
Mozilla Firefox 1.5.0.6 Release nl (20060806)
Popularity: 11% [?]
2 Aug
Mozilla Firefox 2.0b1 Branch builds (20060802)
Sepecial Check-in
Known Issues
Popularity: 7% [?]
2 Aug
If you try to re-build kernel in RHEL 4, but encounter this error message:
[/usr/src/kernels/2.6.9-34.0.2.EL-i686]# make bzImage
CHK include/linux/version.h
CHK include/asm-i386/asm_offsets.h
UPD include/asm-i386/asm_offsets.h
/bin/sh: arch/i386/kernel/asm-offsets.s: No such file or directory
mv: cannot stat `include/asm-i386/asm_offsets.h.tmp’: No such file or directory
make: *** [include/asm-i386/asm_offsets.h] Error 1
This is because RHEL4 doesn’t install kernel source package by default, but install a package including minimum kernel header and source file (kernel-devel-$(uname -r).i686.rpm).
This package provides kernel headers and makefiles sufficient to build modules against the kernel package. Hence it cannot be used to build kernel source.
To re-build kernel, please to see the “kernel” section in the release-notes in RHEL 4.
In order to eliminate the redundancy inherent in providing a separate package for the kernel source code when that source code already exists in the kernel’s .src.rpm file, Red Hat Enterprise Linux 4 no longer includes the kernel-source package. Users that require access to the kernel sources can find them in the kernel.src.rpm file.
To create an exploded source tree from this file, perform the following steps:
You can then proceed as usual.
Popularity: 36% [?]
1 Aug
Changes to IDN in IE7 to now allow mixing of scripts, from IEBlog.
IE7 added support for IDN in Beta 2, and implemented a nice approach to accommodate the IDN spoofing as well.
If a user navigates to an IDN URL and if the scripts that are present in the URL are not part of the user’s configured Accept language, IE7 will convert the URL into Punycode and display it in the address bar.
IE7 also displays the information bar saying that the website address contains characters which cannot be displayed using the current language settings.

Consider the following example where a URL label contains Hang and ASCII (website for LG Korea). IE will now display this URL in Unicode for a user who has added Korean language support, since the non-ASCII script belongs to the Korean language set.

This is really a pretty user experience! Good Job, IE Team!
Popularity: 34% [?]