From bdea5bb9ab30a6f9f77d59a5a317b0143c3fba27 Mon Sep 17 00:00:00 2001 From: alessandrolandi Date: Tue, 5 Mar 2024 16:12:36 -0500 Subject: [PATCH] Added post --- _posts/2024-03-03-week06.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/2024-03-03-week06.md b/_posts/2024-03-03-week06.md index 7edd1bc..111c2bf 100644 --- a/_posts/2024-03-03-week06.md +++ b/_posts/2024-03-03-week06.md @@ -5,4 +5,7 @@ title: Week 6 ## Picking a Project - \ No newline at end of file +Picking a project has been quite the endeavor. It's difficult to find something that has open, beginner-friendly issues and is active enough for our class. I had been truly excited at the prosepct to contirbuting to [Pytorch](https://github.com/pytorch/pytorch), [Godot](https://github.com/godotengine/godot), and [Zed](https://github.com/zed-industries/zed), but I severely lack the skills to contribubte to their newbie-labeled tagged issues. [OpenMl](https://github.com/openml/OpenML) uses a stack I have a lot of experience in, but rarely sees any updates or discussion. I've looked at many more and they tend to fall along these lines. + + +Thanfully, my friend introduced me to [Nuclear](https://github.com/nukeop/nuclear) which is an Open-Source free music streaming platform. The issues label is, to my surprise, full of doable issues that get responded to quickly. The development environment is incredibly simple too. The only challenge I can forsee is actually creating and contributing acceptable code. Realistically, however, there are challenges ahead I'm not quite aware of yet.