• 0 Posts
  • 27 Comments
Joined 7 months ago
cake
Cake day: March 30th, 2024

help-circle

  • rbn@sopuli.xyztoScience Memes@mander.xyzInfinite Suffering
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    4
    ·
    2 days ago

    I go for option 1.

    In all programming languages that I know, integers have a maximum number. E.g., in C that’d be 2,147,483,647. After that, you would run into an overflow, resulting in either…

    • a crash (train stops, no more deaths),
    • death count suddenly turns negative (all people previously killed are suddenly alive again and even new people are generated out of nowhere) - until we reach the next overflow when people disappear and start dying again
    • or - if it’s an unsigned integer - death count resets everytime we reach the maximum limit

    So compared to option 2, we have a chance of stopping the death count. And even if the train keeps running, we have essentially option 2 but the same people only die very rarely. If we assume a cycle of 1 death per second and an integer boundary of 2,147,483,647, that’s just one death every 68 years per person involved. Seems more fair to me compared to 100 people constantly dying over and over again.



  • Always appreciate any work spent on any FOSS stuff out there but currently I’m a bit afraid that Gecko disappears into unimportance. So I’d prefer more contributions towards that one project rather than opening new ones.

    The issue with browser engines is that it always requires work from two directions. The browser engine must be optimized to render websites as good as possible. And websites must be optimized to be rendered by all the different browser engines.

    And (almost) no one is willing to do the latter for engines with a <1% market share. Already now, more and more commercial and non-commercial websites are only working properly with Chrome or its derivates.



  • If we say that the SSN database internally only stores numbers today, but could also store hexadecimal values without significant redesigns, I would assume that SSNs are stored as text already. So no matter if you put numbers, hex or text, 9 places will always use 9 bytes (assuming it’s ASCII only and doesn’t support UTF-8 etc.).

    Furthermore, the post implied that the current technical limit is 999,999,999. That very much sounds like a character data type to me. Otherwise, the limit is usually something like 2^x.

    If SSNs are stored as numbers today, then hex and text would lead to quite some change. If you go for a re-design, you can as well just increase the length of the field.








  • I like this definition the best. If someone is making a super complex sandwich with many ingredients and passion, then I’m fine to call that cooking. Same with a cold soup, a cous-cous salad or a fancy appetizer. Many dishes in top notch cuisine are served cold. In molecular kitchen, there’s even stuff served below freezing. Still all cooking to me.

    If someone just warms up a can of Ravioli, microwaves convinience food, etc. I’d consider that rather food prep. If using the microwave is just one step of multiple in a recipe, than that’s fine again.

    For me cooking requires a minimum level of effort rather than a minimum level of heat.


  • Personally, I don’t like noticeable make-up. If it’s barely visible, it’s fine as well but in general I like ‘no make up’ the best.

    It’s also not only about looks:

    • If you wear make-up, you have to be careful with rain, touching the face, kissing etc.
    • It may take a lot of time to apply.
    • It’s expensive.
    • It’s rather bad than good for your skin.
    • It’s bad for the environment (more trash, animal testing, contimination of water etc.).

    No make-up = Win-Win-Win-[…]





  • Does anyone know how they define junk food in that guideline? Is it based on calories / fat / sugar? Or do they have a specific list of products that are now forbidden in ads? Or a list of companies? Does the ban include product placements (like a kids movie where a family goes to McD? What about ‘normal’ content about fast food (like SpongeBob making krabby burgers)?

    I really appreciate the law but I think it can be quite challenging to draw the line between legal and illegal.