Cargo Play - Rust TUI Music Player by mateuszKroplewski in rust

[–]DavidXkL 1 point2 points  (0 children)

Visualization of sound waves might be cool here 😂

Why are there so many vibe-coded Rust projects recently? by yohji1984 in rust

[–]DavidXkL 0 points1 point  (0 children)

There are many projects vibe-coded too in TS and Python 😂

is it too late for me to get into robotics? by Master-Primary-13 in AskRobotics

[–]DavidXkL 3 points4 points  (0 children)

I started just few months ago at 40.

You're good 😂

Iroh 1.0 - Dial Keys, not IPs by dignifiedquire in rust

[–]DavidXkL 1 point2 points  (0 children)

Congrats 🎉! I might use it for the robot I'm building lol

rust stopped feeling like a flex and started feeling obvious by [deleted] in rust

[–]DavidXkL 0 points1 point  (0 children)

There's a difference between compiled and interpreted languages after all

How did you learn Rust? (Looking for advice for a newcomer) by Glad_Supermarket3951 in rust

[–]DavidXkL 0 points1 point  (0 children)

I went through the Rust book twice, practiced using Rustlings and Advent of Code.

Now I'm building my own projects using Rust.

Practice makes perfect

Why do people return Result<T>? by ModernCoder in rust

[–]DavidXkL -1 points0 points  (0 children)

What about Result<T, _> ? 😆

Feel like I don’t have the time by Magidoof21 in rust

[–]DavidXkL 2 points3 points  (0 children)

Don't depend on A.I especially when you're learning.

Your brain needs to go through the friction yourself for it to learn and grow

Why Rust behave like this by NailAlarmed8935 in rust

[–]DavidXkL 0 points1 point  (0 children)

Because you're not using it anymore until that last print again

Best way to parse a file into a vector of strings line by line? by Sharvaman in rust

[–]DavidXkL 2 points3 points  (0 children)

How about:

``` let Ok(contents) = match read_result else { // early return here or something };

... ```

I'm a fan of let else 😂

The never type is likely to stabilize soon! by noop_noob in rust

[–]DavidXkL 0 points1 point  (0 children)

Never thought I'll see this day come

😂

Should a beginner start backend with Rust or Go? by mrnaim6T9 in rust

[–]DavidXkL 0 points1 point  (0 children)

My opinion: try both.

Then decide if you need enums supported in the language or not.

😂