Slashdot Mirror


User: maxwell+demon

maxwell+demon's activity in the archive.

Stories
0
Comments
12,279
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12,279

  1. Re: .jobs on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    What about "steve.jobs" without "www"?

  2. Re:No one cares on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    Proposal for new TLDs:

    • .irrelevant - for all organizations nobody cares about
    • .evil - for all evil organizations
    • .argh - for all badly designed web sites
  3. Re:Who says that only those two ... on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    I guess it's not only the domain name, it was just the concrete trigger. The first time I've heard "WWF wrestling" I wondered "What does the World Wildlife Fund have to do with wrestling?"

  4. Re:Green is the new black on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    Ideally, the goal of any organization should be to make itself superfluous.

  5. Re:Green is Population Control on Rival Green Groups Bid To Snatch .eco Domain · · Score: 2, Interesting

    Historically, the most effective methods of reducing population have been illnesses and wars. Therefore we should start a world war with biological weapons. That will certainly reduce the population. :-)

  6. Re:Green is the new black on Rival Green Groups Bid To Snatch .eco Domain · · Score: 1

    Harness ocean waves. ..."Doesn't that take energy from the environment?" ...from a real Slashdotter.

    I didn't know that Slashdot now counts as a green group.

  7. Re:This may be slightly off-topic, but on Several Quantum Calculations Combined At NIST · · Score: 1

    I confess I don't like the term 'collapse' much when referring to state vectors. It has a certain negative sound to it. It seems to imply the quantum realm is somehow superior to the classical one. Like the quantum level is heavenly and things fall into our mundane world like Lucifer leaving the divine presence.

    Well, in some sense it is so. It's just not Lucifer who destroys the quantum heaven, but decoherence.

  8. Re:This may be slightly off-topic, but on Several Quantum Calculations Combined At NIST · · Score: 1

    42?

    I just tried to run Shor's algorithm on that number. The factors turned out to be 6 and 9.

  9. Re:This may be slightly off-topic, but on Several Quantum Calculations Combined At NIST · · Score: 1

    Quantum computers are good for problems where the reverse problem is easy. Take factorization: It is hard to factorize a large number, but if someone gives you two numbers and claims those are the factors, it's easy to check if they multiply to your number.

  10. Re:This may be slightly off-topic, but on Several Quantum Calculations Combined At NIST · · Score: 2, Informative

    I consider that a very bad explanation of quantum computers (and yes, I work in the field of quantum information, so I know quite well about it). Nothing against many-worlds, but using it to explain a quantum computer is IMHO misplaced. The working of quantum computers is "interpretation-invariant" and adding many-worlds here only muddles the waters.

    Even the usual statement that a qubit is "at the same time 0 and 1", while in some sense true, isn't really helpful. Indeed, a single qubit can be modeled by direction in three-dimensional space (for most implementations it's an abstract space, but if you use the spin of spin-1/2-particles to represent the qubit, then those directions are literally the directions of real space). Operations on a single qubit (other than measurement, which is special) are just rotations in that space. Where the power of quantum computing comes from is entanglement: If you have several quantum systems, the states they can assume are more than just "the first qubit is in state X, the second qubit is in state Y". There are "entangled" states where the single qubits are in no single state, but the whole system is still in a well defined space.

    The whole point is that for classical systems (even classical analog systems), the state for the whole system is the direct sum of the states of the separate systems, while for quantum system, it's the direct product. That is, if a classical system has an n-dimensional state space, then k copies of it have an n*k-dimensional state space. That is, the size of the state space grows linearly (of course the number of states grows exponentially because every dimension gives a new factor). OTOH, for quantum systems, k copies of a system with an n-dimensional state space have an n^k-dimensional state space. That is, the dimension of the state space grows exponentially rather than linearly. Therefore it's not surprising that for some problems, you get an exponential speedup: By adding a linear amount of physical resources (qubits) you add an exponential amount of computational resources (states space dimensions).

    Now those extra dimensions can only be used in very limited ways, therefore not every problem gets an exponential speedup. At that point it should be stressed that those are state space dimensions, not real space dimensions; e.g. two classical particles in three-dimensional space have together 12 state space dimensions (for each particle 3 dimensions for position and 3 dimensions for momentum; note that the classical physics state space is usually called phase space).

  11. Sure, clouds move ... on Movable Clouds Migrate To Chase Tax Breaks · · Score: 2, Interesting

    Everyone who has ever looked at the sky know that clouds move, and change their movement if the wind changes. And if the cloud gets too big, it starts to lose water by dropping it on the ground, while small clouds tend to evaporate away completely. It's only natural that computing clouds behave the same. Just wait for the first digital thunderstorm in the cloud. And don't be too upset about the data losses.

  12. Re:For this one, RTFA on Microsoft Finally Joins HTML 5 Standard Efforts · · Score: 2, Insightful

    Indeed, I completely agree with the comment about security risks of the bb tag, and indeed consider the suggested alternative better.

  13. Re:Tactics on Iran Getting Better At Filtering Web Traffic · · Score: 1

    And the next customer is Ursula von der Leyen?

  14. Re:is it possible to do on Iran Getting Better At Filtering Web Traffic · · Score: 1

    satellite wifi, just think if there was a satellite over iran that beamed wifi and radio & television on open channels & frequencies, that will sure get the ayatollah's panties in a bunch

    Sure, because it's so damn hard for the Iran's authorities to spot satellite dishes. After all, they are only large, and have to be visible from the satellite (and therefore from air), so how would they ever be found?

  15. Re:at what point did humans turn nigger/white etc on Ten Things We Still Don't Understand About Humans · · Score: 1

    Yes. When God created us, we were all black. Then the devil came along and caused some of us to degenerate and loose colour.

    And of course, most white people try to re-gain as much color as possible. Or the sunbed wouldn't have been invented.

  16. Re:Do cleanup in the OS on Garbage Collection Algorithms Coming For SSDs · · Score: 1

    On an SSD, just writing a sector with zeros doesn't work the same as blanking the memory.

    I think you mean a sector with all ones.
    Is there a reason why the firmware couldn't detect a write of an all-ones, and treat it as command to clear the sector instead of remapping it? Note that semantically, it would still do the same thing (i.e. the next read of that sector will indeed give an all-1), and since writes of all-1 blocks are otherwise rare, it wouldn't hurt performance of normal operation.

  17. Re:The feature C++ REALLY needs. on Bjarne Stroustrup On Concepts, C++0x · · Score: 1

    Couldn't the C++ library for DOS simply indicate failure whenever the creation of a second thread is attempted?

  18. Re:BIG need to dramatize on Bjarne Stroustrup On Concepts, C++0x · · Score: 1

    Sure. And for groups who could not use OOP C++ certainly wasn't a big deal either. And for people writing single-threaded programs, removal of multithreading wouldn't be a big deal either. And I guess people programming toasters don't have any use for the standard I/O facilities of either C or C++, so why not get rid of them?

  19. Re:C++0x0A on Bjarne Stroustrup On Concepts, C++0x · · Score: 1

    What about 0xC++?

  20. Re:Bug free software would be insanely expensive! on Examining Software Liability In the Open Source Community · · Score: 2, Interesting

    Simple: Add to your specification: "The program is not intended to be run." If anyone runs it, then he's operating it outside of its specifications. Anything unforeseen therefore isn't a bug :-)

  21. Re:Sue who for what now? on Examining Software Liability In the Open Source Community · · Score: 1

    Have you ever read an EULA of proprietary software? Typically all they guarantee is that the CD you got is readable for about a month.

  22. Re:Progress ... on Windows 7 RTM Reviewed & Benchmarked · · Score: 1

    You open your document in two word processors at once if you consider the word processor to be too slow?

  23. Re:The fastest version of Windows to shut down? on Windows 7 RTM Reviewed & Benchmarked · · Score: 2, Insightful

    reboot = shutdown + boot
    So every time you reboot, you shut down.

  24. Re:Great goals on Windows 7 RTM Reviewed & Benchmarked · · Score: 1

    Option A: Bad move. It will not only forcibly end your applications, but also disable the operating system itself to cleanly shutdown. Also, it will not even give your applications a chance to shut down cleanly.

    Option B: A command? To type in the command line? I thought Windows would not need a command line! :-)
    But then, it's probably the right solution to the problem. I say "probably" because I don't knnow how the f option is implemented. If reasonable, it gives the application first a chance to terminate cleanly, and only forcibly terminates it if it didn't cleanly terminate in some reasonable time frame (say, 10 seconds).

  25. Re:Great goals on Windows 7 RTM Reviewed & Benchmarked · · Score: 1

    Let me get this straight: you not only reboot several times a day, you think it's normal.

    Looking at the poster's user name, I guess you just have been whooshed.