- 35 Posts
- 43 Comments
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (Sep. 29, 2024)English6·9 months agoAn honorable goal 😀
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (Sep. 29, 2024)English3·9 months agoJust released Kellnr (https://kellnr.io) 5.2.6 with some bug fixes. I really wish I had more time for new features but at the moment my spare time is rare. If you want to host your own crates on your own infrastructure, check it out.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (Aug. 4, 2024)2·11 months agoI use that too. Unfortunately it does only work with Docker and on some machines I’ve only containerd+nerdctl available. Would be cool if test containers supports more than Docker as a runtime.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (Aug. 4, 2024)4·11 months agoI reworked the whole CI/CD pipeline for https://kellnr.io. Switched from Ubuntu as the base image to the official Rust (Debian) image. Additionally, musl targets are build and released on github. This should allow kellnr to run out-of-the-box on any Linux distro.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 30, 2024)1·1 year agoI’m not ML pro and never used Python or Rust for it, but I know that our ML team uses Python extensively for it. My gut feeling is that Python stays the king in the ML field but the underlying libraries are going to progress from C++ to Rust in the future. Or at least, if Rust gets stronger math/statistics libraries. If you get something cool running with Rust and ML, I’m interested to read about it.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 30, 2024)4·1 year agoUnfortunately not. But I try to work on it a few hours every week in my spare time. I think that having an easy and free crate registry is crucial for the adaption of Rust in the commercial space. Companies don’t want to share their code publicly on crates.io. My full time job is in the IT security sector. My hope is that by pushing Rust as a safe language, we can close some fundamental design flaws that languages like C/C++ introduced and make software landscape more secure.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 30, 2024)10·1 year agoI ported the frontend for https://kellnr.io from vuex to pinia, which makes the code to hold state in the frontend much cleaner.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 30, 2024)3·1 year agoHow is the overall ML story with Rust? Is it usable in comparison to Python?
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 23, 2024)1·1 year agoThe 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.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 23, 2024)3·1 year agoNever heard of it. I used the Rust book when I started learning it.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 16, 2024)2·1 year agoIs rust common in schools now or is it your personal interest that lets you use it?
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (June. 16, 2024)1·1 year agoWhat is missing in the existing ones?
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (May. 26, 2024)1·1 year agoNever used bstr. What was interesting about it?
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (May. 19, 2024)1·1 year agoAh yes, compiles times. Off all the things that could be better in rust, my number 1.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (May. 19, 2024)3·1 year agoDidn’t know that one. Thanks for sharing.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (May. 19, 2024)7·1 year agoI get the feeling that there are much more game engines in rust, than games :P
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (May. 19, 2024)8·1 year agoI release a new version of https://kellnr.io with some bug fixes and updated Docker images (Ubuntu 24.04 base).
secana@programming.devto Rust@programming.dev•Hosting Rust crate documentation with Nginx12·1 year agoOr use https://kellnr.io to host your crates. It automatically builds the corresponding docs and hosts them for you. Disclaimer: I’m the author.
secana@programming.devOPto Rust@programming.dev•What are you working on this week? (Apr. 21, 2024)2·1 year agoCool project idea! How did you come up with it?
Many small companies use it for their internal crates, as kellnr builds and host the corresponding rustdocs, too. Another prevalent use-case is as a crates.io cache to speed a build times or lower the network traffic.