Live data from Hacker News

Viewing profile — g__

g__

HN member
Joined
Mon, Aug 31, 2009, 1:06 PM UTC
HN karma
39
Public activity
18 items

About g__

No profile information was provided.

Recent public activity

  1. comment
    Comment #2713484

    Functor typeclass in Haskell models category-theoretic endofunctor rather well.

  2. comment
    Comment #1997686

    DON'T start functional programming with monads. Familiarize with currying, pattern matching, how to create data types in Haskell, using recursion instead of loops, higher order fun…

  3. comment
    Comment #1470979

    What does the following mean, on http://www.google.cn/landing/cnexp/indexd.html ? 我们已移至 google.com.hk 请收藏我们的新网址

  4. comment
    Comment #1446391

    GHC 6.6 is almost 4 years old, please upgrade. ( http://hackage.haskell.org/platform/ )

  5. comment
    Comment #1360885

    And it's extremely fast: $ pv /dev/zero > /dev/null 18.6GB 0:00:05 [3.76GB/s] [ ]

  6. story
  7. comment
    Comment #1312569

    Iterators sometimes require restructuring, as in http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html In Haskell they don't - you might write this "producer-consumer" compos…

  8. comment
    Comment #1259789

    Under assumption P=NP, a polynomial algorithm is already known (!): http://en.wikipedia.org/wiki/P_%3D_NP_problem#Polynomial-tim... The problem is: will humanity find a feasible al…

  9. story
  10. comment
    Comment #942802

    I have mixed feelings. http://stackoverflow.com/questions/184118/what-programming-b... http://www.amazon.com/review/R1W0YZZWT53Y9M/ref=cm_cr_rdp_pe...

  11. comment
    Comment #924852

    You'd have to determine if a program halts. Unless you restrict to non-Turing-complete language, this is undecidable.

  12. comment
    Comment #924849

    This answer is also correct in another way :) http://threesixty360.wordpress.com/2008/04/30/1-2-4-8-what-c...

  13. comment
    Comment #876326

    I Was also an Illegal E-Mail Spammer for 5 Years. I got Caught. AMA http://www.reddit.com/r/IAmA/comments/9ebku/

  14. comment
    Comment #874510

    Simple version of B-T in 1D: http://www.math.ucla.edu/~tao/resource/general/121.1.00s/tar...

  15. comment
    Comment #873078

    and $ map can be shortened to all in many places. I'd use pointless style more: row = (!!) The function valid has a lot of repetition, maybe the repeating part can be abstracted of…

  16. story
  17. comment
    Comment #835023

    Another nice collection: http://www.reddit.com/r/programming/comments/9220o/ask_progg...

  18. comment
    Comment #826234

    http://news.ycombinator.com/item?id=825589