Viewing profile — aleaxit
aleaxit
HN member- Joined
- Tue, Jan 19, 2016, 1:31 AM UTC
- HN karma
- 14
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About aleaxit
Recent public activity
-
comment
Comment #40194266
I retired (after 18+ years at Google) last August, and as of that date A LOT of production code used languages different from C++ -- Go, Java, Kotlin, AND Python, plus a few more (…
-
comment
Comment #17725109
The links to APIs I see on that page are https://developers.google.com/resources/api-libraries/docume... and https://developers.google.com/api-client-library/python/ , both work fo…
-
comment
Comment #17719066
For Cloud Tasks, https://developers.google.com/api-client-library/python/apis... should help.
-
comment
Comment #17719021
Incidentally, the best way to "let us know" about bugs in GCP (App Engine or whatever else) is via the Issue Trackers, as per https://cloud.google.com/support/docs/issue-trackers (…
-
comment
Comment #17718936
If I had to guess, I'd say the most relevant changes for App Engine use may be the optimizations documented at https://docs.python.org/3/whatsnew/3.7.html#whatsnew37-perf : the `so…
-
comment
Comment #17478675
As an aside, this usage of `lambda` is redundant with a normal `def` statement: def F0(node): return node.find(SOME_XPATH) etc. If you're binding the new function to a name anyway,…
-
comment
Comment #11350531
Actually, when we started (GAE) with Python, my friend Guido didn't YET work here -- I was finally able to convince him to join, shortly after GAE's launch, in part thanks to the p…
-
comment
Comment #11349805
Excellent point Miles (and as you know I work in GCP too), I would add https://cloudplatform.googleblog.com/2015/05/AppScale-and-Ap... and https://www.youtube.com/embed/2fRTgosMtw4…