

Arithmetic coding is one of my favorite algorithms. Any token predictor can be converted into an entropy encoder!
Arithmetic coding is one of my favorite algorithms. Any token predictor can be converted into an entropy encoder!
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.
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.
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.
Throw away your vote to a 3rd party?
Isn’t this situation exactly when you should look to third parties? There is a large group of people who are dissatisfied with the policies of Biden and who absolutely do not want another term of Trump.
If you vote for either of them, it sends the message that you condone their presidency. If you abstain from voting then it sends the message that you don’t care about government policy and therefore, policy won’t care for your interests.
If you are a third party voter, aren’t the big parties incentivized to try and win your vote over for themselves?
I’m probably going to vote for Biden, but you have to wonder at what point does this diametric system break down.
I uninstalled the YT app on my phone and use the desktop site exclusively now. Can’t stand watching without ad block and sponsor block. I also blocked shorts.
Its pretty clear that Mark and Micheal Reeves don’t focus as much on design and iteration so much as the ideas behind their creations. The content formula for their videos is different from the other youtube creators you mentioned. If that style of video isn’t your cup of tea, thats ok.
As for the inventions themselves, I have to disagree. I think some of Mark’s creations are fairly well designed, such as the later versions of the glitter bombs.
Unity actually gives any class with the name GameManager a special gear icon. You cant just forgo the cool gear icon!
(Its not too terrible from an organizational standpoint because most of the scripts are attached to game objects. MonoBehavior is a component of GameObject. For instance, you’d never have player movement in the GameManager class, you would put it in the component class attached to the player character GameObject.)
Bit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y
I feel like that might have been the point. Rather than “using a car to go from A to B” they walked.