Viewing profile — samokhvalov
samokhvalov
HN member- Joined
- Sun, Oct 27, 2019, 11:09 PM UTC
- HN karma
- 825
- Public activity
- 174 items
- HN profile
- View on Hacker News ↗
About samokhvalov
https://Postgres.AI
https://twitter.com/samokhvalov
https://gitlab.com/NikolayS
https://github.com/NikolayS
Recent public activity
-
comment
Comment #49071077
it was silly, quick check out of curiosity what Opus 5 can do – and the first thing I saw was so impressive that it made me spend hours during weekend polishing it here it is from …
-
comment
Comment #49070879
correct on both counts
-
comment
Comment #49070862
yeah, it was there before your comment; maybe not easy to find (help is on "?", which is also maybe not easy to find)
-
comment
Comment #49065085
[dead]
-
comment
Comment #49065019
yep (via pressing T) but I agree, could be better – thinking
-
comment
Comment #49065015
try pressing T
-
comment
Comment #49065009
Correct -- z-fighting on coplanar ground surfaces. Fixing with explicit offsets. thanks
-
comment
Comment #49064658
I hear you. WIP! thanks for all the feedback. It's amazing for me too. It all started yesterday with a single prompt and curiosity what Opus 5 can do. ~3.86B tokens used so far (no…
- story
- story
-
comment
Comment #48142353
Hey, PostgresAI founder here. thank you for using DBLab Can you DM me, please? Really curious about your experience
- story
-
comment
Comment #47827163
thank you!
-
comment
Comment #47821976
thanks for pushing back, by the way – I'm thinking this thru, and will likely rename fun fact: I now think, "River" (Go project) is also a misleading name for a task queue system :…
-
comment
Comment #47821904
1. partitions are never dropped – they got TRUNCATEd (gracefully) during rotation 2. INSERT-only. Each consumer remembers its position – ID of the last event consumed. This pointer…
-
comment
Comment #47821874
you need to explain claude code that PG18 is out already ;)
-
comment
Comment #47821868
Fair. I had an attempt to clarify it in README that PgQue is "closer to Kafka topics than to a job queue" -- per-subscription cursor on a shared event log, no ACK-delete, no visibi…
-
comment
Comment #47821012
correct it's explained in README: > Category: River, Que, and pg-boss (and Oban, graphile-worker, solid_queue, good_job) are job queue frameworks. PgQue is an event/message queue o…
-
comment
Comment #47820712
nice work I wonder if you considered WAL-G, which is also written in Go and has this: https://github.com/wal-g/wal-g/blob/master/docs/PostgreSQL.m...
-
comment
Comment #47820636
Taxonomy is correct. But the benefit isn't "table grows indefinitely vs. vacuum-starved death spiral" in all three approaches, if the consumer falls behind, events accumulate The r…
-
comment
Comment #47820384
(PgQue author here) I didn't understand nuances in the beginning myself We have 3 kinds of latencies when dealing with event messages: 1. producer latency – how long does it take t…
- story
-
comment
Comment #46770625
congrats! the more postgres everywhere, the better
- story
-
comment
Comment #44165853
1) built using an open source kubernetes operator, as I understand 2) Crunchy provides true superuser access and access to physical backups – that's huge