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

  • Gigs. Either just buying tickets to random local venues. Our go see your favourite artists live, but make sure you get there early enough to see the openers.

    I've discovered so many amazing bands because they opened for bands I already knew I liked.

    If you can't physically get to gigs then you can even just look up who your favourite artists are touring with, that will give you a pretty good sense of them being similar.

  • Rules and leaders don't have to be harmful or coercive though. Even very egalitarian communities need norms. Hell even an anarchosyndicalist commune will have some shared set of expectations of its members.

    Like you said, cults are about control. I have a hard time seeing much of a parallel between the necessary structure and norms of a community or club, and the coercive nature of a cult.

  • Support groups for sure, but I was more thinking of things like sporting clubs, dog parks, skate parks, artistic communities, soup kitchens, men's sheds, book clubs. Third spaces.

    Anything where participation is voluntary, hierarchy is absent or minimal, and people come together to share interests, resources, time, or company.

  • Community.

    They're all groups of people with some kind of shared purpose or values. Cults are harmful and power based. Communities are helpful and consent-based. Religions can fall either way, or somewhere in the middle.

  • Well the problem is that "bug" is not a scientific term right? Or even if it is, colloquially I think it could easily refer to either insects specifically or arthropods more generally.

    Certainly a lot of people refer to spiders as bugs despite them not being insects.

  • There is probably little practical help you can give, but don't underestimate the importance and impact of social and emotional support.

    When someone is in such a shitty situation, just knowing that there are people who care makes a huge difference. So just be a good friend. Listen and empathise when they need to talk about shit. Give them a laugh when they need cheering up or distraction from the bullshit.

  • I'll never forget dialling into a work meeting with the corporate infosec team who we needed some guidance from.

    Their rep shows up and it's a fem-presenting person with pink cat-ear headphones.

    I'm like oh fuck they sent the big guns, this is exactly who we needed to talk to. And I was right, we got exactly what we needed.

  • There's more to it than that. Firstly, at a theoretical level you dealing with the concepts of entropy and information density. A given file has a certain level of information in it. Compressing it is sort of like distilling the file down to its purest form. Once you reached that point, there's nothing left to "boil away" without losing information.

    Secondly, from a more practical point of view, compression algorithms are designed to work nicely with "normal" real world data. For example as a programmer you might notice that your data often contains repeated digits. So say you have this data: "11188885555555". That's easy to compress by describing the runs. There are three 1s, four 8s, and seven 5s. So we can compress it to this: "314875". This is called "Run Length Encoding" and it just compressed our data by more than half!

    But look what happens if we try to apply the same compression to our already compressed data. There are no repeated digits, there's just one 3, then one 1, and so on: "131114181715". It doubled the size of our data, almost back to the original size.

    This is a contrived example but it illustrates the point. If you apply an algorithm to data that it wasn't designed for, it will perform badly.

  • I tried it in Osaka and had no issues. Tbh it's nothing to write home about, it doesn't really taste like anything. I feel like it's one of those foods that's more about the prestige associated with it than the taste. As mentioned above, it has to be a very high standard of product to be safe to eat, so it's kind of showing off how high quality your meat is, rather than actually being delicious.

  • What about the public service? I don't know about where you live, but in my country the public service doesn't care what degree you have, just that you have one. Look into the graduate programs of your local/state/federal governments.

  • And last just as long.

    The engineering department at my uni had a tensile strength testing machine which says "Made in the GDR" on it, a country that hasn't existed for 40+ years.

  • In general it is often true that a motor and a generator are two sides of the same coin.

    If you put a current through a wire you can make a magnet move which can be used to spin a motor. And symmetrically, if you spin a wire and make its magnet move near a wire you can induce a current in the wire.

    Depends on the exact wiring and stuff but yeah sometimes you can damage a motorised device by manually spinning the thing without turning it on.