Eugenia Loli Archive

Automating Development Tasks with Automator and Xcode

With Automator, users can graphically assemble Actions - self-contained modules that perform a single task - into a Workflow to create a collection of Actions that complete a larger task. This Automator functionality is also available to developers for automating workflow in software development projects. This article shows you how to streamline some of the tasks you face in development projects by writing custom Shell Actions and Workflows.

GP2X: It’s All Fun and Games

The GP2X is an open, Linux-based handheld games console manufactured by Game Park Holdings of South Korea. It has a typical handheld control layout, a good quality backlit screen, built-in stereo speakers, headphone socket, and several connectivity and expansion options. My son is completely taken with the device, and it has won me over too. At £125 (or $190), you're not going to find a less expensive handheld device that can be expanded into a full-blown computer.

Gardens Point Ruby.NET Compiler is Out

The preliminary beta release of the Gardens Point Ruby.NET compiler is out. The Queensland University of Technology crew responsible for the software notes that it is a true .NET compiler. It is beta, but the team notes that it "is the only Ruby compiler that we know of for either the .NET or JVM platforms that is able to pass all 871 tests in the samples/test.rb installation test suite of Ruby 1.8.2."

Debian for the Uninitiated

Lars Wirzenius wondered how usable Debian with GNOME is for the uninitiated, or more specifically, for someone who has been using Windows for a number of years, and switches to Debian. The experiment will continue for a couple of months. The first use went pretty well, with only a couple of real problems which he outlined.

Unix: An 800 Pound Gorilla No More?

Organizations adopting Linux might not abandon Unix entirely. NASA's Jet Propulsion Laboratory, for example, has migrated its e-mail system from Sun hardware and Solaris to HP servers and Red Hat Enterprise Linux. But even though the use of Linux on production servers is growing, the practice isn't yet the norm at the laboratory, said Douglas Hughes, a service engineer at JPL Information Services.

Why We Love Drag-and-Drop on RISC OS

One of the strengths of RISC OS is the ability for people to drag'n'drop objects around the desktop. It's usually hard to describe how well this works, but other operating systems are rapidly catching up. While RISC OS still arguably has the edge, Drobe spoke to a number of professionals who rely on the drag'n'drop in RISC OS.

.NET 3.0’s Separate RTM and What It Means

NeoSmart Technologies reports on what the upcoming RTM of the Microsoft .NET 3.0 Framework means, both for developers and those seeking a look at what's coming from Microsoft's direction. It includes the positive implications this has on Microsoft's laggy development process and the benefits it'll provide to developers and system programmers too.

Key Porting Differences from LinuxThreads to NPTL

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.