Viewing profile — sublee
sublee
HN member- Joined
- Wed, Sep 08, 2010, 4:41 AM UTC
- HN karma
- 2
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About sublee
No profile information was provided.
Recent public activity
-
comment
Comment #45574900
Incremental JSON parsing is key for LLM apps, but safe progressive UIs also need to track incompleteness and per-chunk diffs. LangDiff [1] would help with that. [1]: https://github…
- story
- story
-
story
torchgpipe, a GPipe Implementation in PyTorch
https://github.com/kakaobrain/torchgpipe Kakao Brain announces torchgpipe, an implementation of GPipe in PyTorch as a handy library. GPipe is a scalable pipeline parallelism librar…
- story
-
comment
Comment #7915019
Down in South Korea
- story
-
story
Why use str constants with setuptools?
When we use setuptools for packaging our Python library, why write like this? setup( name='mymodule', version='0.1', ) not this? import mymodule setup( name=mymodule.__name__, vers…
- story
- story
- story
- story
-
story
Ask HN: Is doctest TDD? BDD?
doctest is a testing library for Python. I usually use it. But I don't know the name of doctest's way exactly. Is doctest TDD or BDD? Or some other? How do you think of it?
- story
- story