Live data from Hacker News

Viewing profile — thesz

thesz

HN member
Joined
Mon, Aug 02, 2010, 1:39 PM UTC
HN karma
2,643
Public activity
1,785 items

About thesz

The site I care about: http://thesz.livejournal.com (Russian)

I use "sergueyz" login on universally recognized google mail service.

Recent public activity

  1. comment
    Comment #49222359

    And as a language feature, not as a library.

  2. comment
    Comment #49214637

    > I'm also not sure what the point of the keto story is. If this drug does not work, there are plenty of others that are not fully 100% working. This was a mindset of a doctor. In …

  3. comment
    Comment #49207850

    End of line on Classic Mac is \r.

  4. comment
    Comment #49207822

    > The same is true with LLM solutions that don't work 100% of the time. In my experience, about one of ten LLM suggestions during code review is important and valid . Nine of ten a…

  5. comment
    Comment #49207678

    git blames sees their own name Isn't that an experience everybody makes? Our fearless leader once did clang-assisted formatting of all of our code. Wherever we look with git blame,…

  6. comment
    Comment #49153445

    > Can you expand on your understanding of GRIN doing parts of supercompilation? GRIN, if I am not mistaken, performs partial evaluation. For example, it constrains, for each eval s…

  7. comment
    Comment #49148104

    Nice to see a pretty advanced language at frontpage of HN! From what I understand, GRIN does some parts of supercompilation [1] during optimization process. Supercompilation can pr…

  8. comment
    Comment #49147941

    Haskell: https://ghc.gitlab.haskell.org/ghc/doc/users_guide/runghc.ht...

  9. comment
    Comment #49102224

    > The tokens it "predicts" aren't sampled from any naturally occurring distribution; the model's output is the result of an optimisation process that rewarded behaviour that was us…

  10. comment
    Comment #49074949

    Bipolar disorder patients were able to adhere to ketogenic diet with great outcomes [1] (diet adherence for bipolar disorder was 95%). [1] https://www.youtube.com/watch?v=PBsjhppho…

  11. comment
    Comment #49050540

    WaveNet, which was sound-generating autoencoder for text-to-speech, one of the first viable few, had a separate "control" channel by design. Otherwise, it worked much like contempo…

  12. comment
    Comment #48962095

    Yours' "not as efficient" in [2] means that, sometimes, ADAM "does not work." Look at figure 2, ADAM literally does not work in the case of "true model."

  13. comment
    Comment #48960996

    ADAM does not work on simple convex problems [1]. [1] https://parameterfree.com/2020/12/06/neural-network-maybe-evolved-to-make-adam-the-best-optimizer/ [2] https://arxiv.org/pdf/1…

  14. comment
    Comment #48910503

    Can we use backspace key?

  15. comment
    Comment #48743330

    I do not know. I am here to point out that HIIT is almost a resistance training. ;) Here's meta review of resistance training for endurance running: https://pmc.ncbi.nlm.nih.gov/ar…

  16. comment
    Comment #48738212

    > You say that like it's a bad thing? I am saying that politicians will get around the sunsetting rule, if any, that's first. Constitution, then, will serve as what regular law doe…

  17. comment
    Comment #48732788

    HIIT is a borderline strength training. Consider Tabata protocol. It is supermaximal effort protocol, participants are required to exert maximum effort repeatedly. The duration of …

  18. comment
    Comment #48720079

    > Every law should have an automatic sunset period of 1-10 years that requires it to pass the entire legislative process again, or at least both full chambers + signing. Then you w…

  19. comment
    Comment #48711682

    Adversarial inputs at the level of the government somewhat fascinate me. (aeons old blackmail tactic requires more work than the ability to select which of two data batches is more…

  20. comment
    Comment #48542443

    https://en.wikipedia.org/wiki/Mixture_of_experts#Sparsely-ga... "The sparsely-gated MoE layer,[21] published by researchers from Google Brain, uses feedforward networks as experts,…

  21. comment
    Comment #48505745

    Slopkies.

  22. comment
    Comment #48423162

    > What kind of models are you including here? Logistic regression, non-linear logistic regression, simple neural networks, etc. Not the code as in "bunch of ifs" or decision trees.…

  23. comment
    Comment #48418104

    > doesn't that mean we're approaching optimality? No. Transformers are Markov chains [1]. Somewhere around this fascinating site [2] I read that stateful models have an advantage. …

  24. comment
    Comment #48417877

    My comment in the previous discussion of that paper: https://news.ycombinator.com/item?id=48014197 Authors used LTL (linear temporal logic) to express, basically, non-reduced non-o…

  25. comment
    Comment #48399219

    Most probably you do not want two of your SELECT statements to have the same seed during the execution. This necessitates some state, most probably, persisted one. Hence, imperativ…