Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scottcodie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
scottcodie
9d ago
You can also mine attention from image models, it's a lot of fun and very interesting.
2.
▲
by
scottcodie
1mo ago
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/relational-transformers https:/
3.
▲
by
scottcodie
2mo ago
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 Triton, I couldn't afford to optimize on every gpu. I
4.
▲
by
scottcodie
2mo ago
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 relationships. The task table includes the foreign key
5.
▲
Show HN: RelativeDB – OSS query engine for relational foundation models
(github.com)
3 points
by
scottcodie
2mo ago
|
2 comments
6.
▲
by
scottcodie
2mo ago
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/MariHQ/mari-cc
7.
▲
by
scottcodie
3mo ago
If this was a claude plugin with a hook on my dep files, I'd be in.
8.
▲
by
scottcodie
5mo ago
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. Like the sorted top-n in the example, if it was a gam
9.
▲
by
scottcodie
6mo ago
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 advantage but it's hard to know if the AI implementation
10.
▲
by
scottcodie
9mo ago
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. Sterile protocol matters so much that I think it would have
11.
▲
by
scottcodie
11mo ago
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 tools as you scale.
12.
▲
by
scottcodie
11mo ago
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 evaluating database choice, and is critical for tuning op
13.
▲
by
scottcodie
1y ago
Stream processing/materialization engine written in rust that can be compiled to wasm. Graffiti art.
14.
▲
by
scottcodie
3y ago
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 wrote the code may be long gone.
15.
▲
by
scottcodie
3y ago
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.
16.
▲
by
scottcodie
3y ago
You could also use a temporal table.
17.
▲
by
scottcodie
3y ago
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 dags then you start getting some of that composition back.
18.
▲
by
scottcodie
4y ago
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 to replace teachers entirely.
19.
▲
by
scottcodie
4y ago
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 can afford the price increase, it can still be considered p
20.
▲
by
scottcodie
4y ago
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 cost for them is low.
21.
▲
by
scottcodie
4y ago
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 an engineering manager contributes to the intellectual
22.
▲
by
scottcodie
4y ago
When a company takes an action solely to limit competition with no consumer benefit, they should be immediately investigated for antitrust behavior.
23.
▲
by
scottcodie
4y ago
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 randomly sampled & non-responses don't correl
24.
▲
by
scottcodie
4y ago
The topic for this questionnaire is "student life, academics, athletics", which is an important part of the question when determining if non-responses are important. In this case ChatGPT gets it correct, but explains the reason ve
25.
▲
by
scottcodie
4y ago
Given the topic is "student life, academics, and athletics", would you care about the non-responses? If the topics correlate well to non-responses then you'd have a reason to care about the missing results. The best answer he
26.
▲
by
scottcodie
4y ago
There is often attrition when doing surveys. If the correct answer is always A then that implies there can be no attrition for completing the survey. Since the list of topics asked don't seem to correlate with non-responses (such as do
27.
▲
by
scottcodie
4y ago
Twitter's actions seems like retaliation against the employee for enabling other employees to collect evidence of discrimination. Performance reviews often exist to reduce the companies liability when firing people off, but being fired
28.
▲
by
scottcodie
4y ago
What they did was collude to control supply of lessors by setting rates so there would be less competition. This is the definition of collusion and almost textbook anti-trust. The question for anti-trust cases like this is what was their en
29.
▲
by
scottcodie
4y ago
The consumer market ban happens when the FCC refuses to certify any new devices so they are not eligible for import for the US consumer market.
30.
▲
by
scottcodie
4y ago
"The action we take today covers base station equipment that goes into our networks. It covers phones, cameras, and WiFi routers that go into our homes. And it covers rebranded or ‘white label’ equipment that is developed for the marke
More ›