Viewing profile — rbobrowicz
rbobrowicz
HN member- Joined
- Mon, Oct 02, 2017, 5:51 PM UTC
- HN karma
- 42
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About rbobrowicz
No profile information was provided.
Recent public activity
-
comment
Comment #20295732
To offer a different datapoint: On FireFox with uBlock on and logged into my corporate gmail I get 0.9, switching to a private tab I get 0.7. This is with every privacy setting tur…
-
comment
Comment #15816892
>What is "demonetization"? YouTube deciding your video is ineligible for earning ad revenue. So the creator gets nothing (or close to nothing, not sure). I'm not sure if it actuall…
-
comment
Comment #15663675
>Tail Recursion Interesting. I thought the lack of proper tail recursion is a JVM limitation. Hence why Clojure uses loop/recur to handle it by translating it to a loop rather then…
-
comment
Comment #15647578
Those are all just particular cases of the same concept. A "map", well, maps values in a domain to values in a codomain. A mathematical function is a map. A key/value data structur…
-
comment
Comment #15646683
I don't think they originate from different definitions. Concepts in category theory are very abstract on purpose, because it focuses on the main essence of the idea, divorced from…
-
comment
Comment #15411609
https://en.wikipedia.org/wiki/Drake_equation
-
comment
Comment #15389022
For someone only passingly familiar with Spec, what's the benefit of Spec over just using a property based testing framework like Haskell's QuickCheck (and I think Clojure's test.c…
-
comment
Comment #15386300
Personal anecdote: I worked on a small Python project some years ago and we had a type error in production despite having tests. We traced it back to a call to a third party librar…