Live data from Hacker News

Viewing profile — njohnson41

njohnson41

HN member
Joined
Sun, Jan 04, 2015, 5:02 PM UTC
HN karma
369
Public activity
34 items

About njohnson41

No profile information was provided.

Recent public activity

  1. comment
    Comment #14441864

    Even with the birthday problem, sqrt(52!) is still about 10^34, which is still huge. It's unlikely that any two (sufficiently random) shuffles in history have been the same.

  2. comment
    Comment #13945874

    Or maybe it's just a good excuse to carry fewer cups and pitchers around?

  3. comment
    Comment #13855723

    You're right (and nitpicking nitpicks seems appropriate to me :P). But, I'm pretty sure the assumptions of logistic regression are even stronger than just that. The inputs are assu…

  4. comment
    Comment #13825827

    Still, in any consistent way of assigning probabilities to events, if A implies B, then P(A) Neural network outputs are not probabilities. I think that's the main lesson here.

  5. comment
    Comment #13432871

    I personally liked "Godel's Proof" by Ernest Nagel. It's pretty old, but it's to-the-point and inexpensive.

  6. comment
    Comment #12083043

    Fair enough; I'll be a little more precise. I think the correct way to state it is: "all true statements are either tautologies, or can be determined empirically (with arbitrarily …

  7. comment
    Comment #12079519

    Especially if you assume that the scientific method is always valid--that all true statements can be determined empirically--you can't make statements like "Ultimate Meaning doesn'…

  8. comment
    Comment #12047400

    > ... all possible combinations of 8-16 characters with 100 character possibilities ... Yes, but this doesn't even come close to describing the typical users' password, which is mo…

  9. comment
    Comment #11845030

    This should be marked (2004), not (2014).

  10. comment
    Comment #11795051

    There could also be a simpler causal link: books and lucrative jobs could both caused by higher family socio-economic status.

  11. comment
    Comment #11720022

    Kolmogorov complexity is definitely meaningful, but it's not (Shannon) entropy, just conceptually similar. Many people think of something like Kolmogorov-complex sequences when the…

  12. comment
    Comment #11719922

    Right, the amount of entropy per bit of sequence is always between 0 (deterministic) and 1 (every bit is independent and 50/50) (... or between 0 and log2(k) in general if the elem…

  13. comment
    Comment #11719799

    That's because this result is not about combining weak deterministic PRNGs, it's about combining entropy sources (like two hardware random number generators). This has always been …

  14. comment
    Comment #11402267

    Interestingly, that may be the new ordering if the disks are SSDs, but the typical seek latency on a spinning disk (~5 ms) is definitely higher than the latency to read data from a…

  15. comment
    Comment #11257659

    Sounds a lot like python's "pickle" module (which is super-useful for prototyping), but with the same achilles' heel: all of your serialized objects can now run arbitrary code when…

  16. comment
    Comment #11189464

    Of course, knowing that extremists are usually engineers only helps you if you have a known extremist and want to guess his profession. Extremists are a pretty small group, and eng…

  17. comment
    Comment #11187401

    I think one of the common terms for this is a "motte and bailey doctrine", where people define their terms one way during an argument to make their statements super-defensible, but…

  18. comment
    Comment #10843811

    Good article. I'm only a bit disappointed that the author seems not to realize that Bayes' theorem is just a simple consequence of probability theory, and should be attractive not …

  19. comment
    Comment #10694733

    There are already multiple known molecular mechanisms for long-term memories though. One of the simplest is spike-timing-dependent plasticity [1], which is caused by the behavior o…

  20. comment
    Comment #10684616

    Not if we genetically engineer them to like it first!

  21. comment
    Comment #10430265

    I suspect that's an important part of why confident ignorance is seen as the "stupidest" trait. Being confident has social advantages, so without a significant risk of looking stup…

  22. comment
    Comment #10044642

    You can convey some of that information to the compiler by using __builtin_unreachable(), e.g.: #define ASSUME(x) if(!(x))__builtin_unreachable() This is compiler-specific, of cour…

  23. comment
    Comment #9900999

    "If, after all, Nagel is proven wrong—that is, if subjectivity is in fact reducible to an identifiable network of neural synapses—what is the point of investigating the human condi…

  24. comment
    Comment #9594454

    Cryptographic constructions using block ciphers generally rely on the block cipher never having the same input twice with the same key in order to satisfy security models. If you'r…

  25. comment
    Comment #9556481

    A "right answer between competing answers" just sounds like a high-entropy belief state over the correct action to take. This doesn't mean you're overanalyzing, it means you don't …