Live data from Hacker News

Viewing profile — fl3x

fl3x

HN member
Joined
Fri, Jun 18, 2010, 11:39 AM UTC
HN karma
11
Public activity
8 items

About fl3x

No profile information was provided.

Recent public activity

  1. comment
    Comment #3752898

    That could probably work! The documentation at http://dev.w3.org/html5/spec/offline.html#disk-space states that "care should be taken to ensure that the restrictions cannot be easi…

  2. comment
    Comment #3752809

    Sorry for nitpicking, but I think local storage is a part of Web Storage ( http://dev.w3.org/html5/webstorage/ ), and not Application Cache ( http://www.whatwg.org/specs/web-apps/c…

  3. comment
    Comment #3752800

    I think Opera Mobile shouldn't have this cache problem either, similar to my comment about the desktop version. The default cache limit in Opera Mobile is ~2 MB. I _believe_ that b…

  4. comment
    Comment #3752714

    I don't think either notifies you about the background transfers, but e.g. Operas default cache limit for Application Cache is ~50 MB according to http://www.opera.com/support/usin…

  5. comment
    Comment #3752677

    This is not an issue in either Opera or Firefox. The title should probably reflect that it's limited to Chrome (and possibly other Webkit browsers + IE?).

  6. comment
    Comment #3537676

    Edit: The numbers are only for the C implementation so they don't add much to the discussion. Sorry for posting too quickly! I don't know about this library in particular, but ther…

  7. comment
    Comment #3181013

    There are plenty of implementations linked from http://en.wikipedia.org/wiki/QuickCheck . (I'm not sure in what state they are though.)

  8. comment
    Comment #2646286

    You can escape the purely functional part (to do IO for example). This library does however provide 2 implementations: one in the IO monad and one in the ST monad. If you use the I…