Viewing profile — Sinidir
Sinidir
HN member- Joined
- Sun, Nov 27, 2016, 6:09 PM UTC
- HN karma
- 152
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About Sinidir
No profile information was provided.
Recent public activity
-
comment
Comment #48790258
Yes these things happen as part of RL Training. Same way that you can see the "But wait ..." phrases in thinking traces. They get rewarded.
-
comment
Comment #48169596
Article is seriously wrong, because it makes a huge mistake in the last part. You can't simply look at the produced tokens and that is your cost. In agentic coding there are lots o…
-
comment
Comment #48151925
Harness: a piece of equipment with straps and belts, used to control or hold in place a person, animal, or object. So yes the generel meaning applies to test setup and running and …
-
comment
Comment #47824978
The K/V Cache is just an optimization. But yeah you would expect the attention for the model producing "Ok im doing X" and you asking "Why did you do X?" be similar. So i don't see…
-
comment
Comment #47634160
Does anyone know. How would that relate to simply wrapping claude code as a subprocess?
-
comment
Comment #47211027
In the example given in the article i think the correct behavior would have been to infer the type backwards from the return type of the function. Is that not why mypy actually err…
-
comment
Comment #44915529
Its not really hard to tell.
-
comment
Comment #44414730
Pipe to dev/null. Fastest database i have ever used.
-
comment
Comment #43929718
It is literally true. You don't need to run a type checker.
-
comment
Comment #43929625
mypy is also written in a style conducive to speed ups when compiling with mypyc
-
comment
Comment #37189967
Funny i know about Proust from The Sopranos.
-
comment
Comment #37166314
You don't you build solar and wind, which have different seasonal productions. Wind power is actually higher during winter. See: https://www.researchgate.net/figure/Estimated-norma…
-
comment
Comment #36827748
Must feel especially shitty to have your freedom curtailed like this, looking at the probable end of your life.
-
comment
Comment #36736593
Yeah Containers like Option and Result not having a proper subtyping relation to T is major flaw. I mean you are basically giving a stronger guarantee if you are returning T instea…
-
comment
Comment #36606725
Concurrency is not "single core parallelism". Concurrency describes tasks/threads of execution making independent progress of each other. Parallelism describes tasks/threads actual…
-
comment
Comment #36108932
They are not missing the point. The previous post was simply wrong. The halting problem is semi-decidable. So you can potentially find out wether a program halts.
-
comment
Comment #36095221
They don't work nearly as well enough or in the case of hydro storage are available in enough quantity to cover a month of weak wind. For example. The US would consume its entirety…
-
comment
Comment #35398204
That just gave me the idea that there could be a main instance that keeps a summary of the problem (List of paragraphs for each subproblem) and other instances that hold the larger…
-
comment
Comment #35207726
How do you to zero-copy message passing if you have one heap per actor? Or am i misunderstanding and a couple of actors share a heap, but there is no giant heap?
- comment
-
comment
Comment #34794313
Felt the same way after first going from eclipse to intellij. This fear, this lack off. But after a while i didn't notice anymore and i have never run into a situation where someth…
-
comment
Comment #34666985
Thats pretty funny.
-
comment
Comment #34469417
The Werther Effect is thoroughly studied effect. There are plenty of studies on the issue.
-
comment
Comment #34388680
Of course.
-
comment
Comment #33607364
I mean i would but i don't know wether going back in time would pass the borrow checker.