Live data from Hacker News

GitHub’s Large File Storage is no panacea for Open Source

medium.com

1–10 of 66 posts

Re: GitHub’s Large File Storage is no panacea for Open Source

#2
> Case in point: if a very popular Github repository (such as the one for the Linux kernel) decided to start using LFS for some of their files, they would instantly alienate all of their users. They would no longer be able to properly fork the project, or even clone it to get its binary files stored via LFS. Nobody would be able to send a pull request to Linus as a result without considerable effort.

Odd example. Linux doesn't use GitHub pull requests.

Re: GitHub’s Large File Storage is no panacea for Open Source

#3

> Case in point: if a very popular Github repository (such as the one for the Linux kernel) decided to start using LFS for some of their files, they would instantly alienate all of their users. They would no longer be able to properly fork the project, or even clone it to get its binary files stored via LFS. Nobody would be able to send a pull request to Linus as a result without considerable effort. Odd example. Lin…

Yeah I am assuming OP doesn't realize that patches are sent to the Linux kernel through emails.

Re: GitHub’s Large File Storage is no panacea for Open Source

#6

> Case in point: if a very popular Github repository (such as the one for the Linux kernel) decided to start using LFS for some of their files, they would instantly alienate all of their users. They would no longer be able to properly fork the project, or even clone it to get its binary files stored via LFS. Nobody would be able to send a pull request to Linus as a result without considerable effort. Odd example. Lin…

They still use pull requests, though, just in the form of email-based ones.

https://git-scm.com/docs/git-request-pull

Re: GitHub’s Large File Storage is no panacea for Open Source

#7
There's a lot of assumptions here about GitHub being greedy. I've got no idea how much money it costs GitHub to support Open Source projects, but it must easily be in the millions. I think that by this point GitHub deserves the benefit of the doubt before launching into vicious accusations.

Re: GitHub’s Large File Storage is no panacea for Open Source

#10

There's a lot of assumptions here about GitHub being greedy. I've got no idea how much money it costs GitHub to support Open Source projects, but it must easily be in the millions. I think that by this point GitHub deserves the benefit of the doubt before launching into vicious accusations.

There's still the issue where turning on LFS makes forks unusable - regardless of price/profit this still seems like a major issue. Based off all the author's descriptions it sounds more like GitHub are still in the process of figuring out how best to get LFS management in their largely-collaborative environment. I wouldn't be surprised if GitHub has upcoming changes to resolve some of these issues.
Post reply on HN