Viewing profile — mishrapravin441
mishrapravin441
HN member- Joined
- Thu, Dec 25, 2025, 2:06 PM UTC
- HN karma
- 2
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About mishrapravin441
Recent public activity
- story
-
comment
Comment #46486256
https://pagespeed.web.dev/ Check your webiste u will get some insights, some performance thing can be improved.
-
comment
Comment #46481789
Loved it, it's amazing. Few questions How many developers developed it? How much time it took? You started earning? How are you advertising? Why not people call from there phone fo…
- story
-
comment
Comment #46389287
haha this is cool, from where u took the knowledge base?
-
comment
Comment #46389269
Curious how you are handling snippet boundaries?
-
comment
Comment #46385808
ust to clarify, I’m writing these comments myself. I use grammar llm plugin though to clean up phrasing, but the substance is mine.
-
comment
Comment #46384833
This feels broadly useful beyond translation — e.g., prompt sanitization for support agents or RAG pipelines. Have you experimented with feeding the enriched tags directly into LLM…
-
comment
Comment #46384671
This is a neat use of git worktrees. Isolating Claude Code per branch avoids a lot of context loss when juggling bugfixes and features. The .env copy + auto-launch touches are thou…
-
comment
Comment #46384646
That makes sense, thanks for the detailed clarification. Having the switch-case interpreter as a fallback and keeping the dispatch autogenerated definitely reduces the long-term ri…
-
comment
Comment #46384622
Very nice exploration of URL-as-state. The approach is elegant, but the mobile crashes highlight how hostile real-world URL handling still is once links leave the browser.
-
comment
Comment #46384513
Really nice results on MSVC. The idea that tail calls effectively reset compiler heuristics and unblock inlining is pretty convincing. One thing that worries me though is the relia…