Hacker News .hnnew | past | comments | ask | show | jobs | submit | HanClinto's commentslogin

This is seriously impressive!!

What are you planning on doing with this? Where should I follow along?


This sounds delightful and wholesome. :D

I think it's easy to lose sight of these pockets of mundane goodness, and I appreciate you highlighting them.


Bad URL, but this YouTube clip works for me: https://www.youtube.com/watch?v=5usXhX0zaO4



Microsoft releases a new open-weight model that tops the MTEB leaderboard for the largest model (27b), but also includes smaller models that are top of their respect "weight" classes (hah!) -- 0.6b (embedding size 1024) and 270m (embedding size 640).

All have best-in-class context length, and the numbers look very impressive. Very excited to see this release!


Relevant XKCD "what if?" [0] is relevant.

[0] - https://what-if.xkcd.com/32/


> "The agent doesn't need a real filesystem; it just needs the illusion of one. Our documentation was already indexed, chunked, and stored in a Chroma database to power our search, so we built ChromaFs: a virtual filesystem that intercepts UNIX commands and translates them into queries against that same database. Session creation dropped from ~46 seconds to ~100 milliseconds, and since ChromaFs reuses infrastructure we already pay for, the marginal per-conversation compute cost is zero."

Not to be "that guy" [0], but (especially for users who aren't already in ChromaDB) -- how would this be different for us from using a RAM disk?

> "ChromaFs is built on just-bash ... a TypeScript reimplementation of bash that supports grep, cat, ls, find, and cd. just-bash exposes a pluggable IFileSystem interface, so it handles all the parsing, piping, and flag logic while ChromaFs translates every underlying filesystem call into a Chroma query."

It sounds like the expected use-case is that agents would interact with the data via standard CLI tools (grep, cat, ls, find, etc), and there is nothing Chroma-specific in the final implementation (? Do I have that right?).

The author compares the speeds against the Chroma implementation vs. a physical HDD, but I wonder how the benchmark would compare against a Ramdisk with the same information / queries?

I'm very willing to believe that Chroma would still be faster / better for X/Y/Z reason, but I would be interested in seeing it compared, since for many people who already have their data in a hierarchical tree view, I bet there could be some massive speedups by mounting the memory directories in RAM instead of HDD.

[0] - https://hackernews.hn/item?id=9224


We would also be super interested to see that comparison. I agree that there isn't a specific reason why Chroma would be required to build something like this.


Full writeup by the Australian man who successfully created a custom mRNA vaccine for his dog's cancer


Submitted by the author two days ago [0], but resubmitting here so that it doesn't violate the self-promotion rule.

0 - https://hackernews.hn/item?id=47524901


Yeah, but it can be a bit of a tight squeeze if you don't have at least 24gb (preferably 32gb+) of memory.

Especially if you want other apps to run at the same time, I think it's safer to stick with something more like 9b. You can see a table with quantized sizes here [0] -- yes, there are smaller quants than Q4_K_XL, but then you're down in the weeds with nickel-and-diming things, and if you want to even keep something like a (memory-hungry) instance of VSCode running, good luck.

IMO -- if 9b is doing the job, stick with 9b.

0 - https://github.com/ggml-org/LlamaBarn/pull/63


Reminds me of the mainframe in The Moon is a Harsh Mistress.


Nice game!

We made a similar game several years ago for the Pyweek game competition, but there wasn't the fun "letter invaders" style that this one has.

https://pyweek.org/e/RegExExpress/

I really like your implementation!

Might be good to limit some of the special operators to give more focus -- otherwise the early levels are a bit too solvable with ".*"


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: