How is the overall ML story with Rust? Is it usable in comparison to Python?
secana
The selling point of Ice (the underlying framework for libcosmic) is the cross-platform compatibility. Can I use libcosmic cross-plat as well, or is it more a specialisation of Ice for Linux with the clear focus on the Cosmic desktop? Would be cool to re-use some widget etc.
Never heard of it. I used the Rust book when I started learning it.
Is rust common in schools now or is it your personal interest that lets you use it?
What is missing in the existing ones?
Never used bstr. What was interesting about it?
Ah yes, compiles times. Off all the things that could be better in rust, my number 1.
Didn't know that one. Thanks for sharing.
I get the feeling that there are much more game engines in rust, than games :P
I release a new version of https://kellnr.io with some bug fixes and updated Docker images (Ubuntu 24.04 base).
That worked! Thank you! The trick is really to embed the bookmarks into each other :)
I ported the frontend for https://kellnr.io from vuex to pinia, which makes the code to hold state in the frontend much cleaner.