Live data from Hacker News

Viewing profile — kstonekuan

kstonekuan

HN member
Joined
Mon, Jan 31, 2022, 11:21 AM UTC
HN karma
35
Public activity
52 items

About kstonekuan

kingstonkuan.com

Recent public activity

  1. comment
    Comment #48995924

    What does YouTube system design have to do with robotics data? When we started building Pareto, we weren’t thinking about YouTube, but the data path looked familiar: upload, proces…

  2. story
  3. comment
    Comment #48955652

    [flagged]

  4. story
  5. story
  6. story
    Show HN: Yoink functionality from dependencies and avoid supply chain attacks

    yoink is a Claude Code plugin that removes complex dependencies from your codebase by reimplementing only the functions you actually use. yoink runs as a three-step, agent skills-b…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
    Show HN: webskills – turn any webpage into an agent skill

    I built webskills, a CLI that turns any webpage into an agent skill. It first tries native `npx skills add` installation from a URL. If the site does not already expose an agent-re…

  13. story
  14. story
  15. comment
    Comment #46895280

    Thanks for linking!

  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #46420402

    I built a web viewer for visualizing Gaussian Splat .ply files generated by Apple's ml-sharp, which converts a single photo into a 3D Gaussian Splat in under a second [1]. Features…

  23. story
  24. comment
    Comment #46299252

    Tauri v2 has this global shortcut plugin which I am using and it works amazing https://v2.tauri.app/plugin/global-shortcut/

  25. comment
    Comment #46289608

    I started off trying Electron, but I am liking Tauri more. It seems Rust has better support for system-level integration, like controlling audio and keys. Are there other alternati…