Viewing profile — jmuncor
jmuncor
HN member- Joined
- Mon, Mar 24, 2025, 6:08 PM UTC
- HN karma
- 95
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jmuncor
No profile information was provided.
Recent public activity
-
comment
Comment #48810047
Tokentap is a tool that helps you print the whole context window as you interact with an LLM (Claude, Codex, Gemini, etc). So that you can understand exactly what is going on 'unde…
- story
-
comment
Comment #47054437
This repo is a local database that stores your facts, memories and facts locally so that you centralize everything in your local system. Mumpu - Middleware for Universal Memory Per…
- story
-
comment
Comment #46806897
That was what I wanted to answer.. hehe What edge cases can you think of, and what polish do you think I can add?
-
comment
Comment #46806881
Sometimes simplicity is the best thing to have.
-
comment
Comment #46806872
Not only trust, but how you later optimize what is in the context to cater how you use llms... There is a whole world to be explored inside that context window.
-
comment
Comment #46806862
Thank you, what I was thinking was more along the lines of optimizing how you use your context window. So that the LLM can actually access what it needs to, like a incredibly power…
-
comment
Comment #46806845
I love this idea... Going to look into it, thank you!
-
comment
Comment #46806836
Yes, I think you can actually later store this in a database and start querying and optimizing what is happening there. Even you can start using these files or a destilation of the…
-
comment
Comment #46806821
That is exactly the idea, later we can actually tap into the middle and optimize how the context is actually being used. Feels like the current anthropic tools like compact don't d…
-
comment
Comment #46806806
You can always try right?
-
comment
Comment #46806799
Yes... Got it patched up and fixed some security issues it had. Let me know what you think of the new version.
-
comment
Comment #46806770
Ohh my, no offense taken... The next time I will be a lot more careful with the stuff that I put out there. Learning and getting the hang of it, would love if you either comment on…
-
comment
Comment #46806756
I love the real feedback tbh, I am still learning, and want to learn as much as possible. Would love if you can review it and tell me bluntly either in the repo or here the things …
-
comment
Comment #46806576
Now you can add on top of it :D and we can all create something great :D
-
comment
Comment #46806551
Just fixed it and implemented a simple http relay, eliminating the mitmproxy and the ssl_insecure=true. The new implementation uses TLS verification, doing last tests and merging i…
-
comment
Comment #46806408
The idea is to simplify and store it... Thinking of changing it to http relay, what do you think?
-
comment
Comment #46805569
Something like sherlock start --otel-endpoint?
-
comment
Comment #46805534
Could add support if you need it! Just let me know :D
-
comment
Comment #46805506
This works with claude code and codex... So you can use with any of those, you dont need a local llm running... :)
-
comment
Comment #46805434
Got it on the feature branch http-relay, let me know what you think!
-
comment
Comment #46805064
That is what you would call vibe-ception... Hahahahah correcting it now! hahahahahahahaha!!
-
comment
Comment #46805036
Working on this feature right now!! Thank you for the suggestion, will start the branch for it... Whent think of improving the context window usage, now that with an http relay we …
-
comment
Comment #46804987
What would you think of simply using an http relay for all providers? Would that make you feel better secutity wise? also could extend the tool to change the context you are sendin…