• 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle

  • I… Don’t think I mind this? WAIT WAIT WAIT! Pitch forks down! I know, I know my initial reaction was one of revulsion, condemnation, and self immolation and my gut instinct was to condemn it to every possible eternal Hell and sacrifice it’s children to prevent it’s genes from reproducing.

    But hear me out, I literally five minutes ago was moving my gaming computer from the room with the VR set up back to my bedroom my computer slots into a spot so it is impossible to see the USB ports so I was Groping around in the back trying to find the right whole like a virgin on prom night when I finally got everything plugged in I start my computer and nothing works, the reason and this has happened multiple times is that I have devices that require USB 3.0 and a flaky mouse that doesn’t like USB 3.0 (I think the actual problem is that the wire for the wireless charging mat is just long enough that the USB signal can’t quite reach but USB 2.0 can) but anyway if the ports were turned the other direction I could feel which port is which, this is a problem USB C wouldn’t solve at least for the mouse because it would still be USB < 3.0




  • We do have more than one type of water, D20, HD0, HT0, T20, DTO, which are all different mixtures of Hydrogen, Deuterium and Tritium or in other words the hydrogen has more neutrons, there is also a different ionization for each of those, plus there are different phases of ice which are made from different pressure that is ice I-VII, and it’s not impossible for more types we don’t know about, then there is isotopic water that have different mass and reaction rates and it’s not impossible for other types that we just don’t know about or even to create other types.

    Tldr: Adams and molecules are more varied and complex than you’d think.






  • EDIT: Fixed grammar with AI.

    The word deviant doesn’t have a concrete meaning in scientific terms.

    So, no—objectively speaking, gay people are not “deviant,” since morality is a human construct. (And even if it weren’t, that would be a philosophical question.)

    The best way I could reframe this question is:

    A. Are we evolutionarily predisposed to find people with alternative* sexual preferences distasteful or unpleasant?

    B. Are alternative* sexual preferences evolutionarily harmful to society?

    C. Are alternative* sexual preferences harmful to an individual’s own evolutionary success?

    D. If any of the above are true, is the psychological or societal damage so detrimental—either to the individual or to society—that it would still be preferable to engage in alternative* sexual desires?

    In this context, “alternative” refers to anything outside of a heterosexual relationship. However, these questions can be narrowed down to whatever specific sexual preferences you are inquiring about.


    I won’t offer my own opinion on this, nor will I present any scientific evidence. But I will say this: I don’t think the issue is as black and white as some might assume.


  • You should always Question everything, If someone tells you not to question it, question it Harder.

    If it is the Truth then it doesn’t matter if you Question it or not, and nobody should care if you question it

    If it’s a Lie, then You need to know why you’re being lied to, you need to know who benefits from it, you need to know if the Lie was worth suppression of the Truth.

    If your life is truly better with the Lie it is always better to know and make that decision for yourself, never let others dictate what you believe because it is better for them, If you are going to follow a Lie make sure it is in your best interest. Because anyone will tell you a lie to help themselves but no one will willingly work against their own self interest.





  • Hmmm, so this just means that the variable representing the keyword was undefined, the algorithm selected 9 pictures with X <= 9, being in the proper category, the server is possibly still awaiting the proper response, now all we have to do is find the photos that match the intended Photo, given X is going to be repeated so it can match the keyword we can assume if an object is repeated with consistency it is going to be the right answer, now we have an issue, that being that the only things that are repeating are two wheel cycles, but did the computer mistake bicycles and motorcycles for the same time or was the capture trying to distinguish between bicycles and motorcycles? We can’t assume either to be correct, however given that it is a 50/50 split we can assume it is both since neither is getting preferential treatment.

    So My answer from top to bottom left to right with a starting index of 0 is

    {1, 2, 4, 7}

    You guys really need to learn how to solve capture’s






  • Cool designs are harder to scale to your 4K needs, we can scale the game itself because it is rendered or in other terms mathematically defined, it is easy to scale you essentially just times each vector by the scale you want, but with raster images such as in textures your only option is to increase the detail or take a better picture, now the UI if it was a raster image even a 4K one the size would be negligible compared to the size of the textures so that obviously isn’t the problem the problem is creating a new UI for every single possible type of resolution and aspect ratio, if size was the only factor this still wouldn’t be a problem but remember we are talking about scaling and scaling a raster image is much harder to do without losing detail or stretching it out so instead we use svg(scalable vector graphics) which are mathematically defined just like the game itself, now the question was why do we like boring UI? So why can’t we just make an SVG more appealing, well some shapes simply don’t lend themselves to proper scaling, infact anything that isn’t symmetrical will be distorted in one way or another, this greatly limits our design choices unless we want to stick to one aspect ratio. Otherwise mathematically defining a shape is simply a lot harder and more time consuming than drawing an image especially since the player usually just wants it out of his way so he can play the game.