sjmarf

joined 1 year ago
MODERATOR OF
565
Plans for the weekend (sh.itjust.works)
 
226
I love Swift (sh.itjust.works)
 
364
Balling all day (sh.itjust.works)
 
418
Born to ride (sh.itjust.works)
 
487
Who is Mark? (sh.itjust.works)
 
229
Average meme (sh.itjust.works)
 
512
Fucking type 1 (sh.itjust.works)
 
1196
“No” (sh.itjust.works)
 
572
Pretty big YouTuber (sh.itjust.works)
 
305
Hej (sh.itjust.works)
 
286
OWO :3 (sh.itjust.works)
 
 
[–] [email protected] 5 points 1 week ago (1 children)

Unfortunately it looks like SubLinks is mostly dead. They haven’t made any changes to the code since August

[–] [email protected] 8 points 4 weeks ago

Google may not have enabled them in your region. Here in the UK they just appeared for me one day, a few months after I initially saw screenshots of them online. I didn’t do anything to enable them.

[–] [email protected] 4 points 1 month ago (1 children)

Or do think there's something special about the person that makes them flip tails more often?

Yes, that’s the conclusion that the scientist has come to. The chance of getting 20 in a row is so extraordinarily unlikely that it’s reasonable to conclude that the chance is not 50/50 for that particular surgeon.

[–] [email protected] 206 points 1 month ago* (last edited 1 month ago) (12 children)

The normal person thinks that because the last 20 people survived, the next patient is very likely to die.

The mathematician considers that the probability of success for each surgery is independent, so in the mathematician’s eyes the next patient has a 50% chance of survival.

The scientist thinks that the statistic is probably gathered across a large number of different hospitals. They see that this particular surgeon has an unusually high success rate, so they conclude that their own surgery has a >50% chance of success.

[–] [email protected] 7 points 1 month ago

"See you this evening at 1728326925, okay?"

[–] [email protected] 53 points 1 month ago (1 children)
[–] [email protected] 50 points 2 months ago (2 children)
[–] [email protected] 99 points 2 months ago* (last edited 2 months ago)

not() is a base function that negates what’s inside (turning True to False and vice versa) giving it no parameter returns “True” (because no parameter counts as False)

Actually, not is an operator. It makes more sense if you write not() as not () - the () is an empty tuple. An empty tuple is falsy in Python, so not () evaluates to True.

view more: next ›