Monthly Archive:: July 2008

20 Things Windows 7 MUST Include

Gadgetzone.com has an interesting artcile on 20 things Windows 7 MUST include (their emphasis, not mine). They begin "Despite its enhanced security, improved CPU scheduler and excellent stability, it's still the flawed gem in many critics' eyes. But can Microsoft win back the XP crowd with its upcoming Windows 7 offering? The fact is, they have to." My Take: Not sure I agree with them all -- do home users really care about WinFS? -- but some, like home user licensing and simpler management of startup items would be really compelling features for upgraders.

Ten Handy Bash Aliases

The Linux desktop has come a long, long way, but there are still times when I have to use the command line. (I am a hardcore user, after all.) But even though I'm used to typing, spending hours upon hours with my fingers at the keyboard, I still grow tired of typing the same commands over and over. To reduce that tedium, I always add aliases to my .bashrc file.

Linux Kernel Walkthrough Screencast

Ottawa Canada Linux Users Group recently hosted its first Kernel Walkthrough given by Bart Trojanowski. Bart starts with a one-hour presentation introducing some Linux development background, file layout and data types. The code walkthrough following the presentation covers some important files and Linux list and bit modification APIs.A Google Video version (presentation only) is also available.

Develop iPhone Apps with Ruby and Eclipse Part 2

Although Mobile Safari is more than adequate at rendering normal Web pages, many Web developers created versions of applications aimed at the iPhone. Here in Part 2 of this series learn the common use of drill-down lists as a navigation method. Part 1 of this series took an existing Ruby on Rails Web application and began the process of augmenting it to serve iPhone users.

Five Free & Phenomenal Vista Utilities

It's no surprise that Vista's vanilla operating system hasn't fared too well with some users. That said, why not customize it to make it better? ExtremeTech describes five useful and free Vista utilities designed to enhance Microsoft's latest operating system. One such application is TweakVI Basic, which allows users to customize Vista's user interface. Another is Launchy, which is a handy startup/launching application.

Midori: A Non-Windows OS in the Works, Not Just Experimental

Codename Midori is a derivative of Singularity that is meant to supersede Windows, and it is more than just a research project. Singularity, is an experimental microkernel and operating system project started in 2003 for which Microsoft posted the source code back in March. Unfortunately Singularity was developed exclusively for research purposes and is not intended for practical use.

Google Open-sources its Internal Data Exchange Language

Google has open-sourced its protocol buffers, the company's lingua franca for encoding various types of data, in order to set the stage for a wave of new releases, according to official company blog posts and documents reported in this article. "Practically everyone inside Google" uses protocol buffers, states a FAQ page. "We have many other projects we would like to release as open source that use protocol buffers, so to do this, we needed to release protocol buffers first."