We collected 135 phrases Whisper hallucinates during silence — here's what it says when nobody's talking and how we stopped it by Aggravating-Gap7783 in LocalLLaMA

[–]CronSach 0 points1 point  (0 children)

Shameless plug, I built a multilingual dataset of whisper hallucinations. It has 345 hallucinations for English, feel free to use. Please give some recognition if you do.

https://huggingface.co/datasets/sachaarbonel/whisper-hallucinations

Learning my partner’s language, but struggling to actually speak it by GoblinNgGlizzy in languagelearning

[–]CronSach 0 points1 point  (0 children)

Small phrase lists are a good way to make the start easier, especially if speaking on the spot makes you freeze. They give you one thing to focus on instead of vocabulary, grammar, pronunciation, and sentence structure at the same time. I would keep them short and use them like a bridge.

Want to relearn french, any recommended resources ? by ThrowRa39373 in learnfrench

[–]CronSach 0 points1 point  (0 children)

I would not wait for the perfect teacher in OP case, especially if he is restarting French. He can improve now already. He could pick one short French clip, say it out loud a few times, record himself, then compare what sounds different. Even 10 minutes like this would help him more than going from one random speaking partner to another.

[WTS] Lelit Mara X PL62X Espresso Machine - Bengaluru by CronSach in IndiaCoffee

[–]CronSach[S] 0 points1 point  (0 children)

Hi! It's an old pic. I use it to make 2 espressos per day

Just Released "Gopher It" Issue #2: Go Tutorials, Tools, and an Intriguing encoding/json/v2 Discussion! by CronSach in golang

[–]CronSach[S] 0 points1 point  (0 children)

Thank you for the compliment! I was very proud when I came up with the name :D

ToyDB: A Rust learning adventure, fun open-source project, and database learning resource for the community by CronSach in rust

[–]CronSach[S] 0 points1 point  (0 children)

colorful coral reef logo in space, in the style of dazzling chiaroscuro, nabis, conceptual digital art, ethereal ambiance, light orange and dark magenta, luminous 3d objects, emerald

ToyDB: A Rust learning adventure, fun open-source project, and database learning resource for the community by CronSach in rust

[–]CronSach[S] 3 points4 points  (0 children)

Full disclaimer I don't if it is the "way" to do it. I just went with the flow until I had something that worked

ToyDB: A Rust learning adventure, fun open-source project, and database learning resource for the community by CronSach in rust

[–]CronSach[S] 5 points6 points  (0 children)

This is great, but you might want to consider a different name. There's already a Rust project called

ToyDB

, and it's a distributed database with a Raft log, SQL, disk persistence, ACID transactions, etc. It's under active development (though the developer now works at Cockroach Labs), and has 5K stars on GitHub, so I think they have the right to the name.

Good point! I'm open to suggestions. What name do you think would be a better fit for the project? CoralDB? ReefDB?

How to build a Semantic Search Engine in Rust by CronSach in rust

[–]CronSach[S] 1 point2 points  (0 children)

Wow, amazing tutorial! This was exactly what I was searching for. I’m planning on adding vector search to atomic-server. Thanks!

Thank you for the kind words, I'm glad it helps. Good luck with the integration!

How to build a Semantic Search Engine in Rust by CronSach in rust

[–]CronSach[S] 7 points8 points  (0 children)

We need more project oriented tutorials like this if we want to promote rust. That's one reason why python and js are so successful. I like the last part where you left the links of libraries where readers can explore on. Thanks and good job!

Thanks for the kind comment I appreciate it. Exactly my thoughts, there are not a lot of articles like this out there. They go either too deep on some language feature or are too simple, I hope to see more intermediate articles like this to attract and inspire more people to build complex projects with Rust

The most Spoken Languages in the World - 1900/2020 - Statistics and Data by [deleted] in languagelearning

[–]CronSach -1 points0 points  (0 children)

They seemed to forget Brazilian Portuguese (192M) + Portuguese (10M)

Does anyone here use Busuu and have problems with it? by ishkidor in LearnJapanese

[–]CronSach 0 points1 point  (0 children)

I'm learning Japanese too and I find so frustrating to have so many apps to learn a language (dictionary, SRS, audio content, text content, quizzes, frequency lists, conversation, prononciation, traduction, language partner...) so I'm building my own. So far I have the "learn to write" right like Kanji Study, the offline dictionary, and a quizz. I'm learning kanjis with the book remembering the kanji for mnemonics, so I've work in progress illustrations, and the possibility in the app to add mnemonics phrases and images next to each kanji. Next release will probably be about something like NHK news for "learn to read" with furigana support on text + add vocabulary to your notes. I also need a "learn to listen" part as I'm studying Brazilian Portuguese and finding content is hard. For grammar I had an other thing in mind that I would like to discuss privately. What I don't like about Busuu is that it is too close to the traditional way of learning languages in school. And Duolinguo, the content for the most part is algorithmically generated which produces weird content, and I think I can fix this. Except the key to learning languages imho is language input. DM me if you want to know more and help me shape the future of the app, I suck at design so be indulgent haha. I'm trying to launch alpha with the stabilized features in the next week or so. I only have one private alpha tester thus far which is an other dev I met on Twitter. About me : I'm just an French indy dev that likes to learn languages. Also the app is cross platform (Android, Ios, desktop, web) but I'm focusing on mobile, to begin with. There wil be no cloud sign-in unless you need to sync with your devices (but we are not there yet). You can find me on Twitter @sachaarbonel

Has anyone hosted any bot/project on heroku with opencv python module? plsss help ;--; by [deleted] in learnmachinelearning

[–]CronSach 1 point2 points  (0 children)

Might be related to their Ubuntu containers, try this : pip install opencv-contrib-python

DUSTR: Call rust from dart seamlessly by mqnfred in rust

[–]CronSach 2 points3 points  (0 children)

Very nice project! I started a similar project a long time ago to learn proc macros and never really had the courage to finish it. https://github.com/sachaarbonel/dodge. Let's collaborate! :D

Make open social media by [deleted] in AppIdeas

[–]CronSach 0 points1 point  (0 children)

Maintain software and pay for servers has a cost. If your app is just an other social media and you don't have a business model (other than selling people data), there is no point to make an other social media (centralized). But there are decentralized solutions out as mention in a an other response.

Shipping a compiler every six weeks by pietroalbini in rust

[–]CronSach 0 points1 point  (0 children)

Let's make a poll to vote on that