The ISO C90 standard introduced a wide character type named wchar_t, thereby appointing an official standard for wide characters in the C language. Its usage, however, is not well understood among C programmers, and debugging wide characters with the GNU Debugger is a challenge few can get to work. As a result, many programmers fall back to using ASCII character arrays, which is not good; today, localized code matters more and more.
Many, if not most, free and open source software projects are developed primarily on Linux-based systems using the GNU C Library (glibc). Projects that use glibc are likely to depend on functions that are not available on systems that use different C libraries, such as the different BSD flavors. When packages are built on systems that don't use glibc they often fail, because the other C libraries are missing functions found in glibc. The GNU Portability Library can help developers with cross-platform programming needs.
One of the things I usually take care of as a Gentoo packages maintainer is sending patches to upstream developers. If a patch is applied upstream, we can remove it from future versions of a package so we have less work to do to maintain the package. Unfortunately, it seems that other distributions and packagers don't always do the same. This is true not only for Linux distributions such as Debian, Fedora Core, and SUSE, but also for maintainers of packages in places like FreeBSD's Ports, DarwinPorts or Fink. Here are some tips for developers on making things easier for yourself and everyone who has to touch your code.
- By Robin "Roblimo" Miller -
It's a national phenomenon: All over the United States, small-town and rural Wireless Internet Service Providers (WISPs) are springing up, often because wireless is the only practical way to bring broadband Internet access to the areas they serve. These are not hobbyists using consumer-grade 802.11b equipment, but professionals hoping to make substantial money providing professional-level service. And some -- but not all -- of these entrepreneurs are starting to become profitable even though most of them have offered wireless service for less than a year.
- By Robin "Roblimo" Miller -
I just downloaded Internet Porn from The Washington Post's Web site. It's one of the quirkier songs available from MP3.washingtonpost.com, a section of the Post's site that allows local musicians to self-publish their work online for free. MP3 download sections are not yet common in daily newspapers, but if enough of them pick up on the idea, newspapers could become as strong a promotional force in the music industry as traditional record companies.
- By Robin "Roblimo" Miller -
I spent part of last week at INET 2002, billed as "The Internet Society's 12th Annual INET Conference:
'Internet Crossroads: Where Technology and Policy Intersect.'" I came away wondering where, if anywhere, the Internet Society (ISOC) is going. I was not the only one who came away from INET 2000 with questions about ISOC's future, either.
- by Tina Gasperson -
I've got mail. On AOL. On Linux. Thanks to WineX 2.0, running America Online 5.0
in SuSE 7.3 is a reality.