Viewing profile — zh2408
zh2408
HN member- Joined
- Fri, Dec 08, 2023, 2:23 AM UTC
- HN karma
- 470
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About zh2408
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44546730
The 100 lines: https://github.com/The-Pocket/PocketFlow/blob/main/pocketflo... Video: https://www.youtube.com/watch?v=0Zr3NwcvpA0
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #43767986
Could you try to use gemini 2.5 pro? It's free every day for first 25 requests, and can handle 1M input tokens
-
comment
Comment #43744978
You can provide GitHub token
-
comment
Comment #43744024
This code creates an HTTP session, sets a cookie within that session, makes another request that automatically includes the cookie, and then prints the response showing the cookies…
-
comment
Comment #43743482
Yeah, RAG is not the best option here. Check out the design doc: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge/bl... I also have a YouTube Dev Tutorial. The link is on …
-
comment
Comment #43743456
By default we use both based on regex: DEFAULT_INCLUDE_PATTERNS = { " .py", " .js", " .jsx", " .ts", " .tsx", " .go", " .java", " .pyi", " .pyx", " .c", " .cc", " .cpp", " .h", " .…
-
comment
Comment #43743409
Thank you! And correct, I didn't modify the outputs. For small changes, you can just feed the commit history and ask an LLM to modify the docs. If there are lots of architecture-le…
-
comment
Comment #43740621
Thanks—would really appreciate your PR!
-
comment
Comment #43740451
Their site seems to be down. I can't find their results.
-
comment
Comment #43740382
Haha. The project is fully open-sourced, so you can tune the prompt for the tone/style you prefer: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge/bl...
-
comment
Comment #43740152
The Linux repository has ~50M tokens, which goes beyond the 1M token limit for Gemini 2.5 Pro. I think there are two paths forward: (1) decompose the repository into smaller parts …
-
comment
Comment #43740093
Yeah, I'd recommend trying Gemini 2.5 Pro. I know early Gemini weren't great, but the recent one is really impressive in terms of coding ability. This project is kind of designed a…
-
comment
Comment #43739791
No, I haven't, but I will check it out! One thing to note is that the tutorial generation depends largely on Gemini 2.5 Pro. Its code understanding ability is very good, combined w…
-
comment
Comment #43739684
Yes! This is an initial prototype. Good to see the interest, and I'm considering digging deeper by creating more tailored tutorials for different types of projects. E.g., if we kno…
-
story
Show HN: I built an AI that turns GitHub codebases into easy tutorials
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/