Live data from Hacker News

Viewing profile — samokhvalov

samokhvalov

HN member
Joined
Sun, Oct 27, 2019, 11:09 PM UTC
HN karma
825
Public activity
174 items

About samokhvalov

nik@postgres.ai

https://Postgres.AI

https://twitter.com/samokhvalov

https://gitlab.com/NikolayS

https://github.com/NikolayS

Recent public activity

  1. 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 …

  2. comment
    Comment #49070879

    correct on both counts

  3. 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)

  4. comment
  5. comment
    Comment #49065019

    yep (via pressing T) but I agree, could be better – thinking

  6. comment
    Comment #49065015

    try pressing T

  7. comment
    Comment #49065009

    Correct -- z-fighting on coplanar ground surfaces. Fixing with explicit offsets. thanks

  8. 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…

  9. story
  10. story
  11. comment
    Comment #48142353

    Hey, PostgresAI founder here. thank you for using DBLab Can you DM me, please? Really curious about your experience

  12. story
  13. comment
    Comment #47827163

    thank you!

  14. 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 :…

  15. 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…

  16. comment
    Comment #47821874

    you need to explain claude code that PG18 is out already ;)

  17. 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…

  18. 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…

  19. 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...

  20. 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…

  21. 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…

  22. story
  23. comment
    Comment #46770625

    congrats! the more postgres everywhere, the better

  24. story
  25. 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