Advertisement · 728 × 90

Posts by Darren Martin

Why would anyone want to get involved in an organization that caved to the trump DEI executive orders within days of them being issued? It was really bad. For 1000s of virologists and microbiologists it was never-publish-in-an-ASM-journal-ever-again level bad. How has ASM changed since then?

3 weeks ago 1 0 1 0

.....I think (as in I believe it is plausible) that if you set up a research funding pipeline that is fed by the earnings of superstitious people and is directed at discovering stuff that directly contradicts the beliefs of the superstitious people, there may be some problems.

3 weeks ago 1 0 0 0

Yeah its silly but almost everyone I know thinks stupid shit like this. It'd be irrational for people who truly believe gods & demons exist (such as the Christians funding NASA) to find JD's "aliens are demons" hypothesis unworthy of testing.....

3 weeks ago 0 0 1 0

Might be nice to test for asymmetry in "opposites" like likely vs unlikely. Would have been nice to include words like plausible and implausible because there seems to be a load of asymmetry in their widely perceived meanings (not-unlikely vs highly-unlikely, respectively).

1 month ago 1 0 0 0

Anyways, was triggered by the suicidal ideation thing. Besides having a bit of personal experience with this, I know of no solid evidence that LLMs are either decreasing or increasing teen suicide rates. If forced to bet on it, I'd guess there are better than even odds that they would reduce rates.

2 months ago 1 0 0 0

..Surely you and everyone you know has received a mountain of bad advice from people you have loved or trusted. There are mountains more of bad advice available from the traditional internet. I'm skeptical of claims that bullshitting/biased LLMs are worse advice-givers than those we had before.

2 months ago 1 0 1 0

....How much better would any rando LLMs advice need to be to make it a preferred source of information relative to that of your bigoted parents, or your best friend; the stoner down the road who preached that the world was ending in 2012, and that a decades-long bender was obviously the way to go..

2 months ago 1 0 1 0
Advertisement

Maybe some people who are all-in on this never had any real world parents, guardians and friends that spoke endless shit and bad advice into their ears. IMHO poor parenting and destructive peer pressure are way bigger real word problems than any of this bad-LLM info/advice stuff...

2 months ago 1 0 1 0

In the US (and elsewhere) religion, patriotism and xenophobia have become so entwined that it is impossible for many to even judge what is/is not fascistic. How else could devout Christians think that Jesus himself would also vote for an angry, selfish, greedy, spiteful, misogynistic, bully party.

3 months ago 1 0 0 0

Did the ASM ever properly apologize for licking Trump's boots after all those anti DEI executive orders? If so does anyone have a link to the apology?

3 months ago 0 0 0 0

Over 90% of scientists are not native English speakers so maybe this is the most pertinent point "use of LLMs [..] reduces barriers for non-native English speakers." Offline this is the primary reason why many colleagues tend to be pro their use. Online here and elsewhere this barely ever comes up.

3 months ago 1 0 1 0

Same here

3 months ago 0 0 1 0

Arxiv is so......Cannot see where File S1 is located. Any help would be appreciated.

3 months ago 2 0 1 0

...CPU level parelallization when traversing through the pairs of sequences will work too if you do NOT do this
for x = 1 to sequence number -1
for y = x+1 to sequence number
next y
next x

but rather do this

for z= 1 to number of pairs
x=pairs(z,0)
y= pairs(z,1)
next z

3 months ago 0 0 0 0

The point is that presorting is FAST and scales linearly with sequence numbers/alignment length as it takes just one full traverse of the alignment. Unsure if adding pairwise differences across elements of the encoded subalignment arrays will be auto-vectorized by the compiler; but they might be?...

3 months ago 0 0 1 0
Advertisement

...you presort the alignment columns to obtain a subalignment with just dimorphic sites, a subalignment with trimorphic sites, etc and work out matrices of pairwise differences for each subalignment separately and then at the end calc the overall pairwise distances using these matrices....

3 months ago 0 0 1 0

Yes sure - for alignment columns where there are many different possible nucleotides it becomes less viable but instances where the vast majority of variable alignment columns have only 2 observed states these can have a binary encoding and you can do 10 columns at a time if......

3 months ago 0 0 1 0

You'll survive.

3 months ago 2 0 0 0

Forgive me if you have already done that.

3 months ago 0 0 1 0

eg in the 2 state alignment you can encode 10 nucleotides as a number between 1 and 1024 - you then have a 1024 x 1024 matrix where you have precomputed the distance between all possible 10mer pairs and just read of the distances from the matrix. You can get a >5 fold speedup.

3 months ago 1 0 2 0

OK cool - and you calculate hamming distances? Or something more fancy? Reason I'm asking is if its hamming dustances you can get some very nice speedups if you sort the snp columns into separate 1,2,3,and 4 state alignments, encode the sequences in the alignments.

3 months ago 0 0 1 0

Cool - does this use multiple sequence alignments or pairwise alignments?

3 months ago 0 0 1 0

Thanks - great recommendation

3 months ago 1 0 0 0

For me, some great 2025 songs are:
Tropical Fuck Storm's Goon show (fave lyric: "Its a golden age of arseholes")

Jeff Tweedie's Feel Free ("Feel free to to never listen and always speak, to never learn and try to teach")

Big Thief's Incomprehensible ("Let gravity be my sculptor")

3 months ago 0 0 0 0
Advertisement

For me, muting the shame-mongers and and LLM-bothering bores (both pro and anti) works quite well.

3 months ago 1 0 0 0

I'm guessing the line is wherever you choose to make it. It is irrelevant what anyone else thinks of your choice when it is the precious minutes of your life that are being spent hunting for information.

3 months ago 1 0 1 0

In a nutshell within a nutshell: broaden your experience if you want to increase your creativity.

4 months ago 1 0 0 0

A hypothesis/point of view that I find appealing at a personal level (meaning its probably bullshit). In a nutshell its this: the breadth/range of your problem-solving experience/training hones an analogizing skill which makes it easier for you to solve superficially unrelated new problems.

4 months ago 1 0 1 0

Sort of supports David Epstein's "Range" hypothesis: en.wikipedia.org/wiki/Range:_...

4 months ago 1 0 1 0

Did you maybe post a link to the wrong video? In this one he only mentions Intubation at ~0:30 and at this point he definitely doesn't say anything about doctors killing patients by intubation. Thought maybe you accidentally linked to it because the video's heading is so misleading.

4 months ago 0 0 1 0