Viewing profile — dashezup
dashezup
HN member- Joined
- Mon, May 17, 2021, 1:45 PM UTC
- HN karma
- 12
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About dashezup
- GitHub: https://github.com/dashezup
Recent public activity
-
comment
Comment #28124980
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 bett…
-
comment
Comment #27993976
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 --al…
-
comment
Comment #27763890
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 da…
-
comment
Comment #27742581
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…
-
comment
Comment #27742235
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…
-
comment
Comment #27184703
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 y…
-
comment
Comment #27183700
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 …