345
Take that, atheists (files.catbox.moe)
top 50 comments
sorted by: hot top controversial new old
[-] fartsparkles@sh.itjust.works 95 points 2 months ago

What is up with the bird at the end?

[-] ChaoticNeutralCzech@feddit.org 106 points 2 months ago* (last edited 2 months ago)

A bot strips away all spaces and letters that aren't A, T, C or G, then treats the rest like a genetic sequence and checks it against some database.

Presumably, it runs through many terabytes of data for each comment, as the Gallinula chloropus alone has about 51 billion base pairs, or some 15 GiB. The Genome Ark DB, which has sequences of two common moorhens, contains over 1 PiB. I wonder if a bored sequencing lab employee just wrote it to give their database and computing servers something to do when there is no task running.

No, I won't download the genome and check how close the "closest match" is but statistically, 93 base pairs are expected to recur every 2^186^ bits or once per 10^40^ PiB. By evaluating the function (4-1)^m^ × mℂ93 ≥ 4^93^ ÷ (pebi × 8), one can expect the 93-base sequence to appear at least once in a 1 PiB database if m ≥ 32 mismatches or over ⅓ are allowed. Not great.

This assumes true randomness, which is not true of naturally occuring DNA nor letters in English text, but should be in the right ballpark. Maybe fewer if you account for insertions/deletions.

[-] sp3tr4l@lemmy.zip 68 points 2 months ago* (last edited 2 months ago)

The FAQ on the user's page says:

  1. They are not a bot, just neurodivergent

  2. They're using BLAST

ie, this

https://blast.ncbi.nlm.nih.gov/Blast.cgi

They did not code anything beyond a very simple regex function that strips down posts to a t c g, and then they copy paste it into the above website, then copy paste the output.

Hell, you can see they aren't even removing apostrophes and quotes, not even forcing it to all lower case or all upper case, removing spaces and line breaks...

... as a former database admin/dev/analyst, I was losing my fucking mind at the notion that someone with direct access to a genomics DB, would just hook it up to tumblr, via an automated bot, and spam the db with non work related requests, all on their own, when they can barely modify a string correctly.

Thank fucking god this is just using a publicly available, no doubt extremely low fidelity, watered down search via an API.

... You need literal, state of the art, absurdly expensive, power hungry, and secure supercomputers to be able to do genomic comparisons.

Probably one of the dumbest things you could do, quickest way to get fired, and then never be able to work in the field again, would be for a random genomics lab worker who does not know how to code to open up a whole bunch of security holes and cost god knows how much money (and damage if you write bad code) running frivolous bs searches in their state of the art genomics db... for a tumblr bot.

[-] zeekaran@sopuli.xyz 30 points 2 months ago

Not a bot, just neuro

Hilarious every time.

[-] sp3tr4l@lemmy.zip 2 points 2 months ago

I mean, I am also autistic, so thanks for perpetuating the social stigma against neurodivergent people, I guess.

[-] Machinist@lemmy.world 7 points 2 months ago

I thought it was funny. I'm a typical. Have had several relationships with neurodivergent people, including my wife.

I do find a lot of the quirks funny or cute. Was just giving my girl shit about the Princess and the Pea because she is extremely particular about her pillow situation. The pillows and stuffies have names. That shit is funny and it makes me grin when I have to help sort the pile.

Why do you find it offensive?

[-] sp3tr4l@lemmy.zip 5 points 2 months ago* (last edited 2 months ago)

Well, your story about finding certain attributes about your wife is an entirely different context, and you didn't use the term as a pejorative.

The person I am responding to used the term as a pejorative, in reference to how a neurodivergent person could easily be confused with an automated bot.

This is inherently dehumanizing.

It's dismissive, it equates neurodivergent people to being sterile, non emotional beings who only exist to perform complex technical tasks.

This in and of itself is a common stereotype of certain kinds of people with certain kinds of neurodiversity, but neurodiverse actually refers to a much broader range of... different styles of cognitive function, different disorders, whatever you want to call them.

So, now on top of using the term as a pejorative, contextually perpetuating a specific dehumanizing stereotype... it also equivocates a diverse group of people into an oversimplified conglomerate, which in and of itself perpetuates other stereotypes by erroneously associating aspects that may (or may not) apply to a specific subset of neurodiverse people... to all of them.

[-] Machinist@lemmy.world 5 points 2 months ago

I guess I see where you're coming from. Labels can hit different, especially when the label doesn't fit all the recipients. Being labeled can cause offense. Especially if it's derogatory. I don't think it was meant to be derogatory by op, but it certainly wasn't very sensitive.

The difficult part is that it's a spectrum. Especially when it comes to level of function. Profound autism is a totally different animal from high functioning people. And there is a whole spectrum of differences in how the divergency manifests between individuals.

Savantism and savant-like actions are fascinating to a lot of typicals, myself included. That level of focus and ability to make the connections or internally churn the information is not an accessible state for most of us. It's like seeing real magic.

(Obviously, not all neurodivergent folks have savant-like behaviors, most likely just a minority. No idea of the prevalence.)

So, a neurodivergent person inputting letters scraped from Tumblr posts into a genome search engine is funny as hell because it's such a strange thing to do and produces an interesting result. Why would someone do that? Why would you even think to do it in the first place?

My wife does absolutely hilarious shit all the time. Our house is full of laughter. She's wickedly sarcastic and full of black humor.

So, given that I think some of the behaviors are awesome while being hysterically funny, what is an inoffensive way to engage in humor about neurodivergent folks, in your opinion? Are there any preferred terms that are shorthand for: "Autistic person pulled some fucked up logic trick or other stunt"?

load more comments (5 replies)
[-] jawa21@lemmy.sdf.org 7 points 2 months ago

Wow. Just wow. Someone is still using CGI.

[-] sp3tr4l@lemmy.zip 5 points 2 months ago

Wayback Machine's earliest capture is from 2008.

It's a cutesy, public facing, extremely limited and low fidelity 'demo version' of a genomic search, basically made as a PR / Science Education promotion gimmick... by government contracted web/backend devs, in 2008.

Honestly its a miracle its still functional at all.

[-] donuts@lemmy.world 29 points 2 months ago

That's hilarious, but I needed the explanation too. Thanks!

[-] PotatoesFall@discuss.tchncs.de 6 points 2 months ago

The genomes have likely been indexed to make finding results faster. Google doesn't search the entire internet when you make a query :P

[-] ChaoticNeutralCzech@feddit.org 3 points 2 months ago* (last edited 2 months ago)

I know that similar computational problems use indexing and vector-space representation but how would you build an index of TiBs of almost-random data that makes it faster to find the strictly closest match of an arbitrarily long sequence? I can think of some heuristics, such as bitmapping every occurrence of any 8-pair sequence across each kibibit in the list. A query search would then add the bitmaps of all 8-pair sequences within the query including ones with up to 2 errors, and using the resulting map to find "hotspots" to be checked with brute force. This will decrease the computation and storage access per query but drastically increase the storage size, which is already hard to manage.

However, efficient fuzzy string matching in giant datasets is an interesting problem that computer scientists must have encountered before. Can you find a good paper that works well with random, non-delimited data instead of just using the approach of word-based indices for human languages like Lucene and OpenFTS?

[-] sp3tr4l@lemmy.zip 5 points 2 months ago* (last edited 2 months ago)

As per my other post, this person isn't doing any of that.

But, since you asked for papers on generic matching algorithms, I found this during the silent conniption fit you sent me into after suggesting that some random tumblr user plugged a tumblr bot directly into a state of the art genomics db.

https://link.springer.com/article/10.1007/s11227-022-04673-3

Please note that while, yes, they ran this test on a standard office computer, they were only searching against 12 million characters.

A single tebibyte of characters would be more like 1 trillion characters. A pebibyte would be more like 1 ~~quintillion~~ quadrillion.

... much, much, much longer processing times.

Edit: Used the wrong word for stupendously large numbers that start with q.

load more comments (1 replies)
[-] breakfastburrito@sh.itjust.works 3 points 2 months ago

It’s probably just ncbi

[-] rem26_art@fedia.io 18 points 2 months ago

hellsitegenetics is a gimmick blog on tumblr that looks through popular posts on the website and tries to identify genetic sequences with in them and then post the creature that the genetic sequence corresponds to.

They're a bit like haiku bot, which scans posts to see if they're haikus and then formats the haiku and posts it, but i think hellsitegenetics is an actual person cuz they have talked about it in the past

[-] atomicorange@lemmy.world 86 points 2 months ago

Implied fact: a baby is capable of having a religion, despite its inability to comprehend the concept.

[-] thesporkeffect@lemmy.world 22 points 2 months ago

7th implication: Religion is genetic

[-] HonkTonkWoman@lemm.ee 10 points 2 months ago

Implied fact: by distinguishing the baby as Christian, there must be non-Christian babies in close proximity.

[-] DragonTypeWyvern@midwest.social 15 points 2 months ago

Actual Implication: You're supposed to care more about the Christian baby than a non-Christian babies.

[-] HonkTonkWoman@lemm.ee 12 points 2 months ago

Unintended Implication: non-Christian babies are less likely to be hurled.

[-] Whats_your_reasoning@lemmy.world 4 points 2 months ago

Unimplied fact: all babies in this scenario are likely to hurl, regardless of their (parents') denomination.

[-] ChaoticNeutralCzech@feddit.org 8 points 2 months ago

I mean, Jewish boys go through a ritual to mark them as part of the religion and christening occurs early too, so I would say that religious people usually assume the baby's religion.

[-] BallsandBayonets@lemmings.world 12 points 2 months ago

Non-jewish boys often go through the same ritual, even in a jew-hating religion, because of "tradition".

load more comments (1 replies)
load more comments (1 replies)
[-] irmoz@lemmy.world 76 points 2 months ago

7th implied fact: the baby's religion somehow plays a role in your deciding whether or not to hit it with a bat.

[-] T156@lemmy.world 46 points 2 months ago

Eigth implied fact: The baby is durable enough to be hit by a baseball bat hard enough to fling it out of the stadium, and remain in one piece.

[-] FooBarrington@lemmy.world 11 points 2 months ago

I don't see that implication

[-] T156@lemmy.world 17 points 2 months ago

The baby is hardly going to make it out of the stadium if it splashes on impact.

[-] FooBarrington@lemmy.world 8 points 2 months ago

Maybe not all, but individual parts should be far more aerodynamic!

[-] Bertuccio@lemmy.world 18 points 2 months ago

Are there rules for that in baseball? If the ball breaks up I assume there's no play and they do over.

[-] T156@lemmy.world 7 points 2 months ago* (last edited 2 months ago)

Got bored and looked it up, and there aren't, surprisingly. At least not in the 2019 revision of the Major League Baseball rules. But they do define what a ball is, and isn't, and a baby is not considered a valid ball (3.01).

But at least according to Rule 5.01(c)(1), if part of the baby gets on the batter, they might be considered "hit by pitch", and therefore eligible to advance to first base. (It would be considered a 'dead' ball, which is funny, given the context.)

The rules aren't written expecting the ball to break into bits upon impact, so it'd depend on it actually happening to get precedent.

But at least going by 4.01(a,e), it's the umpire's fault for providing an invalid "ball", and they might have to clean up, since they're tasked with replacing the "ball" if damaged.

[-] zea_64 5 points 2 months ago

Do they have spare Christian babies on hand though?

load more comments (1 replies)
[-] Walk_blesseD 48 points 2 months ago

broke: i'm not gay but $20 is $20

woke: i'm not an atheist but millions of dollars is millions of dollars

[-] Diplomjodler3@lemmy.world 18 points 2 months ago

Also, using babies instead of balls would make the game a lot less boring.

[-] Diplomjodler3@lemmy.world 24 points 2 months ago

If it's a muslim baby it's totally OK to bat at it, of course.

[-] xantoxis@lemmy.world 23 points 2 months ago

i like that all you needed was a hit to win but when you see the christian baby, you shift to a home run stance.

[-] Whats_your_reasoning@lemmy.world 3 points 2 months ago

That's because the "millions" you'd win were never contingent on you winning the game. You just made an oddly-specific bet with some really fucked up sports gamblers.

[-] sugar_in_your_tea@sh.itjust.works 22 points 2 months ago

Well, if a pitcher pitches a baby, the baby is likely dead regardless if it's going to make it all the way to the batter. Whether the impact with your bat or the catcher's mitt is what ultimately causes the baby to die seems to me to be an unimportant detail.

That said, since the baby is entirely unaerodynamic, it's going to move a lot more slowly than a regular baseball, meaning there's a chance you could save the baby by bunting (especially if you avoid the head), and if you assume the catcher has an ounce of humanity, they'll probably be more concerned with checking on the baby rather than tagging the runner coming from third or throwing you out at first base.

So here are the options as I see it:

  1. bunt
  2. hit it hard - nobody is going to catch a mangled baby
  3. refuse and take the L - irrational since the baby is a goner regardless

I'd go with 1, it's the most humane, and probably no less likely to succeed vs 2.

[-] SeanBrently@lemm.ee 21 points 2 months ago

What kind of Christian baby? If it's Pentecostal I'll hit it out of the park, but a New Southern Reform Anabaptist baby? No way!

[-] HonkTonkWoman@lemm.ee 8 points 2 months ago

I love that there is also the distinct possibility of non-Christian babies up there on the mound, with the pitcher as well.

What happens if the pitcher throws a baby of a different faith? Infield fly rule that leads to a game ending double play?

[-] SeanBrently@lemm.ee 7 points 2 months ago

Some baseball scholars consider any contact between the bat and a Hindu, Sikh or Buddhist baby to be foul bunt, and therfore an automatic strike. A Scientologist, Church of Latter Day Saints or Jehova's Witness baby on the other hand is considered a fair ball unless caught in flight with runners on first, first and second, first and third, or bases loaded (with less than two out).

load more comments (1 replies)
[-] charonn0@startrek.website 2 points 2 months ago

Northern Conservative Fundamentalist Baptist Great Lakes Region Council of 1912.

[-] SeanBrently@lemm.ee 2 points 2 months ago

Die, heretic!

[-] philluminati@lemmy.ml 16 points 2 months ago

I’d smash that baby out the park. One way ticket to see Jesus.

[-] Zier@fedia.io 13 points 2 months ago

Wait, what? You guys play baseball with christian babies too? No way! I thought we made that up in our neighborhood. Cool!!

[-] frostysauce@lemmy.world 8 points 2 months ago

I think even the best pitchers would struggle to throw a floppy baby 60 1/2 feet into the strike zone.

[-] edgemaster72@lemmy.world 3 points 2 months ago

But what if you got enough break on it to get the batter to swing at a baby outside the zone?

[-] frostysauce@lemmy.world 5 points 2 months ago

That would be super impressive and I'd love to see it! (Hypothetically, of course)

load more comments (1 replies)
[-] kindenough@kbin.earth 4 points 2 months ago

Easy homerun.

load more comments
view more: next ›
this post was submitted on 25 Oct 2024
345 points (100.0% liked)

Curated Tumblr

4056 readers
232 users here now

For preserving the least toxic and most culturally relevant Tumblr heritage posts.

Image descriptions and plain text captions of written content are expected of all screenshots. Here are some image text extractors (I looked these up quick and will gladly take FOSS recommendations):

-web

-iOS

-android

Please begin copied raw text posts (lacking a screenshot that makes it apparent it is from Tumblr) with:

# This has been reposted here to Lemmy as part of the "Curated Tumblr Project."

I made the icon using multiple creative commons svg resources, the banner is this.

founded 2 years ago
MODERATORS