Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Monthly Archive:: January 2010

Atomthreads Open Source RTOS Released

"Atomthreads is a free, lightweight, portable, real-time scheduler for embedded systems. It is released under the flexible, open source BSD license and is free to use for commercial or educational purposes without restriction. It is targeted at systems that need only a scheduler and the usual RTOS primitives. No file system, IP stack or device drivers are included, but developers can bolt on their own as required. Atomthreads will always be a small number of C files which are easy to port to any platforms that require threading by adding a simple architecture-specific file."

Holiday Cheer Gives Apple Some Eye-Popping Earnings

"Today, Apple announced that the holiday season brought booming sales to most of its product lines, the lone exception being the iPod. Although the music players declined slightly to 21 million units from the year before, Mac sales shot up by 33 percent to 3.36 million, while iPhone sales doubled, hitting 8.7 million. Those sales, plus changes to accounting rules, helped the company book $3.38 billion dollars in profits."

Syllable Desktop Gets OpenSSH Server

After many years of trying by several people, Kaj de Vos collected their hints and got the server part of OpenSSH to work. The integration into Syllable Desktop is based on earlier integration into Syllable Server of the system configuration needed for the OpenSSH server. Kristian Van Der Vliet implemented the socketpair function in Syllable 0.6.6 to support OpenSSH, although this currently still needs to be disabled. Michael Pavone and Adam Kirchhoff supplied and tested several more options that need to be disabled to get the server running and stable.

Mozilla Explains Why it Doesn’t License h264

This week, both YouTube and Vimeo opened up beta offerings using HTML5 video instead of Flash to bring video content to users. Both of them chose to use the h264 codec, which meant that only Safari and Chrome can play these videos, since firefox doesn't license the h264 codec. Mike Shaver, Mozilla's vice president of engineering, explained on his blog why Mozilla doesn't license the h264 codec.

75% of Linux Code Written by Paid Developers

LWN.net founder and kernel contributor Jonathan Corbet offered an analysis of the code contributed to the Linux kernel between December 24 2008 and January 10 2010. 18% of contributions were made without a specific corporate affiliation, 7% weren't classified, and 75% were from people working for specific companies in roles where developing that code was a major requirement. "75% of the code comes from people paid to do it," Corbet said.

AMD Reaches Profitability for the First Time in Years

AMD has reached profitability for the first time in three years during the fourth quarter of 2009, benefiting from a legal settlement with Intel and a change in its business model. The company reported net income of USD 1.18 billion during the quarter that ended on Dec. 26, an improvement over the loss of USD 1.44 billion it reported in the fourth quarter of 2008. The company reported diluted earnings per share of USD 1.52.

Judge Reduces USD 1.92m P2P Fine by 97% to USD 54000

Like many of you, I kind of lost my faith in the US justice system (when it comes to piracy cases) when a judge awarded USD 1.92 million in damages for downloading 24 songs in the Jammie Thomas-Rasset case. At the same time, also like many of you, I was very pleased with the outcome of the OiNK case in the United Kingdom last week. As it turns out, some of my faith in the US system has been restored: the USD 1.92 fine has been reduced by 97%, to a mere USD 54000.

Apple’s Tablet, Cube-Shaped?

It's the most hyped device of the moment, a device that nobody has laid eyes on without an NDA death-grip. While rumour and speculation escalate (sometimes giving way to apathy), little has leaked out of Cupertino. But nobody seems to be asking whether this tablet thing will be successful or not.

Google Sees Fourth-Quarter Revenue, Earnings Rise

"With the economy beginning to show signs of a recovery, Google's growth continued in the fourth quarter as the company beat analyst estimates and saw revenue rise 17 percent from a year ago on strong ad sales. Revenue for the quarter ended December 31, excluding traffic acquisition costs, was $4.95 billion, slightly higher than the $4.92 billion analysts were expecting. Including those costs, Google posted total revenue of $6.67 billion. Earnings were $2.19 billion, or $6.79 a share, excluding stock-based compensation and other costs. That was higher than the analyst expectations of earnings per share of $6.50, and up from year-ago earnings of $1.62 billion, or $5.10 per share. Including all costs, earnings were $1.97 billion, or $6.13 a share, compared with $381 million, or $1.21 a share. Traffic acquisition costs, the portion of revenue shared with Google's partners, totaled $1.72 billion and represented 27 percent of ad revenue."

MIT Creates Picture-Driven Programming for the Masses

"Computer users with rudimentary skills will be able to program via screen shots rather than lines of code with a new graphical scripting language called Sikuli that was devised at the Massachusetts Institute of Technology. With a basic understanding of Python, people can write programs that incorporate screen shots of graphical user interface elements to automate computer work."

Microsoft Fixes 8 IE Holes, Including One Used in Attacks

As promised, Microsoft released the patch that fixes the Google attack vulnerability. Seven other holes are closed off as well. "Microsoft on Thursday issued a cumulative critical patch for Internet Explorer that fixes eight vulnerabilities, including a hole targeted in the China-based attacks on Google and other U.S. companies. The security update is rated critical for all supported releases of IE 5, 6, 7, and 8, according to the advisory. The more severe vulnerabilities could allow remote code execution if a user views a malicious Web page using IE, it said."

“The Insecurity of OpenBSD”

"OpenBSD is widely touted as being 'secure by default', something often mentioned by OpenBSD advocates as an example of the security focused approach the OpenBSD project takes. Secure by default refers to the fact that the base system has been audited and considered to be free of vulnerabilities, and that only the minimal services are running by default. This approach has worked well; indeed, leading to 'Only two remote holes in the default install, in a heck of a long time!'. This is a common sense approach, and a secure default configuration should be expected of all operating systems upon an initial install. An argument often made by proponents of OpenBSD is the extensive code auditing performed on the base system to make sure no vulnerabilities are present. The goal is to produce quality code as most vulnerabilities are caused by errors in the source code. This a noble approach, and it has worked well for the OpenBSD project, with the base system having considerably less vulnerabilities than many other operating systems. Used as an indicator to gauge the security of OpenBSD however, it is worthless."

YouTube Launches HTML5 Beta, Forgets the ‘Open’ Part

Only a few days ago, we discussed the most popular YouTube feature request: HTML5 video support. Apparently, a lot of people want a version of YouTube that doesn't depend on Flash (me being one of them), and now Google has honoured their request with the HTML5 YouTube beta. Sadly, video quality needs a lot of work, and in spite of the original feature request, it's using h264 instead of Theora.