Live data from Hacker News

Viewing profile — jtuchsen

jtuchsen

HN member
Joined
Sat, Jul 18, 2015, 1:29 AM UTC
HN karma
26
Public activity
11 items

About jtuchsen

No profile information was provided.

Recent public activity

  1. comment
    Comment #11362604

    You can inject a version of whatever you want into the node_modules folder in the post install script though can't you? So you just copy your own malicious lodash into node_modules…

  2. comment
    Comment #11362531

    I've not tried this, but a similar but easier exploit would be to register packages with names that are close to existing popular package names, and then have a post install script…

  3. comment
  4. comment
    Comment #11172412

    The only statement I could find from Apple was from the iOS security guide that states, "it utilizes its own secure boot and personalized software update separate from the applicat…

  5. comment
    Comment #11153969

    I think the confusion stems from the iOS security guide that Apple published. Page 7 of the guide states that "The Secure Enclave is a coprocessor fabricated in the Apple A7 or lat…

  6. comment
    Comment #9953747

    A Belated Rubuttal Rant: Developers do lean on users too much to solve UX problems, but I still maintain that giving users a choice here would have been the better alternative. Acc…

  7. comment
    Comment #9949381

    I agree but I wish they would have added a permissions dialog instead of outright blocking. If a site injects an autoplay audio tag iOS could prompt you once if that behaviour is O…

  8. comment
    Comment #9938851

    People do weird metaprogramming things with the existing constructs. In a lot of cases it's because people prefer to keep things DRY, but it hurts when you're trying to grep throug…

  9. comment
    Comment #9937997

    Is his entire complaint that the syntax looks too much like Java? The fact is, people are already using prototypes to share common methods across objects, and classes are really ni…

  10. comment
    Comment #9913358

    Interesting papers, thanks for calling my attention to them. They made me paranoid enough to disable the styling of visited links in Firefox to prevent the large amount of timing a…

  11. comment
    Comment #9906277

    Do you have an example of this working? I thought that browser venders we're having the :visited selector lie to you when you call getComputedStyle on them? Also, how would you wor…