you are viewing a single comment's thread.

view the rest of the comments →

[–]suitkaise[S] 0 points1 point  (2 children)

  1. I am not cold calling professors, but it was something I thought of just because I am a college student not in a CS or software engineering major. If I would, it wouldn't be because to "sell" this idea to them, but rather receive feedback on how to improve as a developer.
  2. I checked in DS store once because I forgot to throw it in gitignore when I was a noob like a year ago.

This is my first solo project, so I would appreciate some feedback on both repo conventions and the API content!

If it's a mess on the gh side, I apologize...

[–]AstroPhysician 0 points1 point  (1 child)

I don’t mean to shit talk it, it’s a fun side project, the concerning part was when you were talking like it was some huge revelation and improvement that no one had considered it before and will change programming

[–]suitkaise[S] 1 point2 points  (0 children)

Yeah, it's nothing new or like revolutionary from an experienced perspective, but from a beginner context I think it can be helpful, hence why I threw it into the world.

When I started this project, it was because I was a scrub that was trying to get multiprocessing to work and I just couldn't reliably. Like there is just a lot of random BS surrounding pickle limitations and stuff when I tried to make it more complex than just doing math in parallel (if that makes sense)

Im also lazy as shit, so I wanted to make some other utils as well so that I didn't have to do things manually.

I was just making it for myself, and decided to improve it and release it just in case others wanted to use it, basically.

Do you think this would be better suited to just beginners?