I guess GitHub right now is like Facebook was in 2012, everybody is on it, it's a super vibrant community, it's backed by a huge amount of money, it locks you in (at least with wiki, issues, URLs). And a second guess is that it will also do what Facebook does, getting out of control by trying to monetize on its monopoly. It's just so mega ironic that the whole Open Source movement collectively decided that for a litt…
Apache Software Foundation joins GitHub open source community
201–210 of 255 posts
Re: Apache Software Foundation joins GitHub open source community
#202Earlier quoted context omitted.
FWIW, I certainly didn't read his comment that way, and in light of his explicit denial that that's what he intended maybe you should reconsider whether there are alternate interpretations available.
Are you reading some of the other comment threads he's participating in? It seems like he's taking this whole thing very personally, and it's hard to pin down exactly what he's trying to say when he won't calm down. He wants me to call him, as if escalating this will be worth it... He didn't even answer your very reasonable question above. Don't you wonder why that is?
Feeling misinterpreted can be very personal. That said, in both my initial reading and my re-reading you come off worse than he does.
> He wants me to call him, as if escalating this will be worth it...
Sometimes text-conversation-on-the-internet escalates when neither party intends it, and switching to other modalities can be valuable. That said, it's not at all clear to me that it's a good idea here compared to dropping it.
> He didn't even answer your very reasonable question above. Don't you wonder why that is?
I presume it's because it got lost in the noise.
Re: Apache Software Foundation joins GitHub open source community
#203Earlier quoted context omitted.
Are you reading some of the other comment threads he's participating in? It seems like he's taking this whole thing very personally, and it's hard to pin down exactly what he's trying to say when he won't calm down. He wants me to call him, as if escalating this will be worth it... He didn't even answer your very reasonable question above. Don't you wonder why that is?
> Are you reading some of the other comment threads he's participating in? It seems like he's taking this whole thing very personally, and it's hard to pin down exactly what he's trying to say when he won't calm down. Feeling misinterpreted can be very personal. That said, in both my initial reading and my re-reading you come off worse than he does. > He wants me to call him, as if escalating this will be worth it...…
Re: Apache Software Foundation joins GitHub open source community
#204Earlier quoted context omitted.
> Are you reading some of the other comment threads he's participating in? It seems like he's taking this whole thing very personally, and it's hard to pin down exactly what he's trying to say when he won't calm down. Feeling misinterpreted can be very personal. That said, in both my initial reading and my re-reading you come off worse than he does. > He wants me to call him, as if escalating this will be worth it...…
Heh, you presume I care how I come off in your interpretation...
Re: Apache Software Foundation joins GitHub open source community
#205Earlier quoted context omitted.
I think the ASF, being non-copyleft, is much less ideological than you're thinking. They're big on having rules to foster healthy community and community based decisions, but the license is really just a laissez faire BSD-ish license with some particular edge cases addressed. It's open-source but flexible and friendly to businesses with hybrid models. Something like GitHub that promotes input from people involved wit…
> the ASF, being non-copyleft, is much less ideological than you're thinking Do you somehow consider copyleft style licenses "more ideological" than those which are not? That is probably more telling about your own views on licensing than it is on ideologies. FreeBSD is not copyleft, and they work actively on eliminating GPL from their base. Debian mostly under the free software umbrella, but welcomes BSD code in the…
Re: Apache Software Foundation joins GitHub open source community
#206Apparently, one of the big motivating reasons for this was "cost". > The foundation’s 2018 five-year strategic plan noted that infrastructure services account for more than 80 percent of the total ASF expense budget, adding: “Increasingly, project communities have infrastructure requirements that strain the capabilities of the ASF.” > The report noted that, given burgeoning costs, encouraging the use of more external…
> unlike a couple other major non-profits I happily would name in any other context Can this reply be the context? Which ones?
Re: Apache Software Foundation joins GitHub open source community
#207Earlier quoted context omitted.
>as disappointed as I am with this decision May I ask why? Them moving doesn't look like an issue to me at least.
Personally, my only gripe (even though it's not a huge deal) is I'd have preferred it if they used hosting that actaully was open source (like gitlab)
Re: Apache Software Foundation joins GitHub open source community
#208I hope projects will get rid of JIRA now!
I recently moved to a company that uses Jira. What kinds of problems should I be looking out for?
My previous employer was a little larger (some 40 employees) and I can say that Jira solves nothing that we couldn't solve much better with text files parsed by Perl/Python/sed/awk, sometimes having a little bit of editing help (such as syntax checking on :w) from Vim/Sublime plugins (both had users that maintained their plugins).
Maybe Jira is meant for larger companies? There is a ton of special characters that trigger all sorts of crap: square brackets, double curly braces, ampersands, semicolons, colons, underscores, asterisks, at symbols, backslashes, octothorpes, pluses, carets, tildes, double question marks, pipes, and even hyphens. It takes about num_characters*20 seconds to escape a regex so it doesn't format or hide parts of it (it doesn't help that you can only check by saving, a lot of formatting does not show up in the "visual editor"), but there are probably a lot of features there that one could be using.
Re: Apache Software Foundation joins GitHub open source community
#209Lars elsethread brought up a useful ASF blog post: https://blogs.apache.org/foundation/entry/the-apache-softwar...
And yes, https://github.com/apache is the ASF.
Re: Apache Software Foundation joins GitHub open source community
#210Apparently, one of the big motivating reasons for this was "cost". > The foundation’s 2018 five-year strategic plan noted that infrastructure services account for more than 80 percent of the total ASF expense budget, adding: “Increasingly, project communities have infrastructure requirements that strain the capabilities of the ASF.” > The report noted that, given burgeoning costs, encouraging the use of more external…