Get RIB 1.1 tool for Swing and Eclipse GUIs

IBM has updated its well known Reflexive User Interface Builder for constructing and rendering graphical user interfaces (GUIs) for Java Swing and Eclipse Standard Widget Toolkit (SWT) based upon a descriptive XML document. Version 1.1 includes the capacity to validate Eclipse SWT GUIs, generate Java source for GUIs constructed by RIB, and embed Java source code in RIB documents. See new developer article on RIB that shows you how to Build Java GUIs simply and quickly.

Hackers Tune In to Windows Media Player

Hackers are using the newest DRM technology in Microsoft's Windows Media Player to install spyware, adware, dialers and computer viruses on unsuspecting PC users. Security researchers have detected the appearance of two new Trojans, Trj/WmvDownloader.A and Trj/WmvDownloader.B, in video files circulating on P2P (peer-to-peer) networks.

Virtual Machines and the OS

As a recent ACM Queue article observes the evolution of computer language is toward later and later binding and evaluation. So while one might quibble about the virtues of Java or the CLI (also known as microsoft.net) it seems inevitable that more and more software will be written for or at least compiled to virtual machines. While this trend has many virtues, not the least of which is compatibility, current implementations have several drawbacks. However, by cleverly incorporating these features into the OS, or at least including support for them, we can overcome these limitations and in some cases even turn them into strengths.

Optimize Debian packages for your system

Since the arrival of the very first versions of Gentoo, some people have announced that "Debian is good, but that's not optimized for ". And this is wrong, you are free to recompile software you use on Debian, using the apt system. Downloading a tarball, uncompressing it, running configure scripts and make install, is an easy task for every Linux user, but this is not adapted for the Debian package management system. Stow was a way which worked without too much effort, but compiled programs were not really integrated in the apt dependancies. The ultimate solution is to use apt-build to recompile a software already packaged for Debian. Read in English - Read in Portuguese (Brazilian)

Free Networking Book

Eugene Blanchard made his Introduction to Data Communications (also known as Introduction to Networking) available for free. The book covers a broad variety of topics such as RS-232, Ethernet, RF, TCP/IP and many other topics in its 63 chapters. This is a valuable reference and read for those just starting to understand networking and data communications as well as seasoned professionals in the field.

SoftPear Mac Emulation Preview Release

SoftPear is a user mode Mac OS X emulator for Linux. As the news on our site say, we have just released a Preview Release that can run some Mac OS X command line tools in Linux and FreeBSD. (The download includes the GPL'ed source, binaries for Linux, FreeBSD and Mac OS X, some test programs and a README.) We do this by with our Mach-O executable loader, PearPC's PowerPC interpreter core, and our libc wrapper. We hope to be able to run the complete Mac OS X "Quartz" UI on Linux, FreeBSD and Darwin/x86 one day, this way.