Live data from Hacker News

Viewing profile — imakewebthings

imakewebthings

HN member
Joined
Thu, Feb 24, 2011, 1:52 AM UTC
HN karma
19
Public activity
4 items

About imakewebthings

No profile information was provided.

Recent public activity

  1. comment
    Comment #2916597

    By hand, not generated. But feel free to steal.

  2. comment
    Comment #2257167

    The elements and everything used during the scroll checks is in fact cached (which you'll be able to verify by looking at those internals you mention) and throttled per my comment …

  3. comment
    Comment #2257158

    Based the throttling on that exact post.

  4. comment
    Comment #2256648

    Plugin author here, I can help clarify that. The scrolling is throttled so that all the checks aren't run with every single scroll event, as that would choke everything. So the sma…