Starting with GTA work again this week office hours were busy for both courses. For CS5590 the Cross Site Scripting Attack Assignment is due this week so students were frequently asking questions. For CS1054 the students had their Project 1 due which I have to grade before the Spring break and a Quiz today which I had to proctor too. This meant office hours last week were pretty occupied for this course too.
For coursework, Machine Learning lectures are being posted asynchronously as recordings which are going in the back log for me. I have to catch up on the lectures since Home Work 2 is out and we there’s a mid for this course after Spring Break. For Advanced Topics in HCI, I had three readings due this week related to different side channel attacks. So coursework wise this week was a little easier.
For research, I started off the week with the goal to port the Surf Share project to Magic Leap 2 device due to hardware availability. Since the project is in Unity 2019 version as the first step I had to upgrade the project to 2022 version for the porting to be made possible. This required some work with the existing packages. The next thing was to change the project settings to make the project compatible with Magic Leap 2 this require hand tracking enablement and reconfiguration of MRTK profile to Magic Leap default with some other tweaks. After configuring the project, the project could still not be ported since the OpenCV package used in the original package had been deprecated and is no longer supported by the 2022 version. Having reached this point I switched back to HoloLens 2, searched for the availability of a second device in library but their device is occupied. While I still look at other avenues of getting the second device for the project, I started implementing a MVP for the occlusion attack on the single Surf Share user. For now I have implemented a basic occlusion attack, I will probably work on making that more sophisticated and Denial of Service Attack for the next week.