I wanted to highlight trend 2: ML training is becoming more efficient *really* quickly. A peer-reviewed paper with data is coming soon but I'll tease the result here: ML training is not going to cause exponentially increasing carbon emissions.
https://t.co/NLvceNg7np
awesome-go-style: A Collection of Go Style Guides - https://t.co/RrWn5xIC1K (A list of links to things to read about Go code style including specific Go style guides.)
Manage your Spotify library/playlists as code with Terraform. This is something you probably didn't know you needed and you also honestly don't need it but we've gone ahead and wrote a tutorial about it anyways. Very cool community provider! https://t.co/ty5PwQ9Aum
Do you want to know what keeps us working hard these days?
We are testing our new service: content upload network. We want to make upload easier and faster for your user-generated video pipeline.
Want to be with the firsts to try this feature? check: https://t.co/mC9beAGRO6
💡#FFmpeg tip: Using the powerful filters you can convert a video to look like an old-school one! 📽
Learn how to do it on our latest blog post: https://t.co/jU1IJVNICv
💡#FFmpeg tip: Have you ever wonder how to create a gif from a video so you can share it on @SlackHQ ?
Learn how to make it on our latest blog post: https://t.co/B98ZBw9xxi
💡#FFmpeg tip: Extract audio from a video file is super easy! You only need to run:
ffmpeg -i <INPUT_VIDEO_FILE> -vn -c:a mp3 -b:a 128k -ac 2 -ar 48000 output.mp3
For more tips and tricks, check this out: https://t.co/JJZTITu46c
💡#FFmpeg tip: To convert a video file from any format to mp4 you can run:
ffmpeg -i <INPUT_VIDEO_FILE> output.mp4
For more tips and tricks, check this out: https://t.co/eor82uN5sU
💡#FFmpeg tip: You can convert an audio file to mp3 easily with the command:
ffmpeg -i <INPUT_AUDIO_FILE> output.mp3
For more tips and tricks, check this out: https://t.co/4uHeaoAeeZ
We rely on each other for creating value.
Let's be kind to each other & encourage people who are learning how to create software.
Inspired by https://t.co/Uuvsp0SmyJ
We are releasing safe billing limits:
https://t.co/1uCKtqOi9P
We rely on each other for creating value.
Let's be kind to each other & encourage people who are learning how to create software.
Inspired by https://t.co/Uuvsp0SmyJ
We are releasing safe billing limits:
https://t.co/1uCKtqOi9P
We rely on each other for creating value.
Let's be kind to each other & encourage people who are learning how to create software.
Inspired by https://t.co/Uuvsp0SmyJ
We are releasing safe billing limits:
https://t.co/1uCKtqOi9P
After a zillion years monitoring production REST APIs, we've got some recommendations on metrics to track. Here are the top 8 most critical:
https://t.co/51TpT9J1my !