Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Sinidir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Sinidir
26d ago
Yeah i noticed this heavily. Working on a branch i critique and give a simpler design. Claude implements and then in a huge comments reference the outdated worse design. Zero value to that. Even having a "how to write comments" se
2.
▲
by
Sinidir
2mo ago
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.
3.
▲
by
Sinidir
4mo ago
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 of turns meaning you not only pay for the output tokens
4.
▲
by
Sinidir
4mo ago
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 also to the agent cli which is the harness for the model.
5.
▲
by
Sinidir
5mo ago
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 a reason why introspection wo
6.
▲
by
Sinidir
6mo ago
Does anyone know. How would that relate to simply wrapping claude code as a subprocess?
7.
▲
by
Sinidir
7mo ago
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 errors here?
8.
▲
by
Sinidir
1y ago
Its not really hard to tell.
9.
▲
by
Sinidir
1y ago
Pipe to dev/null. Fastest database i have ever used.
10.
▲
by
Sinidir
1y ago
It is literally true. You don't need to run a type checker.
11.
▲
by
Sinidir
1y ago
mypy is also written in a style conducive to speed ups when compiling with mypyc
12.
▲
by
Sinidir
3y ago
Funny i know about Proust from The Sopranos.
13.
▲
by
Sinidir
3y ago
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-normalized-mon... And if you combine t
14.
▲
by
Sinidir
3y ago
Must feel especially shitty to have your freedom curtailed like this, looking at the probable end of your life.
15.
▲
by
Sinidir
3y ago
Yeah Containers like Option<T> and Result<T> 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 instead of T or an Error, yet you break every ca
16.
▲
by
Sinidir
3y ago
Concurrency is not "single core parallelism". Concurrency describes tasks/threads of execution making independent progress of each other. Parallelism describes tasks/threads actually running at the same time.
17.
▲
by
Sinidir
3y ago
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.
18.
▲
by
Sinidir
3y ago
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 of pumped hydro storage in a third of a day.
19.
▲
by
Sinidir
3y ago
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 text that these summaries are based on. Then on demand the
20.
▲
by
Sinidir
4y ago
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?
21.
▲
by
Sinidir
4y ago
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 something important was lost. In the opposite. Saving and mak
22.
▲
by
Sinidir
4y ago
Thats pretty funny.
23.
▲
by
Sinidir
4y ago
The Werther Effect is thoroughly studied effect. There are plenty of studies on the issue.
24.
▲
by
Sinidir
4y ago
Of course.
25.
▲
by
Sinidir
4y ago
I mean i would but i don't know wether going back in time would pass the borrow checker.
26.
▲
by
Sinidir
4y ago
What a mindblowing attitude for a book whos contents are already freely available as blogposts. Shame.
27.
▲
by
Sinidir
4y ago
Then you're blind.
28.
▲
by
Sinidir
4y ago
What the hell. Why are you stealing my idea? I've been working on this for 30 years. Its about 10% done. I'll do the rest next weekend.
29.
▲
by
Sinidir
4y ago
>Because I've actually benchmarked it: https://quick-bench.com/q/ISEetAHOohv-GaEuYR-7MajJgTc 18.5 nanoseconds fits under no reasonable definition of "crazy expensive", not when a regular increment clo
30.
▲
by
Sinidir
4y ago
>First off, this is not why Python has a GIL, but lets leave that aside. Atomic writes are more expensive than non-atomic ones, but they are not slow operations in the grand scheme of things. If you properly implement acquire-release sem
More ›