Ben Chuanlong Du's Blog

It is never too late to learn.

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

  1. 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 …

Shopping at Macys

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Customer Service

888-822-6229

You can call the phone number to have an inspector to measure the dent on a mattress.

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