HackerTrans
TopNewTrendsCommentsPastAskShowJobs

travisjungroth

no profile record

Submissions

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

2 points·by travisjungroth·hace 4 meses·1 comments

comments

travisjungroth
·hace 2 meses·discuss
On top of the other comments, this reads like a half-joke.
travisjungroth
·hace 2 meses·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
·hace 3 meses·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
·hace 3 meses·discuss
Neither are bug reports or feature requests.
travisjungroth
·hace 3 meses·discuss
I want all the colors! Give me the full spectral power distribution!
travisjungroth
·hace 3 meses·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
·hace 3 meses·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
·hace 3 meses·discuss
It keeps it shorter.
travisjungroth
·hace 3 meses·discuss
That sounds like PageRank, Google’s original algorithm.
travisjungroth
·hace 3 meses·discuss
Perfectly clearly, just for a different audience.
travisjungroth
·hace 3 meses·discuss
No one who would ask that question would be able to understand your answer.
travisjungroth
·hace 3 meses·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
·hace 4 meses·discuss
Yeah, I’m surprised this didn’t get a low impact. If just setting initial board state isn’t low, what is?
travisjungroth
·hace 4 meses·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
·hace 4 meses·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
·hace 4 meses·discuss
It's a bad idea to reward death threats like that. There would be more of them in the future.
travisjungroth
·hace 4 meses·discuss
That would mean the people who did the death threats get their money back.
travisjungroth
·hace 4 meses·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
·hace 4 meses·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
·hace 4 meses·discuss
Birthday, zip code and gender is enough to uniquely identify most Americans.