[google-appengine] Re: Version 1.4.0 is out!

2010-12-02 Thread sserrano
Thanks for the great work!! This release not only helps to do apps easier, it also opens new kind of things that are possible with the App Engine. Cheers, Sebastian -- web: www.sserrano.com twitter: sserrano44 On Dec 2, 5:14 pm, "Ikai Lan (Google)" wrote: > Hey everyone, > > Version 1.4.0 is o

[google-appengine] Re: Going beyond 10 applications

2010-09-15 Thread sserrano
You have to feel this form: http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport -Sebastian http://studio.livemade.com On Sep 15, 2:36 pm, Lenny Rachitsky wrote: > Is there any way to get more then 10 applications in my account? I > have billing enabled in a number

[google-appengine] Re: When to move to a sharded counter?

2010-09-07 Thread sserrano
If you can tolerate some minimal level of error, like when you are counting popularity, this works great: http://blog.notdot.net/2010/04/High-concurrency-counters-without-sharding -Sebastian http://studio.livemade.com On Sep 7, 1:28 am, Robert Kluin wrote: > Shard when you are updating the same

[google-appengine] updates on appenginepeople.net

2010-08-30 Thread sserrano
Hi Everybody I just push some changes to http://www.appenginepeople.net New stuff: * contact email is protected with recaptcha mailhide * "about me" accepts textile markup * signup is now handle by a wizard with 3 steps Cheers, Sebastian http://studio.livemade.com -- You received this

[google-appengine] [ANN] appenginepeople.net stats

2010-05-16 Thread sserrano
Hi I just add some simple stats to http://www.appenginepeople.net/stats/ Cheers, Sebastian http://www.livemade.com PS: hope to see many appengine folks at the Google IO -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this gro

[google-appengine] ANN: App Engine People (http://www.appenginepeople.net/)

2010-05-07 Thread sserrano
App Engine People lists Google App Engine developers from around the world, and aims to help developers find like-minded people near them and possibly start up some local meet-ups and user groups. The App Engine People website is not affiliated with Google Inc. and was built as a clone of DjangoPeo

[google-appengine] thanks for the last changes to the admin

2010-03-25 Thread sserrano
I was really annoyed by the Kind select of the Data Viewer. Thanks, Sebastian http://appenginepeople.net/users/sserrano/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goo

[google-appengine] Re: Limit on image size very low

2009-12-08 Thread sserrano
In the mean time you can try http://code.google.com/p/appengine-storages/ Is a project Im developing and provides an Storage property that tries to works like the django one. Now has two backends, S3 and datastore. The datastore backend saves the file in 1mb chunks. The code is still beta but fun

[google-appengine] Re: Why not implement a Django database backend for App Engine?

2009-11-18 Thread sserrano
While it is a difficult task there is people trying to work around it. Follow wkornewald at http://bitbucket.org/wkornewald/ he is doing an excellent work Cheers, Sebastian Serrano http://www.sserrano.com On 18 nov, 09:54, frankabel wrote: > Hi all, > > I'm newbie in this App Engine. As far I

[google-appengine] request size limit is 1 or 10mb?

2009-07-05 Thread sserrano
Hi From the docs the request size limit shoul be 10mb, but when i try to upload something with more than 1mb im getting an http response code 400, which even not appear at the app log. For request with 0.9mb all is fine. I read the 10mb limit at http://code.google.com/intl/en/appengine/docs/

[google-appengine] Re: File limit increased to 3000

2009-06-29 Thread sserrano
awesome, I was almost reaching the 1000 files limit On Jun 25, 7:06 pm, Bill wrote: > Haven't heard much publicity about this, but Google increased the file > limit to 3000 > files:http://code.google.com/p/googleappengine/issues/detail?id=161#c86 --~--~-~--~~~---~--