@honicky.bsky.social

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 👇

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.

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`

GitHub - honicky/anndata-metadata: A Python library and CLI tool for extracting metadata from AnnData .h5ad files, both locally and on S3

A Python library and CLI tool for extracting metadata from AnnData .h5ad files, both locally and on S3 - honicky/anndata-metadata

github.com

First post to bsky: I've been trying to post a bit more frequently and in smaller bites, so I'm going to try to pick one interesting thing I've learned from papers I read, and then write a quick post about them. Here's my first one: learning-exhaust.hashnode.dev/one-thing-i-...

Embeddings are task specific

Modern training techniques for embedding models mean that we should probably include a prompt or fine tune to a specific type of task.

learning-exhaust.hashnode.dev