Is there any reason to to this without cooperation with https://github.com/vhf/free-programming-books which already has over 4K commits and 16K forks?
I agree they should cooperate, but I'm curious about the 16k forks. What's the point in forking a project like this? Adding changes and submitting pull requests would be the obvious thing, but that doesn't seem to be the case because there are only 4K commits and less than 30 open pull requests. So anybody know what's up with all the forks?
Show HN: DevFreeBooks – A collection of free books for developers
41–50 of 65 posts
Re: Show HN: DevFreeBooks – A collection of free books for developers
#42Am I the only one who dislikes these free resource type collections? One, they present too many choices of dubious value. The most important part of book recommendations is a vetting of a few resources that are guaranteed to be enlightening. Two, the monetary cost of a book isn't the largest "cost". The largest cost is the time spent reading the book, which again means that the most value that can be added is through…
Is "too many choices" in this context really that valid of a critique when the entire purpose is to "choose what's applicable to your need, ignore what isn't"?
Re: Show HN: DevFreeBooks – A collection of free books for developers
#43Earlier quoted context omitted.
I agree they should cooperate, but I'm curious about the 16k forks. What's the point in forking a project like this? Adding changes and submitting pull requests would be the obvious thing, but that doesn't seem to be the case because there are only 4K commits and less than 30 open pull requests. So anybody know what's up with all the forks?
I'm guessing the forks are a form of bookmarking. At least for my part, I fork every single repository that might even be slightly interesting for me in the future. Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
Re: Show HN: DevFreeBooks – A collection of free books for developers
#44https://github.com/vhf/free-programming-books is always worth a look.
Re: Show HN: DevFreeBooks – A collection of free books for developers
#45Earlier quoted context omitted.
I agree they should cooperate, but I'm curious about the 16k forks. What's the point in forking a project like this? Adding changes and submitting pull requests would be the obvious thing, but that doesn't seem to be the case because there are only 4K commits and less than 30 open pull requests. So anybody know what's up with all the forks?
I'm guessing the forks are a form of bookmarking. At least for my part, I fork every single repository that might even be slightly interesting for me in the future. Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
> Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
I don't know what it means to "hate" a repo, but whatever it means, forking the repo actually means you won't be keeping tabs on them because your personal fork will have no activity until you pull from the original. And if you need to go to the original to get updates, why not just go straight there?
Re: Show HN: DevFreeBooks – A collection of free books for developers
#46Earlier quoted context omitted.
I agree they should cooperate, but I'm curious about the 16k forks. What's the point in forking a project like this? Adding changes and submitting pull requests would be the obvious thing, but that doesn't seem to be the case because there are only 4K commits and less than 30 open pull requests. So anybody know what's up with all the forks?
I'm guessing the forks are a form of bookmarking. At least for my part, I fork every single repository that might even be slightly interesting for me in the future. Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
Re: Show HN: DevFreeBooks – A collection of free books for developers
#47Am I the only one who dislikes these free resource type collections? One, they present too many choices of dubious value. The most important part of book recommendations is a vetting of a few resources that are guaranteed to be enlightening. Two, the monetary cost of a book isn't the largest "cost". The largest cost is the time spent reading the book, which again means that the most value that can be added is through…
That's a difficult thing to make since you have to be subjective when suggesting a resource.
For example, in awesome-scifi's novels section[0], we as the maintainers try to tackle this project by requesting from the PR submitter to add a subjective description on why the submitter thinks that the novel in question is awesome (backed up by the name of the submitter so you know exactly who wrote that description), to add a Goodreads rating at the time of submitting a PR, and an emoji if it contains more than 100k ratings on Goodreads (indicating that it's a popular one).
Now, I'm obviously being subjective when talking about a list I'm one of the maintainers of, but when I'm searching for a book, I get to see if it has a good rating, if it got a lot of ratings, and a subjective description of why the person who submitted it thinks it's awesome. It works rather well in my case.
Re: Show HN: DevFreeBooks – A collection of free books for developers
#48First/Second book in nodejs link broken for: Learn to Create Node.js Applications from Scratch
Re: Show HN: DevFreeBooks – A collection of free books for developers
#49Earlier quoted context omitted.
I agree they should cooperate, but I'm curious about the 16k forks. What's the point in forking a project like this? Adding changes and submitting pull requests would be the obvious thing, but that doesn't seem to be the case because there are only 4K commits and less than 30 open pull requests. So anybody know what's up with all the forks?
I'm guessing the forks are a form of bookmarking. At least for my part, I fork every single repository that might even be slightly interesting for me in the future. Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
But forking has its benefits if you want to make sure that the original repository does not disappear.
Re: Show HN: DevFreeBooks – A collection of free books for developers
#50Earlier quoted context omitted.
I'm guessing the forks are a form of bookmarking. At least for my part, I fork every single repository that might even be slightly interesting for me in the future. Hell, I even fork repos that I explicitly hate, just so I can keep tabs on them or learn more about them.
There is a "Star this repo" option for just this case. But forking has its benefits if you want to make sure that the original repository does not disappear.