- GitHub: https://github.com/dashezup
It's too comfortable while laying down, I usually fell into sleep when I was laying down on my bed to take a rest. I guess this could also happen with such setup. I think it's better to find a comfortable chair instead,…
I prefer the "git wip" custom command than gitupdate git config --global alias.wip "\!git add --all; git commit -a -m \"wip: update\"" git config --global alias.wtc "\!git add --all; git commit -a -m \"[WTC] \$(curl -s…
True, I don't see the benefits of writing it in bash/shell script in this case. Plus you can get proper syntax highlighting for SQL in your text editor for ".sql" file. sqlite3 database.db <query.sql Some other DBMS…
Haven't use Windows for a while, on macOS I used to use NFS to access files on a LAN server but switched to WebDAV as well because it seems easier and cleaner to use WebDAV compare to SMB/NFS, since it does not require…
I used to self-host transfer.sh, but nowadays I just use WebDAV. 1. it's easy to get WebDAV running, most of HTTP server support it through modules. or you could run it with rclone, on non-standard port or behind a…
You would notice that the main difference between lossy and lossless formats is that lossless format keeps all of the stuff while lossy formats partially or wholly drop 20kHz+ if you compare with the spectrogram of…
Fish is fast but the thing which stops me from keep using it is that fish is not POSIX compliant. so I just use zsh for interactive shell and dash for scripting (and use bash when dash is not enough). It's easy to…
It's too comfortable while laying down, I usually fell into sleep when I was laying down on my bed to take a rest. I guess this could also happen with such setup. I think it's better to find a comfortable chair instead,…
I prefer the "git wip" custom command than gitupdate git config --global alias.wip "\!git add --all; git commit -a -m \"wip: update\"" git config --global alias.wtc "\!git add --all; git commit -a -m \"[WTC] \$(curl -s…
True, I don't see the benefits of writing it in bash/shell script in this case. Plus you can get proper syntax highlighting for SQL in your text editor for ".sql" file. sqlite3 database.db <query.sql Some other DBMS…
Haven't use Windows for a while, on macOS I used to use NFS to access files on a LAN server but switched to WebDAV as well because it seems easier and cleaner to use WebDAV compare to SMB/NFS, since it does not require…
I used to self-host transfer.sh, but nowadays I just use WebDAV. 1. it's easy to get WebDAV running, most of HTTP server support it through modules. or you could run it with rclone, on non-standard port or behind a…
You would notice that the main difference between lossy and lossless formats is that lossless format keeps all of the stuff while lossy formats partially or wholly drop 20kHz+ if you compare with the spectrogram of…
Fish is fast but the thing which stops me from keep using it is that fish is not POSIX compliant. so I just use zsh for interactive shell and dash for scripting (and use bash when dash is not enough). It's easy to…