Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
Posts
2
Comments
490
Joined
2 yr. ago

  • When I was dating that was basically my go-to reason for inviting someone over, but that usually was at least 3-5 dates in. Usually we'd have eaten at cool restaurants where we've had full blown conversations about food, and where I'll have introduced the idea that I'm a great cook who knows what I'm doing, and then at a certain point I'd offer my place for a dinner date, and then show off. And we'd already be alone at my place so it wasn't that much of a stretch for them to stay over.

    Honestly I don't know how I would've approached dating if I didn't know how to cook.

  • Zootopia has health/sanitation codes for food service. You see the bunny cop threaten enforcement of them against the ice cream shop.

    Then, if the Popsicle sticks are actually being passed off as something they're not, that's also fraud.

  • It's much harder for spoken language to be misunderstood among the population that a native grew up in,

    Well, there's still register switching, which is an important part of the study of linguistics. A native English speaker might freely switch between the different ways to say the same meaning, depending on context and audience ("sorry" versus "my bad" versus "apologies," or "you're welcome" versus "don't mention it" versus "my pleasure").

    There are perceived formalities, common membership in different groups, unspoken social relationships and positions that are reflected in speech.

    These systems can be described with rules, and we can recognize that sometimes one register is inappropriate or poorly fit for a particular situation, and that some registers have different rules of grammar.

  • I'm a descriptivist but that doesn't mean that there aren't rules and that we can't point out things still being wrong.

    Descriptivism still describes rules as they're used in the real world. Breaking those rules still subjects the speaker/writer to the consequences: being misunderstood, having the spoken or written sentence to simply be rejected or disregarded, etc.

    "Colour" and "color" are both correct spellings of the word, because we are able to describe entire communities who spell things that way. "Culler" is not, because anyone who does spell it that way is immediately corrected, and their written spelling is rejected by the person who receives it. We can describe these rules of that interaction as descriptivists, and still conclude that something is wrong or incorrect.

  • Kind of sad that some grade schoolers can do better than a large corporation.

    Better at what metric?

    The cynical take is that the corporations did optimize for the best butter, only that their definition of "best" is different from yours.

  • Actually, I disagree that DD/MM/YYYY even qualifies as being small to big.

    If you actually treat it as a counter from 01/01/2024 onward, note that the first digit that moves is actually the second digit in the 8-digit representation. In terms of significance, the most significant digit is the 5th one in the string, then counting down the significance it's 6th, then 7th, then 8th, then jumps back to the 3rd, then the 4th, then the 1st, then the 2nd.

  • Well the convention was to store it as a 32 bit signed integer, so that is any number from -231 to (231 - 1). Prime numbers are formally defined as a subset of whole numbers, so let's ignore the negative numbers and the number zero.

    Fun fact: the largest signed 32-bit integer is itself a prime. And the wikipedia page lists it as the 105,097,565th prime.

    By the time we hit the 2038 problem, there will have been about 105 million seconds since 1970 where the Unix time was a prime number. And it's a 10-digit number in base 10, where prime frequency is something about 4% of the numbers.

    Does that answer your question about prime frequency today? Eh, I'm sure someone else can figure that out. If not, I'll probably have to wait until I'm in front of a computer.

  • If you're looking for a proof:

    Our base 10 system represents numbers by having little multipliers in front of each power of 10. So a number like 1234 is 1 x 103 + 2 x 102 + 3 x 101 + 4 x 100 .

    Note that 10 is just (3 x 3) + 1. So for any 2 digit number, you're looking at the first digit times (9 + 1), plus the second digit. Or:

    (9 times the first digit) + (the first digit) + (the second digit).

    Well we know that 9 times the first digit is definitely divisible by both 3 and 9. And we know that adding two divisible-by-n numbers is also divisible by n.

    So we can ignore that first term (9 x first digit), and just look to whether first digit plus second digit is divisible. If it is, then you know that the original big number is divisible.

    And when you extend this concept out to 3, 4, or more digit numbers, you see that it holds for every power of 10, and thus, every possible length of number. For both 9 and 3.

  • In the US, because the minimum required by law is so low, the actual distribution of vacation days varies a lot from employer to employer.

    This chart, updated annually, shows the average by length of service time: https://www.bls.gov/charts/employee-benefits/paid-leave-sick-vacation-days-by-service-requirement.htm

    Seems like the average for people in the private sector with 1 year is 7 days sick, 11 days vacation.

    This fact sheet, as of 2021, breaks down the details a bit more: https://www.bls.gov/ebs/factsheets/paid-vacations.htm

    Table 1 breaks it down pretty well, with people at the 1 year mark hovering mostly between 1-3 weeks, people at the 5 year mark mostly between 2-4 weeks, and people with 10 years at 3+ weeks.

    People with government jobs, which is about 15% of the workforce and about 20 million workers, tend to get better benefits, including paid time off.