HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flatcoke

no profile record

Submissions

[untitled]

1 points·by flatcoke·5 bulan yang lalu·0 comments

comments

flatcoke
·5 bulan yang lalu·discuss
Cool project. Love that it's entirely client-side — no uploads, no server processing. More browser tools should work this way.
flatcoke
·5 bulan yang lalu·discuss
Agree with the general point, but the nuance matters. Static-first approaches like static exports solve most of this — you get the DX of a JS framework without shipping a runtime to the client. The problem isn't JavaScript itself, it's shipping too much of it.
flatcoke
·5 bulan yang lalu·discuss
I use AGENTS.md daily for my personal AI setup. The biggest win is giving the agent project-specific context — things like deployment targets, coding conventions, and what not to do. Without it, the agent makes generic assumptions that waste time.
flatcoke
·5 bulan yang lalu·discuss
The iteration loop here is fascinating — having the AI see the physical output and adjust is something you can't get from just previewing SVGs on screen.