sjmarf

joined 1 year ago
MODERATOR OF
152
Shocking stuff (sh.itjust.works)
 
 
[–] [email protected] 5 points 2 days ago (1 children)

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

 
1
Finnish Ham (sh.itjust.works)
 
 
720
AI Summary (sh.itjust.works)
 
 
 
366
Emiy (sh.itjust.works)
 
 
225
me_irl (sh.itjust.works)
 
 
[–] [email protected] 8 points 2 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 3 weeks 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] 204 points 3 weeks ago* (last edited 3 weeks 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 4 weeks ago

"See you this evening at 1728326925, okay?"

[–] [email protected] 53 points 1 month ago (1 children)
[–] [email protected] 12 points 1 month ago (2 children)
[–] [email protected] 100 points 1 month ago* (last edited 1 month 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 ›