Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anarkafkas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Preview Postgres writes from AI agents with xmin checks (pg-dry-run)
(github.com)
2 points
by
anarkafkas
17d ago
|
0 comments
2.
▲
Show HN: Typesync, schema-first Firestore tooling that now validates stored data
(github.com)
3 points
by
anarkafkas
5mo ago
|
0 comments
3.
▲
Taya runs browser-based workflows with AI while you sleep
(taya.ai)
4 points
by
anarkafkas
1y ago
|
0 comments
4.
▲
by
anarkafkas
3y ago
Thanks for your interest! We currently support 7 models from OpenAI and Anthropic including gpt-3.5 and gpt-4. You can definitely configure the agents to the specific needs of your application including dynamic configuration that changes fo
5.
▲
ReScript aims to be a strictly typed JS, simpler and faster than TS
(rescript-lang.org)
39 points
by
anarkafkas
5y ago
|
23 comments
6.
▲
Metronome is building a usage-based billing infrastructure
(techcrunch.com)
7 points
by
anarkafkas
5y ago
|
0 comments
7.
▲
Show HN: Proficient - AI assistants that help you with your job applications
(proficientai.com)
1 points
by
anarkafkas
5y ago
|
0 comments
8.
▲
A light, fast, and memory-efficient collection traversal library for Firestore
(kafkas.github.io)
3 points
by
anarkafkas
5y ago
|
0 comments
9.
▲
Firecode: A collection traversal API for Firestore
(github.com)
5 points
by
anarkafkas
5y ago
|
1 comments
10.
▲
by
anarkafkas
5y ago
Are you sure about this? Not sure what you mean by "offset" but we are passing the last document of the current batch to the .startAfter() method which ensures that the next batch only contains the docs that come after that. So th
11.
▲
by
anarkafkas
5y ago
Nothing unexpected. You're charged N reads where N is the number of docs traversed.
12.
▲
by
anarkafkas
5y ago
Thank you! Yes, that's correct. The limit for a batch migrator must be 500 because it uses Firestore write batches internally. I'm currently writing another migrator that won't be using Firestore batches, it'll just use
13.
▲
by
anarkafkas
5y ago
Great question! Since traversing the entire collection may take a while, it's definitely possible that a new doc has been added in the meantime. Whether that new doc will be traversed or not depends on its order/index within the c
14.
▲
Firecode: A collection traversal library for Firestore
(github.com)
44 points
by
anarkafkas
5y ago
|
10 comments