-
Notifications
You must be signed in to change notification settings - Fork 1
Home
I am interested in using JavaScript and React. An open source project that I would like to work on is https://github.com/JMozes16/bris. This is a project for making a boolean algebra verifier. This project does use JavaScript and React and is not extremely complicated. The goal of the project would be to make a website that students (or anyone) could use in order to verify their boolean algebra simplifications and equivalences.
7/25/2022: I have started writing two test suites for the logic rules and will finish them this week!
7/29/2022: Finished a test suite. I looked at the My Copilot articles. I thought it was really interesting to see how people responded to the Copilot training. It made sense that many would be unsure of it for multiple reasons. The fact that GitHub won't say what repos Copilot was trained off of is somewhat alarming. And then after that, there is the issue of who's code is it if Copilot wrote it for you. Personally, I would think it could be wrong to patten/trademark code if copilot was used. However, I think if it was only used for trivial parts, then it is fine. But, that is really hard to judge and maybe impossible to know. I am not sure if I could say it was trained legally. But, I do believe it was trained ethically for the most part. Most things I could imagine it would be able to do wouldn't be seen as stealing someone's big idea. Just making it easier to skip trivial parts of code. I think it may be somewhat of a violation of licensing though. Learning off of codes that use all types of licenses and then letting them be used anywhere may be a violation. Again, I personally think it is fine because I don't think you can steal someone's big idea with it, it would just help with not having to write out the easy parts.
8/8/2022: Could not make any contributions this week. I plan on spending a lot of time tomorrow working on the project.
8/12/2022: Added a GitHub action for all of the unit tests. Added issues templates for bug reports and feature requests. Added many comments to the verifiers and the parser. Added a discussion forum.