Live data from Hacker News

Viewing profile — phonicwheel

phonicwheel

HN member
Joined
Wed, Apr 17, 2019, 6:49 PM UTC
HN karma
5
Public activity
8 items

About phonicwheel

No profile information was provided.

Recent public activity

  1. comment
    Comment #46442264

    How is trading the actual BTC not also gambling on the price of BTC going up or down?

  2. comment
  3. comment
    Comment #29378154

    Just in case you haven't tried that yet, increase the IDE's memory heap size. That solved the problem of sluggishness for me.

  4. comment
    Comment #29327673

    Headline follows logically from "Does not need Go"

  5. comment
    Comment #21834123

    Good article, but there is a frequent misconception of Symbolic AI as "manual creation of lots of rules". This was true for early approaches, such as expert systems in the 70s/80s.…

  6. comment
    Comment #20846585

    There are also probabilistic SAT solvers for cases where there isn't just one true logical answer, e.g., https://github.com/MatthiasNickles/delSAT

  7. comment
    Comment #20599588

    While the syntax of Answer Set Programming is similar to Prolog, inference in ASP is closer to SAT solving, and ASP solvers are typically extensions of SAT solvers.

  8. comment
    Comment #20092728

    and there's also this: https://github.com/MatthiasNickles/delSAT