Fantastic seeing this initiative by GitHub. Though I'd prefer an open source solution that they could host themselves, this is a good step in the right direction. I also don't believe Git is the right tool for this problem. Educators need something tailored much more specifically, and one that reduces the complexity of branching and merging along the way. There's a space here.
I'm pretty sure this initiative is geared towards CS students/teachers looking to host their class projects, not humanities teachers looking to host their coursework. In that light, there is no need to reduce the complexity of branching and merging because those are real-world skills that CS students need to learn. As for a VCS that helps non-technical teachers manage their content, I absolutely agree that there is s…
GitHub goes to school
31–40 of 66 posts
Re: GitHub goes to school
#32Fantastic seeing this initiative by GitHub. Though I'd prefer an open source solution that they could host themselves, this is a good step in the right direction. I also don't believe Git is the right tool for this problem. Educators need something tailored much more specifically, and one that reduces the complexity of branching and merging along the way. There's a space here.
This is not the only time that this has come up, and somehow I doubt most educators share HN's open-source zeal - most of them I've worked with want to GET TO WORK, not spend hours doodling with "self-hosted" software.
Re: GitHub goes to school
#33Github, I use you for all my \LaTeX papers, programming assignments, masters projects, whatever else. It is really helpful. But I don't like that I can only have 5 private repos. Making my work public could be an honor-code violation and a violation of the professors trust, that I won't make solutions available to their projects. On top of that, I'm usually working on more than 5 projects at any given time. Now that…
Re: GitHub goes to school
#34Github, I use you for all my \LaTeX papers, programming assignments, masters projects, whatever else. It is really helpful. But I don't like that I can only have 5 private repos. Making my work public could be an honor-code violation and a violation of the professors trust, that I won't make solutions available to their projects. On top of that, I'm usually working on more than 5 projects at any given time. Now that…
You can have a private repo called writing with a folder for each project. Not elegant but it works...
Re: GitHub goes to school
#35Earlier quoted context omitted.
You can have a private repo called writing with a folder for each project. Not elegant but it works...
This too. I have an "Archive" folder, and before that one called "Dissertation" which was in reality like, 8 different projects.
Re: GitHub goes to school
#36Github, I use you for all my \LaTeX papers, programming assignments, masters projects, whatever else. It is really helpful. But I don't like that I can only have 5 private repos. Making my work public could be an honor-code violation and a violation of the professors trust, that I won't make solutions available to their projects. On top of that, I'm usually working on more than 5 projects at any given time. Now that…
Re: GitHub goes to school
#37Without a doubt, GitHub's educational accounts have been great for our undergraduate students because they have exposed them to great open source code and a community that is excited about development. In short, we have found that the intangible gains have far outweighed the tangible gains of a few private repos. Kudos to the GitHub staff for continuing I make development and collaboration fun and easy.
Re: GitHub goes to school
#38Most students receive financial support from their parents and have ample disposable income for products like GitHub [0,1,2]. Recent grads who want to keep learning about technology are more in need of discounts.
I'm not discrediting GitHub's campaign — I'm happy that the company is reaching out to students. It's just that the trend toward offering students discounts is somewhat misguided and shortsighted.
[0] http://news.byu.edu/archive12-apr-payingforcollege.aspx [1] http://www.nytimes.com/2013/01/15/education/parents-financia... [2] http://www.usatodayeducate.com/staging/index.php/choice/who-...
Re: GitHub goes to school
#39Tech companies that offer discounts usually cater to college students. What about young professionals who want to continue learning? Most students receive financial support from their parents and have ample disposable income for products like GitHub [0,1,2]. Recent grads who want to keep learning about technology are more in need of discounts. I'm not discrediting GitHub's campaign — I'm happy that the company is rea…
"Young professionals who want to continue learning" implies the graduate has a job.
Re: GitHub goes to school
#40Earlier quoted context omitted.
Isn't that going a bit overboard in an educational setting, though? Seems to me like it'd be like showing up for a drivers ed class and spending the first semester learning about the history of internal combustion engines. Sometimes it's best to start with something that transparently "just works", make the students aware of other options like gitlab, and let them explore those if they wish.
Depends on what the end goal of the education system is: to make you a driver/chauffeur or to make you someone who is going to design the car of the future. How to stage and sequence the exposure to the details is indeed important. I am not advocating exposure to the details right away, but the option has to be available at a reasonable price (be it in money, or in time). There is also the "teach a person to fish" th…
No one argues that you need to have people host their own web server to start learning how to write Javascript. In fact, most would argue against hosting your own that early on. It's not beneficial, and more likely to end up tangential annoyances than solving the problems that matter for the person's skill level.
Just because someone teaches you a different part of the stack first doesn't mean they are handing out fish...