F-Script 1.2.8 -OSS introspection and scripting tools for Cocoa

This new version of F-Script provides Cocoa developers on Mac OS X with improved object introspection and scripting tools. In particular, developers having access to pre-versions of the forthcoming Mac OS X 10.4 "Tiger", will find a powerful set of graphical tools to access and manipulate the new CoreData technology introduced by Apple in Tiger. See the release notes for F-Script.

Terminal Emulator Settings

To really take advantage of the best tools in computing requires that you become quite comfortable with using the command line interface (CLI). In general, nearly every task -- aside from graphical work itself -- can be accomplished from the CLI. Once the user becomes more adept at CLI work, these non-graphical tasks can be done more quickly, with more fine-grained control, and with less demand on computer resources. Find out more, in Ed Hurst's article.

Verizon taps Microsoft for mobile TV

Verizon Wireless said that it will use Microsoft's Windows Media technology as part of the foundation of its new cell phone streaming video service. My Take: What took them so long? Even in Greece you can watch TV via your mobile phone via Vodaphone's service for some time now. And why Europe has more advanced phones & services than US has? Trying to find a Bluetooth phone at Sprint for example, it's already an exersize in patience.

Sun Grants OSS Community Access to More than 1,600 Patents

Sun today announced the largest single release of patent innovations into the open source community by any organization to date, marking a significant shift in the way Sun positions its intellectual property portfolio. By giving open source developers free access to Sun OpenSolaris related patents under the Common Development and Distribution License (CDDL), the company is fostering open innovation and establishing a leadership role in the framework of a patent commons.

Pyrex extends and speeds Python apps

Pyrex is a language specially designed for writing Python extension modules. According to the Pyrex Web site, "It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C." Almost any piece of Python code is also valid Pyrex code, but you can add optional static type declarations to Pyrex code, making the declared objects run at C speed.