Hacker Newsnew | past | comments | ask | show | jobs | submit | zh2408's commentslogin


Could you try to use gemini 2.5 pro? It's free every day for first 25 requests, and can handle 1M input tokens


You can provide GitHub token


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 that were sent.

I may miss the error, but could you elaborate where it is?


The url variable is never defined


Yes it is, just before the pasted section.


oh you are right, nevermind then


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 the repo.


By default we use both based on regex:

DEFAULT_INCLUDE_PATTERNS = { ".py", ".js", ".jsx", ".ts", ".tsx", ".go", ".java", ".pyi", ".pyx", ".c", ".cc", ".cpp", ".h", ".md", ".rst", "Dockerfile", "Makefile", ".yaml", ".yml", } DEFAULT_EXCLUDE_PATTERNS = { "test", "tests/", "docs/", "examples/", "v1/", "dist/", "build/", "experimental/", "deprecated/", "legacy/", ".git/", ".github/", ".next/", ".vscode/", "obj/", "bin/", "node_modules/", ".log" }


Have you tried giving it tests? Curious if you found they made things worse.


why exclude tests and docs by default?


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-level changes, it would be easier to just feed the old docs and rewrite - it usually takes <10 minutes.


Thanks—would really appreciate your PR!


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


Were they acquired? Or did they give up and the CEO found work at Google?

https://news.ycombinator.com/item?id=42542512

The latter is what this thread claims ^


I don’t know the details of the deal, but their YC profile indicates they were acquired.


you're going to trust the person who started the thread with no idea what happened to the company and then jumped to conclusions based on LinkedIn?


It sounds like it'd be perfect for Google's NotebookLM portfolio -- at least if they wanted to scale it up.


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: