Viewing profile — jamster02
jamster02
HN member- Joined
- Wed, Mar 08, 2023, 9:08 PM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jamster02
No profile information was provided.
Recent public activity
-
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…
-
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.
-
comment
Comment #43659059
The fact that it is no longer peasant food doesn't consciously play any part in that.
-
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…
-
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.
-
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…