In Kubernetes, what should I use as CPU requests and limits?
Popular answers include:
- Always use limits!
- NEVER use limits, only requests!
- I don't use either; is it OK?
Let's dive into it
A while back I'd done some shallow reverse engineering of Copilot
Now I've done a deeper dive into Copilot's internals, built a tool to explore its code, and wrote a blog answering specific questions and pointing out some tidbits.
thakkarparth007.github.io/co…
Do read, might be fun!
I scanned through the minified extension.js file & found a few interesting things. Everything's an educated guess:
Prompt length=2048
Prompt includes:
- Language ID
- Up to 20 files of same language. Sorted by access time.
- relative paths of files included
- Github repo name
Annual reminder: you can find all my past research, whitepapers & presentations helpfully archived at skeletonscribe.net
Often the oldest techniques are the most valuable.