Live data from Hacker News

Viewing profile — nonsequitur

nonsequitur

HN member
Joined
Sun, Feb 17, 2008, 3:05 PM UTC
HN karma
50
Public activity
15 items

About nonsequitur

No profile information was provided.

Recent public activity

  1. comment
    Comment #34343459

    Yes: https://zigbin.io/771ac5

  2. comment
    Comment #32695314

    Nix is turing complete (it can implement the Lambda Calculus), even conveniently so.

  3. comment
    Comment #30921499

    Hint: It's `catch {}` instead of `catch { ... }`.

  4. comment
    Comment #30257450

    This doesn't work because you're not left-shifting (doubling) the carry. But when adding the shifted carry to (x ^ y) we're back to potentially overflowing the highest bits. The so…

  5. comment
  6. comment
  7. comment
    Comment #29442677

    You can directly query `getaddrinfo` with getent ahosts myhost

  8. comment
  9. comment
    Comment #12335478

    There's no assignment to the „m“ variables that would make your algorithm work in the general case. im4w1l's strategy is just: Player i returns (i - [Sum of the other players' suit…

  10. comment
    Comment #10184632

    Thanks! That paper is available on the author's website: http://gi.cebitec.uni-bielefeld.de/people/zsuzsa/papers/Algo...

  11. comment
    Comment #10183641

    Can anybody guess in which way he used convolution for solving what is generally known as the change-making problem? Wikipedia [1] mentions a "probabilistic convolution tree", but …

  12. comment
    Comment #5693744

    I was dissappointed with the quality of the code and the final demo game. Also, it uses DirectX. Here's an alternative: Dive into the GamePlay engine ( https://github.com/blackberr…

  13. comment
    Comment #4052414

    Take some of that time to figure out the math and the code becomes trivial: for (n = 1; n A short explanation: http://mathbin.net/98435

  14. comment
    Comment #3958119

    C++11 support in common compilers: http://wiki.apache.org/stdcxx/C++0xCompilerSupport

  15. comment
    Comment #1024230

    The complete "Force Concept Inventory" test (PDF): http://shs.westport.k12.ct.us/physics/2007-2008/FCI-rv95.pdf http://bit.ly/8YeiOZ (mirror)