Automatically translating everything can be expensive (in terms of API cost, waiting period for the user). So I didn't want to keep it enabled for all posts.
I initially explored couple of LLM/NLP based translation models that could run on CPU hardware. But I couldn't get it to work with my Rust backend app (I'm noob to Rust and vibe coding doesn't work). Also need to consider the hardware compute required to run these models, as it can be expensive.
I found this Rust crate rust-translate (https://github.com/Mintype/rust-translate) that seems to be a wrapper around Google Translate. I guess the Google API gives some free tier for basic usage so it works? Idk, you might want to check try it out.
This is probably one of the most redundant project out there, but a RSS reader app designed with Tauri, Sveltekit, Tailwind. I wanted to build this to stay in sync with product development as I don't get to do this a lot in my day-to-day job. I also want to build a game, but it is so much effort. I do wish to pursue it in near future.
Spiral. Not circle. Having something run in itself is as old as the need to safely run something in order to see if it's going to blow up or not, though. If people aren't trying to write things so your general use programming environment can virtualize itself, it's basically not used seriously enough yet.
reply