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/)T
Posts
1
Comments
266
Joined
2 yr. ago

Yo whatup

  • Nintendo has yet to do anything but as we've seen from Pokémon mods in the past they like to wait up until release. Dudes got a video on the topic if you want to hear it from his own mouth https://youtu.be/AdBzok8GjA0

  • Plus nobody would actually want to live in the metaverse we see in media; Snowcrash, Ready Player One ect. The metaverse that's being advertised is a dystopia just like the ones we've had in media. Not to mention all the practical problems of like needing to virtually walk to the virtual store to buy shit, no way in hell is that catching on.

  • There's been "new" battery technology in the works since we starting using lithium ion and nothing so far has come anywhere near close enough to replace it. Sodium just like all the other "exciting" failed ideas in the past decade isn't gonna go anywhere either.

    Sodium batteries on the infrastructure level would work wonderfully but you'll never see them in your phone or even a car. The energy density just is shit. There would need to be some unexpected advance in the technology to gain ~50% energy density just to meet lower end lithium ion.

    But really electric cars aren't the future anyway what we need to invest in is public transportation. Electric busses, trains, trams, hell why not self driving scooters that's way more practical than a whole ass car.

  • Well like asembly has "int types" and "float types" as there's specific instructions for those operations but those instructions don't actually care if the bits are for a float or an int. Types in a language are used to restrict the valid operations. In a statically typed language you cannot call cat.bark() or dog.meow() because the property's of the type, what things you can do with it are known before the program runs. In a dynamically typed language such as Python cat.bark() might or might not be valid so it has to check at runtime for a method throwing an error if it doesn't exist.

    Static/Dynamic typing is a difference of when. Java has static typing but you can also just pass raw Objects around and cast when needed. It even throws a runtime exception similar to how Python or JavaScript would fail. However Java is of course ultimately statically typed everything just shares a common parent class and has types at runtime which allows for some some psudo dynamic behavior

  • Assembly probably? So low level you kinda just play with bits. That's all I can think of for an untyped language. Everything else I'm aware of is dynamically or statically typed

  • It's not stopping anybody. If you are a horny enough 13 year old you'll find it on any platform. Speaking from experience YouTube, Instagram, Reddit (obviously lemmy as well) and in short the rest of them can be pretty easily used to access porn. It's not allowed on for example YouTube but it's still there or it manages to be technically allowed through being "educational content". Obviously we aren't talking about like Brazzers or whatever being directly uploaded but there's definitely naked people doing proactive things.