psophis·2 年前·議論Not HDMI, but SDI over fiber is basically this. It can be muxed and is used in the broadcast industry for long haul camera feeds.
psophis·2 年前·議論This message is for Hawaii.Edit:Now as of "1154 AM PST Thu Dec 5 2024" the warning is canceled:https://www.tsunami.gov/events/PAAQ/2024/12/05/so1aq0/3/WEAK...
psophis·3 年前·議論I use this zsh function and define my git alias in my git config. # No arguments: `git status` # With arguments: acts like `git` function g() { if [[ $# > 0 ]]; then git $@ else git st fi } # Complete g like git compdef g=git
psophis·4 年前·議論The argument [0] has been made that Twitter was why the US had as good of a response to COVID-19 as it did.[0]: https://stratechery.com/2020/defining-information/
psophis·6 年前·議論You can also use add a hyphen ( <<-EOF ) to suppress leading tabs but not spaces. https://linuxhint.com/bash-heredoc-tutorial/