Live data from Hacker News

Viewing profile — zknill

zknill

HN member
Joined
Thu, May 05, 2016, 11:27 AM UTC
HN karma
703
Public activity
195 items

About zknill

personal site: https://zknill.io

hn@zak.knill.dev

Recent public activity

  1. comment
    Comment #49111476

    The original Typescript version of the AI SDK has two parts. A backend part called Vercel AI-SDK, and a frontend part called AI UI SDK. When you make an LLM call, if you use the st…

  2. comment
    Comment #49110712

    This is a backend written in go that's wire-protocol compatible with the (catchy named) Vercel AI UI SDK; which is an SDK for helping to build AI chat apps. The original Vercel AI …

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #48306603

    Yeah, with only minimal guidance it's what you get out of claude. The colours and layout are pretty 'default'.

  10. story
  11. story
  12. comment
    Comment #48218860

    How do you know? There's a lazy habit from some folks to say something they either disagree with or don't understand was "written by AI" without backing up that statement.

  13. story
  14. story
  15. story
  16. comment
    Comment #48134634

    Isn't the point that you no longer have a connection to the client? So you can be notified by the database, but you can't (with the stateless HTTP + loadbalancer design explained i…

  17. comment
    Comment #48133222

    The industry decided a long time ago that sticky sessions was a terrible idea. They only half-solve the problem, while suffering from session loss on server loss and imbalanced loa…

  18. comment
    Comment #48133198

    And once those long running jobs have reported their status back to the database, how will the client find out about that status? Please, please, please don't say "polling". Becaus…

  19. story
  20. story
  21. comment
    Comment #48120881

    would be nice to see an example linked

  22. story
  23. story
  24. story
  25. comment
    Comment #48104898

    Folks will probably say, 'I just use cmux, or tmux, or tabs, or warp'. But I do appreciate it when the original project makes an attempt to solve the problem.