Live data from Hacker News

Viewing profile — scottcodie

scottcodie

HN member
Joined
Sun, Oct 24, 2021, 6:48 PM UTC
HN karma
233
Public activity
102 items

About scottcodie

RelativeDB - An open source relational transformers query engine.

https://github.com/RelativeDB/RelQL

Recent public activity

  1. comment
    Comment #49234047

    A new transformers architecture based on relational data instead of text. Been exploring search reranking based on graph data and customer prediction. https://github.com/relativedb…

  2. comment
    Comment #49151382

    I did took a native c++ approach when writing a relational transformers engine (RelativeDB). My journey was pytorch -> c++ -> Triton (lang). While C++ was more performant than Trit…

  3. comment
    Comment #49076371

    The whole graph is walked at inference time to create the context. There is an attention feature, called 'neighbor attention', that propagate signals along primary-foreign key rela…

  4. story
    Show HN: RelativeDB – OSS query engine for relational foundation models

    Structured data could be the next big frontier for foundation models. RelativeDB is an open source query engine built around the Relational Transformer architecture, developed by S…

  5. comment
    Comment #48913056

    I created a prose tool as a claude code plugin to catch these and other AI-isms. It's not really intended for release quite yet, but it has been very useful. https://github.com/Mar…

  6. comment
    Comment #48769015

    If this was a claude plugin with a hook on my dep files, I'd be in.

  7. comment
    Comment #47708298

    I'm not sure a game needs transactions. It seems to me that entity streaming concepts are a better fit: reading from an event queue and consistently reconciling the state over time…

  8. comment
    Comment #47602265

    Have you taken a look at the various test harnesses for video encoding/decoding, or consider publishing a standalone one yourself? I get a bit-for-bit rewrite can have some advanta…

  9. comment
    Comment #46298469

    I have a legit laminar flow hood (airclean 600, 32 inch) in my home for plant tissue culture. I gotta say, I thought it was going to be easy street to sterile culture- it was not. …

  10. comment
    Comment #45793962

    One thing the other blog post missed and this post misses too is that you don't need Kafka to use Debezium with Postgres. This gives you a pretty seamless onramp to event streaming…

  11. comment
    Comment #45631893

    I've spent my entire career developing databases (oracle, cassandra, my own database startup). Knowing if your workload is read or write heavy is one of the first questions when ev…

  12. comment
    Comment #43529887

    Stream processing/materialization engine written in rust that can be compiled to wasm. Graffiti art.

  13. story
  14. comment
  15. comment
    Comment #37397062

    Is there a definition of a "security update"? Software has an infinite number of bugs and it is cost infeasible to fix them all. If it's years down the road, the engineers that wro…

  16. comment
    Comment #37303855

    Paying poorly would bias you to candidates who will accept poor wages. Good candidates, even if they are young and inexperienced, can have a high market rate.

  17. comment
    Comment #36776392

    You could also use a temporal table.

  18. comment
  19. comment
    Comment #36374745

    SQL in the context of a single query struggles with a composable features. But looking slightly outside the scope of queries with assignment statements and view/materialization dag…

  20. comment
    Comment #35160771

    Most technology advances are not labor replacing but rather labor augmenting. For example, LLMs could make teachers much more productive in the classroom but it would be unlikely t…

  21. comment
    Comment #34900343

    Price gouging is often seen as immoral because it involves high prices without a justifiable reason. It is often considered in absence of welfare analysis, even if the middle class…

  22. comment
    Comment #34530194

    Usually you don't consider health insurance to be a moral hazard in this way. However, in healthcare, a moral hazard can occur when people use more healthcare services because the …

  23. comment
    Comment #34294295

    What is the role of an engineering manager exactly? I've been thinking about this question for awhile and I get wildly different answers depending on who I ask. It seems to me that…

  24. comment
    Comment #33937851

    When a company takes an action solely to limit competition with no consumer benefit, they should be immediately investigated for antitrust behavior.

  25. comment
    Comment #33899277

    The more people you survey, the higher the confidence that the questionnaire is representative of the entire population, or the 'confidence interval'. Since the population was rand…