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/)KI
Posts
23
Comments
1,005
Joined
2 yr. ago

  • Just to be annoying, first you could argue that Jews were a separate ethnic group with distinct characteristics, or that modern people in the Middle East are descendants of Turkic tribes that came to occupy Anatolia after the fall of the eastern Roman empire

  • Also, tip, pretty sure that in the default web interface there is a toggle to deactivate bot posts. These bots are often just reposting what is on Reddit to try to stuff lemmy with content, but I tend to leave them deactivated. Also, never forget that the best thing after staying in a pit like this, is to touch a bit of grass ;P

  • Think of federated services (namely lemmy) like a phone carrier. There’s a bunch of them, and you can call numbers on other networks easily, as they speak a common protocol. You (or your carrier) can always block either individual numbers, or entire carries. The thing here is, being a carrier (an instance) of lemmy is somewhat easy to do, and you can always switch carriers based on their moderation policies.

    Hope this is a decent explanation.

  • Yes in the sense that mostly the communists inhabit it. No in the sense that, because it is decentralised, no one can force you do to a particular thing if you host your own instance

  • Permanently Deleted

    Jump
  • Most people are imperfect emotional mirrors. That meaning in a lot of ways they will replicate the emotions they see around them, with some individual twist, or influence (namely, how one feels towards the others he sees). This is why crowds can be so dangerous, so many mirrors can start amplifying emotions, namely panic, which is usually what leads to stampedes

  • If I’m not mistaken, quick sort is worst case O(n^2), merge sort is what actually achieves O(nlogn), the point is that quicksort is on average more memory (and time?) efficient