stravanasu

  • 177 Posts
  • 652 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle












  • It was exactly as you said; a difference I didn’t know about. Also confirming that Kubuntu apparently installs them system-side, even if flatpak install ... is called without sudo, again as you inferred. I don’t know how I managed to install them user-side in one laptop, but now they mirror each other :)

    For others interested, these two commands show the difference, as explained by another user in a cross-post:

    flatpak --user list
    flatpak --system list
    

    Thank you!













  • Sharing similar music is of course interesting.

    But this is a community for fans. Discussions about the technical skills, production volume, or whatever of other bands are welcome, as long as they’re made in a non-disparaging way. I think one has the right to be a fan of something or someone, and to enjoy its popularity if that happens.

    Of course you have the right not to like something or not to agree with its popularity. But If your point is to be disparaging, it probably makes more sense to create a community for similarly-minded people: you can criticize the band or its popularity there as much as you like without offending one another.







  • It is actually not so difficult to see this for yourself in a much simplified setting. One can easily build a “Small Language Model” that extracts correlations between only three consecutive words. On the web there’s plenty of short scripts that do this; here and here is one example. The output created by such a SLM can have remarkably long sentences with grammatical meaning (see the examples in the links above); this is remarkable since all it learned was correlations between triplets of words.

    Now you can take a large amount of output from such a SLM, and use it to train a second, identical or even better SLM, then check the output generated by this second one. You’ll see that the new output is less coherent than the one from the first SLM. Give the output of the second SLM to a third, and you’ll see even less coherent text coming out. And so on.