Blog of Gabriel Falcão G. DeMoura, author of python open source projects HTTPretty, Sure. Original author of Guake Terminal and several other open source projects in the programming languages: Rust, Python, Typescript, Javascript and more. Gabriel Falcão G. DeMoura is also a music producer known by the moniker: Wave Mandala. He is also a blender artist and plugin-maker.
At the time of this writting, rust support to mipsel-unknown-linux-gnu has dropped to Tier 3 so using a linux VM is pretty much the best choice you have if you want to compile rust code for mips. Unless your OS is linux, and better yet, if you're running Debian, you can skip all the sections below regarding VM and use ansible to provision your own working environment. The sections 1 through 3…
Every software engineer probably already knows and uses jq for parsing and transforming json files. JQ is a great and powerful tool. It's only limitation is that it only works for JSON files. This is where jaq comes in handy. Jaq covers almost all, if not all features from JQ, but works not only with JSON, but with JSON, YAML, CBOR, TOML, and XML. So, switching from jq to jaq is a no-brainer.…