Live data from Hacker News

Viewing profile — kerrishotts

kerrishotts

HN member
Joined
Sun, Sep 02, 2012, 7:06 AM UTC
HN karma
8
Public activity
7 items

About kerrishotts

No profile information was provided.

Recent public activity

  1. comment
    Comment #4658582

    Probably doesn't help you if your using Android, but on iOS, the Agenda app is quite nice. Prior to that I used Easy calendar and Calengoo.

  2. comment
    Comment #4637875

    Just an FYI -- this killed my Virtual Box install the last time i tried it. Uninstalling HAXM fixed it all, but having Virtual Box was more important than the Intel images, so I le…

  3. comment
    Comment #4525068

    Feels like they aren't taking window.devicePixelRatio into account so that they end up with a legitimately retina-sized canvas... My canvases were always blurry like this until I t…

  4. comment
    Comment #4466467

    They make a /huge/ difference, especially if you stay within the tile size. In fact, using translate3d and CSS animation is pretty much the only way to get smooth animation - if yo…

  5. comment
    Comment #4466460

    PhoneGap is getting better with every release, and it isn't too hard to make a nice, functional app. The promise of cross-platform holds only for so long - until either a plugin do…

  6. comment
    Comment #4466455

    I agree -- it is exceptionally difficult to create the look and feel just right in HTML5, CSS3, and JS. I swear that there's an "uncanny valley" for look and feel. To me it is bett…

  7. comment
    Comment #4466449

    One thing I didn't notice, but is important in stoping overscroll is to se the UIWebViewBounce property in Cordova.plist to NO. This ensures you don't have to worry about things li…