Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stopachka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
I cured my RSI pain (2010)
(aaroniba.net)
2 points
by
stopachka
7d ago
|
0 comments
2.
▲
by
stopachka
26d ago
We take our trust in our users seriously. This is why existing apps are supported until August 31st, 2027 (1 year, 10 days away). Backups will stay available until August 31st, 2028 (2 years). The product is full open source, and we put a l
3.
▲
by
stopachka
26d ago
August 31st, 2027 is 1 year and 10 days away.
4.
▲
Every student is cheating with AI
(ben.page)
7 points
by
stopachka
1mo ago
|
9 comments
5.
▲
by
stopachka
1mo ago
Re-read and it reads a lot better, good work!
6.
▲
From Matmul to Meaning
(evis.dev)
3 points
by
stopachka
1mo ago
|
0 comments
7.
▲
by
stopachka
1mo ago
This is an exciting project! My main feedback: you can definitely tell the website content is AI-generated. It's okay to vibe code the design, but I really hesitate when I see vibed writing.
8.
▲
The Productivity Mirage
(frantic.im)
15 points
by
stopachka
2mo ago
|
0 comments
9.
▲
Core dump epidemiology: fixing an 18-year-old bug
(openai.com)
3 points
by
stopachka
3mo ago
|
0 comments
10.
▲
Core dump epidemiology: fixing an 18-year-old bug
(openai.com)
1 points
by
stopachka
3mo ago
|
0 comments
11.
▲
by
stopachka
3mo ago
Nice! Would love a brief explanation of the infrastructure. I see the Powered by "Upstash Redish Search", but why choose Upstash Redis Search vs something else?
12.
▲
Show HN: Baserates.dev, memorize programmer napkin math
(baserates.dev)
2 points
by
stopachka
3mo ago
|
0 comments
13.
▲
Project Fetch: Phase Two
(anthropic.com)
73 points
by
stopachka
3mo ago
|
26 comments
14.
▲
by
stopachka
3mo ago
Interesting idea! Question: > It is highly unlikely that an AI agent startup becomes wealthy by creating the best harness for a particular use case. If it's not the harness, what do you think is the thing that will differentiate AI
15.
▲
Turing Conjugation
(lacker.substack.com)
3 points
by
stopachka
3mo ago
|
0 comments
16.
▲
Vibe Diaries: Training Nanochat
(vibediary.dev)
2 points
by
stopachka
3mo ago
|
0 comments
17.
▲
by
stopachka
3mo ago
It’s interesting that Claude chose to hint, rather than reveal the full truth or to lie. I wonder what in the training / system prompt causes Claude to do this.
18.
▲
The most complex model we understand [video]
(youtube.com)
2 points
by
stopachka
4mo ago
|
0 comments
19.
▲
by
stopachka
4mo ago
I don't quite understand, what would 100K buy you? AFAIK you would get about ~5 concurrent users, with a max context window of ~128K tokens on the larger models. This wouldn't be good enough for coding -- are you guys thinking of
20.
▲
by
stopachka
4mo ago
Instant gives you a database, but it also gives you a sync engine that you can use in the frontend. We included this instruction because you would ideally use this to build an app.
21.
▲
by
stopachka
4mo ago
Currently we recommend folks to write a script with the admin sdk. Efficient import / export is on the roadmap!
22.
▲
by
stopachka
4mo ago
The UUID doesn’t actually affect the response. Every GET request still generates unique credentials each time, no matter what the value is that passes to /provision/<uuid> We added it to help the app builders that do a lot o
23.
▲
by
stopachka
4mo ago
> Is this the kind of use case that is seen as valuable? I think it could be. Consider an argument like this: It's valuable to ask ChatGPT questions and receive text responses. Some of the responses are more valuable when they don&#
24.
▲
by
stopachka
4mo ago
Oi! Updated. Should be live in a few minutes, but here's the PR: https://github.com/instantdb/instant/pull/2642
25.
▲
by
stopachka
4mo ago
One place where a tool like GETadb can be helpful, is when you as a developer wanted to build a quick demonstration. For example one of co-founders Joe saw a tweet about how VCs were ranked. He pointed Instant to an agent, made a quick poll
26.
▲
by
stopachka
4mo ago
Good question. Two ways: 1. For the users table specifically, we have a default rule that says `"view": "auth.id == data.id"`. This way even if the the user (or AI) did not set access controls, user data is protected by
27.
▲
by
stopachka
4mo ago
Here's my argument: In practice many GET requests don't adhere to this spec. For example, when you load a page, your "view" generally changes lots of things on the backend. Those changes come back to you in ways too: for
28.
▲
by
stopachka
4mo ago
Ah, good point. We can't change the title now though.
29.
▲
by
stopachka
4mo ago
Most LLMs in practice already read URLs. If you ask them a question they don't know, they will search and read pages.
30.
▲
by
stopachka
4mo ago
Thank you! Yeah, it is surprising how magic words can impact the performance of LLMs
More ›