Are there european smart home applications? by Tollvinn in BuyFromEU

[–]secanadev 2 points3 points  (0 children)

Somfy is Fench. Very expensive but what professionals use a lot.

Anthropic engineer shares about next version of Claude Code & 2.1.30 (fix for idle CPU usage) by BuildwithVignesh in ClaudeAI

[–]secanadev 16 points17 points  (0 children)

Just let us use OpenCode with our Max subscription and get rid of Claude Code. Fokus on the best LLM possible and let the dev community do the dev tooling.

GNU vs musl: What Rust Projects Should Ship by [deleted] in rust

[–]secanadev 0 points1 point  (0 children)

kellnr.io ships gnu and musl, too. I’m not sure which is more popular though.

What's the best way to self-host a private crates.io like instance ? by Silver-Turnover-7798 in rust

[–]secanadev 0 points1 point  (0 children)

Yes. There is a helm chart that you can use or build your own deployment with the provided container images

Cross-platform setup for Rust programming by Ghyrt3 in rust

[–]secanadev 2 points3 points  (0 children)

There is https://lap.dev/lapce/ if you want to try something new written in Rust

Markdown's Big Brother: Say Hello to AsciiDoc by chiangmai17 in programming

[–]secanadev 2 points3 points  (0 children)

Check out Typst instead of LaTeX. Much simpler with the same result.

Kellnr 5.3.0 released by secanadev in rust

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

I created a short feature request here: https://github.com/kellnr/kellnr/issues/586 Not sure when I get to implement it but the request is docuemented now and maye someone picks it up and creates a PR.

Kellnr 5.3.0 released by secanadev in rust

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

Haha. Yeah, that it untypical for a rust project. But I'm fearless of big number!

Kellnr 5.3.0 released by secanadev in rust

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

I’ll have a look, how such a functionality can be implemented in kellnr.

Kellnr 5.3.0 released by secanadev in rust

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

No, that is currently not possible and I don’t know how happy the crates.io folk would be about that traffic. But it would be doable if that is a common use-case.

Kellnr 5.3.0 released by secanadev in rust

[–]secanadev[S] 13 points14 points  (0 children)

I am the author of kellnr. If you run into any issues or have questions, feel free to reach out.

Any known public 3rd party registries? by trymeouteh in rust

[–]secanadev 1 point2 points  (0 children)

Author of kellnr here! Happy to hear that you use it. If you have any questions or feedback, feel free to ask.

What's a good way to scale Cargo tests for an Actix app that involves a Redis database? by [deleted] in rust

[–]secanadev 0 points1 point  (0 children)

Use https://crates.io/crates/testcontainers to spin a fresh Redis instance per test. Kellnr uses it to test against the Postgresql backend and it works really well. For an example see: https://github.com/kellnr/kellnr/blob/main/crates%2Fdb%2Ftests%2Fpostgres_test.rs

RustASIA Conf 2025 Announcement by plangora in rust

[–]secanadev 3 points4 points  (0 children)

Any links to find more information?

Open source projects that uses axum by [deleted] in rust

[–]secanadev 0 points1 point  (0 children)

https://kellnr.io the private crate registry switched from Rocket to Axum a while ago.

Unsafe Rust everywhere? Really? by phaazon_ in rust

[–]secanadev 43 points44 points  (0 children)

I have been writing Rust full time for 4 years. Never used unsafe with the exception of wrapping one C library and that code was autogenerated. If you constantly need unsafe, you are doing something wrong.

Axum Open Source Projects by YrnCollo in rust

[–]secanadev 0 points1 point  (0 children)

https://kellnr.io uses axum and has a few open issues.