Viewing profile — random_throw
random_throw
HN member- Joined
- Sun, Jan 28, 2018, 10:55 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About random_throw
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
comment
Comment #16435066
Key bit: "In head-to-head studies, agomelatine, amitriptyline, escitalopram, mirtazapine, paroxetine, venlafaxine, and vortioxetine were more effective than other antidepressants (…
-
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?