• 49 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
rss



  • Mobile apps should allow you to log into any instance. My Lemmy client won’t connect to lemmy.rip either, and fails with the following error:

    The certificate for this server is invalid. You might be connecting to a server that is pretending to be “lemmy.rip”, which could put your confidential information at risk.
    

    This is also what I see when I try to connect to lemmy.rip in the browser:

    I am able to bypass this warning and see the site in the browser.
















  • SjmarfOPtoScience Memes@mander.xyz50% survival rate
    link
    fedilink
    English
    45 months ago

    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.


  • SjmarfOPtoScience Memes@mander.xyz50% survival rate
    link
    fedilink
    English
    168
    edit-2
    5 months ago

    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.






  • SjmarfOPtoProgrammer Humor@programming.devSus
    link
    fedilink
    76
    edit-2
    6 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.












  • SjmarftoMlem for Lemmy@lemmy.mlUser icon key?
    link
    fedilink
    English
    2
    edit-2
    1 year ago

    There’s not an in-app key for it currently, no. Here’s what each of them mean:

    • Orange person outline - OP
    • Green shield - moderator (if the moderator chose to distinguish the comment)
    • Cyan crown - admin
    • Indigo >_ - bot
    • Purple hammer - Mlem developer
    • Red X - banned

  • For anyone who doesn’t know what this is - Apollo had a feature (see image) that would show the weather at a location in the header of a location-related subreddit. For example, r/Tokyo would show the weather in Tokyo. This was only added in iOS 16 and was off by default iirc, which is why many people may not have heard about it.

    I agree this is a cool feature, but it’s far from essential so it’ll probably be some time before we consider it properly. I’ll add it to our backlog 👍



  • We’re sorry this happened! Users aren’t meant to be able to remove the info stack widget 🤔 Did the app let you remove the info stack widget, or did it bug out and remove all of the widgets itself?

    Deleting the app and redownloading it from the App Store should fix this, but you’ll have to readjust all of your settings I’m afraid. I’ll add a ‘reset’ button for the interaction bar customiser in the next version, so that it’s easier to fix if this happens again.