Viewing profile — noor_z
noor_z
HN member- Joined
- Mon, Feb 28, 2022, 2:59 PM UTC
- HN karma
- 11
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About noor_z
Working on developer experience at Notion and previously at Temporal.
https://github.com/noredeen me [at] noredeen.xyz
Recent public activity
- story
-
comment
Comment #43953035
Yup exactly. My tool is supposed to sit between MCP clients and servers. For now only stdio is in scope. Your tool is great. An MCP server for LSPs! I'll be taking it for a spin.
-
comment
Comment #43952946
One advantage of MCP being "inspired by" LSP, at least to people like myself who work on LSP tools, is that a decent chunk of existing LSP code can be reused and repurposed. For ex…
-
comment
Comment #43822805
Working on supporting MCP (model context protocol) in my LSP (language server protocol) proxy: https://github.com/noredeen/lspwatch . I wrote this tool to make instrumenting langua…
-
comment
Comment #43672309
It's very possible I'm just bad at Go but it seems to me that the result of trying to adhere to CSP in my own Go projects is the increasing use of dedicated lifecycle management ch…
-
story
Show HN: Lspwatch – Automatic, configurable observability for language servers
Hey HN, I'm sure many of you have encountered statically-typed codebases so large and complicated that your code editors freeze, lag, become unresponsive, and generally struggle. D…