Viewing profile — kstonekuan
kstonekuan
HN member- Joined
- Mon, Jan 31, 2022, 11:21 AM UTC
- HN karma
- 35
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About kstonekuan
Recent public activity
-
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…
- story
-
comment
Comment #48955652
[flagged]
- story
- story
-
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…
- story
- story
- story
- story
- story
-
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…
- story
- story
-
comment
Comment #46895280
Thanks for linking!
- story
- story
- story
- story
- story
- story
-
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…
- story
-
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/
-
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…