Live data from Hacker News

Viewing profile — Kambing

Kambing

HN member
Joined
Tue, Jul 15, 2025, 9:55 PM UTC
HN karma
6
Public activity
5 items

About Kambing

No profile information was provided.

Recent public activity

  1. comment
    Comment #47480503

    Apologies, I was focused on the usual pairing in this space and not the more subtle one you're talking about. As others have pointed out, there isn't really semantic a difference b…

  2. comment
    Comment #47477614

    They are isomorphic in the strong sense that their logical interpretations are identical. Applying Curry-Howard, a function type is an implication, so a curried function with type …

  3. comment
    Comment #44819787

    The highlights of Google's latest AI push for higher education: - "Starting today, students (ages 18+) in the U.S. as well as in Japan, Indonesia, Korea and Brazil can sign-up for …

  4. story
  5. comment
    Comment #44576356

    > A test is not a proof Actually, a test _is_ a proof! Or more specifically, a traditional test case is a narrow, specific proposition. For example, the test `length([1, 2, 3]) = 3…