Snazz

joined 2 years ago
[–] [email protected] 3 points 3 months ago* (last edited 3 months ago) (1 children)

in a colloquial sense, from an end user's perspective, the thing they see is "the algorithm".

Yes, usually the default or most common method of aggregating posts is what people talk about when saying “the algorithm”

However, any method of sorting posts is by definition an algorithm. “top” is an algorithm, “new” is an algorithm, if you can compare two posts and have a method to choose which one to display first, that right there is an algorithm.

I’d actually argue that the “hot” algorithm is one of the more opaque ones. It sorts posts based on a composition of different metrics, and It’s unclear exactly what these metrics are and how they are combined.

[–] [email protected] 2 points 5 months ago

Psionic might have some extra sensory perception as well.

[–] [email protected] 1 points 5 months ago

Looks like discord with a green background

[–] [email protected] 1 points 5 months ago

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

[–] [email protected] 13 points 6 months 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.

[–] [email protected] 27 points 6 months ago* (last edited 6 months 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

[–] [email protected] 1 points 6 months 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.

[–] [email protected] 10 points 6 months 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.

[–] [email protected] 1 points 6 months ago

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

[–] [email protected] 5 points 7 months ago* (last edited 7 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; }
    …
}
[–] [email protected] 2 points 7 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.

[–] [email protected] 2 points 7 months ago* (last edited 7 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: ‹ prev next ›