ZETA: Secure Due to Ignorance?

MauriceK writes about security in the ZETA operating system. Apparently magnussoft, sole distributor of ZETA, makes security claims that with ZETA "it is not possible to examine a system from the outside without notifying the user due to the architecture of this software." MauriceK seems to think differently, and even gives examples on how code can be executed without the user's knowledge in ZETA. In related news, BeUnited is no more. Instant update: the discussion concerning security just made its appearance on the Haiku m-l.

Novell: We’re a ‘Mixed-Source’ Company

Novell's controversial pact with Microsoft reflects the desire of the number two Linux seller to position itself as a mixed-source company. Speaking to ZDNet Asia last week, Maarten Koster, the newly-appointed president of Novell Asia-Pacific, noted that the company positions itself in the market differently from its rivals. "You've got Red Hat as a pure open source company, and you've got Microsoft as a license-based company," Koster said. "The reality is, most Novell customers run a mixed-source IT environment."

Review: OpenSUSE 10.2

InformationWeek reviews OpenSUSE 10.2, and concludes: "All told, I consider openSUSE 10.2 to be a real winner for server duties in my labs. Given the number of pre-release packages that are included, this probably isn't a particularly good choice as a server platform for business-grade networks, but Novell doesn't position it as such, either (that's what their 'enterprise' products are for). I don't think it's as good of a desktop release as SUSE 10.1, either, and there are better distributions for that anyway, but other people are likely to disagree with me here."

What Draw Can Do for RISC OS

"In my opinion, the Draw module is one of the most significant and useful components of RISC OS. For the uninitiated, it provides a set of routines for calculating, transforming and rendering lines, polygons, bezier curves, sprites, and text. The Draw application has been bundled with every version of RISC OS and the draw file format is a defacto standard for almost every RISC OS application that incorporates graphics, and then some. In this article I hope to demonstrate some of the flexibility that Draw and the RISC OS desktop can provide."

Apple Guru Combats Month of Bugs

An attempt is being made to quickly patch flaws in Apple software that are announced by vulnerability researchers Kevin Finisterre and LMH this month. The researchers' 'Month of Apple Bugs' project, launched on Monday, promises to feature a new Apple software bug for each day in January. However, a senior open-source developer with extensive experience working for Apple says he is attempting to offer fixes for each flaw found.

Can Apple Thrive Without Steve Jobs?

"In the street's imagination, Apple is Jobs. Or perhaps the other way around: Jobs is Apple. Whatever. This theory is still all about Jobs cracking the whip in Cupertino and speaking the Mac gospel to the public at the annual Macworld Expo and Apple Worldwide Developer Conference keynotes. But is that right? Is this personal identification necessary for the continued success of Apple?" Elsewhere, Apple's top five business decisions.

Groovy 1.0 Released

Groovy 1.0 has been released and is available for download from the project homepage. "Groovy is a dynamic language for the JVM that integrates seamlessly with the Java platform. It offers a Java-like syntax, with language features inspired by Smalltalk, Python or Ruby, and lets your reuse all your Java libraries and protect the investment you made in Java skills, tools or application servers. Groovy can be used for various purposes, from ad-hoc shell scripting leveraging Java APIs, to full-blown web applications built on Spring and Hibernate through the Grails web framework. It can also be integrated very easily in your applications to externalize business logic, create Domain-Specific Languages, or to provide templating capabilities, and much more."

Risk Mitigation for Legacy Windows NT 4.0 Systems

"Arguably one of today's biggest risks for network security and compliance are lingering systems that are no longer supported by their vendors. The security flaws in these systems may have been widely known for years, as is the case with Windows NT 4.0. In this article, we'll examine the risks associated with continuing to run these systems as well as provide some countermeasures that can be used to mitigate these risks."

Long-Term Fedora Linux Support Ending

Volunteers are calling it quits on a project called Fedora Legacy to provide long-term support for Red Hat's hobbyist-oriented Fedora version of Linux. "The Fedora Legacy project is in the process of shutting down," said project organizers Jesse Keating and David Eisenstein in a Fedora Legacy mailing list posting Friday. The organizers didn't provide a specific reason for the decision, but a lack of contributions from outside programmers contributed, Keating said in a separate mailing list posting.

The D Programming Language

"D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability. D is statically typed, and compiles direct to native code. It's multiparadigm: supporting imperative, object oriented, and template metaprogramming styles. It's a member of the C syntax family, and its look and feel is very close to C++'s. See this comparison of D with C, C++, C#, and Java."