Crossover 8.0 Available

It's that time of year again-- the time for the latest and greatest Crossover release for both Mac and Linux platforms. Version 8.0 brings new and updated support for many applications, especially Quicken 2009, Microsoft Office 2007, and Internet Explorer 7 (why Linux or Mac users would want IE7 is beyond me, but to each his own). Also, the Wine project has, of course, benefited more from Crossover's advancements.

Jari OS 0.0.1 Alpha Released

Just like last week, we feature another open source microkernel today. Jari OS is an open source microkernel operating system, licensed under the GPL. The actual microkernel is called muString, and packed on top are isolated core and system services as well as device drivers, just like you'd expect from a proper microkernel implementation. Version 0.0.1 alpha was released earlier this month.

Improving Audio Glitch Resilience in Windows 7

"Have you ever used your PC to play an MP3 or a DVD? If you answered yes, you're among the overwhelming majority of PC customers who use their computer for audio and video applications, encompassing everything from watching a movie to playing a game to viewing a YouTube clip. But you may have also had an experience where your audio or video wasn't quite perfect - perhaps the video was a bit choppy or the audio stuttered. We call this a 'glitch' - a perceived discontinuity in your audio or video that interrupts the playback experience. In this blog post, we'll be focusing on audio glitching: we'll examine the ecosystem challenges that can cause glitches, and we'll discuss the work we've been doing to improve the Windows 7 experience."

Sun Is Said To Cancel Big Chip

Sun Microsystems may have dropped a bit of weight by the time Oracle officially acquires the company. According to two people briefed on Sun's plans, the company has cancelled its Rock chip project, putting an end to one of its biggest revitalization bets. Sun has been working on the Rock project for more than five years, hoping to create a chip with many cores that would trounce competing server chips from IBM. and Intel. The company has talked about Rock in the loftiest of terms and built it up as a game-changing product. In April 2007, Jonathan Schwartz, the chief executive of Sun, bragged about receiving the first test versions of Rock. But the two people familiar with Sun's plans say Rock has met with an unceremonious end. The people requested anonymity, as they are not authorized to speak with the press about Sun's plans. Michelle Parkinson, a Sun spokeswoman, said the company had no comment.

Could HTML 5 Kill Flash, Silverlight?

While Adobe, Microsoft, and Sun duke it out with proprietary technologies for implementing multimedia on the Web, HTML 5 has the potential to "eat these vendors' lunches", offering Web experiences based on an industry standard. In fact, one expressed goal of the standard is to move the Web away from proprietary technologies such as Flash, Silverlight, and JavaFX. "It would be a terrible step backward if humanity's major development platform was controlled by a single vendor the way that previous platforms such as Windows have been," says HTML 5 co-editor Ian Hickson, a Google employee. But whether HTML 5 and its Canvas technology will displace proprietary plug-ins "really depends on what developers do", says Firefox technical lead Vlad Vukicevic. It also depends on Microsoft, the only company involved in the HTML 5 effort that is both a browser developer and an RIA tool developer.

Erlang’s Creator Speaks Candidly About Open Source

Erlang, originally created by Ericsson in 1986, is a functional programming language which was released as open source around 10 years ago and flourished ever since. In this Q&A, Erlang creator Joe Armstrong talks about its beginnings as a control program for a telephone exchange, its flexibility and its modern day usage in open source programs. "In the Erlang world we have over twenty years of experience with designing and implementing parallel algorithms. What we loose in sequential processing speed we win back in parallel performance and fault-tolerance," Armstrong said. He also mentions how multi-core processors pushed the development of Erlang and the advantages of hot swapping.

Dreaming Big: Outlet Wall

Instead of having too many appliances and devices plugged into one outlet, why not reverse the idea? In order to save ourselves from the rat's nest of wires below the entertainment center (or the computer desk), David Friedman, photographer, had the idea to have an entire wall of plugs. Just imagine. No more crowded daisy-chains, no more losing pets and small children to the mess underneath, and just think how jealous the neighbors will be with the new sort of 21st-century art you'd have on your wall-- changeable depending on your current mood, too!

WWDC: “A Giant Middle Finger to iPhone Developers”

During last week's Worldwide Developers Conference, Apple introduced a new iPhone model, the iPhone 3GS, which comes, among other things, with a faster processor and more RAM. Since this is a developers' conference, there were also numerous sessions on iPhone development, and the last session was about publishing on the App Store. Since every session at every WWDC is always followed by an open Q&A session, you'd figure this'd be the perfect opportunity for iPhone developers to ask about Apple's App Store policies. Well, no.

Linux to Be the First Support USB 3.0

It's not available in the latest kernel just yet, but if you just so happen to have gotten your hands on a USB 3.0 device you want to use at full spectrum (you lucky jerk) or want to do this for the sake of geekiness, it's now possible to get USB 3.0 support for Debian and Ubuntu systems. The USB 3.0 subsystem will be integrated into the Linux kernel "soon," but if you've got some time on your hands, instructions have been provided to do it yourself.

Twitter, Facebook Play Key Role for Iranian Protesters

Facebook, Twitter, YouTube, Flickr. All demon spawn from Web 2.0, and we all love to make fun of these websites and the services they provide. However, here in the West, where everything is at arm's length and democracy is something we do not remember fighting for, it's easy to forget that what looks silly and useless to us, can be of the utmost importance somewhere else in the world. Update: I've been informed that the first casualty has fallen at the hands of armed government supporters. Hundreds of thousands of people are now on the streets all over Iran. More updates inside.

Fifteen Classic PC Design Mistakes

"There's no such thing as the perfect computer, and never has been. But in the personal computer's long and varied history, some computers have been decidedly less perfect than others. Many early PCs shipped with major design flaws that either sunk platforms outright or considerably slowed down their adoption by the public. Decades later, we can still learn from these multi-million dollar mistakes. By no means is the following list exhaustive; one could probably write about the flaws of every PC ever released. But when considering past design mistakes, these examples spring to my mind."

Apple’s 2009 MacBook Pro: Battery Life to Die for

Kroc and I already touched this subject during yesterday's podcast, referring to AnandTech's test of the new MacBook Pro's battery. This one will deliver 8 hours of battery life, and consequently AnandTech is pretty impressed with this thing. "Today I am more than comfortable saying that this is the best Apple notebook I've ever laid my hands on. The build quality is excellent, the base specs are solid and of course, the battery life. There's no doubt that it could be better; toss in an SSD or drop the price even further, but as it stands the new MBP is an excellent choice if you're looking for a Mac laptop. Obviously, you can attain the same battery life with a cheaper notebook and one or two spare batteries. But there's something to be said for increasing battery life by at least 50% without increasing the bulk or weight of the system. I'm not sure there's much else I can add other than Good Job, Apple."

Linux Gets Native Multitouch Support

The Interactive Computing Lab team in ENAC, Toulouse, has been successful in collaboration with Linux developers in bringing native multi-touch support to Linux. While there is Multi-Pointer X in the mainline X.Org server (to be released with X.Org 7.5/X Server 1.7), we now have multi-touch support to be able to handle gestures and other actions. This multi-touch support requires the Linux 2.6.30 kernel. How this works right now is by reading the input events, translating them into multi-touch events using simple gesture recognition, and then sending D-Bus messages over to Compiz to produce multi-touch effects. Right now the code is deemed just a proof-of-concept, but they are currently working on a better implementation.

Episode 13: What Apple Gives, Microsoft Takes Away

It's an almost 50/50 split of Apple and Microsoft news. Apple's WWDC is an unavoidable news-machine outputting Snow Leopard, Safari 4, new MacBook s and the iPhone 3GS (The 'S' is for sucks -- ed. It's a joke!). Microsoft returns the volley with their decision to remove IE completely from Windows 7 in Europe, but between all this giant game of tennis we find a quiet moment to discuss QNX and SkyOS too.