HackerTrans
TopNewTrendsCommentsPastAskShowJobs

travisjungroth

no profile record

Submissions

Prisoner's Dilemma in World Baseball Classic for Mexico and Italy Threatens USA

2 points·by travisjungroth·4 месяца назад·1 comments

comments

travisjungroth
·2 месяца назад·discuss
On top of the other comments, this reads like a half-joke.
travisjungroth
·2 месяца назад·discuss
> If we would guess that there is a bias in the distribution based on recently seen elements, the guess is at least as likely to be wrong as it is to be right.

This is true for abstract and random data. I don't think it's true for real world data.

For example, python's sort function "knows nothing" about the data you're passing in. But, it does look for some shortcuts and these end up saving time, on average.
travisjungroth
·3 месяца назад·discuss
Or like $5. This is the kind of thing it was very easy to hire people for. Dropping the price to near zero exploded the usage, though.
travisjungroth
·3 месяца назад·discuss
Neither are bug reports or feature requests.
travisjungroth
·3 месяца назад·discuss
I want all the colors! Give me the full spectral power distribution!
travisjungroth
·3 месяца назад·discuss
The name for the color doesn’t exist before the name. But, you can distinguish all sorts of colors you don’t know the name for. Look at a smooth color wheel or a wall of paint swatches.
travisjungroth
·3 месяца назад·discuss
The provided rights are called positive rights, and the not infringe rights are called negative rights. Freedom of speech is a negative right and a right to legal counsel is a positive right.

https://en.wikipedia.org/wiki/Negative_and_positive_rights
travisjungroth
·3 месяца назад·discuss
It keeps it shorter.
travisjungroth
·3 месяца назад·discuss
That sounds like PageRank, Google’s original algorithm.
travisjungroth
·3 месяца назад·discuss
Perfectly clearly, just for a different audience.
travisjungroth
·3 месяца назад·discuss
No one who would ask that question would be able to understand your answer.
travisjungroth
·3 месяца назад·discuss
More directly than the other comments: No you can’t solve for x and y here and yes your intuition is wrong.

These are functions. I don’t know your level of knowledge in math or programming and what that would mean to you. Here’s an example.

double(x) -> x*2

So, double(3) = 6. You can’t solve for x because x doesn't have a value. It’s a placeholder for whatever you put in.

These combinators are functions that take other functions and return them unmodified. “Unmodified” is a little misleading because it can do things like drop inputs.
travisjungroth
·4 месяца назад·discuss
Yeah, I’m surprised this didn’t get a low impact. If just setting initial board state isn’t low, what is?
travisjungroth
·4 месяца назад·discuss
Wouldn’t that be hours and really really slowly? Could do seconds mod 12 (or any other factor of 60, which is a lot).
travisjungroth
·4 месяца назад·discuss
It’s pseudorandom. It’s predictable in theory because if you had another watch, or an amazing sense of time, you could predict it. Is that realistic? Not really.

Computers use their clock to generate pseudorandom numbers all the time (hehe). It’s great randomness for something like shuffling songs or a sorting algorithm. You don’t want to use it with some “adversarial”, like online poker.
travisjungroth
·4 месяца назад·discuss
It's a bad idea to reward death threats like that. There would be more of them in the future.
travisjungroth
·4 месяца назад·discuss
That would mean the people who did the death threats get their money back.
travisjungroth
·4 месяца назад·discuss
> “It looks like” concisely signals that you have a good faith belief in your diagnosis but are not certain.

A lot of people never get past this level of sureness, so the signal is lost (or at least compressed). You can ask them for a number from a digital display and they’ll say it “looks like 54”.

One way to rectify the idea that these messages have signal (which I agree with) and what the article says is that it’s declaring bankruptcy on additional context. The extra text has so little value it’s worth removing as a rule.
travisjungroth
·4 месяца назад·discuss
Woah, you can sell it back to them? That’s normally the line that isn’t crossed. You sell it at the store next door (pachinko) or on the open market (trading card games and digital items).
travisjungroth
·4 месяца назад·discuss
Birthday, zip code and gender is enough to uniquely identify most Americans.