Viewing profile — cartoffal
cartoffal
HN member- Joined
- Wed, Jan 08, 2025, 11:40 AM UTC
- HN karma
- 32
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About cartoffal
No profile information was provided.
Recent public activity
-
comment
Comment #43953461
> I don’t know why the network would be any way special. The network isn't special. This applies locally too. But the article we are commenting on (at least, _I_ was commenting on)…
-
comment
Comment #43924852
In many statically-typed languages, types do not exist at runtime - they are erased once the program is known to be internally consistent. What is left is not type safety, it is pa…
-
comment
Comment #43924846
My point was more that the layers below the application will also have to parse the data into a particular format - in the case of networked applications, into TCP/IP packets, then…
-
comment
Comment #43919179
The idea of "type safety over the network" is a fiction. When it comes down to it, what is being sent over the network is 1s and 0s. At some point, some layer (probably multiple la…
-
comment
Comment #43760693
Turing completeness and P completeness are completely different things. There is no sense in which P-completeness is a "more specific" version of Turing-completeness.
-
comment
Comment #43751931
> The $ operator is nothing but syntactic sugar that allows you to write bar $ foo data instead of having to write bar (foo data). That’s it. Actually, it's even simpler than that:…
-
comment
Comment #43600194
The Co-op in Sandwich, Kent is still locally known as the Pioneer!
-
comment
Comment #43162125
It wasn't easier, but it was simpler . Fewer moving parts. The reason we moved away from it was that after a point, the amount of legwork to implement relatively simple behaviours …
-
comment
Comment #42758476
> Understanding the map signature in Haskell is more difficult than any C construct. This is obviously false. The map type signature is significantly easier to understand than poin…
-
comment
Comment #42724610
> Just imagine Vampire Survivors without sound or effects. I can't help but feel that this completely undermines your point - Vampire Survivors is bashed together using rudimentary…
-
comment
Comment #42633170
> Here are some monoids: string-append over strings, addition over integers, state transition over machine states, compose over unary functions. Correction: function composition is…