HN user

ahjones

1,238 karma

andrewhjon.es

Posts16
Comments13
View on HN

From the link:

12.1 The following terms apply only to current and future Google Cloud Platform Machine Learning Services specifically listed in the "Google Cloud Platform Machine Learning Services Group" category on the Google Cloud Platform Services Summary page

Those services are (from https://cloud.google.com/terms/services):

  - Cloud AutoML
  - Cloud Text-to-Speech
  - Dialogflow Enterprise Edition
  - Google Cloud Data Labeling
  - Google Cloud Natural Language
  - Google Cloud Speech-to-Text
  - Google Cloud Video Intelligence
  - Google Cloud Vision

I think you're being a little bit unfair. The same block then continues:

  This is called an integer overflow. At best, we might just get an error. At worst, our computer might compute the correct answer but then just throw out the 9th bit, giving us zero (0000 0000) instead of 257 (1 0000 0000)! (Python actually notices that the result won't fit and automatically allocates more bits to store the larger number.)
The article is introducing the concept of integer overflow.