Forwarded from Frontend Resources
YouTube
Video Compression Is Magical
I'm a big nerd about all things video, not just MAKING videos lol. Really hyped to talk about h.264, video encoding, mp4's and the magic behind how it all works
MAIN POST
https://sidbala.com/h-264-is-magic/
ADDITIONAL SOURCES
https://en.wikipedia.org/w…
MAIN POST
https://sidbala.com/h-264-is-magic/
ADDITIONAL SOURCES
https://en.wikipedia.org/w…
multimaster postgres
https://www.pgedge.com/blog/announcing-our-partnership-with-equinix-and-availability-of-pgedge-platform-on-equinix-metal
https://www.pgedge.com/blog/announcing-our-partnership-with-equinix-and-availability-of-pgedge-platform-on-equinix-metal
Pgedge
Announcing our partnership with Equinix, and availability of pgEdge Platform on Equinix Metal!
pgEdge is an Equinix Metal database partner, and is now featured in the Equinix solution showcase.
!
is a valid character in an alias. I use it to mark aliases which run under sudo, for example on my Debian box I have:
alias e!="sudo ${EDITOR}"
alias a!="sudo apt"
alias s!="sudo systemctl"
alias in!="sudo apt install"
https://dev.to/pbarker/a-quick-bashzsh-tip-2ijm?context=digest
DEV Community
A quick bash/zsh tip
! is a valid character in an alias. I use it to mark aliases which run under sudo, for example on my...