Geeks don't like to be formal, but we do like to be precise. That is the contrast that comes to mind as I attend my first IETF meeting, IETF 115 in Lo… ...more
The Selection API is confusing and weird. But, here's what I've discovered: just use setBaseAndExtend, and when (rarely) needed, extend. Summary Every… ...more
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