Live data from Hacker News

Viewing profile — Zef

Zef

HN member
Joined
Mon, Mar 16, 2009, 12:14 PM UTC
HN karma
30
Public activity
16 items

About Zef

No profile information was provided.

Recent public activity

  1. comment
    Comment #2729884

    Maybe he could have adapted an existing one, but I think the main issue was that parsers traditionally just quite when they find an error, language.js has some error recovery featu…

  2. story
  3. comment
    Comment #2681849

    It's back up now.

  4. comment
    Comment #2363100

    Not sure this is the place for it (maybe ask on the google group?) But there's two ways: screen root() { mydiv@ script { mydiv.someplugin(); } } mydiv will be bound to a JQuery obj…

  5. comment
    Comment #2358928

    Generate your mobile web application using mobl. Then wrap it as a PhoneGap native app. They're complementary.

  6. comment
    Comment #2283399

    I think many people missed my main point. Here's another shot at explaining it better: http://zef.me/3753/planning-ahead-the-async-javascript-probl...

  7. story
  8. story
  9. comment
    Comment #1948345

    State of the art in parsing is SGLR ( http://strategoxt.org/Sdf/SGLR ) and GLL parsing

  10. story
  11. comment
    Comment #1150465

    That's what I use. But Douglas Crockford suggests using a different way of building object hierarchies which he uses. I could ignore this, but Crockford kinda is one of _the_ Javas…

  12. comment
    Comment #1150453

    Alright. So now I want to iterate over all original keys, how do I do that (i.e. their original values, not the stringified version)? Plus, a random object (that doesn't have a mea…

  13. comment
    Comment #1150286

    In my post I link to JSAN, which is exactly that: http://openjsan.org It has its own module system.

  14. comment
    Comment #1150240

    Maybe I wasn't clear enough in my post, but I said this: > and the good thing is that it does not require any changes in the Javascript language itself, nor its browser support. As…

  15. story
  16. comment
    Comment #937416

    My response to your criticism: http://zef.me/2355/a-when-rails-fails-follow-up