2023年不论是身体还是精神都过得挺累的。
可能是抱娃时自己不小心吧,腰椎椎间板突出了,虽然在家上班时不时可以躺一下,但多数时间还是不得不坐在电脑前面,这痛的…
先前通过医生的认定,可申领18个月的伤病补贴。所以想想算了,不坚持了。
2024年在家休一整年,每周坚持去医院推拿理疗,同时也能帮老婆一块带娃。
话说带娃的确比是上班累,难怪日本有些爸爸每天宁愿加班也不早点回去。
好在现在平日白天我们都送娃去保育园,这样还有点时间可以看看自己感兴趣的东西。
renovatebot
Standardhttps://docs.renovatebot.com
WSL2 2.0.0
Standard
wsl --update --pre-release
%userprofile%\.wslconfig
Backstage getting started
StandardInstall Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install v18.16.1
nvm use v18.16.1
npm install --global yarn
TerraformでVPC Peeringをやる
StandardProvider
provider "aws" {
alias = "tokyo"
region = "ap-northeast-1"
}
pip install fails with connection error SSL
StandardI had ssl issues due to company network security related to netscope.
My machine is Mac with python 3.11 and the following command worked for me.
pip config set global.trusted-host \
"pypi.org files.pythonhosted.org pypi.python.org" \
--trusted-host=pypi.python.org \
--trusted-host=pypi.org \
--trusted-host=files.pythonhosted.org
Symopsについてのドキュメント
StandardSymopsについてのドキュメントを読んでる
https://symops.com/
https://aws-iam.tutorials.symops.com/
育児休暇も終わり
Standard育児休暇も終わり、会社のパソコンも届き、仕事始めの準備も整いました。
Ingress-nginx on Docker Desktop with WLS2
Standardcode…