Symbian^4 Sreenshots

We'd argue that the "wow" factor still isn't there quite yet, but we'll admit: Symbian^4 is clearly going to be a bit of a departure from the versions that came before it. The Symbian Foundation has posted the first handful of home screen UI shots on its developer wiki recently showing redesigned widgets, app categories and search, pop-up menus, and a standard-issue numeric touchscreen keypad -- and unlike Nokia's concept videos from before, these are from a real emulator running real code.

Wine 1.2 Released

The folks at WineHQ have released the second major stable version of Wine: "This release represents two years of development effort and over 23,000 changes. The main highlights are the support for 64-bit applications, and the new graphics based on the Tango standard. It also contains a lot of improvements across the board, and over 3,000 bug fixes."

RIP OpenSolaris

A Computerworld blog speculates that the open-source Unix distribution may live on, but Oracle won't be supporting it. At this point, "OpenSolaris' only real future is as a fork, which would not be easy to pull off. Still, with enough interest from developers it could be done. OpenSolaris is licensed under the GPLv3 CDDL and various other OSS licenses, so the base code is available."

Elementary Project Brings Mac-style Self-Contained Apps to Linux

"The Portable Linux Apps project brings the ideal of "1 app, 1 file" to Linux. Applications are able to run on all major distributions irrespective of their packaging systems - everything the application needs to run is packaged up inside of it. There are no folders to extract, dependencies to install or commands to enter: "Just download, make executable, and run!"" A follow-up article describes how it works, and how to transform debian packages into AppImages. The packages don't include libraries, so the system won't need to update the same library in each individual app.

Wireless PCI Express Connectivity to Arrive Next Year

Atheros and Wilocity have announced a partnership that will see the companies producing tri-band wireless devices capable of operating both at the 2.4GHz and 5GHz frequencies used by 802.11n, as well as the 60GHz frequency required by upcoming WiGig systems. Besides combining the ubiquity and coverage of Wi-Fi with multi-gigabit speeds, the move will enable many new applications, among which there will be products featuring wireless PCI Express technology.

Free Bumpers for iPhone Buyers

In a move that should surprise nobody, Apple has sort-of admitted to iPhone antenna problems in their press conference this morning, claiming it affects a small number of users, but they claim to be working hard to fix the problems that they have confirmed. They've offered free bumpers (that have until now been a $30 accessory) to all iPhone buyers, and are offering to waive any restocking fees for anyone who wants to return their iPhone 4. Whether or not there's going to be a hardware fix for future iPhones, Steve Jobs says he doesn't know yet whether that will happen.

Is Computer Science a Dead End in the Workplace?

Fatal Exception's Neil McAllister asks whether the need for advanced development expertise is on the decline in an era in which tools grow increasingly more advanced, and coding increasingly moves offshore. 'Few companies share Google's zeal for academic credentials when hiring new developers. Many are willing to accept self-taught programmers, particularly if they have other skills relevant to the business.'

Early Look At Velocity Micro Android Tablets

"I've been a fan of Velocity Micro for years. Velocity Micro is a small system manufacturer that's been around for years, and you always have to root for the small guy. The company has announced that they will be releasing three new Android powered tablets this year to compete with hardware from heavyweights like iPad, Dell, and HP. Here's an early look at what to expect from the upcoming hardware."

Creating Mobile Web Applications With HTML5

In this five-part series, you will take a closer look at several new technologies that are part of HTML5, that can have a huge impact on mobile Web application development. Part 1: Combine HTML5, geolocation APIs, and Web services to create mobile mashups. Part 2: Unlock local storage for mobile Web applications with HTML5. Part 3: Make mobile Web applications work offline with HTML5. Part 4: Using Web Workers to speed up your mobile Web applications. Part 5: Develop new visual UI features in HTML 5.

Google Testing Multiple Account Sign In

If you only have one e-mail account with Google you may not realize how annoying it can be for those of us who have multiple accounts to have to constantly sign in and out of Google services to check e-mail or information. There are ways around it (extensions, Greasemonkey scripts, using separate browsers for each account, etc), but why shouldn't Google support multiple user logins? In fact, if screenshots posted on the Google Operating System blog are to be believed (and they have been in the past), Google is currently testing a new feature which will lets users easily switch between multiple accounts easily. The feature isn't available to the public yet, but we can't wait to test it out.

Apple Releases iOS 4.1 To Developers

Apple has just released the first beta of iOS 4.1. While no official changelog has been posted by Apple, we can expect to see improvements in the way the iPhone calculates signal reception, a flaw which was found by Apple recently during testing. You must be a registered developer in order to access the download, but if you have an account, you can get it here.

Fiasco.OC and L4Env new releases

Fiasco is a preemptible real-time kernel supporting hard priorities. It uses non-blocking synchronization for its kernel objects. This guarantees priority inheritance and makes sure that runnable high-priority processes never block waiting for lower-priority processes. Is it the Java of operating systems?