• 0 Posts
  • 88 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Lmao I basically did this as a kid on the school bus.

    Bus driver forgot my stop(Small school, so we were dropped off directly at our house). It wasn’t until the last kid besides me was dropped off that I realized the driver wasn’t just taking a weird route that day, and it wasn’t until we got to the FUCKING BUS YARD that I actually popped my head over the seat and made my presence known.

    To explain why I didn’t say anything, I lied and pretended I had been asleep the whole time and had just woken up












  • Both. In my case for example, I have a condition called delayed sleep phase syndrome, which causes me, on average, to not even feel tired until well after midnight, and actual sleep will alude me until after 3am. This is regardless of what time I wake up btw, I could fall asleep at 3am and wake up at 5am or 2pm and I’d still be wide awake after midnight the following night.

    On the other hand, I know quite a few people who can adapt their sleep schedules fairly quickly to switch from a morning person to a night owl or vice versa.




  • Perfide@reddthat.comtoMemes@sopuli.xyzIt could be any one of us
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    1 year ago

    That is NOT the definition of an outlier. There IS no set mathematical definition of an outlier, in fact. What is considered an outlier is greatly determined by what the dataset actually is. Please do more research on what an outlier actually is, even the wikipedia page on outliers is surprisingly high quality(aka has good sources, read those), so it’s not hard.

    That all being said, let’s use your rigid definition. There have been approximately 100 billion humans to have ever lived, from now until all the way back 200,000-300,000 years ago when homo sapiens first emerged. The absolute oldest humans to ever live(ignoring Mr.Immortal) made it to about 120. Mr.Immortal has to be human to be factored into the calculations of human lifespan, so they are at the absolute MOST 300,000 years old.

    Now, let’s go ahead and say that all 100 billion humans lived to that maximum age of 120. Obviously not even remotely the case, but this is best case scenario here. The mean of a dataset is found by adding all of the numbers in the dataset together and then dividing by the number of data points within the set. So in this case it would be “(120(100,000,000,000) + 300,000) ÷ 100,000,000,001)”

    Now if you do the math on that, you find that even with Mr.Immortal included and every human living the absolute longest life possible, the mean is… 120.0000029988.

    Now tell me, what is closer to that number, 300,000 or the actual average lifespan of humans(70 something)? It’s not even close, and since the rate of population expansion keeps increasing, Mr.Immortal would have to wait for humanity to die out before the mean could ever increase enough to make US the outliers.





  • It was for a family friend who is disabled and unable to work a normal job, so me and my brother(also a dev on this) agreed to be paid on project completion. Long story short, she wasn’t able to pay so the final bug fixes were never done, and the code has been left to rot. Under different circumstances I’d be putting pressure to get at least some payment, but it’s pointless imo.

    Lesson learned though, not doing that again.


  • Perfide@reddthat.comtoFirefox@lemmy.mlHow about no?
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    1 year ago

    It’s not that simple. A lot of browser “standards” are standards in that they achieve the same end result, but for whatever reason they take a different approach to getting to that result, so you often end up needing browser specific code. This is especially the case with CSS, which is why so many “standard” CSS properties still need a “-moz” or a “-webkit” version as well, decades in. The only way the website can know if they’re running the correct code for that browser is if they know what browser is being used, hence user agents. This is the reason that pop ups like this exist at all; sure they were lazy as fuck to not properly support Firefox, absolutely, but they wouldn’t have needed to support Firefox specifically at all if browsers could just get their shit together and fix the “standards”.

    I would fucking cry tears of joy if browsers could standardize enough that writing browser specific code and needing the user agent was a thing of the past, but I really don’t see it happening any time soon.