HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guptarohit

no profile record

comments

guptarohit
·2 maanden geleden·discuss
I too switched to zed recently, been using jetbrain IDEs for over 10 years. Noticed recently pycharm been acting up and hogging lot of ram!
guptarohit
·3 jaar geleden·discuss
thanks for sharing, Matter looks promising I'll give it a try.
guptarohit
·3 jaar geleden·discuss
This is one of the great writeup!

In case you want to listen it instead of reading it like me, you can do so by following command, it creates a audio file (named greatwork) which you can play:

wget -qO- http://paulgraham.com/greatwork.html | sed -e '/<script/,/<\/script>/d' -e 's/<[^>]*>//g; s/\&nbsp\;/ /g; s/\&amp\;/\&/g; s/\&lt\;/</g; s/\&gt\;/>/g' | say --progress -o greatwork

please note, this is tested on macOS only.