Live data from Hacker News

Viewing profile — jamster02

jamster02

HN member
Joined
Wed, Mar 08, 2023, 9:08 PM UTC
HN karma
4
Public activity
6 items

About jamster02

No profile information was provided.

Recent public activity

  1. comment
    Comment #46451538

    > the Unicode string "√5" is representable as 4 UTF-8 bytes As the other person pointed out, this is representing an irrational number unambiguously in a finite number of bits (8 b…

  2. comment
    Comment #45538968

    I also recently ran into a problem when unit testing and monkey patching where I had to import after monkey patching, so in the function itself.

  3. comment
    Comment #43659059

    The fact that it is no longer peasant food doesn't consciously play any part in that.

  4. comment
    Comment #42637064

    I appreciate even more ideas to work with. A more "working" proof language sounds interesting. While I agree that Rocq is decidably not for a "working programmer," I've had a lot o…

  5. comment
    Comment #42632034

    I appreciate the resources and recommendations. I've been interesting in Rocq (formerly Coq) recently, and I've seen dependent types mentioned, so I've been curious to learn more.

  6. comment
    Comment #42620101

    Regex isn't (necessarily) turing complete :) > Because our program just consists of a sequence of regular expressions, you can't loop at all! That, technically, means we can't actu…