Live data from Hacker News

Viewing profile — sjmiller609

sjmiller609

HN member
Joined
Wed, Jul 26, 2023, 10:20 PM UTC
HN karma
60
Public activity
14 items

About sjmiller609

Founding Engineer @ Tembo

Recent public activity

  1. comment
    Comment #39456681

    At Tembo, we built Trunk (pgt.dev), which is a free and open source Postgres extension registry with over 200 extensions, published under the postgres license. We aim to improve th…

  2. story
  3. story
  4. comment
    Comment #38545620

    I wish there was some way to compress JSON data across multiple rows, I often have very similar blobs in each row. Or some other way to reduce amount of storage for a lot of simila…

  5. comment
    Comment #38499366

    Found this a helpful explanation

  6. story
  7. comment
    Comment #38002446

    As a devops / platform guy, I would have typically made something like this by gluing a bunch of cloud / data tools together. e.g. like an ETL tool, orchestrator tool, maybe some p…

  8. story
  9. comment
    Comment #37957366

    I wrote a guide and simple experimental setup for this extension: https://tembo.io/blog/table-version-history

  10. comment
    Comment #37705299

    I like how S3 object versioning and expiry works. I wanted something like that for Postgres tables, so I tried out a couple of extensions and wrote about what I found.

  11. story
  12. comment
    Comment #37516587

    Before working for a Postgres company, I had never used extensions. Now, I'm part of a team working to fully automate turning on any extension. I didn't find great resources to exp…

  13. story
  14. comment
    Comment #36885995

    That is awesome! Did you consider using the temporal_tables extension? I think it's basically like version history for tables. I haven't used this before personally though. https:/…