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

 



Forgot your password?
typodupeerror
×
Security

Submission + - Securing a PC when others have physical access?

An anonymous reader writes: I will be going to college next year and I am concerned about room-mates and other random people having physical access to my computer and viewing/copying my data or putting remote access trojans on it while I am away. I am running Windows XP for software development purposes (and lets be honest, games :-)) and I know that running Windows is a problem but at this point I don't think it can be avoided. I will of course have anti-virus and firewall software but what is the next step? Thank you for reading!
Supercomputing

Submission + - Quantum Computer to launch next week

judgecorp writes: "D-Wave Systems of British Columbia is all set to demonstrate a quantum computer. Simple devices have been built in the lab before, and this is still a prototype, but it is a commercial project which aims to get quantum devices into computer rooms, solving tricky problems — and cracking all our codes. Most quantum computers have to be isolated from the outside world (look at them and they stop working). This one is an "adiabatic" quantum computer — which means (in theory, says D-Wave) it can live with thermal noise and give results without having to be isolated. There's a description of it here — and pretty pictures too."

Comment Re:Fundimental lack of understanding of databases (Score 1) 527

For the 37000th time. I never said a word about emulating any PostgreSQL features in PHP. The emulation comment was completely MySQL-related to get around a limitation that when you use prepared statements MySQL doesn't use the query cache. If you application can benefit from the query cache, then PHP has an option to emulate prepare/execute in PDO. You are reading a half-baked second-hand account of a talk I gave.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...