Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re: Your Results Will Vary (Score 1) 241

I did Computer Science at Edinburgh University as my first degree, and it was very academic and non-vocational. Employers often criticised our syllabus as being irrelevant, but if I'd spent my university years learning Java, I wouldn't be doing what I am today. (Private enterprise development work on a hopefully-revolutionary natural language processing application.) University should teach you as much as possible to open your potential. The US system may be broken, but that is not a direct consequence of having an academic focus, more on politics and economics.

Comment I, in turn, disagree (Score 2) 241

The big thing holding back computing is that computer programmers tend to think only in terms of algorithmics, and not in terms of (mathematical) computation. Computation in mathematics allows all sorts of funky stuff, and the only area where it is commonly applied is in vector manipulation. Applying matrices to matrices to matrices allows us to create infinite combinations of reusable transforms, which can then be applied to all the vertices in a 3D model at a low cost. Applying a series of algorithmic procedures to manipulate the same data would be unworkably slow. Algothmic programming results in lots of unintended interactions, and hard-to-track phantom bugs in the code. Computation is harder to start with, but it scales so much better and results in much more stable projects.

Comment Re:Some people are jerks (Score 1) 362

I will get flamed for this. Before I say it, by-no-means I'm I denying this conduct happens, but how many of these women wanted to be sexually involved with a male or even female in the field, then felt ashamed or embarrassment over what they've done?

The data comes from a specific survey, not a register of reported incidents. People may lie in the workplace to cover their backs and protect their egos, but there is no motivation to do so in a confidential study.

Comment Re:Questionable? (Score 1) 83

... but unless the law in question specifically says that it only protects US citizens, then it applies to everyone.

Even then, international treaties may force the issue. Do personality rights fall under copyrights? If so, The Berne Convention would forbid favourable treatment to US citizens over foreigners.

Comment Re: Not France vs US (Score 1) 309

Perhaps. But personally I find that Amazon has made books way more accessible to me than 20 years ago. The town I grew up in didn't even have a book store. The closest thing was the mass market paperbacks you could find at the department stores and pharmacies. Now you can get just about any book you want delivered to your door in a few days. And often below cover price. If publishers want to compete with piracy, they need to make it more convenient for people to get the books they want, at the price they want.

You're conflating two radically different things here: price and convenience. If Amazon was literally the same price as everywhere else, it would still be competitive on range, stock levels and ease of access. In your example, cost is asecondary issue to the range of material otherwise available to you. Don't pretend the two things are related.

Comment Re:Incredibly short life? (Score 1) 145

"Supercomputers" change over time, and eventually become "computers". Actually, that's slightly unfair, otherwise this would be scrapped and they'd be using stock PC components instead. Supercomputing is about parallelism as well as raw power, and the limit on supercomputing expertise is the low number of people with exposure to parallel computing. This news is probably not going to have much effect in the immediate term (Amazon et al have supercomputers for rent) but will give the researchers a bit more freedom to experiment with the tools in order to learn better how to use them.

Slashdot Top Deals

Everything should be made as simple as possible, but not simpler. -- Albert Einstein

Working...