When machine learning tells the wrong story
jackcook.com
When machine learning tells the wrong story
1–10 of 32 posts
Re: When machine learning tells the wrong story
#2Re: When machine learning tells the wrong story
#3Re: When machine learning tells the wrong story
#4Re: When machine learning tells the wrong story
#5Re: When machine learning tells the wrong story
#6This article is awesome, your writing is super approachable and the interactive demos are really cool. I also appreciate the background on how you got into doing this sort of thing.
Re: When machine learning tells the wrong story
#7Re: When machine learning tells the wrong story
#8Could websites concerned with privacy deploy a package that triggers interrupts randomly? Could a browser extension do it for every site?
Re: When machine learning tells the wrong story
#9I wonder if adopting io_uring on Linux might allow a browser to preserve the privacy a little, in this specific case. (Though it is very hard to get right, unfortunately.)
You could probably do things at the OS level to change interrupt behavior in a way that would mitigate this attack significantly, I'll need to read the paper to see if they discuss this.
Re: When machine learning tells the wrong story
#10I wonder if adopting io_uring on Linux might allow a browser to preserve the privacy a little, in this specific case. (Though it is very hard to get right, unfortunately.)
My suspicion is that io_uring itself mitigates syscall overhead but doesn't do anything to change interrupts. You could probably do things at the OS level to change interrupt behavior in a way that would mitigate this attack significantly, I'll need to read the paper to see if they discuss this.