Converting video to high-quality gif using ffmpeg
Converting videos to GIFs using ffmpeg is a pain in the ass if you donโt know whatโs happening. GIF size getting 10x the size of original video ? Donโt worry, I got you!
๐
Converting videos to GIFs using ffmpeg is a pain in the ass if you donโt know whatโs happening. GIF size getting 10x the size of original video ? Donโt worry, I got you!
Using make
in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug programs. The make command is governed by the program set in makeprg
.
Apart from not loading shit ton of plugins, there are some other tricks that can be used to make Vim more faster:
Embedding static files in 2021 has become a bit easier since the release of Go 1.16. The new release comes with a new package embed
which provides a handy set of interface and methods to attach static file in go binaries
Dead links, huh!. Too many dead links? How do I test a bunch of URLs? Donโt worry I got you, I recently release areyouok a nice, portable and easy to use URL Auditor. Its built using Go and leverages go routines (literally the best form of concurrency).
Yesterday I completed my 2nd anniversary of Tech blogging, Yes my blog is now 2 years old ๐ I started my website (& my blog) in Jan 2019, a few days after I got my first internship as a developer. This post is going to be a reminder for me on how far I have come.
Do you want to know when was a file/directory committed in your git repo?
Well here is git log
at your rescue!
So I recently switched my editor to Vim (last month to be exact), I will probably post my experience sometime later on. If you are interested I am documenting my vim journey (or cheatsheet) here.