Skip to content

JWY's blog

My main interests are deep learning, quantitative trading and high performance computing. I'm always open to learning new things!


Latest Posts

Pkl language

There are many configuration languages such as json, yaml and toml. They are perfect for simple tasks but quickly get out of hand when it is used for seting up complicated systems like docker or kubernetes. Then Pkl language from Apple came to rescue. Here is the link to the home page. (Don't confuse this with Python's pickle.)

Starting out Rust

I am a heavy user of Python since most of my work consist of working with data and machine learning. Currently, there is no competition to Python. But the biggest downside of using Python is always the speed. Hopefully Rust can be