Daily Shaarli

All links of one day in a single page.

April 25, 2024

Elon Musk’s Tesla Robotaxi Predictions Were All Wrong

The CEO’s past statements on autonomy undercut his credibility.

Creating GIF of Screen Recording on Linux | Baeldung on Linux
thumbnail

ffmpeg \
-f x11grab \
-y \
-framerate 20 \
-s "$(xdpyinfo | grep dimensions | awk '{ print $2 }' )" \
-i :0.0 \
-c:v libx264 \
-preset superfast \
-crf 21 \
"$(date +'%Y-%m-%d_%H-%M-%S').mp4"