A devastated Software Systems student, libre software promoter. Sometimes I draw pixel art. Very fond of classical Computer Science and Touhou project.

Autism® Inside™

  • 2 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: March 28th, 2023

help-circle









  • ELI5:

    Imagine some sort of a polynomial function f(x) = r * x * (1-x) that is also depending on some constant r in range 0 < r < 1.

    You apply x = f(x) for many times, at your wish. Think of it as a for-loop, or f(f(f(…f(f(x))…))). The resulting value will reside (converge) to some value.

    So, this looped function sets to some stable point with any r in range until x < 3. After that, it doesn’t converge but it will constantly jump between one of 2 points, then 4, 8, … and at some point it goes wacky-macky.

    The graph from Wikipedia merely shows the probability of the value f(f(f(...f(f(x))...))) for all r in the given range.

    If you’re curious, Veritasium’s made a good explanation here: https://youtu.be/ovJcsL7vyrk





  • raubarno@lemmy.mltoLinux@lemmy.mlWhich is better: Linux or GNU/Linux
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    11 months ago

    As the others made a good point, Linux is the kernel (program that connects hardware altogether and manages processes). GNU is an organisation beginning in 1983 that made some vital userland programs (Bash, GCC, readline, GNOME, GTK, GIMP, etc.) as a replacement of the proprietary ones found in UNIX and Windows. Linux is created by a Finnish student Linus Torvalds and is not a part of the GNU project but it’s been licensed under the GNU General Public License (GPL), the first free software license.

    Linux is used by a lot of companies, and some of the products that have Linux inside refuse to accept the paradigm of software freedom. Examples of this are: Chrome OS, Windows Subsystem for Linux, Google Android and some (but not all) appliances (like routers) that are locked-in and contain proprietary blobs.

    Therefore, in technical discussions, I use the word “Linux” to refer to the OS, as “this software is compatible with Linux”. But, when I want to stress out software freedom, given a large influence of the GNU project, I say “GNU/Linux”.