Live data from Hacker News

Viewing profile — vira28

vira28

HN member
Joined
Sun, Jul 16, 2017, 10:23 PM UTC
HN karma
917
Public activity
359 items

About vira28

https://viggy28.dev

admin@viggy28.dev

Recent public activity

  1. story
  2. comment
    Comment #49218087

    Reads like an add to Omnigent or whatever harness (wait it’s meta harness?.

  3. comment
    Comment #49204804

    Is that the core/tech behind Kitesurf?

  4. story
  5. comment
    Comment #49037933

    TL;DR Initial bet didn’t work out and it also became irrelevant. Company is focusing on computer for agents. Founder CEO replaced with a new CEO.

  6. story
    Ask HN: Do you use Apache Iceberg in Production?

    I am learning about the Data eco-system and keep hearing about Icerberg as the open table format. However, I haven't come across anyone so far thats using it. Curious, if you see, …

  7. comment
    Comment #48536867

    Building https://github.com/viggy28/streambed - a full Postgres running on S3 using DuckDB as the query engine.

  8. comment
    Comment #48532012

    Certainly interested.

  9. comment
  10. comment
    Comment #48487211

    Agree. Appreciate the reminder.

  11. story
    Ask HN: Want to build something open source on nights and weekends together?

    Not a hiring post. I have a 9-5 but also a lot of ideas I want to build. The core is just to show up and make small progress — but I find I'm missing accountability and partnership…

  12. comment
    Comment #48486856

    Tomas Vondra, a major Postgres contributor recently revived a thread on using Bloom filters - https://www.postgresql.org/message-id/flat/5cd8c20c-14b5-4b0... So there is more core …

  13. comment
    Comment #48394398

    The idea is pretty similar. As per their README, Iceberg support is deprecated.

  14. comment
    Comment #48394374

    From what I understand Ducklake needs a dedicated metadata database and it also ties to DuckDB land wherease with Iceberg many engines can query directly.

  15. comment
    Comment #48379319

    The challenge with any CDC is making it reliable. Curious, how are you exporting to S3? - Debezium or some service in AWS or home grown tool?

  16. comment
    Comment #48366524

    Currently, Strembed expects REPLICA IDENTITY FULL for getting the before and after value of TOAST column. Since we have the data in object storage, we could populate it without the…

  17. comment
    Comment #48366205

    Welcome. To avoid primary running out of disk space, you can configure max_slot_wal_keep_size https://www.postgresql.org/docs/17/runtime-config-replicatio... Since Supabase is vani…

  18. comment
    Comment #48353640

    Aside from the cost, my major motivation is to keep the infrastructure simple. The data is already there in Postgres, so I didn't want to add another data warehouse. I have also sh…

  19. comment
    Comment #48353602

    Thanks for the kind words! Short answer: yes, column-level schema changes sync to Iceberg automatically[0]. Logical replication (pgoutput in v1) doesn't actually stream DDL stateme…

  20. comment
    Comment #48353558

    [flagged]

  21. comment
    Comment #48353521

    Welcome. Would love to hear your experience. Feel free to share here or in the repo. Fully open source.

  22. comment
    Comment #48353511

    Should be fairly doable using binlog-based producer https://github.com/go-mysql-org/go-mysql .

  23. comment
    Comment #48352067

    Both projects are relevant. Curious, what kinda pushdown capabilities that you were looking for?

  24. comment
    Comment #48351029

    Hello, I checked ingestr repo, and it is in my bookmark. Small world. Agree, CDC is like Death by a thousand cuts. I believe Debezium has a Java library. My initial need was Postgr…

  25. comment
    Comment #48350934

    [flagged]