Forgot your password?

typodupeerror

Comment: Re:FAIL + FAIL = FAIL (Score 1) 121

by ptaff (#37539660) Attached to: Intel Drops MeeGo

Netscape failed. Then we got Firefox out of that failing project.

Chrome could get a noticeable part of the market-share and mind-share when there was too many web browsers already (MSIE, Firefox-and-XUL-brothers, Safari-and-KHTML-brothers, Opera).

It's not impossible that Tizen finds a niche large enough to become the libre software platform we all want; Android future doesn't seem promising, freedom-wise.

Comment: Re:Nerds have no clue (Score 2) 69

by ptaff (#37457016) Attached to: Mozilla Lightning Calendar Nears 1.0

It's not as if there aren't words in the language which are related to calendar, from which to make a descriptive product name. How about "Mozailla Calendar"?

Yeah, much better in the proprietary world. As if Acrobat, Distiller, Excel, Skype, DreamWeaver, Outlook, Cubase, Visio, Shazam, Symphony were so out-of-this-world that they could not find any english words related to their functionality to name them.

People know that a Honda Civic is a car (and not toothpaste nor cooking oil nor guitar amplifier) even though the name has no relationship whatsoever with transportation.

Google

Google Releases WebP->

Submitted by Anonymous Coward
An anonymous reader writes "Google has released WebP, a lossy image format based on the image encoding used by VP8 (the video codec used in Google's WebM video format) to compress keyframes. According to the FAQ, WebP achieves an average 39% more compression than JPEG and JPEG 2000. A gallery on the WebP homepage has a selection of images which compare the original JPEG image with the WebP encoded image shown as a PNG. There's no information available yet on which browsers will support the WebP image format but I imagine it will be all the browsers which currently have native WebM support — Firefox, Chrome, and Opera."
Link to Original Source
Programming

Sorting Algorithm Breaks Giga-sort Barrier-> 2

Submitted by Anonymous Coward
An anonymous reader writes "Researchers at the University of Virginia have recently open sourced an algorithm capable of sorting at a rate of one billion (integer) keys per second using a GPU. Although GPUs are often assumed to be poorly suited for algorithms like sorting, their results are several times faster than the best known CPU-based sorting implementations."
Link to Original Source
Programming

Sorting Algorithms — Boring Until You Add Sound 118

Posted by Soulskill
from the bloop-bleep-bloop dept.
An anonymous reader writes "Anyone who's ever taken a programming course or tried to learn how to code out of a book will have come across sorting algorithms. Bubble, heap, merge — there's a long list of methods for sorting data. The subject matter is fairly dry. Thankfully, someone has found a way to not only make sorting more interesting, but easier to remember and understand, too."

If God had intended Man to Walk, He would have given him Feet.

Working...