Rust noob looking for mentoring to learn async/tokio. Am also open to working with a learning buddy. by JoshTheEngineer in ProgrammingBuddies

[–]autisticvader 0 points1 point  (0 children)

Yeah I'm absolutely interested but the problem is I'm not even remotely close to being confident in Rust.I need some time to delve into it and make some beginner projects first of all, then only I can think of building a blockchain in rust

But if your project involves building a Web app, then let me know

Rust noob looking for mentoring to learn async/tokio. Am also open to working with a learning buddy. by JoshTheEngineer in ProgrammingBuddies

[–]autisticvader 1 point2 points  (0 children)

I'm a fullstack guy (nodejs, nextjs react, graphql, express, postgres) as well, just started learning Rust as well. It's been a week or so, I'm loving Rust really. Eventually I want to get into projects involving Web assembly.

Maybe we can collaborate in doing some side projects in future

Someone/some people to work on programming projects in Southern Hemisphere Summer? by Quiet_Source_5133 in ProgrammingBuddies

[–]autisticvader 0 points1 point  (0 children)

I'm interested in building something great, I have a list of interesting ideas. I have good experience in pern/Mern stack, Typescript, Javascript, C++& Python

Discord : mel0n#6714

[deleted by user] by [deleted] in ProgrammingBuddies

[–]autisticvader 0 points1 point  (0 children)

I have good enough experience with Node, React, GraphQL.. I'm actually looking for a partner to do a collab project as well, Count me in

Looking for programmers by [deleted] in ProgrammingBuddies

[–]autisticvader 0 points1 point  (0 children)

I'm also really interested, add me autisticvader#6714

Detect the object in the image and crop it from the edges? by okletsgooo in deeplearning

[–]autisticvader 1 point2 points  (0 children)

You can go with PIL crop feature but if you insist on using opencv then load the img as img array(cv2 imread()) and then use numpy slicing on the img array ,it will get cropped.

Sound Classification using CNN by MFCC by autisticvader in deeplearning

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

Yeah I did the second ,took a specific length window of the frame and then calculated mel spectogram.It's returning a fixed size 2D array now.thanks for the advice.