2024春節おめでとう

Standard

2023年不论是身体还是精神都过得挺累的。
可能是抱娃时自己不小心吧,腰椎椎间板突出了,虽然在家上班时不时可以躺一下,但多数时间还是不得不坐在电脑前面,这痛的…
先前通过医生的认定,可申领18个月的伤病补贴。所以想想算了,不坚持了。
2024年在家休一整年,每周坚持去医院推拿理疗,同时也能帮老婆一块带娃。
话说带娃的确比是上班累,难怪日本有些爸爸每天宁愿加班也不早点回去。
好在现在平日白天我们都送娃去保育园,这样还有点时间可以看看自己感兴趣的东西。

pip install fails with connection error SSL

Standard

I 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