Live data from Hacker News

Viewing profile — heythere124

heythere124

HN member
Joined
Fri, Jun 30, 2017, 10:58 AM UTC
HN karma
4
Public activity
9 items

About heythere124

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #14987733

    Python does that too.

  3. comment
    Comment #14913863

    Since when is discrimination based on IQ illegal?

  4. comment
    Comment #14881087

    What would you do with smaller businesses when you decide to quit/retire and they need to take control of their own websites?

  5. comment
    Comment #14744001

    The point is that they can still. Whatever the standard for taking time off work for illness it should apply equally to both genders so there should never be any need for a separat…

  6. comment
    Comment #14670806

    Not sure those optimisations are worth much. And it's only safety by forcing lowest common denominator code and making you justify everything to a dumb compiler. Rust serves a nich…

  7. comment
    Comment #14670263

    Your "solution" is possible in many languages. It's just to give threads complete ownership of data they use. It doesn't require a special type system. In general I don't think Rus…

  8. comment
    Comment #14670228

    time.Sleep(1000) could be replaced with a real syncing mechanism of some kind -- it's only for illustration.

  9. comment
    Comment #14669841

    Not my area of expertise and it is yours, but if you eliminate a zero instruction before a copy instruction how can you be sure that doesn't affect other threads? var x Int // Pass…