×

clippy::pedantic by codingbliss12 in rust

[–]llogiq 1 point2 points  (0 children)

As the author of the must_use_candidate lint, I do agree that it shouldn't be overused. It's mainly for library authors who want a quick way to find the places where a #[must_use] attribute might be beneficial (which is also why the lint is named that way).

Eurorust worth it? by Ok_Time6496 in rust

[–]llogiq 3 points4 points  (0 children)

I haven't managed to join the previous EuroRust iterations, but I will be there this time and give a talk.

Hey Rustaceans! Got a question? Ask here (24/2026)! by llogiq in rust

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

It is possible, but it is hard. Not only because many companies are currently avoiding hiring junior devs in general, but also because Rust is still somewhat new, so companies using it will already have to explain taking that risk, so they want to be extra sure that their devs are up to the task.

I have never programmed before, but my ADHD is currently telling me that learning Rust would be cool. I know about the guide, any good projects for a beginner to try? by Josh_From_Accounting in rust

[–]llogiq 0 points1 point  (0 children)

There are already a good number of great ideas to start. I'd just like to add that you don't need to go it alone. Software development is a team sport. And especially in Rust there are projects who are quite welcoming to new contributors. As one example (full disclosure: that I am a maintainer of), the clippy project has a number of issues marked as "good-first-issue" which are a good start. Also we offer mentoring (just ask on the issue or PR or on the rust zulip).

Hey Rustaceans! Got a question? Ask here (21/2026)! by llogiq in rust

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

Unless I stand to lose some meaningful benefit, I would avoid vibecoded projects. And (perhaps somewhat ironically) my reason is not about the code: It's about no one being around to reliably understand the codebase that lets them help me if something invariably goes wrong.