this post was submitted on 16 Nov 2024
172 points (92.6% liked)

tumblr

3414 readers
274 users here now

Welcome to /c/tumblr, a place for all your tumblr screenshots and news.

Our Rules:

  1. Keep it civil. We're all people here. Be respectful to one another.

  2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry. I should not need to explain this one.

  3. Must be tumblr related. This one is kind of a given.

  4. Try not to repost anything posted within the past month. Beyond that, go for it. Not everyone is on every site all the time.

  5. No unnecessary negativity. Just because you don't like a thing doesn't mean that you need to spend the entire comment section complaining about said thing. Just downvote and move on.


Sister Communities:

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] JetpackJackson@feddit.org 27 points 1 day ago (2 children)

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)

[–] sp3tr4l@lemmy.zip 52 points 1 day ago* (last edited 1 day ago) (3 children)

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 11 points 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

[–] JetpackJackson@feddit.org 9 points 1 day ago

Ah ok now I remember lol, I forgot it was a person behind the account, thanks for correcting me. Next time I'll try to be a bit more thorough before posting, I just got kinda excited cause I knew about it lol. Like i guess i did this: https://imgs.xkcd.com/comics/ten_thousand.png

[–] GabrielBell12fi@lemmy.world 7 points 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 2 points 1 day ago (1 children)

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)

[–] sp3tr4l@lemmy.zip 12 points 1 day ago* (last edited 1 day ago) (1 children)

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.

[–] ShareMySims@sh.itjust.works 4 points 1 day ago (1 children)

Thanks for the explanation, I would have never figured out the stripping of the post down to those letters part lol

[–] Denjin@lemmings.world 3 points 21 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.