Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on YAML
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
General Tips and Traps
- YAML is much better alternative to JSON. TOML is another good alternative to YAML.
Ranges in YAML
https://stackoverflow.com/questions/48199439/use-range-with-stepsize-in-yaml-file
YAML for Rust
Please …
Tips on ssh-keygen
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the following command to generate new RSA keys without prompt questions.
ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa
Tips on BigQuery
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Introduction to SQL in BigQuery
Data Types
Questions
-
Can you set Vim keybindings for editors?
-
how to connect to a BigQuery …
GCP Compute Engine VM Instances
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
GCP¶
GCP c2 and c3 VMs are good choices according to performance per price. It's even cheaper than customized VM types with reduced memories! GCP c2 VMs are compute optimized and are ideal for CPU intensive workloads. Note that GCP c2 spot VMs are even cheaper than AWS t2.nano VMs if you can stand your VM being preempted.
Tips on GCP
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Notice that lots of services can be used for free (with monthly limits). For more details, please refer to GCP Free Tier Usage Limits .
https://cloud.google …