![Jarno N. Alanko @jnalanko@genomic.social & Bluesky Profile](https://pbs.twimg.com/profile_images/1622392476190363648/dUCYp9xj_x96.jpg)
Jarno N. Alanko @[email protected] & Bluesky
@jnalanko
Followers
402
Following
454
Statuses
640
I quit. Follow @jnalanko at Bluesky or at https://t.co/LNG33M1Djo. Jarno was not an algorithm. Jarno was a computer scientist. He knew how to write programs. -GPT2.
Joined March 2014
@nomad421 @CamilleMrcht @BQPMalfoy 311,781,697 in the HQ subset according to our spreadsheets. I think it's probably correct but I would not bet my life on it.
1
0
4
@curious_coding Project Euler is great fun. I've got 304 problems solved. Have learned some very esoteric math on the way.
0
0
1
Amazing paper! Lots of plots and insights on how E. coli ST131 evolves. I'm always wondering just how much variation is there in E. coli and how much of that is capturable by pure k-mer based methods. This paper has some answers. I'll be studying this paper in depth.
0
1
6
@Psy_Fer_ @curious_coding It's complementary. Often I let copilot suggest a function and then check the documentation of that in the IDE. Sometimes it gives new ways of doing things and I learn. Often it generates a good error message instead of unwrap, which I would have been too lazy to write myself.
1
0
2
@Psy_Fer_ I use it basically as a lookup table for common tasks. I disable it when I am doing something more complicated or specialized.
1
0
2
RT @BQPMalfoy: A very long thread about pangenomes and de Bruijn graphs has been shadowbanned by Twitter due to some pol context related to…
0
2
0
@YannPonty Wait, how do humans manage to verify proofs with 100% accuracy, then? I though everything could be boiled down into efficiently checkable atomic statements, otherwise doing math is impossible, no?
0
0
0
@YannPonty ...A machine could be taught many more techniques than a human could ever learn in a lifetime, similarly like how ChatGPT knows ("knows") way more things than any single human. Feels like this would be an advantage over humans if the rest is just pattern matching with intuition.
0
0
0
@curious_coding @giulio_pibiri @nomad421 It is already buffered but the buffer size is very small. Something like 1kb:
1
0
1
@giulio_pibiri In Themisto I use this class as the output stream, with the inner ofstream given as a template parameter to eliminate dynamic dispatch overhead:
1
0
0