Live data from Hacker News

Viewing profile — jfsszuj

jfsszuj

HN member
Joined
Thu, Oct 24, 2019, 2:30 AM UTC
HN karma
2
Public activity
5 items

About jfsszuj

No profile information was provided.

Recent public activity

  1. comment
    Comment #21366062

    > but we don't usually call that "knowing what it will do", unless you can actually predict the state, or in the case of a program, the output. Who is 'we'? And yes, we can predict…

  2. comment
    Comment #21356826

    The fact that we can determine what a piece of software will do, doesn't mean we always do that kind of analysis, or that the programmer fully understands his own code. That's why …

  3. comment
    Comment #21349664

    Yup, we can tell what most existing software will do for all inputs. Rice's theorem states that we can't tell what all software will do, not that it's impossible to tell what a giv…

  4. comment
    Comment #21349302

    It's not that significant. We can tell what the vast majority existing software will do in an automated way. Compiling a program is the equivalent of encoding it's semantics in ano…

  5. comment
    Comment #21341156

    We can almost always tell what a given piece of software will do, we just can't tell what all software will do in all cases.