Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on nbconvert
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Converting too many notebooks at the same (multiprocessing) causes
zmq.error.ZMQError: Address already in use
. The simple way to fix this issue is to limit the number of processes converting …
Tips on GCP Compute Engine
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
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 …
Tips on Gemini
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on JavaScript
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.
JavaScript Runtimes
- Node.js is a JavaScript runtime environment outside …