HackerTrans
TopNewTrendsCommentsPastAskShowJobs

guptarohit

no profile record

comments

guptarohit
·hace 2 meses·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
·hace 3 años·discuss
thanks for sharing, Matter looks promising I'll give it a try.
guptarohit
·hace 3 años·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.