Live data from Hacker News

Viewing profile — random_throw

random_throw

HN member
Joined
Sun, Jan 28, 2018, 10:55 PM UTC
HN karma
4
Public activity
4 items

About random_throw

No profile information was provided.

Recent public activity

  1. comment
    Comment #17170699

    This is discussed as item 12 in Effective Python. The author argues that you should avoid "else" blocks after "for" and "while" loops. The main argument is that the behavior is not…

  2. comment
    Comment #17087769

    I'd venture to say you're wrong about Salt. It's being used at some large enterprises. I use it (in one of the large tech companies) on thousands of servers, with plans to up that …

  3. comment
    Comment #16435066

    Key bit: "In head-to-head studies, agomelatine, amitriptyline, escitalopram, mirtazapine, paroxetine, venlafaxine, and vortioxetine were more effective than other antidepressants (…

  4. comment
    Comment #16254100

    I find this low-level optimization and performance tuning fascinating. Can anyone recommend any good resources to get started with solving these kinds of problems?