HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hiepph

no profile record

comments

hiepph
·mês passado·discuss
I’m actually impressed by the handwritten blog - really cool concept.

Was it exported by writing on remarkable? How did he include link into the text that he wrote?
hiepph
·há 3 anos·discuss
True, now it's blocking some VPN IPs, which is annoying.
hiepph
·há 3 anos·discuss
HN is just for tech. Sometimes I want to discuss non-tech topics. Nowhere is better than Reddit IMO. Discord and chat apps have so many noises that I always feel overwhelmed to keep up with the flow of chatting.
hiepph
·há 4 anos·discuss
I can't really stand Bash's arcane syntax, it drains my brain power (and time of consulting manual) every time I have to work with it. Switching to Fish has been a breath of fresh air for me. I think some people who want to use only Bash need to open their conservative mind. All of my personal shell scripts now are converted to Fish. If I want to run some POSIX-compatible script then I just use `bash scripts.sh`

Of course Bash is ubiquitous so I use them whenever I can in the company. A golden rule for me is: if it has more than 50 lines then I should probably write in a decent programming language (e.g. Ruby). It makes maintenance so much easier.