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

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 30 declined, 6 accepted (36 total, 16.67% accepted)

×
Security

Submission + - Apple gives out user's ID without verification (nyud.net)

Max Romantschuk writes: "Marko Karppinen just had his Apple ID password stolen (Coral Cache link), by someone who sent a ridiculously poorly crafted social engineering attack to Apple saying:

am forget my password of mac,did you give me password on new email marko.[redacted]@yahoo.com

While Marko was able to regain control of his account using his security question, all information stored in his account has now been compromised. Apple seems to be doing OK financially these days, so can't they afford even basic training to their support staff? Apple has yet to respond."

Government

Submission + - Why Vladimir Putin is Time's Person of the Year (time.com)

Max Romantschuk writes: "When I first heard that Time had chosen Vladimir Putin as their Person of the Year 2007 I was rather surprised. OK, let's face it, I thought the editors at Time were smoking crack. It seems Time anticipated such a reaction, and put up a rather compelling argument explaining: Why We Chose Putin. And despite the fact that Russian democracy is beginning to look very different from what we would label as democracy in the west, I'm surprised to find myself siding with Time. Maybe choosing order over freedom really makes sense some times?"
Power

Submission + - Paper-thin Carbon Nanotube Battery on the Horizon (physorg.com)

Max Romantschuk writes: "As reported by the Inquirer: "Researchers at Rensselaer Polytechnic Institute have nanoengineered a flexible paper thin battery. According to Physorg, the battery is lightweight, ultra thin and completely bendy." This should have interesting applications... I already want to wrap it around my bicycle frame to power my lighting setup. Or how about combining it with flexible electronics and e-paper? As mentioned, there's more on the nano-paper battery at Physorg."
Input Devices

Submission + - InfiniTouch: Rugged and Simple Touch Screens?

Max Romantschuk writes: "A new touch screen technology from QSI corporation called InfiniTouch looks like it could have real potential. Labeled as "force panel technology", it employs simple force sensors attached to the corners of any rigid surface. By calculating the force difference amongst the sensors the origin of the touch input can be determined, on both the X, Y and Z axis. There's a neat video demonstration showing the tech in action, including a touch sensitive panel with water running over it. Note: The site unfortunately requires Flash."
Music

Submission + - An open letter to Steve Jobs: Drop DRM in iTunes.

Max Romantschuk writes: "In the wake of the recent EU stance on digital music and consumer lock-in, political pressure finally seems to be building up against DRM. Steve Jobs even claimed that he prefers DRM-free music. The EFF's DefectiveByDesign.org campaign has written an open letter to Steve Jobs. This excerpt pretty much sums it up: "It has been three weeks now since you published your pledge to drop DRM, and there have been many responses from commentators who have outlined actions you could take to back up your words. The fact that you have not taken any action leads us to ask the question: How genuine is your pledge?"

Help the EFF fight DRM. Sign the letter and let Mr Reality Distortion Field know that you care about DRM-free music."
Programming

Submission + - Auto-parallelizing compiler from Codeplay

Max Romantschuk writes: "Parallelization of code is a very tricky thing. We've all heard of the challeges with Cell, and with dual and quad core pocessors this is becoming an ever more important issue to deal with. The Inquirer writes about a new auto-parallelizing compiler called Sieve from Codeplay: What Sieve is is a C++ compiler that will take a section of code and parallelize it for you with a minimum hassle. All you really need to do is take the code you want to run across multiple CPUs and put beginning and end tags on the parts you want to run in parallel.

Is this the Silver Bullet of parallelization? There's more info on Sieve on Codeplay's site."
Programming

Submission + - Automagic parallelization with Codeplay Sieve C++

Max Romantschuk writes: "From an article in the Inquirer:

What Sieve is is a C++ compiler that will take a section of code and parallelize it for you with a minimum hassle. All you really need to do is take the code you want to run across multiple CPUs and put beginning and end tags on the parts you want to run in parallel.
Is this the Silver Bullet of parallelization? There's more info on Sieve on Codeplay's site."
Graphics

Submission + - Prospects of the CPU+GPU combo?

Max Romantschuk writes: "NVIDIA has apparently confirmed they are working on an x86 CPU with integrated graphics. The target market seems to be OEM:s, but what other prospects could a solution like this have? Given recent development with projects like Folding@Home's GPU client it can't help but make you wonder about the possibilities of a CPU with an integrated GPU. Things like video encoding and decoding, audio processing and other applications could benefit a lot from a low latency CPU+GPU combo. What if you could put multiple chips like these in one machine? With AMD+ATI and Intel's own integrated graphics, will basic GPU functionality be integrated in all CPU's eventually? Will dedicated graphics cards become a niche product for enthusiasts and pros, like audio cards already largely have?"

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...