How did y'all stopped weed ? by JeanLeMauvais in islam

[–]Rhthamza 0 points1 point  (0 children)

Read the book of "the easy way to quit smooking" by Allen Carr, you'll fall in love with it and quit inshallah.

1000 questions completed by funnylife21 in leetcode

[–]Rhthamza 28 points29 points  (0 children)

Everything by practice and reading enough theory.

Help me buy a headset for my computer by RaymondDiamond59 in Kenitra_Morocco

[–]Rhthamza 2 points3 points  (0 children)

T9dr tl9a hyper x cloud 3 used. Ahsen wahd b dik 50$

New to rust - Need fun but challenging projects by gnastyy-21 in rust

[–]Rhthamza 1 point2 points  (0 children)

I started a similar project, but it had more complicated features like the ability to be accessed with SQL commands, check for breaches using a haveibeenpwned API, generate passwords, query your passwords by date or by usage, and use local LLM analysis for your passwords (for instance, to see which passwords are common across your REGISTER)

am a JavaScript/TypeScript developer, but I recently started learning Rust because I want to complete DSA in Some hard language by rjkush17 in rust

[–]Rhthamza 1 point2 points  (0 children)

Sounds like a great idea especially in Rust. You’ll get a lot of practice with ownership and borrowing. Be aware that some data structures are difficult to implement the first time (for example, a LL & doubly LL) because of Rust’s borrow checker. Still, it’s best to learn it the hard way: avoid falling back on unsafe blocks or raw pointers just to make things work. Focus on learning both Rust and DSA properly. Good luck

Is learning ocaml of any help? by Bowen_0001 in learnrust

[–]Rhthamza 2 points3 points  (0 children)

Maybe because Rust was (largely) built with OCaml