Live data from Hacker News

Viewing profile — toponaut

toponaut

HN member
Joined
Sat, Feb 19, 2022, 6:15 PM UTC
HN karma
3
Public activity
7 items

About toponaut

No profile information was provided.

Recent public activity

  1. comment
    Comment #31743820

    "the discrimination makes factual sense." I can't figure out what you mean. Examples? You seem to be linking religion with "moral standards" and science with "facts". Neither of th…

  2. comment
    Comment #31162266

    Not only is that possible but that tendency was the cause (and unexpected finding) of the most famous social psychology "experiment" of them all: https://en.m.wikipedia.org/wiki/Mi…

  3. comment
    Comment #31078723

    I was at Stanford for nearly 10 years. Not formally in CS or AI, granted, but SAIL doesn't ring a bell for me. Maybe it's just not that well known.

  4. comment
    Comment #30429015

    Was the final manuscript glued together then? If so, this whole article seems off-point. Why not just say "this old manuscript has images made up of several layers, it looks like c…

  5. comment
    Comment #30399970

    I agree. I didn't mean to imply this was a good explanation or example. I still think "abstraction/classes are good" was the intention/gist of the article.

  6. comment
    Comment #30399839

    The author's solution to the toy problem is --- die = Die(12) expected_values(die, n=10000) gaussian = Gaussian(mu=4.0, sigma=2.0) expected_value(gaussian, n=100000) coin = Coin(fa…

  7. comment
    Comment #30399195

    To a software engineer this will also read mad. This article is ultimately explaining why abstraction is good and why it's helpful to build classes in python. That is already obvio…