Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ryan14975
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ryan14975
6mo ago
The coupling concern is valid but I think it's the right trade-off for most CRUD apps. In practice, 80% of your endpoints are thin wrappers around your models anyway. The remaining 20% where you need separate request/response sche
2.
▲
by
ryan14975
6mo ago
The settings.json allowlist gives you exactly this kind of granularity. You can permit specific tool patterns like Read, Glob, Grep, Bash(git *) while keeping destructive operations gated. It's not as discoverable as a CLI flag but it&
3.
▲
by
ryan14975
6mo ago
This makes a lot of sense. Cloudflare already has the rendered content at edge — serving a structured snapshot from cache would eliminate redundant crawling entirely. What I'd love to see is site owners being able to opt in and control
4.
▲
by
ryan14975
6mo ago
Eazip ( https://eazip.io ) — ZIP remote files in one API call. I built a service that lets developers bundle remote files into a ZIP with a single POST request. You send a list of URLs, we fetch, package, and return a signed downl