Monthly Archive:: January 2009

NetBSD 5.0 RC1 Released

From the announcement email: "On behalf of the NetBSD Release Engineering team, I am proud to announce that the first release candidate of NetBSD 5.0 is now available for download. Those of you who have been paying close attention will have noticed that RC1 was tagged on Sunday. A few hiccups delayed the availability of binaries, but they can now be downloaded from here."

Microsoft Insists Windows 7 UAC Flaw Is Not a Vulnerability

Yesterday, we reported on the security flaw in Windows 7's UAC slider dialog, and today, Microsoft has given a response to the situation, but it doesn't seem like the company intends to fix it. "This is not a vulnerability. The intent of the default configuration of UAC is that users don't get prompted when making changes to Windows settings. This includes changing the UAC prompting level." I hope this reply came from a marketing drone, because if they intend on keeping this behaviour as-is in Windows 7 RTM, they're going to face a serious shitstorm - and rightfully so. Let's hope the Sinfoskies and Larson-Greens at Microsoft rectify this situation as soon as possible.

SkyOS: Chasing Butterflies (UPDATED)

SkyOS has always been criticised for the fact that you have to pay for it in order to beta test it. I personally never saw a problem with this construction, especially since the price included a full copy of SkyOS 5 (they dropped the five) once it was completed. However, as of late, it has become increasingly clear that there may never be anything like a final version - or another test release for that matter. Update: In the comments, Robert Szeleney explained the current SkyOS situation in more detail. For future readers who find this article via a search engine, I've attached Robert's comment to the actual story for completeness' sake. The reply can also be found on the SkyOS website.

Security or Usability: Maliciously Disabling UAC in Windows 7

At OSNews, we usually do not report on individual security breaches, because there are websites specifically tailored to that sort of thing. Still, every now and then, an interesting security issue pops up that deserves some attention. How about this one: through a simple VBScript, you can completely disable UAC in Windows 7. The reason for this might surprise you. Update: Microsoft's response.

Zenity: Shell Script Interaction Via the GUI

"Whilst an increasing number of recent converts are avoiding it (and I don't blame them really), the shell is still a key tool for the majority of GNU/Linux users. Shell scripts are knocked-up, shared and deployed in all sorts of circumstances - some simply time-saving, others life-saving. But even if the shell script has been written by somebody else, running it can be a cumbersome and frightening exercise for users of lesser experience or confidence. How do we bring the flexibility of the shell script to the GUI-only user? Recently faced with just such a quandary, http://www.freesoftwaremagazine.com/columns/saving_my_sanity_zenity_shell_script_interaction_gui">I discovered Zenity: a tool which just might have saved my sanity."

Exploding Core Counts: Heading for the Buffers

In a classic case of kicking in open doors, research firm Gartner has concluded that software will not be able to keep up with the ever-increasing number of cores in modern processors. "By Gartner's reckoning, the doubling of core or thread counts every two years or so - and for some architectures, the thread growth is even larger with each jump - will affect all layers of the software stack. Operating systems, middleware, virtualization hypervisors, and applications riding atop this code all have their own limitations when it comes to exploiting threads and cores, and Gartner is warning IT shops to look carefully at their software before knee-jerking a purchase order to get the latest server as a means of boosting performance for their applications."

Windows 7: Is Microsoft Too Focused on Consumers?

"As someone who wants Microsoft to be cooler, I'm all for them making an aggressive pitch to consumers. I say make Windows 7 a simplified, colorful, fun experience for everyday users. Emphasize how it can store and share music and photos. Keep those potential Mac users from switching. Heck, open up retail stores while you're at it. But of course Microsoft has to walk the line here. By kowtowing to consumers, it runs the risk of neglecting its core customer, the business user. In a recent interview on CIO.com sister site Network World, Windows blogger and editor of Supersite for Windows Paul Thurrott contends that Microsoft is biting the hand that feeds it by leaning heavily on consumer features with Windows 7. Enterprise needs have been reduced to an afterthought, he says."

Apple vs. Palm: the In-Depth Analysis

There has been a bit of a buzz lately surrounding some indeterminate patent threats going back and forth between Apple and Palm. Palm is about to launch the Pre, which supposedly could infringe on a number of iPhone patents. Both companies have stated that they will defend themselves against any possible patent infringements. Engadget enlisted the help of two patent attornies, and they took a good look at both sides and came up with some interesting results: while Palm could be infringing on Apple's patents, Apple sure as water is also infringing on a number of Palm patents. Still, that doesn't have to mean anything.

Acer Confirms Linux/SSD Model 10″ Aspire One

Late last week we informed you on the official revealing of the 10" Acer Aspire One, the successor the immensely successful 8.9" Aspire One. We couldn't yet confirm or deny any possible Linux model or SSD option, but we can now: Acer has stated that while during the initial launch there will only be a HDD/Windows version, it will soon be followed by an SSD/Linux model. The SSD will be 16GB in size, and the Linux distribution will - again - be Linpus. The Windows version will launch mid-February.

Seattle Is the No. 1 Wired City in US

According to Forbes, who conducts this and other types of research every year, Seattle has achieved the crown of being the most wired city in the United States in 2009, squeezing ahead and pushing Atlanta into second place. This is probably due to the septillion Starbucks WiFi hotspots, and it probably helps that Amazon.com and Microsoft are situated nearby. Why not check to see if your home town made it on the list of the top thirty? Glory lies in being a thoroughly networked city.

Planets Align: Rare Hobbit BeBox Offered and Sold

Before the BeOS ever made it to x86, it had already spent some time on PowerPC, but the die-hard fans will know that BeOS was actually written and designed for a very different, short-lived processor: the AT&T Hobbit. While a PowerPC BeBox is already quite rare, the Hobbit BeBox was never sold, and only existed in the form of a number of prototypes. Imagine our surprise when we found out that Cameron Mac Millan, former Be employee, sold one of his two Hobbit BeBoxen on eBay a few days ago.

Embed Lua for Scriptable Applications

The Lua programming language is a small scripting language specifically designed to be embedded in other programs. Lua's C API allows exceptionally clean and simple code both to call Lua from C, and to call C from Lua. This allows developers who want a convenient runtime scripting language to easily implement the basic API elements needed by the scripting language, then use Lua code from their applications. This article introduces the Lua language as a possible tool for simplifying common development tasks, and discusses some of the reasons to embed a scripting language in the first place.