[google-appengine] Cloud SQL vs Datastore NDB

2014-04-21 Thread coto
Despite both have amazing features, these two database systems have different strengths. I would like to hear your opinion about, when is recommended to use Cloud SQL and when Datastore through NDB. -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Google App Engine Boilerplate 3.0 is here

2014-02-12 Thread coto
Since Feb 12, 2012, more than 800 commits, 476 stars, 185 forks, 106 watchers, a lot of developers<https://github.com/coto/gae-boilerplate/graphs/contributors?type=a>have contributed to this amazing project where the mission was: "gets your project off the ground quickly using the

Re: [google-appengine] Re: The Worst Google Service ever

2014-02-12 Thread Coto Augosto C.
Thanks Brett for answering me. I accept your apology and I believe there are not bad intentions behind this. I will answer directly from the case I referenced. Kind regards, - Rodrigo Augosto (@coto <http://twitter.com/coto>) On Wed, Feb 12, 2014 at 12:44 AM, Brett McCully wrote: >

Re: [google-appengine] Re: The Worst Google Service ever

2014-02-10 Thread Coto Augosto C.
abled on Dec. 10th, 2013" This is 31 days x $0.01 = $0.31 Am I missing something? Can you please clarify why is this a *large* impact for you? Kind regards Sub Szabolcs Feczak Cloud Platform - Rodrigo Augosto (@coto <http://twitter.com/coto>) On Mon, Feb 10, 2014 at 7:40 PM, husa

[google-appengine] The Worst Google Service ever

2014-02-10 Thread coto
Today I am asking to stop Google Cloud Gold Support, in my humble opinion, the worst Google Service ever, Google Cloud has bad services, but Google Cloud Gold support was the worst ever. - $400 a month, we never received a solution for the most important issues, issues about Google bill

Re: [google-appengine] Re: Snapchat

2014-01-22 Thread Coto Augosto C.
; rafa >>>>>>>>> >>>>>>>>> >>>>>>>>> On Mon, Jan 20, 2014 at 1:44 PM, Jim wrote: >>>>>>>>> >>>>>>>>>> I've seen many variations of this

Re: [google-appengine] Re: Snapchat

2014-01-22 Thread Coto Augosto C.
ome well-known software houses. The last >>>>>>>>> 12 >>>>>>>>> years I was building SaaS-based software products serving top-tier >>>>>>>>> global >>>>>>>>> financial ins

Re: [google-appengine] Re: Snapchat

2014-01-22 Thread Coto Augosto C.
t; financial institutions. During that time I worked on projects where we >>>>>>>> built, from the ground up, 2 different web-based solutions which wound >>>>>>>> up >>>>>>>> serving tens-of-thousands of end-users and very large v

Re: [google-appengine] Re: Snapchat

2014-01-21 Thread Coto Augosto C.
sically, we are now are paying ~$1300 per month for servers, and additionally, $400 for notifying Google they have issues with their services. ("common sense says they have to pay us for this") - Rodrigo Augosto (@coto <http://twitter.com/coto>) On Tue, Jan 21, 2014 at 4:16 PM,

[google-appengine] Re: Snapchat

2014-01-20 Thread coto
We all should be surprised, because Google App Engine is very expensive!! On Sunday, January 19, 2014 5:23:13 AM UTC-3, alex wrote: > > Why were you surprised? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

[google-appengine] App Engine reporting High Latency

2013-12-06 Thread coto
Google App engine is experiencing an issue and some applications are experiencing errors and high latency. The important question is: Why the page status (https://code.google.com/status/appengine) doesn't reflect these errors (almost never) ? -- You received this message because you are subs

[google-appengine] Security advisory: SSL is Gone

2013-08-06 Thread coto
At ekoparty 2012, Thai Duong and Juliano Rizzo announced CRIME, a compression side-channel attack against HTTPS. An attacker with the ability to: - Inject partial chosen plaintext into a victim's requests - Measure the size of encrypted traffic More info: https://www.djangoproject

[google-appengine] como hacer formularios en app engine y python, ademas usar una base de datos para almacenarlos

2013-07-30 Thread coto
Comienza con http://appengine.beecoss.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this gro

[google-appengine] error 404 for a route that never is called

2013-07-26 Thread coto
I am logging 404 errors in my application (Python 2.7, SDK 1.8.2, HR), the question is... Why do I receive a bunch of these errors (more than 3 times a day): *Application ID:* sandengine *Application Version:* dev.368471226492213275 *User Agent:* AppEngine-Google; (+http://code.google.com/app

[google-appengine] Re: DDos attack in google app engine

2013-05-23 Thread coto
I'd be happy on helping you to research about it. I have a few application on App Engine that could help you. email me coto [at] qompazz.com BR On Sunday, May 19, 2013 1:11:30 PM UTC-4, Dhairya Gopal wrote: > > I am M-tech studentand my thesis topic is DDoS Attack in Cloud >

[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-05-01 Thread coto
Nothing about PageSpeed? Remember that PageSpeed is still Experimental, Google is charging for that service and it still doesn't work with SSL (enabled with app.yaml) see more... http://stackoverflow.com/questions/16227028/app-engine-https-pagespeed-403-forbidden-error On Monday, April 29, 20

[google-appengine] App Engine + HTTPS + PageSpeed = 403 Forbidden Error

2013-04-26 Thread coto
The application is on Google App Engine (Python 2.7, webapp2, HighReplication) working properly with HTTPS. I configured the HTTPS in the app.yaml with the secure: always attribute, instead schemes in routes. so far everything OK, even when I do a "curl -I *HTTP*://[MY_URL]" , the answer is:

[google-appengine] Re: Guido leaving App Engine team (and Google)

2012-12-08 Thread coto
uilt one of the most used App Engine Boilerplate <https://github.com/coto/gae-boilerplate/>) and I hope this PaaS grow much more, hat off to Guido. - Coto On Friday, December 7, 2012 4:12:09 PM UTC-3, pdknsk wrote: > > Hopefully this isn't a bad sign for App Engine. > >

[google-appengine] Crypto with App Engine SDK 1.7.2

2012-10-02 Thread coto
What's the best way on getting pycrypto to work for dev with GAE? We are using Crypto in this open source project https://github.com/coto/gae-boilerplate/blob/master/boilerplate/lib/utils.py#L11 But this is what happen when you run locallly: /System/Library/Frameworks/Python.fram

[google-appengine] How can I change the 'authentication options' in the 'application settings' to Federated Login

2012-10-02 Thread coto
at the option box is disabled and I don't want delete and create the application again because I will lose the app Id. How can I do it? Thanks a lot in advance, Coto -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To vi

[google-appengine] Very high latency of python app engine app

2012-08-16 Thread coto
30+PM.png> This is the Instances and Billing status: <https://lh6.googleusercontent.com/-Wgao8jhxAR0/UC0xUP5sxFI/PCQ/PEwuQssJvmo/s1600/Screen+Shot+2012-08-16+at+1.43.14+PM.png> And to finish, may be it is a code error, and here is the source code (http://github.com/coto/gae-boilerplat

[google-appengine] JetBrains has given the gae-boilerplate contributors a year-long free license

2012-08-15 Thread coto
700 lines of code (At least one commit in the last month) 2. You have provided more 1000 lines of code impact with at least one commit in the last month. To see how much you have contributed visit this page<https://github.com/coto/gae-boilerplate/graphs/contributors> How to ge

[google-appengine] IOError: [Errno 13] file not accessible after install setuptools

2012-08-03 Thread coto
I installed setuptools on my Macbook Pro Mountain Lion, and Babel with Jinja2 in order to run Babel locally. $ sh setuptools-0.6c11-py2.7.egg --prefix=~ --install-dir=/Library/Python/2.7/site-packages/ $ easy_install babel jinja2 After install those packages, I have this warning per any request

[google-appengine] Google App Engine Boilerplate Survey

2012-06-20 Thread coto
These are the features implemented so far: https://github.com/coto/gae-boilerplate/blob/master/README.rdoc Tell us what feature do you like the most: http://bit.ly/NPTqHJ App Engine Boilerplate Team -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] App Engine IRC Chat Time

2012-06-20 Thread coto
What's happening with the IRC Chat Time? I think it is not going anymore, why the information is still on the webpage ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discu

[google-appengine] Django vs webapp2 on App Engine

2012-06-13 Thread coto
I would like to know your opinion of which of these two web frameworks (Django & webapp2) is better for using on App Engine, and why? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.

[google-appengine] Google App Engine Boilerplate New Version Announcement

2012-03-30 Thread coto
elping with these issues <https://github.com/coto/gae-boilerplate/issues> or adding new features. Enjoy it and Best regards, - Rodrigo @coto <http://twitter.com/coto> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T