HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryoppippi

no profile record

Submissions

[untitled]

1 points·by ryoppippi·7 miesięcy temu·0 comments

[untitled]

1 points·by ryoppippi·10 miesięcy temu·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

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

youtube.com
2 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·w zeszłym roku·0 comments

[untitled]

1 points·by ryoppippi·2 lata temu·0 comments

comments

ryoppippi
·7 miesięcy temu·discuss
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 miesięcy temu·discuss
I'm the author of ccusage. Thank you for sharing! Also please refer our website. https://ccusage.com
ryoppippi
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
Hi! I'm the author of ccusage! I'm happy to see how people use our OSS! Happy vibe coding!
ryoppippi
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
https://github.com/natsukium/mcp-servers-nix did you check this one?