Live data from Hacker News

Viewing profile — barristan

barristan

HN member
Joined
Wed, Mar 06, 2013, 9:39 PM UTC
HN karma
13
Public activity
14 items

About barristan

No profile information was provided.

Recent public activity

  1. comment
    Comment #5846965

    In case anyone is looking for other novel ways to solve Sudoku. I wrote a CP language a while back that does pretty fast solving for the right kind of problem [1]. Folks might also…

  2. comment
  3. comment
  4. comment
    Comment #5687057

    They do say an elephant never forgets. It's possible that after stomping through the fence and releasing all the bees the elephant simply continues to charge into the field. But on…

  5. comment
  6. comment
    Comment #5576986

    Yes, this seems to be the nature of communities both online and offline. A community becomes known for something like hipsters in Brooklyn, cat memes in Reddit, or motherhood parap…

  7. comment
  8. comment
  9. comment
  10. comment
    Comment #5462811

    Pretty good, I prefer Binky myself ( http://www.youtube.com/watch?v=f-pJlnpkLp0 ), but to each their own.

  11. story
  12. story
  13. comment
    Comment #5391306

    It does seem to make more sense to just roll your own static site generator rather than try to learn a whole new framework and language like Jekyll, which then might not even give …

  14. comment
    Comment #5334222

    This is an ideal problem for constraint solving. If there is one thing constraint solving does well it is make NP-Hard problems more manageable. I wrote up a quick solution to the …