Viewing profile — jackcook
jackcook
HN member- Joined
- Sun, Feb 01, 2015, 2:02 PM UTC
- HN karma
- 586
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About jackcook
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42102945
Thanks for reading! The two stories are of course deeply intertwined: we wouldn’t have found the new side channel without the cautionary tale about machine learning. But the findin…
-
comment
Comment #42099530
Websites doing this would have to be careful about it: they might become the only website triggering a lot of interrupts randomly, which then makes them easy to identify. Our count…
-
comment
Comment #42097965
Thank you! Really appreciate it
- story
- story
-
comment
Comment #39486060
Yes you're spot on, the nonlinearities come from the full Mamba blocks, which I left out of this post for simplicity/to focus on the bigger ideas the paper introduced. You can see …
-
comment
Comment #39484095
Thank you for the kind words! I think it’s mostly to reduce complexity during training. Here’s an excerpt from page 9 of the Mamba paper: “We remark that while the A parameter coul…
- story
- story
- story
-
comment
Comment #37544204
Wow, it was quite the surprise to wake up to seeing this post near the top of HN! I wrote the post, happy to answer questions if anyone is wondering about any details.
-
comment
Comment #37544160
Yes, you're right, I should have mentioned it in the post, but I used pure greedy sampling for the GPT-2 outputs since I couldn't do anything but that for the Apple model. So tempe…
-
comment
Comment #37544132
I used greedy sampling (temperature 0) for all of them. Since I didn't have access to logits/probabilities for Apple's model, I wasn't able to do anything else in a way that would …
-
comment
Comment #37434157
Some context: In the upcoming versions of macOS and iOS, Apple is including a predictive text model which offers suggestions while you type, which they’ve said to be a "transformer…
- story
- comment
-
comment
Comment #37433647
Apple is including a predictive text model which offers suggestions while you type, which they’ve said to be a "transformer model". I managed to find some details about this model
- story
-
comment
Comment #33025541
I got a warning today when submitting my app that said I was using a private API function. Turns out they've essentially blacklisted certain function names that match anything in o…
- story
- story
-
comment
Comment #31744812
I don't think any of these side channels are really easy to pull off without the technical capabilities of a nation state or something similar. I personally think embedding a malic…
-
comment
Comment #31744376
You'd just need to put the script on any webpage the user might access and leave open, such as Google, or Facebook, or whatever. The attack isn't specific to JavaScript, so really …
-
comment
Comment #31743927
You can pull off attacks like this from JavaScript by repeatedly recording the time and training a machine learning model on traces of instruction throughput over time, which my gr…