Live data from Hacker News

Viewing profile — prolurker

prolurker

HN member
Joined
Mon, Mar 25, 2013, 7:38 PM UTC
HN karma
19
Public activity
8 items

About prolurker

No profile information was provided.

Recent public activity

  1. comment
    Comment #20855634

    Tables layout is generally complex and slow, only hiding the text with CSS feels very fast. Once layout is involved even without looping to set innerHTML it becomes a lot slower.

  2. comment
    Comment #18916003

    With control over the mirror list you can prevent certain users from getting updates which is a security problem but without being able to sign packages the danger is limited.

  3. comment
  4. comment
    Comment #15831512

    I would argue this particular example has more to do with the radix parameter of parseInt being optional and having a complex behavior. More generally, javascript functions accepti…

  5. comment
    Comment #15261908

    Correct, but, even if not explicitly said, the cached entries should be associated to the certificate's fingerprint and immediately discarded once the certificate expires or is cha…

  6. comment
    Comment #15261875

    The problem is that servers are allowed to update their resources at any time without waiting for any specific expiration time. So when a user instructs it's browser to refresh the…

  7. comment
    Comment #15261798

    That's an interesting attack vector, in the section 3 of the RFC they recommend to ignore the directive unless it's a secure connection which would mitigate that kind of problems. …

  8. comment
    Comment #15261728

    cache-control: private doesn't seem to imply that a resource won't ever change and on page refresh the browsers have to check if the resource has been updated, immutable would avoi…