Live data from Hacker News

Viewing profile — cartoffal

cartoffal

HN member
Joined
Wed, Jan 08, 2025, 11:40 AM UTC
HN karma
32
Public activity
11 items

About cartoffal

No profile information was provided.

Recent public activity

  1. 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)…

  2. 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…

  3. 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…

  4. 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…

  5. 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.

  6. 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:…

  7. comment
    Comment #43600194

    The Co-op in Sandwich, Kent is still locally known as the Pioneer!

  8. 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 …

  9. 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…

  10. 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…

  11. 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…