Viewing profile — barristan
barristan
HN member- Joined
- Wed, Mar 06, 2013, 9:39 PM UTC
- HN karma
- 13
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About barristan
No profile information was provided.
Recent public activity
-
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…
- comment
- comment
-
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…
- comment
-
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…
- comment
- comment
- comment
-
comment
Comment #5462811
Pretty good, I prefer Binky myself ( http://www.youtube.com/watch?v=f-pJlnpkLp0 ), but to each their own.
- story
- story
-
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 …
-
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 …