Cool, $200 for a model that can't remotely match $20 Claude Sonnet. This will be a huge hit I guess.
BREAKING I may add SSL to my blog in the next days.
Yesterday I was in a call with my daughter's teachers about an exchange project. They reported they are unable to do exchanges with UK because families refuse to send children here in Sicily :( This doesn't happen with France, for instance. They don't understand causes to fix: UK friends, hints?
For many years people said that Hacker News was ruined, full of noobs for the most part, and I kept saying: it's not that bad! Not like the first years, but it's still a cool place. Well now, in 2024: OK YOU WERE RIGHT, HAPPY NOW?
Concurrent programming is hard, but also so oddly satisfying and the design space is larger than expected. Once I'll see this program that I'm writing working very well with read/write locks, optimistic insertion and the like, I'm sure it will be a good few seconds (after which life sucks as usual).
I really hope that the BlueSky firehose will remain open. It's such a great live dataset to do all kind of experiments!
nomic-embed-text via ollama seems to work great for small amounts of text, but the embeddings are apparently a bit less semantically sharp with 2000/3000 tokens. Anyone noticed this as well?
Was playing with random projections for dimensionality reduction but had to stop and think: how can today CPUs be *so damn fast*?
Please note that I'm also at @antirez.bsky.social. I see Bluesky gaining traction. I'll post here and there for now, but I hope one will win and the community will be back glued together.
HNSW: you write the first implementation and think, wow, that was simple, just following the paper general idea. A few weeks and iterations later: wow, I had to invent half the algorithm that was missing in the paper.