Viewing profile — kohlerm
kohlerm
HN member- Joined
- Sun, Mar 15, 2009, 10:39 AM UTC
- HN karma
- 329
- Public activity
- 252 items
- HN profile
- View on Hacker News ↗
About kohlerm
Recent public activity
-
comment
Comment #47715969
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. Ski…
-
comment
Comment #46363110
I checked the codex source code a few months ago and the implementation was very basic compared to opencode
-
comment
Comment #46056640
It is definitely a real problem to be solved. We used something similar in an IOT application some time ago
-
comment
Comment #45989930
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 m…
-
comment
Comment #45989858
I think I have seen it being used in Snowboards
-
comment
Comment #45490550
>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…
-
comment
Comment #45490100
Merkel (CDU) pushed it after Fukushima, because "oh it's dangerous", which wasn't rational, but she knew people wanted it
-
comment
Comment #45490091
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 wit…
-
comment
Comment #45456241
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.
-
comment
Comment #44114311
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 func…
-
comment
Comment #43398492
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 ar…
-
comment
Comment #43049471
it is also the "right thing to do" IMHO.
-
comment
Comment #43011823
I am using a slightly modified Extend layout since a couple of years, and it was really a game changer for me.
-
comment
Comment #42243762
isn't 1080p resolution too low for that size?
-
comment
Comment #41994463
Nice! would have needed something like this last year.
-
comment
Comment #41993386
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 calculati…
-
comment
Comment #41857082
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.
-
comment
Comment #41749299
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. S…
-
comment
Comment #41609105
Really nice"
-
comment
Comment #40571212
What is the memory bandwidth? I could not find any numbers ..
-
comment
Comment #40439191
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 goo…
-
comment
Comment #40365130
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)…
-
comment
Comment #40353248
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 …
-
comment
Comment #40049360
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 complet…
-
comment
Comment #39381194
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 …