Live data from Hacker News

Viewing profile — schrodingerzhu

schrodingerzhu

HN member
Joined
Thu, Oct 19, 2023, 10:15 PM UTC
HN karma
5
Public activity
11 items

About schrodingerzhu

No profile information was provided.

Recent public activity

  1. comment
    Comment #44604568

    Alex Chi was in the project. He is now writing TinyLLM.

  2. comment
    Comment #39878111

    "if the IDE autocompletes the type declaration for me somehow". Then you will need type inference to some extend. :D

  3. comment
    Comment #39878070

    Typst symbol classifier Static website: works offline. Tiny model: 1.1 MiB (ONNX), fast to load and run. Decent symbol set: recognizes 300+ symbols.

  4. story
  5. comment
    Comment #39877834

    The fact is that in many languages, type checking and type inference are coupled together (for languages with DT, bidirectional type checking is needed). When writing proofs, it is…

  6. comment
    Comment #39599897

    Parser generators have long been a savior for programmers, liberating them from the daunting task of crafting correct and maintainable parsers. Yet, this much-needed simplicity oft…

  7. story
  8. comment
    Comment #39038008

    This crate provides a data structure to handle dynamic tree connectivity. Both incremental and decremental operations are supported with amortized O(log n) time complexity. As the …

  9. story
  10. comment
    Comment #38674510

    As a side note, LLVM is developing its own libc. It is not usable for now. But it will finally grow into a fully functional one in a year or two.

  11. comment