Live data from Hacker News

Viewing profile — tacticiankerala

tacticiankerala

HN member
Joined
Thu, Aug 14, 2014, 12:42 PM UTC
HN karma
55
Public activity
41 items

About tacticiankerala

Programmer | Amateur Photographer

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #10537692

    - Intro by David Nolen: https://www.youtube.com/watch?v=ByNs9TG30E8 - Github docs: https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #10157448

    I think this is the only useful answer so far in this thread!

  11. story
  12. story
  13. story
  14. story
  15. story
    Ask HN: Are there any good libraries/wrappers to do OCR in clojure?

    I want to scan a Sudoku puzzle from newspaper and then try to solve it using clojure.

  16. story
  17. story
    Ask HN: How do I become a software architect?

    I am a software engineer. What are the skills I need to practice, and resources I need to read in order to take up the responsibilities of an architect?

  18. story
  19. comment
    Comment #9530634

    Checkout, https://github.com/josephmisiti/awesome-machine-learning This is not exactly resources for learning machine learning but frameworks you can use with your favorite program…

  20. comment
  21. comment
    Comment #9527424

    It is for finding the first solution. Sorry that I didn't mention it.

  22. comment
    Comment #9526782

    Here is the benchmarking for 12-queens 12-queens : 0.21s user 0.11s system 129% cpu 0.244 total But, I see that you are finding all the solution. My program only finds the first so…

  23. comment
    Comment #9526766

    8-queens : 0.19s user 0.09s system 127% cpu 0.222 total 12-queens : 0.21s user 0.11s system 129% cpu 0.244 total 16-queens : 0.29s user 0.10s system 119% cpu 0.325 total 20-queens …

  24. story
  25. comment
    Comment #9506544

    my bad :(