Thomas Chestna provides an update on the Scrutiny plagiarism detection project. Key points include:
- Scrutiny analyzes code structure and tokenizes files to create hashes for plagiarism detection across many languages.
- Chestna has added the ability to ignore instructor-provided code and optimized tar file processing ahead of schedule. Support for back assignments is also complete.
- A functional SQLite3 database has been implemented to store assignment hashes. Adding open source projects directly may no longer be feasible due to the database design.
- Remaining work includes adding removal of assignments from the database, along with optimizations, safety checks, and security improvements. Feedback is welcomed on the project status.