HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dmezzetti

860 karmajoined 5 tahun yang lalu
Founder of NeuML (https://neuml.com)

Creator of txtai (https://github.com/neuml/txtai)

Submissions

[untitled]

1 points·by dmezzetti·4 hari yang lalu·0 comments

[untitled]

1 points·by dmezzetti·28 hari yang lalu·0 comments

[untitled]

1 points·by dmezzetti·6 bulan yang lalu·0 comments

[untitled]

1 points·by dmezzetti·7 bulan yang lalu·0 comments

[untitled]

1 points·by dmezzetti·7 bulan yang lalu·0 comments

[untitled]

1 points·by dmezzetti·9 bulan yang lalu·0 comments

[untitled]

1 points·by dmezzetti·9 bulan yang lalu·0 comments

Open-source drawing tool – Excalidraw

github.com
184 points·by dmezzetti·3 tahun yang lalu·37 comments

comments

dmezzetti
·kemarin dulu·discuss
The recent abrupt removal of the ability to see who has starred a project isn't a good move. Things like this certainly erode trust.

https://github.com/orgs/community/discussions/201209
dmezzetti
·3 hari yang lalu·discuss
I agree that Kokoro is a good TTS model.

If you're interested in an ONNX version and a permissively licensed TTS Tokenizer, I built a pipeline for that a while back: https://huggingface.co/NeuML/kokoro-base-onnx
dmezzetti
·4 hari yang lalu·discuss
100% agree on this.

I've been working on small local models for years with txtai (https://github.com/neuml/txtai). I've published close to 100 models that can run local for RAG, Agents, Vector Search and more (https://huggingface.co/NeuML/collections).
dmezzetti
·4 hari yang lalu·discuss
Interesting project. Happy to see someone who shares an interest in tiny vector embeddings models. I've worked on tiny (1MB - 4MB, 250K - 950K parameters) embeddings models called BERT Hash https://huggingface.co/blog/NeuML/bert-hash-embeddings

Keep up the great work!
dmezzetti
·10 hari yang lalu·discuss
Why does HN let OpenAI and Anthropic basically advertise but it throws down the gauntlet at a small developer like myself when we do "self promotion"?

Top 3 posts as of this moment are all about Claude.
dmezzetti
·11 hari yang lalu·discuss
Local models are great for a lot of things past just software development. We need to move towards solving other real world problems vs just building software. I've been focused on that with TxtAI (https://github.com/neuml/txtai) for 6 years now.
dmezzetti
·12 hari yang lalu·discuss
Well-Read Students Learn Better: On the Importance of Pre-training Compact Models

Related paper that's a good read: https://arxiv.org/abs/1908.08962
dmezzetti
·5 bulan yang lalu·discuss
They have paid hosting - https://huggingface.co/enterprise and paid accounts. Also consulting services. Seems like a pretty good foundation to me.
dmezzetti
·5 bulan yang lalu·discuss
This is really great news. I've been one of the strongest supporters of local AI dedicating thousands of hours towards building a framework to enable it. I'm looking forward to seeing what comes of it!
dmezzetti
·5 bulan yang lalu·discuss
Why keep relying on API services? If you'd like your own local AI integration with open providers like Rocket.Chat and Mattermost, check out txtchat (https://github.com/neuml/txtchat).
dmezzetti
·5 bulan yang lalu·discuss
Very interesting!

It would be great to see how it compares to Faiss / HNSWLib etc. I'd will consider integrating it into txtai as an ANN backend.
dmezzetti
·5 bulan yang lalu·discuss
Have you considered using something like claude code / opencode?
dmezzetti
·6 bulan yang lalu·discuss
It's been an issue for a while and it's even bigger now in the age of AI. Lots of people use security as a way to "have their moment" and don't really care about adding value.

But scaring people off from security reports also isn't a great idea either.
dmezzetti
·6 bulan yang lalu·discuss
It's too bad that Anthropic is so hostile to open source. It's a big missed opportunity for them.
dmezzetti
·6 bulan yang lalu·discuss
Nice application, great work!
dmezzetti
·6 bulan yang lalu·discuss
AI Development is good for those who want to do it. But not a terminal career decision for those who don't.
dmezzetti
·6 bulan yang lalu·discuss
Two words: Open Source.
dmezzetti
·6 bulan yang lalu·discuss
This change was happening well before LLMs. People were tired of being yelled at and treated poorly.

A cautionary tale for many of these types of tech platforms, this one included.
dmezzetti
·7 bulan yang lalu·discuss
The message here is good. I've now spent over 5 years in the OSS world (https://github.com/neuml). I started by picking a problem I was interested in and checking the work into GitHub. I've been extremely fortunate to have gained a following over the years.

Even with a following, most of the time when you publish it goes into the abyss. Every once in a while something hits but most of the time it takes a lot of patience and resolve. I've had some good visibility over the years from Reddit and Hacker News (though any post I make now on HN is marked as [dead]). It's not always fair and others can "pay" to get the visibility.

I've seen some of the other comments talking about the burden of OSS but I haven't felt that. I set my own agenda and fix what I want to fix. If someone wants to change my priorities that becomes a paid effort.
dmezzetti
·7 bulan yang lalu·discuss
I love this feature. I've long used json_extract to create dynamic columns with txtai sql: https://neuml.github.io/txtai/embeddings/query/#dynamic-colu...

You can do the same with DuckDB and Postgres too.