Viewing profile — aufreak
aufreak
HN member- Joined
- Sat, Apr 18, 2009, 1:44 AM UTC
- HN karma
- 27
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About aufreak
No profile information was provided.
Recent public activity
-
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 …
- story
-
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…
-
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.
-
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)))
-
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
-
comment
Comment #752006
Life is tooooo big to get stuck working on only one thing :P
-
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…
-
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…
-
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…
-
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…
-
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…
- story