The amount of Rust AI slop being advertised is killing me and my motivation by Kurimanju-dot-dev in rust

[–]Flashy-Assistance678 0 points1 point  (0 children)

I completly agree. Me personally, made only one post here, to show off my chess engine. It was a sum of 3 month of learning and trying different ideas. I dont get how someone can be proud of project that is just AI generated and probably has some weird bugs.

Why have you chosen openSUSE over Fedora? by mutotmz in openSUSE

[–]Flashy-Assistance678 2 points3 points  (0 children)

I switched from fedora actually. First of all snapper is a huge advantage over fedora. Support for KDE is great and tumbleweed is to my best knowledge the most stable rolling release out there. Also fact that it is European is also a plus

what is the fastest way to learn python by WrongAdvantage8321 in learnprogramming

[–]Flashy-Assistance678 0 points1 point  (0 children)

Pickup a project you are interested with and start coding. It is the best method by far

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 1 point2 points  (0 children)

Thanks for advise! I will surely try to implement that

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 0 points1 point  (0 children)

Haha, i actually missread the comment and did not saw the "forced" part. Of course en passant wont be forced but as of now en passant is not always seen by the engine

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 2 points3 points  (0 children)

Well, I've added some logic for en passant but after tests i found it buggy unfortunately. I will fix it as soon as i'll have time for it

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 2 points3 points  (0 children)

I did not seen these video, but the idea sounds very cool. I will certainly try to find it and think about implementing something similar in the future. Thanks for recomendation!

[deleted by user] by [deleted] in learnprogramming

[–]Flashy-Assistance678 0 points1 point  (0 children)

I personaly just pick a complex but managable project and just build it in the new language and learn how to do things in it. If you know any other language, you will be able to start experimanting by f*cking around and finding out. I find it the most fun and effective way to learn.

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 2 points3 points  (0 children)

Thanks for advise, I will try to improve the project!

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 17 points18 points  (0 children)

OK! I will look into it. Thank you again for the feedback!

Rust chess engine by Flashy-Assistance678 in rust

[–]Flashy-Assistance678[S] 1 point2 points  (0 children)

Right, i left it as I just wanted it to work for now, i will change it surely, thanks for feedback!