There is a relatively widely adopted tool (100+ citations, >500k invocations collected via telemetry) for mass spectrometry-based proteomics written in Rust, and quite a few others in the works. [1]…
The title is >Create value for others and don’t worry about the returns. Isn't being an anti-masker the opposite of this viewpoint? Literally saying, I only care about the returns for myself, even if creates negative…
As someone who is "into" programming languages (and making toy implementations of them), I think some of the most important macros are along the lines of Rust/Haskells `derive/deriving` for quickly enabling…
As someone who has been primarily writing Rust for the past 8+ years, I am actually unaware of any political drama surrounding Rust. It's just a programming language.
Looking at their profile I'm inclined to agree. But I think in isolation, this one post isn't setting off enough red flags for me. At the very least, they aren't just using default prompts.
If you consider correctly citing a source that is explicitly provided in the context via tool use, then sure. They absolutely cannot correctly cite sources otherwise.
The value proposition is multi-cursor editing, which is very nice
It's not totally novel, but it's very cool to see the continued simplification of protein folding models - AF2 -> AF3 was a reduction in model architecture complexity, and this is a another step in the direction of the…
Probably because ByteDance and Facebook (spun out into EvolutionaryScale) are doing it
Protein folding is in no way "solved". AlphaFold dramatically improved the state-of-the-art, and works very well for monomeric protein chains with structurally resolved nearest neighbors. It abjectly fails on the most…
There's no problem with randomness in FP? You could use a monad/external state for an OS-level RNG, or define a purely functional PRNG
2016 remains one the greatest single player FPS games I've played (Titan Fall 2 is the other)
Thanks! I'm not super up to date on all the ML stuff :)
Do you know when this was introduced (or which paper)? AFAIK it's not that way in the original transformer paper, or BERT/GPT-2
I looked through their torch implementation and noticed that they are applying RoPE to both query and key matrices in every layer of the transformer - is this standard? I thought positional encodings were usually just…
I think you cropped out the important part of the quote: > It’s rare that I have more than a drink or two in one night. I don't drink that often any more, but 2-3 drinks in a night, done occasionally is not a problem.…
One possibility is trying a different form of cardio. I personally don't enjoy running at all... but I love cycling. Running for 30 minutes is super boring, but I can go do a 4-hour ride no problem. If you can't go…
True, I should have qualified "actual" duration, not perceived duration!
N,N-DMT is very intense and not to be taken lightly - but you could say the same with LSD, psilocybin, etc. Personally, I am much more wary of large doses of LSD/psilocybin than DMT, in part to the substantially longer…
I just googled "car fatalities [alcohol/distracted]" etc, and found either NHTSA or California statistics. All of them could be prevented using modern tech, but considering that we can't even get speed cameras…
Most car "accidents" are intentional - drivers are choosing to speed (35%), drive intoxicated (30%), or scroll tiktok (15%) rather than pay attention to the road.
Firearms are a constitutionally enshrined right - driving is not. For the vast majority of Americans, cars represent a significantly higher threat than assault by gun [1]. We also let drivers flagrantly and repeatedly…
Writing my own "OS" (read: mostly copying from the OG Bran's Kernel Development Tutorial [1]) was also a formative experience for me as a teenager. Really great way to learn systems programming and what goes on under…
Have you read TAPL? I bought the physical copy and found it 100% worth it. Really easy to work through, even with a layperson's understanding of math [1] https://www.cis.upenn.edu/~bcpierce/tapl/
They really didn't solve it. AF works great for proteins that have a homologous protein with a crystal structure. It is absolutely useless for proteins with no published structure to use as a template - e.g. many of the…
There is a relatively widely adopted tool (100+ citations, >500k invocations collected via telemetry) for mass spectrometry-based proteomics written in Rust, and quite a few others in the works. [1]…
The title is >Create value for others and don’t worry about the returns. Isn't being an anti-masker the opposite of this viewpoint? Literally saying, I only care about the returns for myself, even if creates negative…
As someone who is "into" programming languages (and making toy implementations of them), I think some of the most important macros are along the lines of Rust/Haskells `derive/deriving` for quickly enabling…
As someone who has been primarily writing Rust for the past 8+ years, I am actually unaware of any political drama surrounding Rust. It's just a programming language.
Looking at their profile I'm inclined to agree. But I think in isolation, this one post isn't setting off enough red flags for me. At the very least, they aren't just using default prompts.
If you consider correctly citing a source that is explicitly provided in the context via tool use, then sure. They absolutely cannot correctly cite sources otherwise.
The value proposition is multi-cursor editing, which is very nice
It's not totally novel, but it's very cool to see the continued simplification of protein folding models - AF2 -> AF3 was a reduction in model architecture complexity, and this is a another step in the direction of the…
Probably because ByteDance and Facebook (spun out into EvolutionaryScale) are doing it
Protein folding is in no way "solved". AlphaFold dramatically improved the state-of-the-art, and works very well for monomeric protein chains with structurally resolved nearest neighbors. It abjectly fails on the most…
There's no problem with randomness in FP? You could use a monad/external state for an OS-level RNG, or define a purely functional PRNG
2016 remains one the greatest single player FPS games I've played (Titan Fall 2 is the other)
Thanks! I'm not super up to date on all the ML stuff :)
Do you know when this was introduced (or which paper)? AFAIK it's not that way in the original transformer paper, or BERT/GPT-2
I looked through their torch implementation and noticed that they are applying RoPE to both query and key matrices in every layer of the transformer - is this standard? I thought positional encodings were usually just…
I think you cropped out the important part of the quote: > It’s rare that I have more than a drink or two in one night. I don't drink that often any more, but 2-3 drinks in a night, done occasionally is not a problem.…
One possibility is trying a different form of cardio. I personally don't enjoy running at all... but I love cycling. Running for 30 minutes is super boring, but I can go do a 4-hour ride no problem. If you can't go…
True, I should have qualified "actual" duration, not perceived duration!
N,N-DMT is very intense and not to be taken lightly - but you could say the same with LSD, psilocybin, etc. Personally, I am much more wary of large doses of LSD/psilocybin than DMT, in part to the substantially longer…
I just googled "car fatalities [alcohol/distracted]" etc, and found either NHTSA or California statistics. All of them could be prevented using modern tech, but considering that we can't even get speed cameras…
Most car "accidents" are intentional - drivers are choosing to speed (35%), drive intoxicated (30%), or scroll tiktok (15%) rather than pay attention to the road.
Firearms are a constitutionally enshrined right - driving is not. For the vast majority of Americans, cars represent a significantly higher threat than assault by gun [1]. We also let drivers flagrantly and repeatedly…
Writing my own "OS" (read: mostly copying from the OG Bran's Kernel Development Tutorial [1]) was also a formative experience for me as a teenager. Really great way to learn systems programming and what goes on under…
Have you read TAPL? I bought the physical copy and found it 100% worth it. Really easy to work through, even with a layperson's understanding of math [1] https://www.cis.upenn.edu/~bcpierce/tapl/
They really didn't solve it. AF works great for proteins that have a homologous protein with a crystal structure. It is absolutely useless for proteins with no published structure to use as a template - e.g. many of the…