Live data from Hacker News

Viewing profile — georgewfraser

georgewfraser

HN member
Joined
Sun, Oct 28, 2012, 10:30 PM UTC
HN karma
2,601
Public activity
366 items

About georgewfraser

fivetran.com

twitter.com/frasergeorgew

george at fivetran dot com

Recent public activity

  1. story
  2. comment
    Comment #48649724

    Slack is such a simple product, and is so strategic as an interface for AI, Anthropic has to be considering building their own Slack. Hopefully this tag approach is an MVP and it p…

  3. comment
    Comment #47283479

    I assure you I wrote it myself

  4. comment
    Comment #47281236

    Claude-in-Slack is a big enough feature to overcome the slack-connect network effect. Openness is absolutely key! I wrote this post because I hoped that if Anthropic is already pla…

  5. comment
    Comment #47281161

    Also true! The most important thing is that the NewSlacks commit to interoperability. I think Anthropic has a special opportunity to lead the way here, because they have a track re…

  6. comment
    Comment #47280325

    You can only access public channel data, you can't even access that at scale, and Claude needs to be more natively integrated in ways that Slack will never allow.

  7. story
  8. story
  9. comment
    Comment #44306560

    I talked to the timescale CTO at pg conf a few years ago and asked him what timescale does differently than a standard columnar database that makes it better suited for time orient…

  10. comment
    Comment #44112073

    They make a really good criticism of Iceberg: if we have a database anyway, why are we bothering to store metadata in files? I don’t think DuckLake itself will succeed in getting a…

  11. comment
    Comment #43861878

    This is exactly right. We even went so far as to build a proof of concept internally, and the technical challenges are just very different. The simplest way to explain it is that F…

  12. comment
    Comment #43677019

    I am generally a huge vertical sharding skeptic but there are special cases where it is beneficial. If you have a simple query pattern on one table that represents a big fraction o…

  13. comment
    Comment #42596706

    Like so many things from Google engineering this will be toxic to your startup. SREs read stuff like this, they get main character syndrome and start redoing the technical designs …

  14. comment
    Comment #42435484

    In general, I absolutely agree with you. It’s basically an instance of “the customer is always right”: if a smart customer can’t get our product working, there is a problem with th…

  15. comment
    Comment #42434450

    I have some insight into this because this claim is about my company Fivetran: “…relies on the data source being able to seek backwards on its changelog. But Postgres throws change…

  16. comment
    Comment #40281567

    You can partition your BigQuery table however you like and Fivetran will leave it in place. I don’t think there’s any benefit to partitioning the staging table.

  17. comment
    Comment #36399368

    I wonder if it would be easier to create a C virtual machine that emulates all the OS interaction, then recompile Postgres and the extensions to run on this. Perhaps TruffleC would…

  18. story
  19. comment
    Comment #34270726

    I have an S with a yoke and prefer it to a round steering wheel. 95% of the time it’s better: you can see the entire dashboard and your body can feel the angle of the wheel instinc…

  20. comment
    Comment #33959121

    The world would be a better place if database drivers were completely abandoned as a way for clients to connect to databases. A standard API, implemented by multiple vendors, is a …

  21. comment
    Comment #33520495

    Licensing under AGPL will make it hard for any startup to use Cozo. Lawyers always ask about AGPL in venture financing diligence and it is considered a red flag. You can argue that…

  22. story
  23. comment
    Comment #32554566

    The core claim of this article, that Snowflake doesn't implement optimizations that would reduce usage, is not true. Search optimized tables, partitioned tables, and per-second bil…

  24. comment
    Comment #32346629

    Yeah I think that is the key question: will data lakes become the dominant paradigm? There is certainly a lot of talk around them, though I see a ton of companies are still just go…

  25. comment
    Comment #32345717

    The thing I wonder about with Presto and to a lesser extent Spark is, how many of their users adopted this tool because it was an easy migration path from Hive, and how many of tho…