7:00 – 7:00 ASRC PhD
- Ran additional permutations on room convergence
- Started the “shiny” slide deck
- Started on the CHI play paper
7:00 – 7:00 ASRC PhD
7:00 – ASRC PhD
7:00 – ASRC PhD
7:00 – 10:00 ASRC PhD. Fun, long day.
5:00 – ASRC TL
Travelling to the Tensorflow developer’s conference
Started on my iConf talk
More BAA while flying
7:00 – 4:00 ASRC
4:30 – 7:00 Seminar
7:00 – 5:00 ASRC MKT
7:00 – 5:00 ASRC MKT
7:00 – 4:30 ASRC MKT
PS D:\Development\Sandboxes\MapsFromPodcasts> gcloud ml speech recognize D:\Development\Sandboxes\MapsFromPodcasts\brook
lyn.flac --language-code='en-US'
{
"results": [
{
"alternatives": [
{
"confidence": 0.98360395,
"transcript": "how old is the Brooklyn Bridge"
}
]
}
]
}
Note that the audio file is the same as the one in the examples and is available from Google here: storage.googleapis.com/cloud-samples-tests/speech/brooklyn.flac

It says to run
gcloud auth application-default login --scopes=https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/userinfo.email




Your current Cloud SDK version is: 213.0.0
You will be upgraded to version: 214.0.0
┌─────────────────────────────────────────────────┐
│ These components will be updated. │
├──────────────────────────┬────────────┬─────────┤
│ Name │ Version │ Size │
├──────────────────────────┼────────────┼─────────┤
│ Cloud SDK Core Libraries │ 2018.08.24 │ 8.3 MiB │
│ gcloud cli dependencies │ 2018.08.24 │ 2.4 MiB │
└──────────────────────────┴────────────┴─────────┘
┌─────────────────────────────────────────────────────────────────────┐
│ These components will be installed. │
├────────────────────────────┬─────────────────────┬──────────────────┤
│ Name │ Version │ Size │
├────────────────────────────┼─────────────────────┼──────────────────┤
│ Bundled Python │ │ │
└────────────────────────────┴─────────────────────┴──────────────────┘
The following release notes are new in this upgrade.
Please read carefully for information about new features, breaking changes,
and bugs fixed. The latest full release notes can be viewed at:
https://cloud.google.com/sdk/release_notes
214.0.0 (2018-08-28)
Breaking Changes
■ **(Cloud Bigtable)** Modified the arguments accepted by cbt
createappprofile and cbt updateappprofile in the following ways:
≡ Removed etag argument from createappprofile.
≡ Renamed allow-transactional-writes option as transactional-writes.
≡ Added a force option to ignore warnings.
■ **(Cloud Bigtable)** Modified the specification for routing policies.
A routing policy can be either "route-any" (previously of
"multi_cluster_routing_use_any") or "route-to=".
■ **(Compute Engine)** Deprecated gcloud compute interconnects
attachments create. Please use gcloud compute interconnects attachments
dedicated create instead.
■ **(Compute Engine)** Removed deprecated --mode flag from gcloud
compute networks create. Use --subnet-mode instead.
■ **(Compute Engine)** Removed deprecated gcloud compute networks
switch-mode command. Use gcloud compute networks update
--switch-to-custom-mode instead.
■ **(Compute Engine)** Removed deprecated gcloud compute xpn command
group. Use gcloud compute shared-vpc instead.
Cloud Bigtable
■ Restored the output of the cbt count command that was inadvertently
removed in the previous release.
Cloud Datalab
■ Updated the datalab component to the 20180820 release. Released
changes are documented in its tracking issue at
https://github.com/googledatalab/datalab/issues/2064
(https://github.com/googledatalab/datalab/issues/2064).
Cloud Dataproc
■ Added SCHEDULED_DELETE column to gcloud beta dataproc clusters list
command output.
Cloud Datastore Emulator
■ Released Cloud Datastore Emulator version 2.0.2.
≡ Improved backward compatibility with App Engine local development
by keeping auto generated indexes in index file generated from
previous runs.
Cloud Functions
■ Promoted --runtime flag of gcloud functions deploy to GA.
Compute Engine
■ Promoted the following flags to GA:
≡ --network-tier of gcloud compute <addresses|forwarding-rules>
create
≡ --default-network-tier of gcloud compute project-info update
≡ --network-tier of gcloud compute instances
<add-access-config|create>
≡ --network-tier of gcloud compute instance-templates create
■ Promoted gcloud compute instances simulate-maintenance-event to GA.
■ Promoted <get|set>-iam-policy and <add|remove>-iam-policy-bindings to
beta in the following commands groups:
≡ gcloud compute sole-tenancy node-groups
≡ gcloud compute sole-tenancy node-templates
Kubernetes Engine
■ Promoted --disk-type flag of gcloud container <clusters|node-pools>
create to GA.
■ Promoted --default-max-pods-per-node flag of gcloud container
clusters create to beta.
■ Promoted --max-pods-per-node flag of gcloud container node-pools
create to beta.
■ Modified --monitoring-service flag of gcloud containers clusters
update to enable Google Cloud Monitoring service with Kubernetes-native
resource model.
■ Modified --logging-service flag of gcloud containers clusters update
to enable Google Cloud Logging service with Kubernetes-native resource
model.
■ Modified output of gcloud beta container clusters list for DEGRADED
clusters to include reason for degradation.
■ Added --enable-private-nodes and --enable-private-endpoint to gcloud
beta container clusters create.
■ Deprecated --private-cluster flag of gcloud beta container clusters
create; use --enable-private-nodes instead.
Subscribe to these release notes at
https://groups.google.com/forum/#!forum/google-cloud-sdk-announce
(https://groups.google.com/forum/#!forum/google-cloud-sdk-announce).
Do you want to continue (Y/n)? Y
╔════════════════════════════════════════════════════════════╗
╠═ Creating update staging area ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Uninstalling: Cloud SDK Core Libraries ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Uninstalling: gcloud cli dependencies ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Installing: Bundled Python ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Installing: Cloud SDK Core Libraries ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Installing: gcloud cli dependencies ═╣
╠════════════════════════════════════════════════════════════╣
╠═ Creating backup and activating new installation ═╣
╚════════════════════════════════════════════════════════════╝
Performing post processing steps...done.
Update done!
To revert your SDK to the previously installed version, you may run:
$ gcloud components update --version 213.0.0
Press any key to continue . . .


7:00 – 4:30 ASRC MKT
curl.exe -H "Content-Type: application/json" -H "Authorization: Bearer "$(gcloud auth application-default print-access-token) https://speech.google
apis.com/v1/speech:recognize -d @sync-request.json
curl: (6) Could not resolve host: ya29.c.EloHBu32-0nBAqimi1Zumlot6rjGtGpUk27qTTESRLW4vtd1LY4ihxBIesU3ga-kmwCaM7YZS-JRo_KNjaC_bj13dWazBcKr4YtAEQYFzSpSBx3DwdS46DTt0bg
{
"error": {
"code": 403,
"message": "The request is missing a valid API key.",
"status": "PERMISSION_DENIED"
}
}
No idea what host: ya29.c.EloHBu32-0nBAqimi1Zumlot6rjGtGpUk27qTTESRLW4vtd1LY4ihxBIesU3ga-kmwCaM7YZS-JRo_KNjaC_bj13dWazBcKr4YtAEQYFzSpSBx3DwdS46DTt0bg is
7:00 – 5:00 ASRC MKT
Output folder: D:\Programs\GoogleCloudAPI Downloading Google Cloud SDK core. Extracting Google Cloud SDK core. Create Google Cloud SDK bat file: D:\Programs\GoogleCloudAPI\cloud_env.bat Installing components. Welcome to the Google Cloud SDK! Your current Cloud SDK version is: 213.0.0 Installing components from version: 213.0.0 +-----------------------------------------------------------------------------+ | These components will be installed. | +-----------------------------------------------------+------------+----------+ | Name | Version | Size | +-----------------------------------------------------+------------+----------+ | BigQuery Command Line Tool | 2.0.34 | < 1 MiB | | BigQuery Command Line Tool (Platform Specific) | 2.0.34 | < 1 MiB | | Cloud SDK Core Libraries (Platform Specific) | 2018.06.18 | < 1 MiB | | Cloud Storage Command Line Tool | 4.33 | 3.6 MiB | | Cloud Storage Command Line Tool (Platform Specific) | 4.32 | < 1 MiB | | Cloud Tools for PowerShell | | | | Cloud Tools for PowerShell | 1.0.1.8 | 17.9 MiB | | Default set of gcloud commands | | | | Windows command line ssh tools | | | | Windows command line ssh tools | 2017.09.15 | 1.8 MiB | | gcloud cli dependencies | 2018.08.03 | 1.3 MiB | +-----------------------------------------------------+------------+----------+ For the latest full release notes, please visit: https://cloud.google.com/sdk/release_notes #============================================================# #= Creating update staging area =# #============================================================# #= Installing: BigQuery Command Line Tool =# #============================================================# #= Installing: BigQuery Command Line Tool (Platform Spec... =# #============================================================# #= Installing: Cloud SDK Core Libraries (Platform Specific) =# #============================================================# #= Installing: Cloud Storage Command Line Tool =# #============================================================# #= Installing: Cloud Storage Command Line Tool (Platform... =# #============================================================# #= Installing: Cloud Tools for PowerShell =# #============================================================# #= Installing: Cloud Tools for PowerShell =# #============================================================# #= Installing: Default set of gcloud commands =# #============================================================# #= Installing: Windows command line ssh tools =# #============================================================# #= Installing: Windows command line ssh tools =# #============================================================# #= Installing: gcloud cli dependencies =# #============================================================# #= Creating backup and activating new installation =# #============================================================# Performing post processing steps... ..............................................................................................................................................................done. Update done! This will install all the core command line tools necessary for working with the Google Cloud Platform. For more information on how to get started, please visit: https://cloud.google.com/sdk/docs/quickstarts Google Cloud SDK has been installed!
7:00 – 4:00 ASRC MKT
7:00 – 5:30 ASRC MKT

But what if the corruption isn’t hidden at all, but right out in the open? What if, when it’s identified, the perpetrator doesn’t apologize, or demonstrate any remorse or shame, and there’s no punishment? What then? We don’t really have good narratives around what happens in that situation, which is why the Trump administration so often leaves us sputtering and gawking. It can’t just be a motley collection of incompetent grifters, each misruling their own little fiefdom, trying to stay in their boss’s good graces, succeeding less through wits than a congenital lack of shame and the unstinting institutional support of GOP donors. Can it?
7:00 – 4:00 ASRC MKT

You must be logged in to post a comment.