Review: Pepper Pad

MadPengiun has a review of the PepperPad, a Linux-powered competitor to Microsoft's Origami concept, and concludes: "Overall, the Pepper Pad is a sleek ultra mobile PC in a nice form factor with a great touchscreen for navigating, launching applications, watching video and surfing the web. With the advent of AJAX web-based applications for calendaring, editing video, word processing, creating spreadsheets, and more, you can have some good fun with the Pepper Pad and get a wee bit of work done as well. The Pepper Pad won't replace a Sony PSP-type game platform, or a PDA, or a notebook, but it will do some things that those devices won't do."

The Evolving ODF Environment: Spotlight on KOffice

Andy Updegrove interviews Inge Wallin, KOffice's promotions lead, about how KOffice is different from the other major office productivity releases that support ODF, which users may find it most appropriate to their needs, in what directions future development will proceed, and much more. Meanwhile, FreeSoftwareMagazine takes a look at the three major OpenDocument capable office suites/word processors.

The GNU/Linux – Linux Controversy

"This famous controversy is there ever since I became aware of operating systems known as GNU/Linux. The GNU General Public License, which is used by Linux as well as most GNU software, armors both characters. GNU/Linux is the term coined by the Free Software Foundation, Richard Stallman and people who support FSF, for operating systems composed of the FSF's GNU software and the Linux kernel; such systems are generally called Linux."

strace: a Powerful Troubleshooting Tool for Linux Users

"Many times I have come across seemingly hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. In such situations after I have tried every trick in the book like searching on the net and posting questions to Linux forums, and still failed to resolve the problem, I turn to the last resort which is trace the output of the misbehaving program. Tracing the output of a program throws up a lot of data which is not usually available when the program is run normally. And in many instances, sifting through this volume of data has proved fruitful in pin pointing the cause of error."

First Look: Dropline GNOME 2.14.0

Linux.com takes a look at Dropline GNOME 2.14, and concludes: "I have to admit that dropline GNOME satisfies a very basic itch. I get to keep using Slackware, a distribution I have come to rely on to provide a fast, stable, and full-featured Linux, and I get a cutting-edge GNOME desktop. This allows me to see where GNOME is heading, and since it's still Slackware, I can easily add all the programs I want by downloading and compiling the source. Dropline GNOME is not Ubuntu, but then Slackware is not Ubuntu. It's not the easiest distribution to install or configure, but it just works."

AMD PIC Snubs Linux?

Eighteen months after shipping, AMD's Personal Internet Communicator, aimed at lowering the cost of computing so half the world could enjoy Internet access by 2015, apparently still doesn't run Linux. It now appears the design may actually be rigged to block the use of Linux.

Guide to Solving MacBook Pro Heat Issue

A few days ago we reported on heat issues with Apple's MacBook Pro. As SomethingAwful.com has found out, the issue is related to Apple making errors in applying the thermal paste on various locations in the MacBook Pro. SomethingAwful also gives a DIY fixing guide. Apple, however, was not amused, and sent out a cease and desist letter to SomethingAwful, asking them to remove the link to the MacBook Pro's service manual. Apple is also addressing battery issues.

Review: Ageia PhysX Physics Accelerator Chip

El Reg has one of the first reviews of Ageia PyshX accelerator chip. The four-page review concludes: "The limited number of titles and their disappointing use of the PhysX PPU means that, currently, there's no reason to spend the GBP 200+ to acquire a PhysX card. The current effects in the supported games aren't worth the price and potential performance drop. Cell Factor and awesome Unreal Engine 3.0 games, where art thou? Without them, the PhysX hardware is merely a curiosity. But one to watch."

Star Trek-Like Cloaking Devices Proposed by Physicists

Since all you boys and girls watch Star Trek: "Physicists Nicolae Nicorovici from the University of Sydney, Australia, and Graeme Milton, from the University of Utah, have proposed that devices called superlenses could be used to create a type of cloaking device. Using a principle called 'anomalous localized resonance', superlenses placed very close to a small object could mask its reflected light waves by resonating at the same frequency, much like how noise-canceling headphones mask sound waves by creating a sound that is at the same frequency but inverted in phase."

Shed Skin Python-to-C++ Compiler 0.0.8 Released

"Shed Skin is an experimental Python-to-C++ compiler. It accepts pure Python programs, and generates optimized C++ code. This means that, in combination with a C++ compiler, it allows for translation of Python programs into highly efficient machine language. For a set of 16 non-trivial test programs, measurements show a typical speedup of 2-40 over Psyco, about 12 on average, and 2-220 over CPython, about 45 on average. Shed Skin also outputs annotated source code."