magic_lobster_party

  • 0 Posts
  • 245 Comments
Joined 6 months ago
cake
Cake day: August 15th, 2024

help-circle




  • magic_lobster_party@fedia.iotoMicroblog Memes@lemmy.worldNo no no
    link
    fedilink
    arrow-up
    35
    arrow-down
    4
    ·
    10 days ago

    It’s the voters who voted for Trump. It’s that simple.

    Although I didn’t have ”Trump ending the Israel Palestine conflict by making Palestine American” on my bingo card, it was always super obvious that Trump is way more pro Israel than Kamala. If you thought otherwise you didn’t pay attention at all.





  • Huge tragedy. As a Swede, I never expected we would ever have a school shooting of this magnitude. It’s a sad day for everyone.

    Some added context: the school is a base and college level education school for adults. It’s like a second chance for many. This often applies to immigrants, which makes these kinds of schools immigrant heavy.

    The attack seem to have no gang related motivation (like other recent shootings and bombings in Sweden). Not much has been made public about the attacker, but it seems like he acted alone. He was a loner in general. Probably an ethnic Swede based on current rumors.

    Update: the attacker’s identity has now been made public, which confirms the rumors. Why he did it is unclear though.












  • Ok I understand now why people are upset. There’s a disagreement with terminology.

    The source code for the model is open source. It’s defined in PyTorch. The source code for it is available with the MIT license. Anyone can download it and do whatever they want with it.

    The weights for the model are open, but it’s not open source, as it’s not source code (or an executable binary for that matter). No one is arguing that the model weights are open source, but there seem to be an argument against that the model is open source.

    And even if they provided the source code for the training script (and all its data), it’s unlikely anyone would reproduce the same model weights due to randomness involved. Training model weights is not like compiling an executable, because you’ll get different results every time.