• Anivia@feddit.org
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    13 天前

    Well, there has to be some kind of algorithm. Even picking a random Wikipedia article technically is an algorithm, just not one that adapts to the user

    • Septimaeus@infosec.pub
      link
      fedilink
      English
      arrow-up
      8
      ·
      12 天前

      True, but outside CS the word has come to refer to a certain brand of complex heuristics or ML inference.

    • fox2263@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 天前

      An algorithm usually involves lots of complex calculations and weights. Picking a number from a pool of numbers at random is as simple as it gets.

      • b_n@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        12 天前

        In comsci, there are no real random numbers. They are all seeded psuedo-random number algorithms. (Unless you integrate with some third party random as a service setup)

        • fox2263@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          12 天前

          Yes but the common interpretation of “the algorithm” is that of the social media and YouTube style one. Recommending items of interest etc but easily manipulated by bad actors.

          Wiki random is about as opposite to that as possible.

          • b_n@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 天前

            The modern interpretation, sure.

            And agreed, “random, you might like this” is not as random as “here is a page on red food colouring”

        • weker01@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          12 天前

          That’s a common misconception. You can measure a lot of ambient noise and extract entropy. Like time between inputs or how long it took an HDD to seek.

          Most modern PC CPUs even have dedicated hardware for generating random numbers from electrical ambient noise. I don’t trust them however.

          • b_n@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 天前

            That’s why I said seeded. Seeded from noise. The random number generator (function) is still an algorithm…

    • blind3rdeye@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 天前

      Right, but in the context of social media feeds, “algorithm” always refers to an algorithm for personalised content.