Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kohlerm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
27 ms
·
1.
▲
by
kohlerm
5mo ago
Yeah well. MCPs are better for use cases where remote access is required, but for development use cases what you need in the majority of use cases is to manipulate local files. Skills are just the more natural solution here. You can argue w
2.
▲
by
kohlerm
9mo ago
I checked the codex source code a few months ago and the implementation was very basic compared to opencode
3.
▲
by
kohlerm
10mo ago
It is definitely a real problem to be solved. We used something similar in an IOT application some time ago
4.
▲
by
kohlerm
10mo ago
Very good article. With regards to the guy being a designer, he is IMHO still correct with regards to layouts. Currently LLMs ares till pretty clueless about layouts. Also SWE is much more then coding. Even in the coding area there is much
5.
▲
by
kohlerm
10mo ago
I think I have seen it being used in Snowboards
6.
▲
by
kohlerm
1y ago
>All politicians follow their beliefs No they don't they, a lot them will do whatever is needed (change their minds at will) to stay in power. If you ever listened to Habeck, there are simple rational arguments why it did not makes
7.
▲
by
kohlerm
1y ago
Merkel (CDU) pushed it after Fukushima, because "oh it's dangerous", which wasn't rational, but she knew people wanted it
8.
▲
by
kohlerm
1y ago
He is on of the few politicians who follow his beliefs about what needs to be done, less so about what is popular. He also made sure Germany had enough gas. He had nothing todo with the pushback of nuclear energy (that was the CDU/Merk
9.
▲
by
kohlerm
1y ago
Cursor's search is still better(faster and cheaper) then Claude Code. I just did some tests. It looks like they do agentic searches with query rewriting.
10.
▲
by
kohlerm
1y ago
Following dependencies is the way to go IMHO. Saying "Code Doesn't Think in Chunks", is IMHO not correct. Developers do thing in chunks of codes. E.g. this function calls that function uses that type and is used here and ther
11.
▲
by
kohlerm
2y ago
I am not so sure this makes sense. Training a model to directly use certain tools (web search etc) makes the model very specialized and less flexible. As long as other solutions are more flexible and less costly, training a specialized mode
12.
▲
by
kohlerm
2y ago
it is also the "right thing to do" IMHO.
13.
▲
by
kohlerm
2y ago
I am using a slightly modified Extend layout since a couple of years, and it was really a game changer for me.
14.
▲
by
kohlerm
2y ago
isn't 1080p resolution too low for that size?
15.
▲
by
kohlerm
2y ago
Nice! would have needed something like this last year.
16.
▲
by
kohlerm
2y ago
I agree that putting the vectors in a separate DB often does not makes. Just use Hana https://news.sap.com/2024/04/sap-hana-cloud-vector-engine-ai... ;-) IMHO putting the calculation of the embedding vectors into
17.
▲
by
kohlerm
2y ago
WASM ATM is IMHO most useful for VSCode Extension, where it can help to avoid the dependency nightmare that nodejs modules with native code cause.
18.
▲
by
kohlerm
2y ago
I agree this is not a great test. What's good about it is that it is a constraint satisfaction problem, and I would expect LLMs to be pretty bad at unknown problems of this kind. Simple reason, an LLM only has a a finite number of laye
19.
▲
by
kohlerm
2y ago
Really nice"
20.
▲
by
kohlerm
2y ago
What is the memory bandwidth? I could not find any numbers ..
21.
▲
by
kohlerm
2y ago
It also very much depends on the quality of your documents. E.g. if you have a set of very good recipes, rather than a random set coming for the Internet, then you can get very good answers with RAG
22.
▲
by
kohlerm
2y ago
Riding is more fun with less resistance, it just "feels better". That alone is an argument to choose the correct tire (there are trade offs obviously). From my own experience (MTB) I can say that the difference in rolling resistan
23.
▲
by
kohlerm
2y ago
Humans also stumble with that as well. Problems being CSV not really being that well defined and it is not clear to people how quoting needs to be done. The training set might not contain enough complex examples (newlines in values?)
24.
▲
by
kohlerm
2y ago
https://eclipse.dev/mat/ can handle very large graphs of objects using a similar approach. It also does implement some kind of paging, such that you do not have to load the complete graph into memory when running some
25.
▲
by
kohlerm
3y ago
It is like others relying on tracking memory allocations. Which has it"s place, but to really analyze memory usage you would need to be able to analyze which "objects" are keeping other objects alive (dominator tree in MAT)
26.
▲
by
kohlerm
3y ago
It does not really allow you to analyze what contributes to memory usage in a graph of "objects".
27.
▲
by
kohlerm
3y ago
http://kohlerm.blogspot.com/2009/02/how-to-really-measure-me... do we really still not have a decent memory usage analysis tool for c/ C++ ?
28.
▲
by
kohlerm
3y ago
Ok so Google is punished for being more open in the first case? Sounds fishy to me ...
29.
▲
by
kohlerm
3y ago
What does thad mean "part of the OS"? It is not built into the kernel, and is therefore no part of the OS. I do not see why the same would not apply to Apple. But maybe the US legal system is just totally broken ...
30.
▲
by
kohlerm
3y ago
If you want to run an LLM locally then an M2, otherwise this.
More ›