Also I have no idea why it veered into a discussion about a moth’s DNA. That was unexpected, but very tumblrish.

  • JetpackJackson@feddit.org
    link
    fedilink
    arrow-up
    27
    ·
    1 day ago

    There is/was a tumblr bot that would reply with a closest DNA/genome string and a picture iirc (my memory on this is really fuzzy)

    • sp3ctr4l@lemmy.zip
      link
      fedilink
      arrow-up
      52
      ·
      edit-2
      1 day ago

      Because I randomly had a conversation about this some weeks ago:

      That account is not a bot.

      It says in their profile they are not a bot, just neurodiverse.

      They just … eithery manually, or via use of an unoptimized regex code, or something, remove most characters other than ATCG from a post…

      …and copy paste it into a nearly 20 year old freely available (but woefully underpowered and incomplete) API for genome matching.

      Then they copy paste the output manually.

      The account also posts non genome matching comments.

      Its just a person with a unique hobby.

      Unfortunately they are using such an old and underpowered API… and not even formatting their input into this API properly… that it is likely the equivalent of a random species output.

      EDIT: Not calling you out personally, as you admit your memory is hazy, but 99% of the people that talk about this account seem to do the most tumblr thing possible:

      Do absolutely 0 research or investigation, make up a bunch of personal headcannon (falsehoods, baseless speculation), and then run with it as fact.

      • hydroptic@sopuli.xyz
        link
        fedilink
        arrow-up
        11
        ·
        1 day ago

        […] the most tumblr thing possible:

        Do absolutely 0 research or investigation, make up a bunch of personal headcannon (falsehoods, baseless speculation), and then run with it as fact.

        That’s just humans in general

      • Gabe Bell@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day ago

        I was honestly just curious – it just seemed so out of place. Even in the full post (the source – not the version I posted) I couldn’t figure out how it got from werewolf periods to the moth string.

        Thanks :) :) :)

    • ShareMySims@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      a closest DNA/genome string

      To what? As in - what in that thread is it relating the moth to? (it’s fine if you don’t remember, but if anyone else does, I need my confusion eased lol)

      • sp3ctr4l@lemmy.zip
        link
        fedilink
        arrow-up
        12
        ·
        edit-2
        1 day ago

        The ‘idea’ is that a post … of any length … is stripped of all characters other than ATCG, and that what remains constitutes a possible genome sequence.

        bark moth couple dingo

        becomes

        atcg

        Then you run this ‘sequence’ against a database of genomic data, and get a nearest match to some species.

        The actual problems with this are many.

        Actual genomic sequences are orders of magnitude larger than even a lengthy, stripped down tumblr post.

        Actually running a nearest match search of a short string / sequence will likely match many, many different species.

        Running an exhaustive, ie, accurate, nearest match search against an actually comprehensive database would require using a supercomputer, or at the very least, a lot of powerful, networked computers.

        EDIT: There’s no real relation to the content or context of the post or thread to the ‘genomic match’ species. None.

        Its about as legitimate or useful as trying to decipher the ‘Bible Code’ by running any number of pattern matching algorithms on a modern, English Bible.

          • Denjin@lemmings.world
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            22 hours ago

            Strange, it was literally the first explanation I thought of, I then spent 10 minutes confirming that was in fact the sequence of ACTGs in the original post before coming into the comments to find out that it is indeed what happened.