Live data from Hacker News

Viewing profile — zzazzdsa

zzazzdsa

HN member
Joined
Mon, Jan 18, 2016, 10:48 PM UTC
HN karma
109
Public activity
32 items

About zzazzdsa

No profile information was provided.

Recent public activity

  1. comment
    Comment #48198410

    I won with 1. e4 e5 2. Qh5 a6 3.Bc4 a5 4. Qxf7#. I wonder if you could implement a stronger engine in regex (stockfish classic at O(1) nodes is plenty strong already)

  2. comment
    Comment #43165568

    The momentum analogue for Langevin is known as underdamped Langevin, which if you optimize the discretization scheme hard enough, converges faster than ordinary Langevin. As for yo…

  3. comment
    Comment #43164063

    Does this really require stochastic calculus to prove? This should just be a standard integration, based on the fact that the expected number of samples required for fixed A being …

  4. comment
    Comment #16066139

    To be fair, CS theory is basically just mathematics :)

  5. comment
    Comment #16037241

    2 to the billion is still constant....

  6. comment
    Comment #15998007

    Yep, Whink brand rust remover is 4% HF. It's a somewhat useful source of hydrofluoric acid in a pinch. I recall a procedure for making uranium tetrafluoride from uranium trioxide (…

  7. comment
    Comment #15642766

    For a specific example of something like this being important, remember the (very impressive) Watch for Rolling Rocks in 0.5 A presses video from a couple years ago? https://www.yo…

  8. comment
    Comment #15597565

    We had plenty of evidence that a deterministic primality testing algorithm exists, though. The Miller-Rabin test was known to be randomized polynomial time since the 70s, and assum…

  9. comment
    Comment #15308825

    Magnesium will only burn when heated to near its melting point of ~400 C, and thermite can only be set off at temperatures that would melt aluminum. Shipping them together is not a…

  10. comment
    Comment #15308811

    From a practical point of view, the only semi-common thermites that can actually explode are copper and silver. However, these thermites do not "detonate" as in the definition. The…

  11. comment
    Comment #15308775

    Alternatively, the three components for gunpowder can be bought very cheaply and nigh-untraceably from hardware stores: potassium nitrate is stump remover, sulfur is used to reduce…

  12. comment
    Comment #15308356

    Guns aren't a major industrial commodity chemical with hundreds if not thousands of valid non-violent civil uses, however...

  13. comment
    Comment #15308296

    Potentially, but the neutralization of sulfuric acid releases a ton of heat (sometimes enough to crack glassware). By neutralizing the sulfuric acid without giving the heat anywher…

  14. comment
    Comment #15145372

    Yep, that server is indeed still at Stanford. It is now in the basement of the Huang building in the engineering quad.

  15. comment
    Comment #14952149

    Well, pH refers to the concentration of protons in water solvent. Since pure sulfuric acid has no water (excluding that which is in equilibrium with sulfur trioxide), pH isn't real…

  16. comment
    Comment #14944914

    Conway showed that the generalized Collatz conjecture (recurrences with arbitrary cases dependent on the modulus) is computationally undecidable (halting problem reduces to it). Th…

  17. comment
    Comment #14834321

    Then again, both have something to do with bugs on some level...

  18. comment
    Comment #14426971

    The thing with these substances is that although these substances are best known for their psychological effects, they may also have some medically useful effects for somatic disor…

  19. comment
  20. comment
    Comment #13984386

    Unless my understanding of things is wrong, I'm pretty sure that unless the strong exponential time hypothesis (essentially, n variable CNF-SAT takes O(2^n) time in the worst case)…

  21. comment
    Comment #13828362

    When mixed with sulfuric acid, it forms manganese heptoxide, which does lovely things like ignite paper on contact and detonate if heated above 50 C!

  22. comment
    Comment #13828344

    A lot of the posts here seem to be missing something important: permanganate is an EXTREMELY vividly colored ion in solution. The bright colors of the water in the pictures is abou…

  23. comment
    Comment #13828320

    For what it's worth, permanganate is an extremely strong oxidizer (probably the second strongest stable solid oxidant known, after persulfate), but at neutral pH it is unable to ox…

  24. comment
    Comment #13173739

    A good game to test this on is http://www.chessgames.com/perl/chessgame?gid=1139126 . Tal played the move 19. Rf6!!, which instantly wins the game. However, (at least when I tested…

  25. comment
    Comment #11997325

    There's a pretty easy proof to show why compression of truly random data is impossible. Let C be a compression algorithm. Assume that for all bit strings S, C(S) is not longer than…