HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alevskaya

no profile record

comments

alevskaya
·7 bulan yang lalu·discuss
I do think it's a lot simpler than the problem Itanium was trying to solve. Neural nets are just way more regular in nature, even with block sparsity, compared to generic consumer pointer-hopping code. I wouldn't call it "easy", but we've found that writing performant NN kernels for a VLIW architecture chip is in practice a lot more straightforward than other architectures.

JAX/XLA does offer some really nice tools for doing automated sharding of models across devices, but for really large performance-optimized models we often handle the comms stuff manually, similar in spirit to MPI.
alevskaya
·tahun lalu·discuss
Nothing fancy. I made these with some pretty simple hand written scripts in javascript rendering to canvas: lots of fiddly little boxes moving around are simpler to script than to hand animate. (If I were to do much more of this I might rewrite these in blender since it has much nicer authoring tooling and export control.)
alevskaya
·2 tahun yang lalu·discuss
Quantum mechanics is needed to explain any microscopic phenomena in chemistry and biology - that is not at all in dispute.

The odd set of claims is that somehow biology has 1) figured out how to preserve long-range entanglement and coherent states at 300K in a solvated environment when we struggle to do so in cold vacuum for quantum computing and 2) somehow still manages to selectively couple this to the -known- neuronal computational processes that are experimentally proven to be essential to thought and consciousness.

This more or less amounts to assertions that "biology is magic" without any substantive experimental evidence over the last thirty years that any of the above is actually happening. That's why most biophysicists and neuroscientists don't take it at all seriously.
alevskaya
·2 tahun yang lalu·discuss
This referenced paper seems like primarily a theoretical modelling paper (almost all of its figures are simulations?) that contains as far as I can read 3 (!) actual experimental measurements in bulk on a fluorospectrophotometer. The claim is that the observed increased fluorescent quantum yield (QY) of microtubules over tubulin can be explained by the ideas in their simulations.

It's hard to buy that their proposed stories are the simplest explanation for these few measurements. Much more boring phenomena can influence QY. e.g. simply occluding fluorophores from the bulk solvent can have a huge influence on QY and spectra. (I used to design biological fluorescent reporter reagents...)
alevskaya
·2 tahun yang lalu·discuss
This seems like a theoretical modelling paper (all of its figures are simulations?) that contains as far as I can read 3 (!) actual experimental measurements in bulk on a fluorospectrophotometer. The claim is that the increased fluorescent quantum yield (QY) of microtubules over tubulin can be explained by the ideas in their simulations.

It's hard to buy that their proposed stories are the simplest explanation for these few measurements. Much more boring phenomena can influence QY. e.g. simply occluding fluorophores from the bulk solvent can have a huge influence on QY.
alevskaya
·3 tahun yang lalu·discuss
The static shape of a protein doesn't automatically give you a prediction of its functional properties. There's a hell of a lot more biophysics going on that we have no predictive models for that are needed to understand catalysis, allostery, assembly, etc etc etc. We don't even have good comprehensive data for any of that (compared to sequences or structure) to model with.

Fold prediction is an incredibly useful tool for scientists and genetic engineers to help design new proteins, but it doesn't magically solve molecular or cell biology. Designing new functions and mechanisms is still going to involve a huge amount of labor and brute-force experimentation.