I've been working a bit with contenteditable tags in my HTML, and learnt a couple of things, so here they are. Update: See also my demo of how to sele… ...more
I had the pleasure of being a mentor this summer for an Outreachy internship for the Matrix organisation. Outreachy provides internships to people sub… ...more
ffmpeg -i original.mkv -c:v libx264 -c:a aac -ac 2 -ab 384000 -ar 48000 new.mp4 (Short answer: use the above ffmpeg command line. Read on for how I di… ...more
Curious to know a bit more about Matrix? This video goes into the details of what kinds of requests you need to send to write a Matrix client, and why… ...more
One of the advantages of writing code in Rust is that it can be re-used in other places. Both iOS and Android allow using native libraries within your… ...more