Profile_bird

Hey there! wkornewald is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving wkornewald's tweets.

Already using Twitter
from your phone? Click here.

wkornewald

  1. RT @app_engine: We are now prereleasing SDKS for local/early testing - if you're interested in helping out, see this thread: http://bit. ...
  2. RT @cindyalvarez: 12 Emerging Best Practices for Adding UX to Agile http://bit.ly/8vdSmI #ux #prodmgmt
  3. RT @cindyalvarez: "most [startup] success stories launched with what seems to be an impossibly small set of features." http://bit.ly/5uH ...
  4. @freakboy3742 Does this mean you'll soon have time for looking at our non-relational Django branch? :)
  5. RT @fdestin: How a great entrepreneur deals with complexity: http://bit.ly/2QYPCH (by @seatwavejoe )
  6. Google Chrome OS source code released and project officially started: http://bit.ly/2QgGYr
  7. @dartdog You could add a few images. The slides are more like a list of what is available, but not why it's cool.
  8. RT @antosotomayor: New Survey Shows Python Use Has Risen 45% Since Google App Engine Debuted http://j.mp/3KkuCX
  9. Django App Engine branch switched to multi-db. Will dive into clean integration soon, hopefully.
  10. Is it just me? Whenever I stop using twitter for a week I suddely get lots of new followers. Artificial virality?
  11. RT @ursm: Sprouting—Automated Spriting for SproutCore http://ff.im/-adrFf
  12. Native Django to App Engine port: status report and instructions for contributors http://bit.ly/4FKaeg
  13. @radaczynski Nice solution, if you don't depend on retrieving data from the server most of the time
  14. @mtourne We'll give our Django ORM -> App Engine port to whoever officially integrates it into Django (for sharing effort)
  15. Status report: Native Django for App Engine: Django's session db and cached_db backends work unmodified!
  16. Finally, I've managed to save() a simple Django model on App Engine! Next stop: delete()
  17. @IanMLewis Definitely, denormalization is not going away. Again, App Engine's models make it far more difficult than necessary.
  18. @IanMLewis We've analyzed a lot of code and found that people were still doing simple&scalable joins via db.get()
  19. @IanMLewis I mean, even if you jump to SQL you might have to denormalize, so the App Engine optimized code won't need any modifications
  20. @IanMLewis Indeed, many Django apps won't work directly on App Engine, but the inverse is definitely possible and keeps scalability