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

help-circle
  • I thought about that, but I don’t think that makes sense in this situation. The wings and arms must use different muscle groups, and the biceps would be used for the arms, not the wings. Furthermore, since the wings are on the back of Pit, the muscles would either have to wrap around the rib cage or go through them, constricting the lungs.


  • stingpie@lemmy.worldtoRPGMemes @ttrpg.networkWings
    link
    fedilink
    arrow-up
    19
    ·
    16 days ago

    Tiny wings are very much capable of lifting heavy things, but they have to flap super quickly. Humming birds have really tiny wings compared to their size, but since they never glide, it’s not important. The bigger issue is the position of the wings.

    Since the line between the center of mass and center of force (the wings) is not perfectly vertical, Pit would lean forward during flight. His body would be suspended under his wings. This means his body is blocking most of the wind generated by his wings. So he would have to exert even more force to stay flying. Plus, your arms would get super sore when all that force is pushing them forward.

    It should also be noted that Put doesn’t have the musculature to support this level of force. His biceps are connected to his arms, not his wings, so he must have a separate set of muscles specifically for his wings. The only suitable anchor points are his ribs and spine, but in no art do we see the require muscle groups around his shoulder blades.

    In short: I don’t think this is real, guys.



  • stingpie@lemmy.worldtoProgrammer Humor@programming.devRust
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    1 month ago

    I struggle to learn rust because the semantics and syntax are just so awful. I would love to be enthusiastic about rust, since every seems to love it, but I can’t get over that hurdle. Backporting the features into C, or even just making a transpiler from C to rust that uses annotations would be great for me. But the rust community really does not seem interested in making stepping stones from other languages to rust.



  • From my experience, being “good” at vibe coding is more about being unable to detect flaws in AI generated code rather than being able to code well. Add AI to the workflow of someone who actually understands scalability and maintenance and that won’t be able to get past a couple functions before they drop the AI.

    Also, assuming this kid gets weekends off, he would be writing 12k lines of code each day. I don’t think the average programmer could even review that number of lines in a day, so there’s likely no actual supervision for what the kid is feeding into the codebase.

    I’d estimate within four months the project will be impenetrable, and they’ll scrap the whole thing.



  • Sorry for being off-topic, but I don’t think I understand anarchism as a political philosophy. Isn’t anarchism the absence of imposed rules? Communal resources seems to go against that, (it does make sense that the players get to divvy it up, though) and being cursed by the gods feels like a more theocratic thing than anarchist. Im not trying to be rude or anything, I just like to pick people’s brains about this stuff.


  • After reading a lot of comments in this thread, I’m not sure I know what spaghetti code is. I thought spaghetti code was when the order of execution was obfuscated due to excessive jumps and GOTOs. But a lot of people are citing languages without those as examples of spaghetti code. Is this just a classic “I don’t like this programming language, and I don’t know much about it.” Or is there something I’m missing?



  • You always have to package good people with secret shames so suspicious players can gauge how good or evil they are. What people feel they need to hide is a good measure of what they consider acceptable. For example, a lawful good character could be ashamed by ignoring a person asking for help, but a lawful evil character might be ashamed that they indiscriminately murdered adults & children.




  • That’s not what I’m saying at all. What I’m trying to say is that I can’t think of any way a program working with numeric types could start outputting string types. I could maybe believe a calculator program that disables exceptions could do that, but even then, who would do that?