Viewing profile — throw5away
throw5away
HN member- Joined
- Mon, May 03, 2021, 10:56 PM UTC
- HN karma
- 18
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About throw5away
No profile information was provided.
Recent public activity
-
comment
Comment #28612363
Honestly, this entire post reads like a fever dream.
-
comment
Comment #27598670
You don't need the n bits of information from each ballot. You can just transmit the aggregate counts. A human can easily put tally marks in each of n buckets. In fact, a computer …
-
comment
Comment #27598528
Do you have something US-specific to indicate that this would be the case? Neither empirics nor theory support your claim. https://rangevoting.org/TarrIrvSumm.html
-
comment
Comment #27598519
Nope! This is a problem with high-cardinality ordinal voting methods. Since factorial is a very fast growing function, you can easily encode a pattern in down-ballot candidates and…
-
comment
Comment #27598442
I'd go as far as to say Approval > FPTP > IRV. FPTP has good properties like monotonicity (for a good example see http://zesty.ca/voting/sim/ ), easily distributed counting, and pr…
-
comment
Comment #27598389
Honestly IRV is _even worse than plurality_. It doesn't solve the problems it sets out to solve (it entrenches two-party domination [1]), it has ridiculous monotonicity violations …
-
comment
Comment #27478223
If you accidentally write "return x = 1" when x is a variable, you always return true. If you return "1 = x", you cause a syntax error. So some people have gotten into the habit of…
-
comment
Comment #27478195
This is essentially equivalent to feeding the input through bitwise-NOT first. Unfortunately, there are far more integers that are neither sparse nor dense than integers that are s…
-
comment
Comment #27213105
> since submissions should link to english content in the first place I don't think this is the case. I certainly don't see anything like that in the [guidelines]( https://news.yco…
-
comment
Comment #27211218
I had $200k+ TC new grad offers from FAANGs in 2013, and one of them wasn't even for a role in the Bay Area. It's not a stark contrast at all. The market has been consistently will…
-
comment
Comment #27031985
I generated two random 35 digit primes, multiplied them, and then tossed the product into the first hit for "factor integer online": https://www.alpertron.com.ar/ECM.HTM 1731 32258…