Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sprobertson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sprobertson
3mo ago
Much better than your current demo image! The default vignette is too obviously digital
2.
▲
by
sprobertson
4mo ago
or easier, open ~/.claude/projects/[project]/[session].jsonl (excluding the system prompt)
3.
▲
by
sprobertson
6mo ago
The official one doesn't work for me on mobile but this does: https://artemistracker.com/
4.
▲
by
sprobertson
6mo ago
it likes mentioning itself in commit messages, though you can just tell it not to.
5.
▲
by
sprobertson
6mo ago
Pretty much everyone saying worktrees but I lean heavily on hot-reloading of both backend and frontend (to actually see what I'm doing) so it's too annoying to deal with dependencies and ports when things are isolated. Instead I k
6.
▲
by
sprobertson
6mo ago
yes: > skip all the gratuitous affirmation and tell me when I'm wrong
7.
▲
by
sprobertson
6mo ago
Yeah the UX itself is clearly slop
8.
▲
by
sprobertson
6mo ago
You're certainly not alone, though it's not that much worse than usual over the last 5 years https://telliott.me/posts/is-github-getting-less-reliable/
9.
▲
by
sprobertson
7mo ago
Sure, but use the tool for the job IMO. GPTs are much more complex so should demonstrate a much more complex task.
10.
▲
by
sprobertson
7mo ago
This kind of thing is pretty easy to do with a much leaner model https://docs.pytorch.org/tutorials/intermediate/char_rnn_gen...
11.
▲
by
sprobertson
7mo ago
No - it costs $0 already
12.
▲
by
sprobertson
7mo ago
It seems like everyone commenting here is already part of the hivemind. So maybe someone can answer an important question that I'm not getting at all from the docs: what does this actually do?
13.
▲
by
sprobertson
10mo ago
I printed the casing just to see - it actually does fit in my levi pockets (front and back), but looks and feels a bit ridiculous to actually walk around with
14.
▲
by
sprobertson
10mo ago
> software dev is a job for me that needs to generate income sir, this is a hackernews
15.
▲
by
sprobertson
11mo ago
Who's the designer? I assume the same as agents.cloudflare.com, finally something that looks creative and not based on purple gradients
16.
▲
by
sprobertson
11mo ago
not for the standard hosted APIs using structured output or function calling, best you can get is an array
17.
▲
by
sprobertson
1y ago
And #1 on the jobs chart
18.
▲
by
sprobertson
1y ago
Here's the screen recording version of a long exposure (thanks for the nerd snipe) - https://gist.github.com/spro/7599415b0e47de65311557b3454771a...
19.
▲
by
sprobertson
1y ago
my first instinct was "the slow one is struggling so it must be doing some heavy work"
20.
▲
by
sprobertson
1y ago
Yeah good call, I missed that. I don't think there's a correct answer here, but it could be another step of the read or write. Either it would do another lookup of "my daughter" -> Name on read, or do a lookup on writ
21.
▲
by
sprobertson
1y ago
It's been asked a few times, here are some links to get you started: * https://news.ycombinator.com/item?id=36370684 * https://news.ycombinator.com/item?id=30752540 * https://news.ycombinato
22.
▲
by
sprobertson
1y ago
You might want to put your actual username in those links. Would also be good to see an example PDF or at least screenshot in there.
23.
▲
by
sprobertson
1y ago
As a simplified example: (memory) [2023-07-01] My daughter is 10 (memory) [2024-05-30] My daughter turned 11 today! System prompt: Today is 2025-08-21 User prompt: How old is my daughter? The vector DB does the work of fetching the daughter
24.
▲
by
sprobertson
1y ago
FYI using pagination erases your filters Would be good to have the "play" button above the fold on the detail page
25.
▲
by
sprobertson
1y ago
Previous discussion: https://news.ycombinator.com/item?id=1912530
26.
▲
Programming with Natural Language Is Going to Work (2010)
(writings.stephenwolfram.com)
2 points
by
sprobertson
1y ago
|
1 comments
27.
▲
by
sprobertson
1y ago
for anonymization it would probably be a good idea to blank out links (linkedin/github/etc)
28.
▲
by
sprobertson
1y ago
simply tell it what command it should call to compile, or better yet add that info to Claude.md
29.
▲
by
sprobertson
1y ago
I have used OpenSCAD not CadQuery, to me (as a vim person) the appeal is not having to do a bunch of mousework. But it doesn't hold up for long, at some level of complexity it is certainly easier to just go learn SolidWorks/OnShap
30.
▲
by
sprobertson
1y ago
This in combination with making the tool call / json response itself also "batched" is a good pattern. Instead of returning a single `{english, foul}` object per record, pass in an array of records and have it return an array
More ›