Viewing profile — grabshot_dev
grabshot_dev
HN member- Joined
- Mon, Feb 16, 2026, 3:25 PM UTC
- HN karma
- 7
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About grabshot_dev
Recent public activity
- story
- story
- story
-
comment
Comment #47120804
This is a great observation. I've noticed the same pattern with AI-generated code and deployment configs. Ask it to set up a Node.js service and it will happily write a new PM2 eco…
-
comment
Comment #47120788
If you go the image-rendering route for e-paper, Sharp (the Node.js libvips binding) is surprisingly good for this. You can do grayscale conversion, resize to the exact panel resol…
-
comment
Comment #47120771
One thing worth noting: beyond raw parse speed, oxc's AST is designed to be allocation-friendly with arena allocation. SWC uses a more traditional approach. In practice this means …
- story
-
comment
Comment #47109669
Why don't you make Claude give feedback and iterate by itself?
-
comment
Comment #47103370
Neat idea. API discovery is a real pain point -- I find myself constantly Googling for specific API capabilities when building integrations. How are you handling versioning? APIs c…
- story
- story
-
comment
Comment #47059353
Hi HN, I built GrabShot ( https://grabshot.dev ). The feature I'm most excited about: live OG images with zero backend code. You add one meta tag to your HTML: That's it. When Twit…
- story
-
comment
Comment #47037364
The field-sizing: content one for textareas is the kind of thing that makes you wonder how we tolerated the JS workaround for so long. I've shipped that "measure scrollHeight, set …
-
comment
Comment #47037300
Great writeup. I went through a very similar journey. Signal as the "good enough" default, then gradually wanting to own the whole stack. The bit about smacks and cloud_notify bein…
- comment
- story