monkeyjoe | 1 year ago | on: The number of exceptional people: Fewer than 85 per 1M across key traits
monkeyjoe's comments
monkeyjoe | 1 year ago | on: The CAP theorem of Clustering: Why Every Algorithm Must Sacrifice Something
monkeyjoe | 2 years ago | on: Show HN: How did your computer reach my server?
monkeyjoe | 2 years ago | on: We're not Platonists, we've just learned the bitter lesson
monkeyjoe | 2 years ago | on: About math limitations
Do you mean physically? Basic shapes like circles, squares and triangles allow us to hold irrational numbers in our hands as distances. Children playing with blocks can sense that root 2 does not conform nicely with other (rational) distances.
monkeyjoe | 2 years ago | on: Stop eliminating good candidates by asking them the wrong questions
ones = number % 10
tens = number // 10
do_print = (ones + tens) == 10monkeyjoe | 2 years ago | on: Mobile phone calls linked with increased risk of high blood pressure
monkeyjoe | 2 years ago | on: Mobile phone calls linked with increased risk of high blood pressure
monkeyjoe | 3 years ago | on: Ask HN: What Happened to Big Data?
monkeyjoe | 4 years ago | on: FCC Call Authentication Trust Anchor Final Rule (Jan 2022)
I've seen much recent discussion on HN about robocalls not being resolved by the new STIR/SHAKEN protocol arising from the TRACED Act. I found this on https://regulations.gov and thought it would be of interest.
The big US providers have implemented the STIR/SHAKEN caller ID authentication framework as of mid-2021 but there was a 2-year extension to mid-2023 for small providers. The implementation appears to have been ineffective at stopping robocalls because of origination via the exempt small providers. The FCC has now passed a rule that a subset of small providers (those most likely to be originating illegal robocalls) must be in compliance by mid-2022.
TLDR - if this works there should finally be a dropoff in robocalls this summer.
monkeyjoe | 4 years ago | on: DigitalOcean acquires CSS-tricks
monkeyjoe | 4 years ago | on: Start Self Hosting
monkeyjoe | 4 years ago | on: Start Self Hosting
monkeyjoe | 4 years ago | on: DigitalOcean acquires CSS-tricks
monkeyjoe | 4 years ago | on: Facebook loses users for the first time
monkeyjoe | 4 years ago | on: Ask HN: Solving problems by mapping to other problems that we know how to solve
monkeyjoe | 4 years ago | on: Ask HN: Solving problems by mapping to other problems that we know how to solve
My understanding is Nash equilibrium exists in any game with finite states, regardless of perfect or imperfect information.
The bit about announcing your strategy holds by definition - the equilibrium is defined such that no player can improve, thus it doesn't matter if the other player's strategy is known. Also, I don't think there's a requirement that Nash strategies be reachable by iteration.
monkeyjoe | 4 years ago | on: Arxiv.org reaches a milestone and a reckoning
monkeyjoe | 4 years ago | on: Ask HN: Do you have to use LinkedIn to get hired?
From a quick check of https://jsonresume.org/ it looks like they only have document themes, not website themes.
monkeyjoe | 4 years ago | on: How programmers make sure that their software is correct
Wanted to let you know that the "Here is the Doxygen-generated documentation for the BADGER layer" link is broken on this page: https://littlegreenviper.com/miscellany/forensic-design-docu...