Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Android

Submission + - Why Google Choosing Arduino Matters (makezine.com) 1

ptorrone writes: "Earlier this week at Google I/O, Google announced the Android Open Accessory kit which uses the open source hardware platform, Arduino. MAKE magazine has an in-depth article about why Google choosing the Arduino matters, why Google picked Arduino and some predictions about what's next for Apple's "Made for iPod" as well and what Microsoft/Nokia/Skype should do to keep up."
Iphone

Submission + - Apple Hints NFC Chips Might Come To iPhones, iPads 1

An anonymous reader writes: The smartphone seems to be well on its way to becoming the next wallet; and Apple could be pushing that movement along. Reports from several outlets suggest the Cupertino, Calif.-based electronics giant has plans to put a near-field communications chip in the next versions of the iPhone and iPad for contactless payments technology. The latest report, from blog Apple Insider, says Apple's has put up two job postings for two global payment platforms managers.
Microsoft

Submission + - New Critical Bug in All Current Windows Versions (threatpost.com)

Trailrunner7 writes: Microsoft is warning its users about a dangerous flaw in the way that Windows handles certain MHTML operations, which could allow an attacker to run code on vulnerable machines. The bug affects all of the current versions of Windows, from XP up through Windows 7 and Windows Server 2008.

Microsoft issued an advisory about the MHTML vulnerability, which has been discussed among security researchers in recent days. There is some exploit code available for the bug, as well. In addition to the advisory, Microsoft has released a FixIt tool, which helps mitigate attacks against the vulnerability in Windows.

Comment Recompression is not the same as compression (Score 1) 378

The Google Code page for Webp makes grand claims that Webp is better than JPEG and JPEG2000 at compressing images, and then points to a study that compares the three methods by having each recompress an image that is already JPEG-compressed. Recompressing a previously-lossily-compressed image is a rather different task than compressed an original image.

It is unclear to me how quality was measured for all the graphs in the study -- was quality measured against the original image? I doubt that -- the images were harvested from Flickr, so the original (pre-JPEG-compression) aren't likely to be available. Instead, the quality was measured against the decompressed images, which have been blurred by the JPEG process.

If one wants to take one's collection of JPEG-compressed images and compress them further, without losing quality, one should decode the Huffman-encoded stream and re-encode using an arithmetic coder. One will save about 10% of the filesize without losing any quality at all. The Q coder is specified in the JPEG standard, so this can be done in a standards-compliant way, though no web browser supports that (which is a problem Webp also has).

Comment Re:Industry Standard (Score 3, Informative) 348

"People don't want bug fixes, they want new features and bells and whistles instead."

I remember that interview: Bill Gates was asserting that people won't pay for bug fixes, but only for new bells and whistles. And he's right! People expect software with no bugs and they expect that the inevitable bugs will be fixed for free. The big problem, of course, is that Microsoft put new bells and whistles at a higher priority than bug fixes since they get paid for the former but do the latter for free.

Firefox

Submission + - Breakthroughs in HTML Audio & JavaScript (vocamus.net)

jamienk writes: Imagine if you could grab and manipulate audio with JavaScript just like you can images with canvas... Firefox experimental builds let you do just that: crazy audio visualizations, a graphic equalizer, even text-to-speech, all in JavaScript! Work in progress, you need a special build of Firefox (videos available), being worked on via W3C. Weren't people just saying that Firefox doesn't innovate?

Submission + - Israel repeals iPad ban (haaretz.com)

SillySilly writes: "The ban has been lifted: The Communications Ministry announced Saturday evening that starting Sunday it will allow Apple's iPad tablet computer into the country, following two weeks of confiscations and confusion."

Comment Everything is R&D to a software company (Score 2) 580

For software companies, not just Microsoft, there is almost no cost associated with manufacturing and distribution. The cost of developing the software, however, is real and is accrued before the software ships, hence it is accounted for as "Research and Development." Microsoft's "billions of dollars" of R&D is really Microsoft's labor costs -- the programmers who write the code. I suspect that actual real research is a small portion of that sum.

Comment Re:3 years (Score 1) 148

This "war is good for technology" meme is complete hogwash. And has been throughout recorded history.

Unfortunately, this meme is not complete hogwash, but not because war is somehow inherently good.

The reason that war has coincided with many advances is that during war there is a concentration of investment into research and development. Whenever there is such a concentration, results follow. See for example all of the technology that came out of the space program.

Slashdot Top Deals

Nobody's gonna believe that computers are intelligent until they start coming in late and lying about it.

Working...