HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ryoppippi

no profile record

投稿

[untitled]

1 ポイント·投稿者 ryoppippi·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

Show HN: I Made Bad Apple on Neovim/Vim [video]

youtube.com
2 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·昨年·0 コメント

[untitled]

1 ポイント·投稿者 ryoppippi·2 年前·0 コメント

コメント

ryoppippi
·7 か月前·議論
After a year of experimenting with RAG, web search, llms.txt, and MCP servers, I've found that local documentation works best for coding agents.

The approach: publish docs to npm, let agents explore with `fd`/`rg`.

Why it works: - No remote fetch overhead - Version-matched docs (finally\!) - No N+1 problems like MCP - Agents read only what they need

Benchmarked with gunshi: $1.37 → $0.44 cost, 3:31 → 0:40 time.
ryoppippi
·12 か月前·議論
I'm the author of ccusage. Thank you for sharing! Also please refer our website. https://ccusage.com
ryoppippi
·昨年·議論
Interestingly, not a single comment on ccusage's Show HN:, but this thread here is getting crazy! https://news.ycombinator.com/item?id=44129432
ryoppippi
·昨年·議論
Hi! I'm the author of ccusage! I'm happy to see how people use our OSS! Happy vibe coding!
ryoppippi
·昨年·議論
sitemcp is a command-line tool that allows you to fetch an entire website and use it as an MCP (Media Control Protocol) server. This enables you to interact with the site's content through your MCP client. Originally forked from egoist's sitefetch, sitemcp offers enhanced features such as improved concurrency, pattern matching for specific pages, and customizable content selectors. It's particularly useful for developers and content creators who want to integrate web content into their MCP-compatible applications. For more details, visit the GitHub repository!
ryoppippi
·昨年·議論
https://github.com/natsukium/mcp-servers-nix did you check this one?