Live data from Hacker News

Viewing profile — adastral

adastral

HN member
Joined
Thu, Mar 07, 2024, 7:14 PM UTC
HN karma
74
Public activity
17 items

About adastral

No profile information was provided.

Recent public activity

  1. comment
    Comment #49162232

    How do you cope with distributed transactions? (I'm not sure if you support them?) I know that Citus has a `citus_create_restore_point()` (or so) function that, when called, guaran…

  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #45116522

    PostgresTV livestreams "vibe coding" 1h sessions implementing small PostgreSQL features with Cursor (mostly claude-4-sonnet model) every week, by experienced PostgreSQL contributor…

  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #42549290

    > I default to a headless browser Headless browsers consume orders of magnitude more resources, and execute far more requests (e.g. fetching images) than a common webscraping job w…

  12. story
  13. comment
    Comment #40896166

    From https://www.codeofhonor.com/blog/the-starcraft-path-finding-... > whenever harvesters are on their way to get minerals, or when they’re on the way back carrying those minerals…

  14. comment
    Comment #39861920

    Not sure if this is what the above comment means by "atomic", but a shortcoming of Postgres' JSON support is that it will have to rewrite an entire JSON object every time a part of…

  15. comment
    Comment #39707551

    Around ten heavily-updated (50-400k updated rows/min) tables ranging between 500M and 5B rows, with a couple tables over 40B rows each (5TB each IIRC).

  16. comment
    Comment #39707447

    I see they don't mention Citus ( https://github.com/citusdata/citus ), which is already a fairly mature native Postgres extension. From the details given in the article, it sounds …

  17. comment
    Comment #39633477

    > they'll be encrypted Since some months (years?) ago, WhatsApp lets you set up your own encryption password for the DB backup. I set one up and used https://github.com/ElDavoo/wa-…