Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Opera! (Score 5, Informative) 261

Has no-one else yet commented to point out that Opera has run plugins in a separate process for years now? Then I guess I have to.

Not to minimize the accomplishments of the Firefox developers, I mean, and getting this feature to the Firefox userbase is valuable in and of itself, and so on. But there is precedent.

Comment Oh wait. (Score 1) 271

I thought "standard 97-button controller" was the sacrastic reference to a keyboard. (Yes, it's usually at least 101. Brain and brain, what is brain?) I actually rather despise the console controllers with like eight different directional widgets and a spray of alphabetic buttons and twelve different trigger/shoulder/undercarriage controls. And this is slashdot, so I can't change my vote.

Submission + - Programmers Need To Learn Statistics (zedshaw.com) 2

David Gerard writes: "Zed Shaw writes an impassioned plea to programmers: Programmers Need To Learn Statistics Or I Will Kill Them All. "I go insane when I hear programmers talking about statistics like they know shit when it’s clearly obvious they do not. I’ve been studying it for years and years and still don’t think I know anything. This article is my call for all programmers to finally learn enough about statistics to at least know they don’t know shit. I have no idea why, but their confidence in their lacking knowledge is only surpassed by their lack of confidence in their personal appearance.""

Comment Re:worst shortcomings are usually crappy stories (Score 1) 241

The system used in the roguelike Linley's Dungeon Crawl (and its currently-maintained fork, Stone Soup) mostly takes care of that: when you get XP, you also get an equal number skill points; whenever an action practices a skill, some number of points from that skill pool are transferred into the skill, and eventually the skill levels up. If the pool is empty, you don't gain skill. (Also, in the skill screen, skills can be set to not be actively practiced, which greatly reduces the skill points consumed by using them; this is for things like if you're using a given type of weapon but don't plan on specializing in it.)

In practice, there's still some incidence of "victory dancing" --- after a big kill, standing around repeatedly casting some spell to make sure that the points go into some particular magic skill(s) --- but not much, and because the points would have gone into something useful anyway, it's more a question of whether the player actually wants to do that kind of powergaming.

Comment Re:It's Comcastic (Score 1) 281

inet6 addr: fe80::***:****:****:****/64 Scope:Link

No need to redact that. It's a link-local, non-routable address []

The lower 64 bits almost certainly contain the interface's MAC address; while it's not as bad as a globally reachable network address, some people still might not want to post it openly on /.

Comment Re:2^13? (Score 2, Insightful) 175

The idea is that programs are written in a heavily restricted subset of x86 that can be proven safe, where "safe" here basically boils down to not being able to make system calls or otherwise interact with the world without going through the sandbox library. The program might still be compromised by a third party if it's badly written, but then the attacker won't be able to escape the sandbox either.

Slashdot Top Deals

Things are not as simple as they seems at first. - Edward Thorp

Working...