Snazz

joined 2 years ago
[–] Snazz 2 points 2 weeks ago

Psionic might have some extra sensory perception as well.

[–] Snazz 1 points 2 weeks ago

Looks like discord with a green background

[–] Snazz 1 points 2 weeks ago

I don’t think they would care about that unless there was a long line and you left no tip.

[–] Snazz 13 points 1 month ago (1 children)

BREAKING:

I have just been KILLED in a VIDEO GAME.

I LITERALLY started playing 5 MINUTES AGO and didn’t even talk in chat.

I have been VIOLATED for SIMPLY EXISTING.

[–] Snazz 26 points 1 month ago* (last edited 1 month ago)

The most powerful explosion is not end crystals (with an explosion power of 6), not a charged creeper, (also power 6), and not the initial wither explosion (power 7)

The most powerful is…It is a TNT minecart that maxes out the velocity bonus and randomly hits max power of 11.5

[–] Snazz 0 points 1 month ago (1 children)

10 shannons, that is, 10 bits, each with 50% probability would be equivalent to the amount of information gained from observing an event with 1/1024 chance of occurring, not 1/10. Thats because this unit gets combined multiplicatively. The wikipedia article mentions that if there are 8 possible events with equal probability, the information content would be 3 shannons.

[–] Snazz 9 points 1 month ago (1 children)

I agree with you, but I don’t agree with the way you are presenting the point, and it could be a miscommunication, so I’ll explain:

Historically, ‘All Lives Matter’ was used to diminish the BLM movement. It is used as a response when it should be the premise. All Lives Matter, therefore Black Lives Matter, not the other way around.

I think the comment replying to you was using the All Lives Matter metaphor to say that your comment about it being a human being that was killed is deliberately ignoring the struggles for trans people. But the way they phrased it was very subtle.

[–] Snazz 1 points 1 month ago

I really thought they were going to add a new tree shape instead of keeping the dark oak.

[–] Snazz 2 points 1 month ago

Different perspective here:

I don’t really get why people want to leave lopsided casual matches in the first place. You either get to chill out against easier opponents or get better by playing against stronger opponents. At the end of the day, winning or losing doesn't matter because, well it’s casual. If you wanted a balanced match every game where everyone is trying their best to win, then you should be playing ranked.

What annoyed me with the old system was when my team would go down 1 point, the teammate insta-leaves and then I get a bot or some unfortunate guy who joins into this match midway through.

The people leaving seemed to care more about winning than the match being lopsided; It was really rare to see someone from the winning team leave. And I know thats a common perspective to have, but for me personally, I like playing matches for more than 1 point. I think comeback games shouldn’t only happen in ranked.

With the changes, the casual playlist has improved in some ways and worsened in others. It is way more likely to get a team that sticks around for the full match, but the mode is more competitive now, which is not what it’s supposed to be like.

I think there was probably a better solution to the problem. The issue seems to occur when one player wants to leave, but the other wants to continue. An idea I had to reduce the chance of this happening was matching together the players who tend to abandon and matching together the players who tend to play out matches.

[–] Snazz 5 points 2 months ago* (last edited 2 months ago) (1 children)

There are only 4.29 billion possible values of an int32, so even if you used 2 lines for each case, it’d still be under 10 billion lines of code

bool isOdd(int num) {
    if (num == 1)
        { return true; }
    if (num == 2)
        { return false; }
    if (num == 3)
        { return true; }
    …
}
[–] Snazz 2 points 2 months ago

How you express something absolutely does change the amount of information in the message. That’s the foundation of compression.

Bitmap image files tend to be larger than png files, even when they both represent the same image.

1.41421… can be thought of as an expanded form of sqrt(2). In this case, the expansion is to an infinite number of digits.

[–] Snazz 2 points 2 months ago* (last edited 2 months ago) (1 children)

Because there are no units, the equation can only be used to compare one rate of work to another rate of work at a different time (or a different deadline).

ratio of rate of work at time t1 compared to rate of work at time t2

= rate_of_work(t1, d) / rate_of_work(t2, d)

= (1 / (d - t1)) / (1 / (d - t2))

= (d - t2) / (d - t1)

This works because the only variables left are in the same units, even if that unit itself is unspecified.

view more: next ›