Viewing profile — scottcodie
scottcodie
HN member- Joined
- Sun, Oct 24, 2021, 6:48 PM UTC
- HN karma
- 233
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About scottcodie
https://github.com/RelativeDB/RelQL
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #48769015
If this was a claude plugin with a hook on my dep files, I'd be in.
-
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…
-
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…
-
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. …
-
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…
-
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…
-
comment
Comment #43529887
Stream processing/materialization engine written in rust that can be compiled to wasm. Graffiti art.
- story
- comment
-
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…
-
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.
-
comment
Comment #36776392
You could also use a temporal table.
- comment
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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.
-
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…