Live data from Hacker News

Viewing profile — zh2408

zh2408

HN member
Joined
Fri, Dec 08, 2023, 2:23 AM UTC
HN karma
470
Public activity
87 items

About zh2408

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #44546730

    The 100 lines: https://github.com/The-Pocket/PocketFlow/blob/main/pocketflo... Video: https://www.youtube.com/watch?v=0Zr3NwcvpA0

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. 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

  13. comment
    Comment #43744978

    You can provide GitHub token

  14. 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…

  15. 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 …

  16. 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", " .…

  17. 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…

  18. comment
    Comment #43740621

    Thanks—would really appreciate your PR!

  19. comment
    Comment #43740451

    Their site seems to be down. I can't find their results.

  20. 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...

  21. 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 …

  22. 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…

  23. 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…

  24. 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…

  25. story
    Show HN: I built an AI that turns GitHub codebases into easy tutorials

    https://the-pocket.github.io/Tutorial-Codebase-Knowledge/