Viewing profile — nonsequitur
nonsequitur
HN member- Joined
- Sun, Feb 17, 2008, 3:05 PM UTC
- HN karma
- 50
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About nonsequitur
No profile information was provided.
Recent public activity
-
comment
Comment #34343459
Yes: https://zigbin.io/771ac5
-
comment
Comment #32695314
Nix is turing complete (it can implement the Lambda Calculus), even conveniently so.
-
comment
Comment #30921499
Hint: It's `catch {}` instead of `catch { ... }`.
-
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…
- comment
- comment
-
comment
Comment #29442677
You can directly query `getaddrinfo` with getent ahosts myhost
- comment
-
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…
-
comment
Comment #10184632
Thanks! That paper is available on the author's website: http://gi.cebitec.uni-bielefeld.de/people/zsuzsa/papers/Algo...
-
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 …
-
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…
-
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
-
comment
Comment #3958119
C++11 support in common compilers: http://wiki.apache.org/stdcxx/C++0xCompilerSupport
-
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)