NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Show HN: Dev tools in one static site, no framework, no server (devtools.fit)
adrianwaj 13 days ago [-]
Great idea, I just mentioned an idea for a site "thereisanHTMLforthat" [https://news.ycombinator.com/item?id=49425010]

Maybe you could host/archive such single pages for other people, especially if there was a way to automatically obtain the latest version from some known location?

You could collect stats, ratings and comments for such pages, like with GreasyFork.

Another idea would be to record the prompts that were used, or can be used to create these tools. For example, I just created one myself because I couldn't find anything else to do it. Probably quicker to do than keep searching for the right one.

https://share.gemini.google/Varmn9aYtGze (URL to JSON exporter from one small prompt)

gr3ggg 8 days ago [-]
[flagged]
gabrielsroka 12 days ago [-]
Use crypto.randomUUID https://developer.mozilla.org/en-US/docs/Web/API/Crypto/rand... instead of Math.random
gr3ggg 8 days ago [-]
Fixed and deployed — it now uses crypto.randomUUID() with a getRandomValues fallback for older browsers.

Worse than the bug itself: the page claimed it generated UUIDs "with the browser's cryptographic random source", which simply wasn't true. Thanks for catching it.

gabrielsroka 12 days ago [-]
Csv can contain \n. Splitting on '\n' won't work. Csv to Json goes both ways
gabrielsroka 12 days ago [-]

  "First ""middle"" last"
Didn't work
gr3ggg 8 days ago [-]
[flagged]
gabrielsroka 12 days ago [-]
Md adds <li> without <ul>
gabrielsroka 12 days ago [-]
It says it handles tables but it doesn't.
gr3ggg 8 days ago [-]
[dead]
gr3ggg 13 days ago [-]
[flagged]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 18:47:32 GMT+0000 (Coordinated Universal Time) with Vercel.