Yo whatup

  • 2 Posts
  • 385 Comments
Joined 2 years ago
cake
Cake day: September 28th, 2023

help-circle






  • Douno off the top of my head. To take a wild guess they might just wrap a file handle and give it s nice api? If that’s what they do then moving from the file zeros out he handle for basically the same reason smart pointers set their internal pointer to nullptr, so they don’t delete it (or close the file in this case) underneath the new object.


  • Depends on the object what happens when they are moved from. Some objects are put into a valid moved from state (usually depends on if doing so is free or required anyway. For example to satisfy the invariant of the moved to unique pointer the moved from pointer needs to be set to nullptr in order to prevent the moved tos unique pointer being deleted from underneath it)



  • Traister101@lemmy.todaytoAnimemes@ani.social"Kinks"
    link
    fedilink
    arrow-up
    22
    ·
    2 months ago

    Hmmmmmmmm

    Half way through the first chapter and it hasn’t hooked me yet but I am still… intrigued.

    Okay so chapter two down and I think I’m noticing a pattern in who is bothering to translate this Manga so far. Both chapters were done by totally different people and neither was super high quality (though not terrible). Wonder if pattern persists since there’s 50 chapters at least where I’m sourcing it from.

    Lol this dudes a trooper they learned not just English but also Japanese competently enough to translate it well enough. Hats off to you Chekov

    Chapter 6

    Damn she snowballed him lmao

    I’m not sure why exactly but the fact they are going to research more “lewd sounds” is incredibly funny to me

    Alright so chapter 8 kind of hooked me, been about half an hour of time investment so far including updating this here comment so if anyone else is also curious there ya go.




  • I genuinely don’t know why people are confused about the Demons in frieren. They are fundamentally incompatible with humanity. There is no Grey zone. They are monsters, not your happy friendly fantasy where some monsters are good monster monsters. The only connections they are capable of understanding is strength. The only language they truly understand is power. They learned the human tongue not to communicate but to manipulate. The anime and the Manga make it exceptionally clear, the Demons in Frieren are just monsters. There is no redemption. Just like how you can’t genocide a lion, or a mosquito you cannot genocide the demons in frieren.




  • Traister101@lemmy.todaytoAnimemes@ani.socialMy PC is tired
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    3 months ago

    No you can’t? Do you even know what the steam deck is? It’s a hand held gaming device, like the Nintendo Switch. Adding a computer monitor to the steam decks price tag is nonsensical. Like the Switch you’d be using a TV if your hooking it into something. A wireless controller? Why? It’s a steam deck it has a controller built in. Joystick grips? The fact you think those are needed goes to show how shit the standard console controllers are lmao.




  • JavaScript doesn’t have typed parameters or variables. The function expects a string and does things in the function body which converts the object into a string. JS shares this behavior with all dynamically typed languages and it’s extremely useful in some contexts and extremely frustrating in others. It’s down to what it’s being used for. Dynamic languages make excellent scripting languages, see Python really just being a souped up shell lang