Live data from Hacker News

Viewing profile — jackcook

jackcook

HN member
Joined
Sun, Feb 01, 2015, 2:02 PM UTC
HN karma
586
Public activity
34 items

About jackcook

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. comment
    Comment #42097965

    Thank you! Really appreciate it

  5. story
  6. story
  7. 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 …

  8. 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…

  9. story
  10. story
  11. story
  12. 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.

  13. 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…

  14. 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 …

  15. 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…

  16. story
  17. comment
  18. 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

  19. story
  20. 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…

  21. story
  22. story
  23. 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…

  24. 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 …

  25. 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…