Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:I installed the latest OO, definitely not a thr (Score 2, Informative) 467

I have a program that generates CSV output, for import into a spreadsheet. Open Office Calc creates the sheet I expect (slowly but correct). However, Excel sees it fit to mess op the data; it arbitrarily breaks long lines mid-field, creating a mess that requires more time to clean up than waiting for OOo to import correctly.

N.B. OOo suffices for most of my business correspondence; I prefer (La)TeX/LyX for the more scientific documents.

Comment Re:What about Betas? (Score 1) 362

I assume the consumer does not have to pay to be part of a beta test program. Consumer protection law in my country (.nl) takes the price paid for the product into account when determining how much quality a "reasonable consumer" might expect. There is no need for a computer game to be perfect, as long as it is playable. Our judges are likely to handle "paid beta" software as any other paid for software: It should work, for reasonable definitions of work.

Comment What about the "block errors"? (Score 4, Informative) 257

Most of the storage media in common use (disks, tapes, CD/DVD-R) already do use ECC at sector of block level and will fix "single bit" errors at firmware level transparently. What is more of an issue at application level are "missing block" errors; when the low-level ECC fails and the storage device signals "unreadable sector" and one or more blocks of data are lost.

Off course this can be fixed by "block redundancy" (like RAID does), "block recovery checksums" or old-fashioned backups.

Comment Re:Not very Agile (Score 1) 193

Agile works for software because it is cheap to redesign software and also cheap to do a few test runs. Building a rocket, filling it with fuel and then see whether it flies or explodes is expensive when you talk about the size needed for manned spacecraft. It is more or less the same for Boeing and Airbus who spend years and years designing before they start building their first full scale planes for test flights. We're talking planes that cost over $100 million each, not something you like to throw away on a test.

Comment Re:GPL Violation? (Score 1) 336

How do you upgrade Android? Do you get a single firmware image from Google containing both the Linux kernel and the Google apps? If it is a single firmware image the GPL says that the full image should be distributable under the GPL. Denying someone the right to remix it would be a GPL violation!

Comment Re:Wonder when MS, IBM and others will publish? (Score 1) 79

What I heard from a Coverity employee doing a presentation is that the best closed source/commercial projects score as good as the best Open Source projects; bad commercial projects do as bad as bad Open Source projects.

In other words, the variation in both categories is so big (more than a factor 10!) that one can not say either side is better with statistical relevance.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...