Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Pakvothe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Pakvothe
6mo ago
This resonates. We've been moving toward this with AI coding assistants, the ticket description IS the prompt. The better you write the ticket, the better the output.
2.
▲
by
Pakvothe
6mo ago
Love this approach of compiling a readable language to a platform-specific format. Same pattern works well for i18n. Write in one language, compile/translate to the target formats automatically.
3.
▲
by
Pakvothe
6mo ago
This is interesting for MCP server deployment. Right now most MCP servers run as local stdio processes. Containerizing them would solve the security and isolation concerns that come up every time someone installs a thirdparty MCP server. Wo