Live data from Hacker News

Viewing profile — rzmmm

rzmmm

HN member
Joined
Sat, Apr 16, 2022, 12:33 PM UTC
HN karma
418
Public activity
171 items

About rzmmm

No profile information was provided.

Recent public activity

  1. comment
    Comment #49192690

    It can also be a personal preference for minimalism vs. maximalism. Or many other things.

  2. comment
    Comment #49137567

    The implementation of the kernel is relatively trivial, it's an intentional design choice.

  3. comment
    Comment #49003380

    It depends. In music for example it's often question whether the artist has been exposed to the original work. In that spirit, small language models are less likely to infringe cop…

  4. comment
    Comment #48969484

    It was not really a traditional rewrite. More like transpilation. Still impressive

  5. comment
    Comment #48792149

    I don't like the copy paste. Rather use lower-level abstractions for the UI if I know I have to make modifications.

  6. comment
    Comment #48783670

    You need to understand the bits you are trying to prove, but not the full proof. It's more like reading haskell types than math, even though the vocabulary is heavily inspired by m…

  7. comment
    Comment #48732060

    Is there benefit of using this branded type over just encapsulating the raw string in a private variable in closure or class? This feels a bit like forced nominal typing. The Email…

  8. comment
    Comment #48712849

    Over the last couple months I've seen the debt multiplication in some OSS projects. It's like premature aging of a codebase.

  9. comment
    Comment #48672902

    "before Bison version 1.24, Bison-generated parsers could be used only in programs that were free software." https://www.gnu.org/software/bison/manual/html_node/Conditio...

  10. comment
    Comment #48644692

    Likely just that they err on the unnecessary error handling than missing error handling. They likely penalize runtime errors harshly in the training

  11. comment
    Comment #48627522

    There are codebases out there with enormous amounts of duplication, filled with implicit dependencies. You just haven't encountered them to appreciate good abstraction.

  12. comment
    Comment #48617336

    The author has huge online following, and influence over developers. I don't doubt the author is genuinely interested in this, but the employer definitely is supporting this too.

  13. comment
    Comment #48613164

    Bingo. Dozen LLM-prototypes and then a manmade final patch which is merged.

  14. comment
    Comment #48596242

    This is mainly for performance and memory layouts, it would not have improved safety guarantees of java.

  15. comment
    Comment #48538606

    Curl has a ton of features, I can imagine this means fixing small fraction of the vulns affecting only the supporters.

  16. comment
    Comment #48534036

    The spec and proof are separate. In this blog article he mentions seL4 formal verification, where they state that the spec was 4900 lines of Isabelle and the proof was 200K lines. …

  17. comment
    Comment #48533971

    He mentions the seL4 microkernel. The specification is written in Isabelle, and it's relatively complex: PDF https://sel4.systems/Info/Docs/seL4-spec.pdf The bottleneck seems to be…

  18. comment
    Comment #48504209

    Claude fix outage. No mistakes.

  19. comment
    Comment #48469792

    I think it's part of their marketing. Anthropic is not really ahead of other labs but these releases make it seem like they are reaching singularity

  20. comment
    Comment #48469271

    Seems to me this is more honest than the Mythos claims a while ago. too powerful to release publicly. Too expensive?

  21. comment
    Comment #48461027

    Prototyping is widely underappreciated. People think it's waste to throw away stuff but it's more costly to build upon shoddy foundations

  22. comment
    Comment #48460492

    Ocaml is probably closest to that. The ML language family has roots in generic code with global type inference.

  23. comment
    Comment #48457571

    The ranking is not comparable across time like that.

  24. comment
    Comment #48435248

    I was thinking maybe the author really likes Datadog MCP or has some kind of conflict of interest. It's weird to see this content in HN.

  25. comment
    Comment #48409888

    Maybe not. Sqlite has some kind of hand-written license-agreement waiver procedure.