Hacker News new | past | comments | ask | show | jobs | submit | ashvardanian's comments login

It says "throughput" in the command line :)


We tested dozens (maybe >100) of papers/ideas over the last years in vision and multimodal perception and this is one of the rare cases, where everything worked well! Neat idea and paper!

This model, for example, uses 4 register tokens, and combines them with Matryoshka-style losses for training, resulting in super-compact 64-dimensional embeddings, in case anyone is looking for CLIP alternatives: https://huggingface.co/unum-cloud/uform3-image-text-english-...


Drop in the ocean, IMHO.

Even the fact that a popular outlet is covering that a language foundation (for a language used by millions) is hiring 1 engineer with the help of a trillion-dollar company with over 200K employees is ridiculous.


USearch author here :)

You are right. I don't yet support pluggable storage systems, but you can check the Lantern's fork of USearch. It may have the right capabilities, as they wanted the same level of integration for Postgres.

Our current SQLite extension brings "search APIs" to SQLite but not the index itself. Think of it as a bundle of SIMD-vectorized Cosine/Dot/L2/Hamming/Jaccard... (for vectors) and Levenshtein/Hamming/NW (for text) distances coming from SimSIMD and StringZilla. Unlike USearch, the latter are pure C 99 header-only libraries, in case you need smth similar.

Best of luck with your project!


Made my day! Progress worth living for!


Startups often avoid Bio and Pharma because of how slow the big partners can be. Would be great to see other Pharma companies restructuring in similar way - reviving the sector and attracting startups and new technologies.


This is still one of the most trusted sources for low-level optimization!

uops.info is also very handy for x86 ( https://uops.info/table_overview.html ).

But if you are just starting, those may be a bit overwhelming. In that case, check out the official intrinsics guides for x86 from Intel ( https://software.intel.com/sites/landingpage/IntrinsicsGuide... ) and a separate one for Arm ( https://developer.arm.com/architectures/instruction-sets/int... )


I often use it even in plain loops, helps me avoid nesting ( https://github.com/ashvardanian/SimSIMD/blob/3e51bacb1b74a7e... ), but for most programmers it probably only associates with `goto cleanup;` used to destroy variables allocated earlier in the scope in case of an error.


I've said it before, and I'll say it again. The Silicon Valley TV series desperately needs a reboot.


Maybe not with glass, but it should be possible with liquid crystals, and is actively studied in Optical Computing labs.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: