If anyone is interested, the professor, Jeff Turkstra, wrote a paper called 'Tracking Large Class Projects in Real-Time Using Fine-Grained
Source Control' https://turkeyland.net/research/encourse.pdf and it's the suspected way the students got found out.
Lerc•2d ago
So surveillance then?
It would be interesting to see what regulations and ethics rules this comes under. Frequently these sorts of rights can be signed away in the US, but there are also academic bodies with their own rules that might have a say.
twaldin•1d ago
Sort of, I'm hesitant to say surveillance, since its less of 'running spyware' or something similar and more 'tracking student commit history'; where it gets weird is this section of the paper:
In our system, the Makefile or Project file that compiles the
project contains Git commit and push commands to automatically
commit changes into the student repository. Using this system,
changes are tracked every time the project is compiled. When a
student modifies a source file as a part of the program-build-test-
debug cycle, the Makefile commits and pushes the recent changes
into source control. This creates a fine-grained sequence of commits
that tell the story of how the program was developed.
They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development?
Lerc•1d ago
>They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development
I think there is a difference between accessing a record that someone has chosen to make, and causing a record to be made.
I think that should be the distinction between search and surveillance. I think both need regulation but surveillance should require a higher standard of of regulation
twaldin•1d ago
Yea this makes sense to me; if they were just analyzing student commit history, but 'hiding & executing code' is conceptually dangerous, facilitates their surveillance, even if they might say "It's just git commit & git push".
twaldin•2d ago
Lerc•2d ago
It would be interesting to see what regulations and ethics rules this comes under. Frequently these sorts of rights can be signed away in the US, but there are also academic bodies with their own rules that might have a say.
twaldin•1d ago
In our system, the Makefile or Project file that compiles the project contains Git commit and push commands to automatically commit changes into the student repository. Using this system, changes are tracked every time the project is compiled. When a student modifies a source file as a part of the program-build-test- debug cycle, the Makefile commits and pushes the recent changes into source control. This creates a fine-grained sequence of commits that tell the story of how the program was developed.
They basically force-commit to your repo whenever you build your code, so they are able to 'track' your development?
Lerc•1d ago
I think there is a difference between accessing a record that someone has chosen to make, and causing a record to be made.
I think that should be the distinction between search and surveillance. I think both need regulation but surveillance should require a higher standard of of regulation
twaldin•1d ago