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/)TR
Posts
0
Comments
334
Joined
2 yr. ago

Permanently Deleted

Jump
  • I'll keep that in mind when I search for that? Really important to me being able to search for indie catch a predator channels since they don't at all make it more difficult to impossible to actually prosecute the predators...

    Why is this even something you are searching for? What a weird way to advertise for Rumble

  • Ah, r/unpopularopinion one of the subs I almost never visited cause 90% of the stuff on there was just plain stupid.

    For my part, I don't think there's a large gulf between racist opinions on the two platforms, just on decorum regarding slurs.

    Yeah. I'd probably make the argument that 4chan is just open about the racism while other platforms like reddit have at least some enforcement leading to it being less blatant.

  • I mean like most of us I came from Reddit. If I knew which sub the post was in I'd have a pretty solid opinion but as is I'd assume they probably got downvoted to hell for some unfair reason. Happened to anyone active on occasion so it wouldn't be surprising. Since it has so many up votes I can't imagine, without the context of the particular sub, that they weren't just getting piled on.

  • Eh? How's that work. I'm not going to sit here and say there isn't too many factories in Java but as a concept it's extremely useful. You hand off a "factory" to something which actually creates the object. This is really useful in for example serialization. How so? You could register factories (mapped to some sort of ID) which get passed the serialized data and return some sort of created object. Now the core serialization code doesn't know nor care how exactly any particular type gets serialized. Pretty nifty huh?

    Some languages have better ways to encapsulate this functionality but that's what the factory concept is

  • No python is statically typed. You have type hints, which makes the language tolerable but like their name implies it's a hint at the type. You can perfectly legally pass in something completely different that doesn't conform whatsoever.

    The primary thing static languages provide is static typing, that being the ability to determine before runtime that all the types are valid. A good example of this is how C++ programs will refuse to compile if you try to invoke a method that doesn't exist on the type. That's because it's statically typed. At compile time you know that the code is wrong. Dynamic languages fundamentally don't work like that. You cannot know until runtime if the method you called or the field you are trying to touch exists or not. Again type hints help a lot with this but that doesn't change how the language actually operates.

  • What parallel universe did you come from? Nintendo is like the company known to be a bad guy when it comes to IP lawsuits. They went after a Smash Bros tournament for emulating a game they literally don't sell anymore for a console they also no longer produce.