Slashdot Mirror


User: DamnStupidElf

DamnStupidElf's activity in the archive.

Stories
0
Comments
1,651
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,651

  1. Re:these are not pranks! on The Outing of Pranknet · · Score: 1

    It may be perfectly legal from a criminal standpoint, but you'd open yourself up to huge libel and slander lawsuits. This is actually not such a bad situation, in my opinion. The government should not be able to silence you for your speech, but if you directly harm other people with false speech they should be able to sue you for damages

  2. Re:Interesting, but... on Can We Build a Human Brain Into a Microchip? · · Score: 1

    If the rules aren't deterministic, then it's not "our" will that's free; it's some random weird effect of the universe that makes us behave in ways that we can't possibly understand or control. That doesn't sound fun to me.

  3. Re:Interesting, but... on Can We Build a Human Brain Into a Microchip? · · Score: 1

    To me it's obvious that every atom doesn't have a measurable effect in the brain. For instance we can absorb RF, walk through large magnetic fields, drink lots of alcohol, take blows to the head, have some portions of the brain removed, etc. and still manage to remain pretty normal. That means the brain is pretty redundant and obviously uses a lot of its atoms to maintain its stable state and not to actually compute.

  4. Re:Any app that cares about randomness and securit on Entropy Problems For Linux In the Cloud · · Score: 1

    The best thing about downloading random numbers from the Internet is that if you ever lose them, the server you got them from probably still has a copy.

  5. Re:Linux has a paravirtual entropy driver on Entropy Problems For Linux In the Cloud · · Score: 1

    There are two general cases that I can imagine; one is the typical cloud computing environment with a remotely hosted virtual machine on a mostly trusted host, and the second is local usage of a virtual machine on a secure system for isolation, security, or simply to run multiple operating system instances. In the former case, one doesn't know for sure whether the host system is giving high quality entropy from its own /dev/random or maybe just using /dev/zero. Since the source of randomness is ultimately untrusted, it makes sense to just use /dev/urandom as the entropy source for each virtual machine because it will be good enough for general cryptographic purposes like IV and nonce generation, and operations like key generation should be avoided.

    In the latter case where a VM is running on a fully trusted host it makes a lot of sense to give the VM direct access to the host's /dev/random. Starving the host system or other concurrently running VMs of entropy may be completely appropriate if the user needs a lot of high quality entropy in the VM they are currently working in, and not in any of the others.

    In short, I think it would be best to give users the option of choosing /dev/random or /dev/urandom as the virtual random number generator for each VM.

  6. Boot from CD with a "secure" BIOS on Bootkit Bypasses TrueCrypt Encryption · · Score: 2, Insightful

    Password protect the BIOS, disable post-boot BIOS flashing, and only boot from a CD that you carry with you at all times. That's a pretty effective way to get rid of software only attacks. Once the hardware is involved (which includes vulnerabilities that allow flashing the BIOS after it's booted or without a password), you're screwed.

  7. Re:Thanks on Alan Cox Quits As Linux TTY Maintainer — "I've Had Enough" · · Score: 1

    There is a difference between the kernel and the userspace apps. If Apple had a lot of time on their hands, they could get OS X running on a Linux kernel with great drag and drop support. Specifically, the kernel is one development team with one leader and the userspace apps that run on X (which provides a perfectly fine clipboard) are all made by independent teams with no real incentive to support perfect drag and drop.

    It's kind of like wishing you could drag and drop things from a Mac to a Windows PC.

  8. Re:Drag'n'drop on Alan Cox Quits As Linux TTY Maintainer — "I've Had Enough" · · Score: 1

    Problem: You copy an object from a web page, and its only action is "format hard disk when pasted anywhere".

  9. Re:Rational and unemotional *is* the problem. on Scientists Worry Machines May Outsmart Man · · Score: 1

    For an example of this on a smaller scale, just consider the UK health situation. The high cost of treating macular degeneration (which leads to blindness) means that in the UK, an elderly patient must be at risk of total blindness before treatment is approved. That is, you don't get treatment for the second eye until you're already blind in the first.

    Given the choice of spending money on both of an old person's eyes instead of a child's curable cancer, I know which one I'd pick. Even if it was my eyes. You may think this is a false dilemma, but in the end health care is just the knapsack problem: Given a set of treatments for people at a given value to society for a specific cost, how many of them can you pay for with a health care budget knapsack of X dollars while maximizing the total value? The problem is NP-complete even if you ignore the fact that no one knows how to assign the values accurately in the first place. But the fact remains that denying or allowing treatment to one individual directly affects the treatment options available to other individuals.

  10. Re:Finally; a solution to the problem of Humanity on Scientists Worry Machines May Outsmart Man · · Score: 1

    Humans decide what is right and wrong, so just ask humans what they think is wrong, and what they think is right. Weight their opinions based on the importance they attach to them and the opinions' logical consistency and compatibility with other opinions. Then define what is "right" is the optimal solution which produces the greatest compliance with the definitions of "right" while minimizing the existence of "wrong" situations. Utilitarianism with some measure of fairness, basically.

  11. Re:What's the big deal? on Beware the Airport Wireless · · Score: 2, Interesting

    Because someday you're going to run some program locally that for whatever reason wants to bind the 0.0.0.0 address and listen on some port. Web server, database server, chat client, p2p client, whatever. Unless you run netstat -a all the time, you don't *know* that there isn't something listening.

  12. Re:Old on Beware the Airport Wireless · · Score: 1

    Online banking is safe over HTTPS, as long as your PC can't be immediately compromised by some root hole and you don't click through the SSL warnings from the fake certificates the attacker tries to get you to accept.

  13. Re:Making the most of it on British Library Puts Oldest Surviving Bible Online · · Score: 1

    I think my point was, if your church's holy books are so ambiguous that 23,000 churches can't agree on enough common ground, then maybe the fault never lay in any of the individual churches.

  14. Re:Being an asshole makes people angry, film at 11 on Researcher Trolls MMO, Surprised When Players Hate Him · · Score: 1

    Yes, mutual cooperation works in iterated prisoner's dilemma, as opposed to real life where the first time you meet someone you say "cooperate" or "betray" and that's the end of the story until you die.

  15. Re:Being an asshole makes people angry, film at 11 on Researcher Trolls MMO, Surprised When Players Hate Him · · Score: 1

    In real life, the game iterates until you're dead (unless you're an immortal superhero in which case the game may *never* end).

    Assuming intelligent superheroes who choose the optimal strategy of tit for tat with random forgiveness, the long term trend will be toward permanent mutual cooperation.

  16. Re:Being an asshole makes people angry, film at 11 on Researcher Trolls MMO, Surprised When Players Hate Him · · Score: 1

    So very long iterated games like "real life" that take 70 years on average might benefit from mutual cooperation?

    Two players using the optimal tit for tat strategy with random forgiveness will tend toward permanent mutual cooperation as the number of iterations increases.

  17. Re:Nobody on How Heavy Is a Petabyte? · · Score: 1

    I don't want to miss out on my future planetary-mass brain, and definitely not my galactic-massed brain of the far distant future, just because of some silly 640g limit.

  18. You left out an important specification on How Heavy Is a Petabyte? · · Score: 1

    How much does all that weigh?

  19. Re:Mass!=Weight on How Heavy Is a Petabyte? · · Score: 1

    Since all the humans in a non-negligible constant acceleration field measured it to be close to g.

  20. Re:How much does a "full" HDD weigh vs. an empty H on How Heavy Is a Petabyte? · · Score: 1

    A full drive is going to weigh a bit more from all the dust that gets sucked in while filling it up. A running drive in a perfect clean room would weigh a little bit less because the air inside would warm up and have a lower density. The frame dragging effect of the rotating disk platters might affect the apparent weight a bit, too.

  21. Re:Which puts it in direct competition with ... on Can Urine Rescue Hydrogen-Powered Cars? · · Score: 1

    AC doesn't have to come from electricity. You can either pipe cold water around, or you can pipe waste steam around town and use that heat to run a heat driven refrigerator.

  22. Re:Proliferation of mobile browsers... on Is IE Usage Share Collapsing? · · Score: 2, Funny

    Car parts... mac users... yeah, I can understand the lack of Safari.

  23. Re:Making the most of it on British Library Puts Oldest Surviving Bible Online · · Score: 1

    No, it went from one Christian church to many because the original was corrupted by men who pretended to be pious while actually being athiests, pulling all sorts of nonsense (like selling salvation). If your church is run by corrupt men, you need a new church.

    Don't you mean "if your church is run by corrupt men, you need 23,000 new churches"?

  24. Re:Written Before Christianity Was PAGANIZED on British Library Puts Oldest Surviving Bible Online · · Score: 1

    Heck, why would Paul leave his life of luxury as a Jewish leader stoning Christians if he didn't experience something supernatural?

    Why would L. Ron Hubbard give up his writing career to spawn a religion?

    Rationality doesn't enter into it.

  25. Re:Being an asshole makes people angry, film at 11 on Researcher Trolls MMO, Surprised When Players Hate Him · · Score: 2, Insightful
    Heros don't hang out and chat with villains. They fight. What we have here was people that didn't actually want to play the game. They just wanted to rack up (dubious) "achievements".

    Perhaps you've heard of prisoner's dilemma? Mutual cooperation wins every time. E.g. in the Real World<TM> super heroes and super villains would join forces to do whatever they want (which would almost certainly be less than heroic but short of true villainy).