[–] 7 points 12 hours ago*

Think of a box with 4 particles a, b, c and d. If every particle is on the left side of the box, then there is only 1 way to divide them up. [(a, b, c, d), ()]

If there are 2 particles on the left side of the box and 2 particles on the right side of the box, then there are 6 ways to divide them up:

[(a, b), (c, d)]
[(a, c), (b, d)]
[(a, d), (b, c)]
[(b, c), (a, d)]
[(b, d), (a, c)]
[(c, d), (a, b)]

In total you've got 16 possible arrangements, the 2-2 state has the "highest" entropy because you're more likely to end up with the one that takes up 6/16 arrangements.

  • source
  • parent
  • context
  • [–] 2 points 4 days ago*

    Look the ancient rom- I mean greeks were bronze, that's a totally different color from hispanic. Unfortunately bronze doesn't exist anymore and all the scrolls were written in black and white so we can never verify this.

  • source
  • parent
  • context
  • [–] 3 points 1 week ago (1 child)

    Highly politically active man who has every alt-right opinion in the book and is very familiar with the use and abuse of subtext just happens to use the conspicuous loaded word remigration when talking about the necessity of removing millions of people from Europe. I'm not buying it.

    Ultimately a win-win, they get to go home and the load on our overburdened societal systems is reduced (housing, welfare, healthcare etc.).

    That is the hope of course. If all voluntary measures fail and someone no longer has the right to residence (through lawfully attained citizenship for instance) then deportation becomes the only option.

    Europe is not keeping refugees hostage. European countries have had programs to promote and assist emigration of certain groups for well over a decade. If it was truly win-win nobody would need to call it a sacred cow that needed to be killed.

  • source
  • parent
  • context
  • [–] 9 points 1 week ago* (last edited 1 week ago)

    Don't read too much into the title. It's an animal study and found that another type of cancer went down simultaneously with this one type going up. It isn't the actual notable finding of the study either, the study's real title is Ketogenic diet mediates intestinal tumorigenesis through lipids not ketones.

  • source
  • [–] 20 points 1 week ago* (4 children)

    He uses the word "remigration" right after explaining quite clearly that ethnicity is exactly what he is talking about.

    It doesn't help that it has been identified as a term for ethnic cleansing since 2019.

    And let's put our thinking caps on for like 1 second. How exactly do you expect unilaterally imposed "remigration" to actually happen? You ask millions of people nicely to uproot their lives and they just do it?

  • source
  • parent
  • context
  • [–] 8 points 2 weeks ago* (8 children)

    Someone made a pretty good, albeit very cautiously, almost concern-trollisly written blog post about recent internet drama Odin v. Wikipedia. Surprise: the conclusion is that Odin is fashTech. (warning, the blog appears to be LLM-designed. I do not believe the actual text is LLM-written but you can never be sure with that kind of writing style)
    https://katamari64.se/posts/2026/odin-wikipedia/

  • source
  • [–] 12 points 2 weeks ago*

    Donations are not a good substitute for taxes at all. A social expectation of billionaires donating only ensures that the people who remain billionaires are the biggest assholes around to an even greater extent than they already are.

  • source
  • parent
  • context
  • [–] 3 points 1 month ago* (last edited 1 month ago)

    It can only do the impressive numbers after you give it a schema for the data, and the data has to be structured in a way that follows a rigid schema, so it's not magic.

    OpenZL compresses data into a self-describing wire format, any configuration of which can be decompressed by a universal decoder. OpenZL’s design enables rapid development of tailored compressors with minimal code; its universal decoder eliminates deployment lag; and its investment in a well-vetted standard component library minimizes security risks.

    The freedom afforded by OpenZL’s graph model is a double-edged sword: the capability it offers comes at the cost of a combinatorial explosion of choices that must be made—namely which components to use and how to compose and configure them. There is no one-size-fits-all compressor

    Webassembly for compression or something, but it's made by the zstd people so maybe it will turn out to be magic eventually.

    On one hand the x2.06 ratio for the SAO data is extremely good, zpaq and paq8px are 50x and 10000x slower at encoding and decoding and still can't even reach that ratio (I didn't try even more extreme compression, paq8px -8 already took 20 minutes).

    On the other hand,

    enwik: A Case Study Where OpenZL Performs Poorly

    We present this case study to show that OpenZL is not a magic bullet for all use cases. The shortcomings are twofold. First, the standard codec library can achieve good results for many datasets, but is not currently optimized for human text. Second, English text is a highly compressible format for which domain- specific transformations are especially useful. xwrt combines multiple such transformations to achieve its results. With this in mind, we are optimistic that porting text-specific codecs and text parsing will improve the performance of OpenZL compressors in this domain.

  • source
  • parent
  • context
  • view more: next ›