HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hiepph

no profile record

comments

hiepph
·mese scorso·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
·3 anni fa·discuss
True, now it's blocking some VPN IPs, which is annoying.
hiepph
·3 anni fa·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
·4 anni fa·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.