With the introduction of the 2.6 Linux kernel, FreeBSD-5-STABLE, Solaris 10, and now NetBSD 2.0, you might be wondering which of them offers superior database performance.
Submitted by Yves R. Crevecoeur 2005-02-10SCO27 Comments
The federal judge overseeing the SCO Group's suit against IBM regarding Unix and Linux has thwarted an IBM attempt to defang SCO's claims, but he also voiced loud skepticism about SCO's case.
After reading through the FAQ here
I've noticed this particular statement: "The C++ compilers from Microsoft, Intel and Borland are not supported by the tools in the GPL version." The most common and most widely used C++ for Windows is none other than Visual C++. However, at this point OSS development using Qt/Windows GPL is for GCC developers only.
Data alignment is an important issue for all programmers who directly use memory. Data alignment affects how well your software performs, and even if your software runs at all. As this article illustrates, understanding the nature of alignment can also explain some of the "weird" behaviors of some processors.
Novell's Linux Desktop distribution was widely expected last year. When it finally got released in December 2004, it had to compete with Red Hat's own Enterprise Desktop solution and Novell's very own SuSE. So, how does Novell Linux Desktop 9 (NLD) fairs?
The standard Python interpreter is unquestionably a highly valued item in the toolbox of many Python programmers. However, the IPython developers have taken the fundamental ideas found in the standard interpreter and improved upon them so considerably that they have created a tool of amazing utility. Elsewhere, this new monthly column is about writing plugins in Eclipse. Also, read here how to use the Observer Pattern in .NET.
Apple released Mac OS X 10.3.8. Key enhancements include: Improved OpenGL technology and updated ATI and NVIDIA graphics drivers; Enhanced file sharing and directory services for mixed Mac and PC networks; Improved compatibility for third party applications and devices.
As part of the FOSDEM preparations for later this month, the organization has posted three interviews with Alexander Larsson (Nautilus & GnomeVFS maintainer), Matthias Ettrich (creator of KDE & Lyx, now at Trolltech) and Oliver Fourdan (creator of XFce).
The January edition of the Syllable Development Newsletter is now available, covering news from the project in the first month of 2005. Major topics: CD-writing support, new network driver, kernel plans, Glibc updates and much more.
Provides an architectural overview of "Indigo," Microsoft's unified programming model for building service-oriented applications. The paper covers Indigo's relationship to existing distributed application technologies in the .NET Framework, the basics of creating and consuming Indigo services, and an overview of Indigo's capabilities, including security, reliable messaging, and transaction support.
Today we are very happy to feature an interview with Aaron Hillegass, the famous tech instructor from the Big Nerd Ranch. We have reviewed his Mac OS X books in the past and this time we are going to talk about the actual process of the classes going on in the ranch every so often.
Microsoft has released the single largest number of patches since it has started doing monthly updates. The dozen updates include patches for Office XP, IE 6, and Media Player and MSN Messenger. Also, a glitch in the latest version of Microsoft's Tablet PC software is causing significant performance problems for those running the new operating system, the company has confirmed.
The price of "legacy" systems is dropping at a fast rate. Quad PIII servers can be purchased on Ebay for less than $800. Stacks of old SGI systems (Indy and Indigo) systems are being sold for rock bottom prices. But until one single unified API is created to unite all these systems into one single cluster for use by the common computer user, they will remain useless to most people. This is where HPVM comes in. HPVM exists to bring the cluster concept out of the Universities and research facilities and make them useful for everything from video editing, to database servers.
Slashdot posted yesterday a news item about some people which try to create a laptop that would sell for less than one hundred bucks. To me, an x86 such laptop this seems like a dream that can't come true with today's OEM prices. However, there might be a way to achieve this, if the "laptop" in question will not really be a laptop, but a handtop, a hybrid between a laptop and a PDA.
Unfortunately, the cute FreeBSD daemon is sometimes treated with misunderstanding in the religious and cultural
context. That's why The FreeBSD Project is announcing a public competition for the new logo design. You can find the rules of the competition in this document. Update: There is now a petition to keep Beastie, however FreeBSD's own Robert Watson emailed us to inform us that they are "seeking a new logo, but not a new mascot", so that petition is really reduntant. Update 2: Rob Watson writes:
If you've used Linux for a long time, you're probably quite familiar with file permissions. Indeed, managing permissions is a critical part of managing a Linux system. In general, you should provide minimal access whenever possible. Every user (or group) should have just enough permissions and no more.