Free Programing Books
github.com
Free Programing Books
1–10 of 40 posts
Re: Free Programing Books
#2Re: Free Programing Books
#3Tsundoku (積ん読) is the phenomenon of acquiring reading materials but letting them pile up in a home without reading them. The term is also used to refer to unread books on a bookshelf meant for reading later.
Taleb calls it the anti-library
Re: Free Programing Books
#4Tsundoku (積ん読) is the phenomenon of acquiring reading materials but letting them pile up in a home without reading them. The term is also used to refer to unread books on a bookshelf meant for reading later.
% mdfind -onlyin ~ kind:pdf |wc -l
11116
(2k of those are in my directory of github checkouts and there are duplicates in there.)Re: Free Programing Books
#5Re: Free Programing Books
#6Tsundoku (積ん読) is the phenomenon of acquiring reading materials but letting them pile up in a home without reading them. The term is also used to refer to unread books on a bookshelf meant for reading later.
Nice! Taleb calls it the anti-library
Re: Free Programing Books
#7Earlier quoted context omitted.
Nice! Taleb calls it the anti-library
Spiritually different intention, but both yield lots of unread material at hand. The parent's is "bought with best intentions" but letting it pile up despite that intention, Taleb's is purposefully accumulating material that you don't intend to read unless a future you finds it helpful to explore that book
Re: Free Programing Books
#8Earlier quoted context omitted.
Nice! Taleb calls it the anti-library
Spiritually different intention, but both yield lots of unread material at hand. The parent's is "bought with best intentions" but letting it pile up despite that intention, Taleb's is purposefully accumulating material that you don't intend to read unless a future you finds it helpful to explore that book
Re: Free Programing Books
#9Tsundoku (積ん読) is the phenomenon of acquiring reading materials but letting them pile up in a home without reading them. The term is also used to refer to unread books on a bookshelf meant for reading later.
do pdfs count? % mdfind -onlyin ~ kind:pdf |wc -l 11116 (2k of those are in my directory of github checkouts and there are duplicates in there.)
prhodes@troubadour:~/Downloads/pdfs$ find . -name "*.pdf" | wc -l
18952
prhodes@troubadour:~/Downloads/pdfs$ find . -name "*.epub" | wc -l
2385
prhodes@troubadour:~/Downloads/pdfs$ find . -name "*.djvu" | wc -l
1384
prhodes@troubadour:~/Downloads/pdfs$ find . -name "*.mobi" | wc -l
125
(There are definitely duplicates in those, FWIW)Re: Free Programing Books
#10Programming*