Preview: Windows Live

The personification of the duality-in-man, Paul Thurrot, takes a look at Windows Live. "In this article, I'll examine the genesis of Windows Live, and take a look at how Microsoft plans to capitalize on the integration of Windows with various Web-based services and products. Then, I'll briefly examine each of the Windows Live services that the company plans to ship this year, saving full reviews of each service for their eventual ship dates."

Interview: Dru Lavigne, BSD Certification Group

"The BSD Certification Group is a non-profit organization established to create and maintain a global certification standard for system administration on BSD-based operating systems. After a year of work, the group behind the BSD Certification project plans to complete the process for the first certification (BSD Associate) in the first half of this year, with the first exam to be available by the second quarter. We interviewed Dru Lavigne, BSD advocate and creator of the initiative."

YellowTAB Says ‘Sayonara’ to Berry Japan

YellowTAB has announced today their decision to terminate the distributor agreement they had with Berry Japan, due to "a long standing material breach of contract on the part of Berry Japan". YellowTAB is also advising potential buyers in Japan to purchase ZETA from PlatHome, as they are currently the only Japanese reseller that has purchased ZETA through legitimate distribution channels. Furthermore, YellowTAB is evaluating alternatives to better serve customers in Japan, and in the meantime has setup emails to attend the needs of existing and potential Japanese customers.

FreeBSD Support for Xen 3.0

"FreeBSD is now, with the notable exception of suspend, a stable functionally complete domU on Xen 3.0. I am currently in the process of adding dom0 support. Suspend support will be turned on as soon as the xenbus + newbus integration work goes in. It is unclear how much sense it would make to post a sparse tree as this is all being done in -CURRENT (the development branch). However, as soon as dom0 support goes in, Xen support will be pulled into RELENG_6, and in all likelihood full Xen support will go out with the release of FreeBSD 6.1."

Mainsoft, IBM To Convert .NET Code to Java on All eServers

"Turnabout is fair play, and it is refreshing to see that IBM is beginning to understand that it needs a strategy to try to bring the 100000 partners who write code for Microsoft's Windows platform onto all of its eServer platforms - not just xSeries and BladeCenter servers that run Windows natively on Intel and AMD processors. For a decade, software vendors have been porting their OS/400, AIX, and MVS applications to Windows, or creating whole new application suites that compete against software developed for those platforms. Now, IBM wants to turn the tables on the Windows ecosystem, and it is enlisting the support of Mainsoft to do this."

Make Asynchronous Requests With JavaScript, AJAX

"Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With AJAX and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server."

FAQ: Will Your Intel-Based Mac Run Windows?

Apple Computer's announcement of new Macs based on processors from Intel raises an interesting question: Since both the Mac and Windows operating systems now run on Intel-based hardware, shouldn't it be easy to run both on the same computer? That simple question deserves a simple answer. But there isn't one - at least not right now. Reaching the nirvana of running the two most popular desktop operating systems on one machine is a lot harder than you might expect.

HP Opteron Blades, Proliant Supports Sun Solaris 10

"All HP blades now support Sun Solaris 10 in 32/64 bit but that's only the beginning. HP's Opteron DL145-G2 is now certified for Solaris 10 32/64 bit too, and sources suggest there's a lot more to come. We'd say that OpenVMS for Opteron is a bridge too far for Hewlett Packard, but additional support for Sun Solaris 10 suggests a degree of cooperation that would have been totally unconceivable two years ago."

Wasted Efforts in F/OSS – Office Suites

"If building infrastructure is the true forte of Free/Open Source Software, why is there so much duplicative efforts to build so similar edifices seen in Office Suites? Would it not be better to put the initial efforts into construction a software scaffold as the first fundamental step in building the structure to allow all suites components to be placed upon it from any interested source? While I do not consider myself a competent software architect, conceptually the proposal in the previous sentence seems reasonable. Moreover, it could attract talent that is more attuned to fundamentals of process control, i.e. information exchange rather than the attributes seen in a keystroke binding to an action upon a gui that a class of users expects from an application."

OpenSUSE Linux 10.1 Beta 1 Released

The first beta of OpenSUSE Linux 10.1 has been released. Yoo can get it for PPC, x86 and x86-64 architectures; each release consists of a whopping 5 CDs. This beta comes with (CVS versions of) glibc 2.4 and GCC 4.1, X.org 6.9, KDE 3.5, GNOME 2.12.2 and the 2.6.15 Linux kernel. SUSE Linux 10.1 Beta 1 also comes with the Intrusion Prevention framework AppArmor 2.0. Download locations are in the release announcement.

Is the New iMac a Cash Machine?; Review: Apple iMac

Two more articles on Apple's Intel iMac today. "Disassembling the first fruit of the Apple-Intel alliance raises some interesting questions about the model's profit margins." Secondly, PCMag reviews the new iMac: "The differences are all under the hood. The 20-inch new iMac combines a dual-core Intel Core Duo processor with the Mac OS X experience. Casual Mac users, switchers from Microsoft Windows, and iPod aficionados will love the new iMac; however, professionals and people who use graphics apps such as Adobe Photoshop and Final Cut Pro should hold off until the critical app is updated to work smoothly with the Intel processor. For these people, we recommend holding on to your current G5-powered Mac, at least for now."

Internet Encryption Security Protocol for Java

"The Java based lightweight implementation of the Internet Engineering Task Force Secure Shell protocol provides secure remote log-in and other secure network services over an insecure network. The protocol has three major components: Transport Layer, User Authentication and Connection. The implementation is lightweight due to using the highly optimized cryptographic library IBM CryptoLite for Java, efficient buffer and I/O handling, memory reuse to avoid excessive garbage collection, and threads are not used."