Live data from Hacker News

Free Programing Books

github.com

31–40 of 40 posts

Re: Free Programing Books

#31

Earlier quoted context omitted.

Is mdfind a Windows executable? Is there a standalone version that I might be able to use on the rare occasions I need to fight with somebody's Windows box?

mdfind is a built-in with macOS. It's similar to find (should be on your *nix system if you have one) which can be installed with Cygwin on Windows. On Windows, you'd use Powershell and Get-ChildItem (I don't think it's case sensitive, but I don't use PS much).

Thank you

Re: Free Programing Books

#33
post #4
post #2

Tsundoku (積ん読) 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.)

Why do you make PDFs of github checkouts?

Re: Free Programing Books

#35

Earlier quoted context omitted.

They totally do! And epub, mobi, djvu... 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)

Why are you downloading mobi files? Seriously, I only do that if there is no epub, and only keep it long enough to convert it.

Pretty much that. If the only copy I can find is .mobi.. or, occasionally perhaps, just by mistake.

Re: Free Programing Books

#36

If you head to libgen.ac, you can find nearly every book. Sure, its a 'pirate library'. But seriously, if public libraries were created in the last 20 years, they would be banned as well. And that's also not saying anything about the AI companies, both targeting everything they can get their mitts on.

Go to libgen.ac. Searched for '68030', because I'm playing with one. Zero books found. So, no, far less than "nearly every book".

Re: Free Programing Books

#37
post #36

If you head to libgen.ac, you can find nearly every book. Sure, its a 'pirate library'. But seriously, if public libraries were created in the last 20 years, they would be banned as well. And that's also not saying anything about the AI companies, both targeting everything they can get their mitts on.

Go to libgen.ac. Searched for '68030', because I'm playing with one. Zero books found. So, no, far less than "nearly every book".

https://libgen.li/index.php?req=68030&columns%5B%5D=t&column...

So, libgen.li .

Re: Free Programing Books

#38

So many people I know download PDFs and never, ever read them. I truly believe reading is one of the best things you can do. If you find you're not reading then the PDFs aren't working for you. Try getting hard copies of some books you think you should read. Personally I can never read text books on screens, but I devour them in paper format.

> So many people I know download PDFs and never, ever read them. I truly believe reading is one of the best things you can do. If you find you're not reading then the PDFs aren't working for you. I think if you can convert them into audio, then they'd have a better chance of getting consumed while doing an activity like cooking, working out, or walking. I find it hard now to find dedicated time for just reading a boo…

can't believe sharing a personal learning experience would hurt someone! Snowflakes!!

Re: Free Programing Books

#39
post #4

Earlier quoted context omitted.

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.)

Why do you make PDFs of github checkouts?

I meant that I have repositories checked out of github that contain pdf files. Most repositories that I check out of github are in ~/code, which I back up in case it disappears upstream. But it does look like a lot of those files actually are academic papers.

Re: Free Programing Books

#40
post #36

Earlier quoted context omitted.

Go to libgen.ac. Searched for '68030', because I'm playing with one. Zero books found. So, no, far less than "nearly every book".

https://libgen.li/index.php?req=68030&columns%5B%5D=t&column... So, libgen.li .

That search returns 10 items. I own more physical copies of 68030 related books than that search returns. Bonus: none of those 10 items are books. I'll stick to Anna's or the rest that actually index useful stuff.
Post reply on HN