Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment 911 (Score 1) 907

It seems most of these issues with people being in dangerous or emergency situations because their car won't start could be easily solved thanks to 911. For the specific case of being in a bad neighborhood, if there isn't an immediate threat, call a taxi instead.

Comment Re:Whatever happens... (Score 2) 191

For that matter, assume the school always has full remote access to the hardware they issue to the students. Same reasoning. Don't log into personal accounts from those devices or do anything personal on them. Remember the case of the school that issued laptops to students only to spy on them with the webcams... hopefully nothing like that will happen to you, but at the same time it's prudent to keep anything the school has access to cleanly separated from your child's personal life.

Comment Re:If only Tim Sweeney could find the ZZT source! (Score 1) 72

ZZT is pretty transparent in how it operates, and all the data files have been completely disassembled (and I assume documented somewhere). In theory it shouldn't be too hard to clone it from scratch. There are several clones out there, IIRC (I think one was called z2 or something and there was one other good one), though I think most try to extend ZZT in some way and do their own thing with their own data files.

Comment Re:Python False = True (Score 1) 729

In JavaScript it is perfectly valid to make a variable called "undefined" and assign it any value you want. Of course, to its credit, any assignment on the global scope (window.undefined is defined as undefined in Chrome) is ignored and it will still have the value of undefined, so it only works inside a function. Still odd though. null, true, and false are all keywords and thus cannot be assigned to.

Comment Re:Bad business practice (Score 1) 139

To be fair it says right on the AVGN store page under System Requirements that it requires Windows. The Steam Store is a website that anyone with a browser can access, regardless of what OS they run. I wouldn't expect Newegg or Amazon, for example, to only let me buy computer hardware that is compatible with the OS I am currently browsing from.

Though if you did it through the Steam client itself I can see the confusion... it should probably warn you at checkout in that case that you would need to own a different PC in order to play your order.

Currently I think the only warning is shown when you launch the game, and your hardware requirements don't seem to match up with the game's. In the cast of most hardware requirements the Steam Store can't tell while you're web browsing, but it can see your OS so they could check it earlier for that factor.

In the future you can use this page to browse Mac games on Steam.

Comment Re:Why not a master password for the PW manager? (Score 3, Informative) 113

Chrome already encrypts your data (on Windows at least) using your Windows login credentials using the Crypto API. If the user is not logged in, the passwords are impossible to read. If the user is logged in, all it takes is an API call run by that user to decrypt them, no reauthentication necessary (and this is why you lock your PC when you walk away). I think it is a very usable solution to the "but I save passwords to avoid remembering passwords, I don't want a master password" problem, but still keeping things secure.

I think cookies are encrypted now, too.

Comment "Limitations on proxy support"? (Score 2) 80

I assume they mean that it hooks into the OS-level proxy settings. That is a good thing, I hate configuring my proxy settings over and over and over for every application when the OS already has a setting for it.

But it isn't a limitation, last I checked there was a command line parameter for forcing use of a proxy. So just make a launcher app that forces Chrome to use Tor. You should be able to even launch a Tor-using Chrome side-by-side with a non-Tor Chrome if you set it up right (using --user-data-dir to make a new Chrome profile and instance instead of using a local user profile and instance).

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...