Viewing profile — schrodingerzhu
schrodingerzhu
HN member- Joined
- Thu, Oct 19, 2023, 10:15 PM UTC
- HN karma
- 5
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About schrodingerzhu
No profile information was provided.
Recent public activity
-
comment
Comment #44604568
Alex Chi was in the project. He is now writing TinyLLM.
-
comment
Comment #39878111
"if the IDE autocompletes the type declaration for me somehow". Then you will need type inference to some extend. :D
-
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.
- story
-
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…
-
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…
- story
-
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 …
- story
-
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.
-
comment
Comment #37949495
[dead]