Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reidbarber
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
reidbarber
1y ago
The big feature here is that the shared artifacts can use the Claude API themselves (where usage is tied to the logged-in users of your shared artifact).
2.
▲
Reverse Engineering Claude Code
(reidbarber.com)
1 points
by
reidbarber
1y ago
|
0 comments
3.
▲
by
reidbarber
1y ago
I've found that to be best for coding, especially when you're describing the exact behavior you want implemented. Plus the format it returns is very consistent (not the case in the various chat UIs).
4.
▲
by
reidbarber
1y ago
My current favorite (and free) workflow: 1. Drop project files into https://files2prompt.com to copy a prompt with all file contents 2. Paste into https://aistudio.google.com/ and set a low (or 0) temperature an
5.
▲
Show HN: WebMarker – Mark web pages for use with vision-language models
(webmarkerjs.com)
2 points
by
reidbarber
2y ago
|
1 comments
6.
▲
by
reidbarber
2y ago
Nice! I built something similar, but in the browser with drag-and-drop at https://files2prompt.com It doesn’t have all the fancy LLM integration though.
7.
▲
Show HN: WebMarker – Mark web pages for use with large language models
(github.com)
1 points
by
reidbarber
2y ago
|
0 comments
8.
▲
Reverse Engineering Claude Artifacts
(reidbarber.com)
1 points
by
reidbarber
2y ago
|
0 comments
9.
▲
by
reidbarber
2y ago
Neat! Been building something similar to the tagging feature in Typescript: https://github.com/reidbarber/webmarker The Python API on this is really nice though.
10.
▲
by
reidbarber
2y ago
Thanks, I appreciate it! I hope to keep adding features. If there are missing features that you'd use, feel free to leave them in a reply.
11.
▲
by
reidbarber
2y ago
Nice! I made something similar but for the browser recently: https://files2prompt.com I think there some CLI tools out there as well.