Cool, $200 for a model that can't remotely match $20 Claude Sonnet. This will be a huge hit I guess.
5.12.2024 20:39Cool, $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.
30.11.2024 11:27BREAKING 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?
30.11.2024 08:34Yesterday I was in a call with my daughter's teachers about an exchange project. They reported they are unable to do exchanges with UK...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?
29.11.2024 18:51For 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...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).
28.11.2024 22:34Concurrent programming is hard, but also so oddly satisfying and the design space is larger than expected. Once I'll see this program...I really hope that the BlueSky firehose will remain open. It's such a great live dataset to do all kind of experiments!
26.11.2024 09:40I 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?
25.11.2024 18:40nomic-embed-text via ollama seems to work great for small amounts of text, but the embeddings are apparently a bit less semantically sharp...Was playing with random projections for dimensionality reduction but had to stop and think: how can today CPUs be *so damn fast*?
24.11.2024 17:46Was 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.
23.11.2024 18:45Please 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...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.
22.11.2024 15:46HNSW: you write the first implementation and think, wow, that was simple, just following the paper general idea. A few weeks and iterations...I pip live my life the --break-system-packages way.
21.11.2024 21:31I pip live my life the --break-system-packages way.My notes about this are here: https://news.ycombinator.com/item?id=42202451
21.11.2024 10:00My notes about this are here: https://news.ycombinator.com/item?id=42202451With Redis 8, there is a return on investing in the community edition (the code you just download from Github), probably what made this possible is the license change. Anyway interesting new features / improvements:
https://redis.io/blog/redis-8-0-m02-the-fastest-redis-ever/
21.11.2024 09:59With Redis 8, there is a return on investing in the community edition (the code you just download from Github), probably what made this...My comment on HN about open hardware in the context of 3D printers. Worth sharing I guess, since this dynamics are going to be central in the future I guess.
21.11.2024 08:09My comment on HN about open hardware in the context of 3D printers. Worth sharing I guess, since this dynamics are going to be central in...So @josefprusa just unveiled a printer that will change the short term story of the 3D printing market, storngly limiting Bambu advantage. Yet I believe that us loyal MK4 and then MK4s kit buyers (or MK4s directly) with purchase proof, should get kit at lower price.
19.11.2024 12:56So @josefprusa just unveiled a printer that will change the short term story of the 3D printing market, storngly limiting Bambu advantage....I love this trick when traversing graphs where I can't visit already visited nodes. At every scanning: graph->epoch++, then as I visit a node, node->last_visit = graph->epoch. Much faster than a collection of visited nodes, but threading hostile... Other alternative: bitmap + node_id, but sucks.
19.11.2024 08:20I love this trick when traversing graphs where I can't visit already visited nodes. At every scanning: graph->epoch++, then as I...Musk didn’t just ruined a social network. The whole IT field lost a fundamental virtual place of information sharing and discussion, and I am sure this will slow down the field for some time.
18.11.2024 08:42Musk didn’t just ruined a social network. The whole IT field lost a fundamental virtual place of information sharing and discussion, and I...In case it's useful for you as well, Word2Vec converted in a sane binary format. https://huggingface.co/antirez/word2vec-simple-parsing
17.11.2024 12:35In case it's useful for you as well, Word2Vec converted in a sane binary format. https://huggingface.co/antirez/word2vec-simple-parsingFortunately today there are good embedding models with simple APIs (for instance Ollama now supports them), and one can just take a list of words in txt file, process them with the embedding model, and store the result in whatever format.
12.11.2024 11:52Fortunately today there are good embedding models with simple APIs (for instance Ollama now supports them), and one can just take a list of...Word2vec is a freaking list of words associated to a few floats each. It is hard to think at something simpler (regardless of the complexity of the vectors training itself), yet go figure what utterly complicated file format became the standard for such a simple thing... :(
12.11.2024 11:52Word2vec is a freaking list of words associated to a few floats each. It is hard to think at something simpler (regardless of the complexity...