Live data from Hacker News

Viewing profile — aufreak

aufreak

HN member
Joined
Sat, Apr 18, 2009, 1:44 AM UTC
HN karma
27
Public activity
13 items

About aufreak

No profile information was provided.

Recent public activity

  1. comment
    Comment #946003

    You can actually use your gmail account to check your exchange accounts. If your work place allows that, go right ahead! I've been accessing my univ exchange account via gmail and …

  2. story
  3. comment
    Comment #850008

    The author says that simply typed lambda calculus proves that programs terminate. That sounds to me like saying "simply typed lambda calculus is not Turing-complete". Disclaimer: I…

  4. comment
    Comment #829784

    google would've been thought of as "yet another search engine" before the name "google" existed. Nobody knows who or what is going to change the world.

  5. comment
    Comment #795547

    (defmacro set-sqrt (place v) `(setf ,place (* v v))) should actually be (defun square (x) (* x x)) (defmacro set-sqrt (place v) `(setf ,place (square ,v)))

  6. comment
    Comment #795545

    Here is a link to the section on "what makes lisp different" that is referred to in the article - http://bit.ly/8yrvC

  7. comment
    Comment #752006

    Life is tooooo big to get stuck working on only one thing :P

  8. comment
    Comment #743137

    A sample size of ONLY 10 CEOS (not all entrepreneurs are CEOs and 30 is a respectable sample size), no control group to see if just about anyone will answer "yeah, that about descr…

  9. comment
    Comment #661563

    The pure functional world was pretty much impenetrable for me for that very reason ... until I encountered Monads in Haskell. Monads have changed the game completely by providing a…

  10. comment
    Comment #658199

    I agree. Moreover, I think it would have been useful to measure variables indicating emotional state as the affirmation is uttered. If you feel crippled when you utter "I'm a lovab…

  11. comment
    Comment #570111

    Much of it seems dated - before R7B. Just program as usual and measure in order to optimize. That works as a general formula for all languages. For more fun, look at the Haskell op…

  12. comment
    Comment #568261

    The ToC doesn't contain anything about the situated cognition, enactive cognition schools of thought, so I find applying the term AI to this book too broad. The topics covered seem…

  13. story