Avatar

learningduck

learningduck@programming.dev
Joined
2 posts • 21 comments
Direct message

Good supporting dad 😁, lol. Now pass the pipe.

permalink
report
parent
reply

Buy him a cheap PC and introduce Factorio.

It would teach them logical thinking and teamwork. Could be a nice platform for programming also.

permalink
report
reply

It’s such a shame. Day 4 part 2 took me much longer to codify my idea in Rust correctly than I would like to admit.

I’m so tempted to switch to a simpler language, but I wouldn’t learn Rust then.

permalink
report
reply

In case that this might help.

h.chars() returns an iterator of characters. Then he concatenate chars and see if it’s a digit or a number string.

You can swap match u.is_numeric() with if u.is_numeric and covert _ => branch to else.

permalink
report
parent
reply

Oh, doing this is Rust is really simple.

I tried doing the same thing in Rust, but ended up doing it in Python instead.

permalink
report
parent
reply

So cool. Curious, Why do they need to specify that the project has to be implemented in Rust?

permalink
report
reply

A robotic vacuum cleaner. I just have to clear the dust bin weekly and manually mob some spots that the robot couldn’t clean

permalink
report
reply
  1. Discuss our 1:1 sheet that I use as a brag document.
  2. Discuss general issues that I noticed on our team or the project.
  3. Discuss my improvement ideas for the project/team. Probably rounded up in #2.
  4. Ask for some direct feedbacks. He helped me set up goals for promotional. So, we can see if I’m detracted from the path or moving closer to the goal.
permalink
report
reply

I think because of Solana. Its smartcontract can be written in Rust.

permalink
report
parent
reply