Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Ah the myth of amazing software tech (Score 1) 237

winning the day. Didn't work our so well for Corel did it? Or Novel? Or Sun?

I assume you meant Novell.

Yeah, you're few good programmers will make better code, but my 100 code monkeys will make more of it.

Novell isn't really a good example. Starting in the late 90's, they began laying off employees in the states and replacing them with cheap labor in Bangalore. That didn't work out so well.

Especially telling was a blog post by then-CTO Jeff Jaffe sometime around 2008, where he talked about the superior quality of Novell's software. Only problem was that quality had been steadily declining for the past ten or so years. The comments section was full of Novell customers telling the CTO that he was full of shit.

Jaffe was fired (er, resigned) a year or so later, so that blog post is long-gone. Fortunately, the wayback machine has a copy.

Moon

Hubble To Use the Moon To View Transit of Venus 37

astroengine writes "As we recently discussed, on June 5 or 6 this year — the exact time and date depends on where you are in the world — Venus will be visible as a small black circle crossing the disk of the sun. Usually, the Hubble Space Telescope would have no business observing this event — the sun is too close for its optics. But plans are afoot for Hubble to observe the reflected sunlight bouncing off the lunar surface during the transit. As the sunlight will pass through the Venusian atmosphere, the transit will provide invaluable spectroscopic data about Venus' atmospheric composition. This, in turn, will help astronomers in characterizing the atmospheres of planets orbiting other stars."
Entertainment

Submission + - Running Apps from the Dashboard: A Good Idea? (blogspot.com)

An anonymous reader writes: I guess is was inevitable, now that BMW is letting you view and make tweets from behind the wheel, but is it really a good idea to let people run smartphone apps from their dashboard monitor? I guess for navigation you could run your favorite map-app there, but there is nothing to stop people from running other apps on their dashbaord too. It might be better than texting from the handset, but I'm not sure I want people playing Angry Birds while they drive.
Security

Submission + - Symantec: More Malware on Religious Sites Than Porn Sites (esecurityplanet.com) 1

kongshem writes: "According to Symantec's annual Internet Security Threat Report, religious and ideological websites have far more security threats per infected site than adult/pornographic sites. Why is that? Symantec's theory: "We hypothesize that this is because pornographic Web site owners already make money from the Internet and, as a result, have a vested interested in keeping their sites malware-free — it's not good for repeat business,""
Science

Submission + - Brain Scan Can Predict Math Mistakes (itworld.com)

itwbennett writes: "Computer Science Ph.D. candidate Federico Cirett says that he can predict with 80 percent accuracy when someone is about to make a mistake on a math question. Using an EEG machine, Cirett can identify the patterns in a volunteer's thinking that are likely to result in an error 20 seconds or so before it's made. 'If we can detect when they are going to fail, maybe we can change the text or switch the question to give them another one at a different level of difficulty, but also to keep them engaged,' Cirett said. 'Brain wave data is the nearest thing we have to really know when the students are having problems.' He will present a paper on his findings at the User Modeling, Adaptation and Personalization conference in July."
Privacy

Submission + - Europe agrees to send airline passenger data to US (computerworlduk.com) 1

Qedward writes: The European Parliament has approved the controversial data transfer agreement, the bilateral PNR (passenger name register), with the US which requires European airlines to pass on passenger information, including name, contact details, payment data, itinerary, email and phone numbers to the Department of Homeland Security.

Under the new agreement, PNR data will be "depersonalised" after six months and would be moved into a "dormant database" after five years. However the information would still be held for a further 15 years before being fully "anonymised".

The PNR data will be stored in the US's Automated Targeting System (ATS). ATS is used to improve the collection, use, analysis, and dissemination of information that is gathered for the primary purpose of targeting, identifying, and preventing potential terrorists and terrorist weapons from entering the US...

Comment Not a surprise... (Score 1) 247

The story yesterday said that they were having a problem with certificate validation. The routine they were using to validate certificate expiration must not have been able to handle the leap year. I wonder what non-standard API they were using to process the expiration date. That reminds me of another article that I read yesterday.

Comment Re:Dear Customers... (Score 1) 219

With RSA doing the keyfill at point of manufacture, the customer just needs to load the seed file for the entire batch onto their authentication server and then hand out the token

Don't forget that the tokens also expire every couple of years. If it customers were able to load a new seed themselves, then they wouldn't need to purchase new ones as often.

Comment Bug Free Code (Score 1) 314

Interesting article, especially this little snippet:

re: surprise at lack of QA or automated unit tests — “most engineers are capable of writing bug-free code. it’s just that they don’t have an incentive to do so at most companies. when there’s a QA department, it’s easy to just throw it over to them to find the errors.” [EDIT: please note that this was subjective opinion, I chose to include it in this post because of the stark contrast that this draws with standard development practice at other companies]

This guy's obviously fresh out of college. It would be interesting to hear from someone with a little more real-world experience.

Cellphones

Why Android Is the New Windows 424

An anonymous reader writes "Windows' dominance of the PC market has been good in many ways: reduced hardware costs, increased IT literacy and a standard development platform to name a few. Perhaps Android will bring similar benefits. But unless Google are very careful, it is likely to bring some of the same problems, too."
Classic Games (Games)

Pac-Man's Ghost Behavior Algorithms 194

An anonymous reader writes "This article has a very interesting description of the algorithms behind the ghosts in Pac-Man. I had no idea about most of this information, but that's probably because it's difficult to study the ghosts when I die every 30 seconds. Quoting: 'The ghosts are always in one of three possible modes: Chase, Scatter, or Frightened. The "normal" mode with the ghosts pursuing Pac-Man is Chase, and this is the one that they spend most of their time in. While in Chase mode, all of the ghosts use Pac-Man's position as a factor in selecting their target tile, though it is more significant to some ghosts than others. In Scatter mode, each ghost has a fixed target tile, each of which is located just outside a different corner of the maze. This causes the four ghosts to disperse to the corners whenever they are in this mode. Frightened mode is unique because the ghosts do not have a specific target tile while in this mode. Instead, they pseudorandomly decide which turns to make at every intersection.'"

Comment Re:Security (Score 1) 338

If it were, say, a private company producing this product, wouldn't they have subjected it to the normal quality control processes in software companies...

But what exactly is that process? The QA process can vary widely from company to company and product to product.

There are several factors that can influence the quality of QA:

How important is the product to the team/company/manager and middle-managers involved?

Is the QA team responsible for more than one product? If so, which product is given the most priority?

Is the QA team staffed to adequately test each product assigned to them?

What is the individual skill and experience level of each team member? Does anyone on the team have experience finding and testing for security vulnerabilities?

Does the company actually have a qualified "in house security specialist"? How involved is he/she in the product design and QA process? Such a specialist should review and approve both the initial product design and the test plan.

How much testing goes into each release? IE: Does the team perform a full regression (re-executing the entire test plan, which can take weeks or months), or do they focus their efforts only around the new features that were added, potentially missing bugs that may arise due to an unanticipated affects that new features might have on other components in the system?

Commercial software companies often ship products with serious security flaws, in spite of the reasons you listed. Some products receive through testing and others don't. It doesn't matter much whether or not the product is a commercial offering.

Slashdot Top Deals

Save the whales. Collect the whole set.

Working...