Posts by
DeepMind closed AlphaFold, so
@gcorso.bsky.social + Jeremy Wohlwend
built Boltz. Now its the preferred solution for many scientists.
They have succeeded with open weights because they focused on community. Now they're launching a new PBC.
What do you use Boltz for?
Links 👇
Just do:
INSTALL anndata FROM community; -- first time only
ATTACH "anndata:your_file.h5ad" AS ad;
SELECT * from ad.obs;
Blog post: learning-exhaust.hashnode.dev/introducing-...
GitHub: github.com/honicky/annd...
Tired of creating a new notebook and writing AnnData/pandas/numpy/??? just to peek at a H5AD file?
Me too! So I created a DuckDB extension that can read AnnData files.
Spending cuts + tax cuts = more debt
@scverse.bsky.social
Working with a large set of AnnData files on S3 is tough if you don't have the metadata indexed, so I created a tool to help.
github.com/honicky/annd...
It uses partial downloads to dramatically speed up extracting the metadata without downloading the whole file.
`pip install anndata-metadata`
I promised to explain how you can build your very own, custom GenePT embeddings. Here's another Lab Note:
learning-exhaust.hashnode.dev/lab-notes-cu...
Enjoy!
@eugeneyan.com @swyx.io @latentspacepod.bsky.social
Data products often scale cost like hardware, iterate like software, and scale performance like... data products.
learning-exhaust.hashnode.dev/data-product...