kkoncevicius | 5 years ago | on: R adds native pipe and lambda syntax
KKPMW's comments
kkoncevicius | 5 years ago | on: R adds native pipe and lambda syntax
kkoncevicius | 5 years ago | on: R adds native pipe and lambda syntax
KKPMW | 5 years ago | on: AlphaFold: a solution to a 50-year-old grand challenge in biology
KKPMW | 5 years ago | on: Ask HN: What is the best edit/delete setup for Internet forum content?
1) Ability to post anonymous comments 2) Instead of deleting a comment a user can choose to make it anonymous so that it is no longer associated with his/her account
kkoncevicius | 5 years ago | on: Ask HN: Why is the HN comments section no better than Fox News or NYT?
Then the question of "why threads about politics usually have lower quality of comments" is left as an exercise for the reader.
KKPMW | 5 years ago | on: Show HN: The NoJS Club
Maybe "no tracking + no ads + no low-effort content + no clickbait + no paid content" club.
KKPMW | 5 years ago | on: Herding Cats and Free Will Inflation (2020) [pdf]
KKPMW | 5 years ago | on: Herding Cats and Free Will Inflation (2020) [pdf]
> Without consciousness you experience a single unified reality: your reality.
To me the word "experience" is what consciousness seems to be about. In that case without consciousness you can "step outside" and everything, but you would have no "internal experience" of any sort. i.e. be a "philosophical zombie" [1].
KKPMW | 5 years ago | on: Herding Cats and Free Will Inflation (2020) [pdf]
I fail to see why consciousness would be necessary for prediction. Any more context here?
KKPMW | 5 years ago | on: What's Missing from CSS?
KKPMW | 5 years ago | on: Interpretation of confidence intervals and Bayesian credible intervals
KKPMW | 5 years ago | on: Interpretation of confidence intervals and Bayesian credible intervals
1. The outcome of the election here is not a probability. It is the population value - the ratio of people voting for candidate X on the election date. It doesn't have to be repeated in the same way measurements of height for all people in United States would not have to be repeated, if instead of vote we were measuring heights.
2. Frequentist probability doesn't require to physically repeat things. It can reason about what would happen in the repeated sampling under certain conditions, and then draw inferences about those assumed conditions. With the election example: if you get a survey of 100 people with 70% voting for candidate "A" we don't need to repeat this survey in order to know the likelihood (frequency) of this result happening if the real proportion of people voting for candidate "A" across the US is 50%.
_fnhr | 5 years ago | on: Rapid Note-Taking with the Morse Code Method (2008)
For me that's not true. The biggest "energy drain" is when I rush reading something and get fuzzy about what is being said. Understanding the text becomes harder and harder and a lot of will power is required to keep reading the text that no longer makes sense. Re-reading a paragraph 2-3 times or stopping to think more about what was written helps. So the fewer times I stop the more my brain will get "fried".
kkoncevicius | 5 years ago | on: Ask HN: How to get rid of impostor syndrome?
If you know you will not be able to answer some things when asked about them - then you know you lack a specific piece of knowledge. That is not impostor syndrome.
KKPMW | 5 years ago | on: Metatrends shaping the next decade
To me - this one sounds most plausible.
KKPMW | 5 years ago | on: Why are so many coders still using Vim and Emacs?
The title answers the question to some extent - I prefer Vim over IDEs because I am allergic to "auto-magic". Also, unlike most IDEs, Vim will still be there after 5 years, 10 years, or 15 years.
KKPMW | 5 years ago | on: Ask HN: What's up with these Google search results?
Same with European art. The prefix "European" would only be added when the author of the picture tries to contrast it with something else, or push some agenda about "European art". Otherwise it would just be under "art".
Case in point with another term: look at "American scientists" and "white American scientist". The second one will have more results of black people. This is again, in my opinion, because the addition of "white" is mainly added by those who concentrate and write about things related to race.
Another case in point - try looking for "thin woman" and observe how the proportion of pictures with obesity in them is bigger compared to searching for "woman" only.
KKPMW | 5 years ago | on: Non US Election Zone?
KKPMW | 5 years ago | on: We just found a source for one of the most mysterious phenomena in astronomy
> magnetars (highly magnetized neutron stars) are one possible source of the mysterious "fast radio burst" signals
magrittr created %>% which, when used in infix: x %>% f() calls the function on the right side with the argument on the left side f(x).
There are package that provide tons more. For example: https://github.com/moodymudskipper/inops . And you can easily create your own: