Live data from Hacker News

Viewing profile — moreyes

moreyes

HN member
Joined
Fri, Jul 01, 2011, 10:44 AM UTC
HN karma
8
Public activity
11 items

About moreyes

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #3403377

    Or Shiva3D?

  3. comment
    Comment #3385406

    Dart's biggest competitive advantage is that it has teams building compilers, VMs, libraries, apps and tools. It is not just about syntax sugar. It is also about better debugging a…

  4. comment
    Comment #3105156

    The bad thing is bashing without trying to understanding the problem they are trying to solve and the audience they are targeting.

  5. comment
    Comment #2812134

    It seems that what you ended up doing is, in fact, reimplementing things that were implemented zillions of times before. Am I wrong or the Pump middleware doesn't work for any WSGI…

  6. comment
    Comment #2812068

    It is ironic that they mention "don't have to reinvent the wheel" in that page.

  7. comment
    Comment #2722592

    I have the impression that experienced Python programmers don't feel comfortable with web2py's controversial (some would call "unpythonic") approaches, like automatic imports or th…

  8. comment
    Comment #2719766

    I think you're confusing the general idea of cursors with datastore cursors, which require a query and can't be created "per request", but "per query". See: http://code.google.com/…

  9. comment
    Comment #2718934

    It should be added to the documentation which datastore features it doesn't support, to warn users and avoid that the GAE support is misinterpreted as bad advertisement.

  10. comment
    Comment #2718537

    Does the web2py database abstraction layer support datastore transactions and query cursors? Or what datastore features it doesn't support? (apparently the documentation doesn't me…

  11. comment
    Comment #2717786

    Thanks for the mention! (I'm the webapp2 author). A big advantage of webapp2 is that you can use existing (and probably future) SDK libraries without adaptation. Many App Engine se…