Live data from Hacker News

Viewing profile — Sinidir

Sinidir

HN member
Joined
Sun, Nov 27, 2016, 6:09 PM UTC
HN karma
152
Public activity
111 items

About Sinidir

No profile information was provided.

Recent public activity

  1. 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.

  2. 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…

  3. 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 …

  4. 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…

  5. comment
    Comment #47634160

    Does anyone know. How would that relate to simply wrapping claude code as a subprocess?

  6. 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…

  7. comment
    Comment #44915529

    Its not really hard to tell.

  8. comment
    Comment #44414730

    Pipe to dev/null. Fastest database i have ever used.

  9. comment
    Comment #43929718

    It is literally true. You don't need to run a type checker.

  10. comment
    Comment #43929625

    mypy is also written in a style conducive to speed ups when compiling with mypyc

  11. comment
    Comment #37189967

    Funny i know about Proust from The Sopranos.

  12. 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…

  13. comment
    Comment #36827748

    Must feel especially shitty to have your freedom curtailed like this, looking at the probable end of your life.

  14. 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…

  15. 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…

  16. 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.

  17. 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…

  18. 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…

  19. 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?

  20. comment
  21. 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…

  22. comment
    Comment #34666985

    Thats pretty funny.

  23. comment
    Comment #34469417

    The Werther Effect is thoroughly studied effect. There are plenty of studies on the issue.

  24. comment
    Comment #34388680

    Of course.

  25. comment
    Comment #33607364

    I mean i would but i don't know wether going back in time would pass the borrow checker.