Live data from Hacker News

Viewing profile — NZGumboot

NZGumboot

HN member
Joined
Wed, Aug 18, 2010, 2:54 PM UTC
HN karma
40
Public activity
21 items

About NZGumboot

No profile information was provided.

Recent public activity

  1. comment
    Comment #38037287

    Not exactly. First, a GPU can't run a pixel shader against EVERY pixel simultaneously. A typical screen might have about two million pixels, while GPUs max out at a few thousand co…

  2. comment
    Comment #38037166

    Yes, the color of every pixel is ultimately determined by a shader program, but as you might expect it's more complicated then that. There is what is referred to as a graphics pipe…

  3. comment
    Comment #28926411

    You're right that there could be multiple things which separately explain the things that dark matter explains (not just the two you listed, but the others as well: gravitational l…

  4. comment
    Comment #27285685

    You're right. The Big Bang theory really only concerns itself with what happens starting at around 10^−43 seconds after the presumed singularity that started the universe. That pre…

  5. comment
    Comment #27070544

    No, the Rayleigh Criterion is still correct, you just have to consider the "aperture size" to be the size of the combined multi-telescope device (which would be the size of the Ear…

  6. comment
    Comment #25413155

    I totally agree that lockdowns are super expensive, and should only be used as a last resort, but I think you're missing the purpose of lockdowns. The purpose is not to save the li…

  7. comment
    Comment #24467077

    If you include the ejected mass, then momentum is conserved in that system. The ejected mass goes one way, the rocket goes the other. The momentum of the rocket is equal and opposi…

  8. comment
    Comment #24467032

    The force cannot possibly depend on the drive's kinetic energy, because the kinetic energy is based on the velocity, which is relative to the frame of reference you use to measure …

  9. comment
    Comment #24466965

    When you do the math, in order to extract infinite free energy as per OP's argument, you have to get the drive up to a certain speed (think of a y=x line intersecting with a y=x^2 …

  10. comment
    Comment #22920369

    It's pretty simple. You can use the known laws of gravitation and the visible distribution of matter in a galaxy to predict how fast stars at the edge of the galaxy should move. Bu…

  11. comment
    Comment #20531875

    Not really floating, since that implies a certain freedom of movement that atoms in a solid don't have. But otherwise you are correct, since each electron is a tiny magnet (protons…

  12. comment
    Comment #19364116

    Free protons (protons outside of an atom) have never been observed to decay. Protons inside a nucleus can of course decay, see: https://en.wikipedia.org/wiki/Positron_emission

  13. comment
    Comment #11486153

    Outside of Earth orbit, space objects become incredibly rare, and outside the solar system they are rarer still. There are much bigger problems to worry about, believe me. By the w…

  14. comment
    Comment #11485129

    That's a good point, but the fact that all Turing machines are equivalent (and the fact that the equivalence is purely mathematical, and does not rely on any laws physics) implies …

  15. comment
    Comment #11477334

    You're assuming that movement properties are special, and that non-movement properties don't affect the environment until they are collapsed. This is not the case -- quantum mechan…

  16. comment
    Comment #11476675

    >Things in superpositions only becoming "set" after observation... that is just lazy evaluation. It's fun to think about. Lazy evaluation is generally used to defer some expensive …

  17. comment
    Comment #11309104

    I'm not an astronomer, so don't take this as gospel, but I believe that large undiscovered planets are expected to be rare. Mainly because they would have had to form in the inner …

  18. comment
    Comment #11123621

    Yes, there is. Firmware updates must be digitally signed using Apple's private key. That means no one except Apple can edit out the device check, or indeed modify the firmware in a…

  19. comment
    Comment #2792222

    Umm, you can have many macs with only a single GPU configuration - if they are all identical models. Similarly, you can have one copy of Lion and install it on multiple machines (A…

  20. comment
    Comment #1987228

    This is from October 2009 (yes, more than a year ago), when Mozilla blocked two .NET-related plugins because of a security flaw (with Microsoft's blessing, no less). As far as I kn…

  21. comment
    Comment #1614317

    If you want to really understand the language, do what I did, and write a compiler ( http://jurassic.codeplex.com/ ). You'll learn about fun oddities, like why the lexical scope in…