EvoDevo Papers is a bot that shares research articles in the field of evolutionary developmental biology (or evo-devo). Originally, I created it as a Twitter bot, and everything was going well for years… until Twitter’s takeover. The new policies and API restrictions made it unsustainable to continue posting there. In response to that, I decided […]
Month: January 2024
I’m refactoring the image processing functions of the Cifonauta database and wondering if there’s any Python library with native video processing capabilities. For the past years, I used a subprocess.call() to run a FFmpeg command to scale down and convert video files for the Cifonauta website (which is Django-powered). The ffmpeg command has some niceties […]