Getting Started with Monad

The documents included are: the Getting Started guide (an 80-page introduction to using the shell and the MSH language supported by the Windows Monad Shell), a single-page summary of the MSH language, formatted as a tri-fold, a quick-start guide to tracing in the Windows Monad Shell, and the three Hands-On Labs from the 2005 Professional Developers Conference; "Monad Scripting", "Building Monad Cmdlets" and "Creating Monad Providers".

Taking Advantage of the Accelerate Framework

If your application is computationally intensive, you need to know about the Accelerate framework. The Accelerate framework is a set of libraries containing high-performance vector-accelerated libraries that run on PowerPC-based Macintosh computers and Intel-based Macintosh computers. Using the framework can be advantageous, in terms of code maintenance and reliability across the architectures.

Preview of the Firebird Conference 2005

In about six weeks time developers from all over the world will convene in Prague for the 2005 edition of the Firebird Conference. This year's conference has an even greater abundance of speakers and topics than the previous editions of the event. The various tracks on the conference will cover Firebird itself, development languages and solution stacks, development tools and issues and applications. And, of course, it is a great opportunity to meet the community.

Visopsys 0.58 Released

Likely the last of the Visopsys 0.5x series (a sparkly new 0.6 is imminent), this maintenance and bugfix release sports some new features such as EXT2 formatting, German keyboard layouts, GUID generation, and filesystem clobber. Version 0.58 also includes a number of important bugfixes to the featured Disk Manager partitioning program. Change log here and downloads here. As always, you can demo this tiny, full-GUI hobby OS from the ISO image or from a single floppy disk.

Linus on Specifications

In a conversation that began as a request to include the SAS Transport Layer in the mainline Linux kernel, there was an interesting thread regarding specifications. Linux creator Linus Torvalds began the discussion saying, "a 'spec' is close to useless. I have _never_ seen a spec that was both big enough to be useful _and_ accurate. And I have seen _lots_ of total crap work that was based on specs. It's _the_ single worst way to write software, because it by definition means that the software was written to match theory, not reality."

Creating SWT Applications with Eclipse and JFace

This series of articles teaches you about creating applications using Java technology, Eclipse, and the SWT and JFace libraries. In SWT and JFace Part 3 find out how to use tabular tree, canvas, styled text, slider, spinner, scale and other controls, as well as stack layouts. You might want to look at previous articles in this series. In SWT and JFace Part 1 learn how to to create simple SWT GUIs using Eclipse, Java, basic JFace controls and layouts. In SWT and JFace Part 2, learn how to use combo, list, table, and tree controls, as well as form layouts and reusable helper methods.