Live data from Hacker News

Viewing profile — sublee

sublee

HN member
Joined
Wed, Sep 08, 2010, 4:41 AM UTC
HN karma
2
Public activity
15 items

About sublee

No profile information was provided.

Recent public activity

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

  2. story
  3. story
  4. 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…

  5. story
  6. comment
    Comment #7915019

    Down in South Korea

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

  9. story
  10. story
  11. story
  12. story
  13. 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?

  14. story
  15. story