This is the Wikipedia approach to software development. Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? What if Linus made the Linux master repository world-writable? If Wikipedia required edits to be reviewed by other editors, they would probably be thwarted with fake editor accounts.
I'll Accept Anything – Accepting every pull request submitted
41–50 of 106 posts
Re: I'll Accept Anything – Accepting every pull request submitted
#42Earlier quoted context omitted.
Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? Mostly because software is deeply interconnected - every file will call something within another one. Wikipedia will link to another file, but never depends upon the content within it.
That got me thinking, I wonder if you can make a redirect loop or a mega redirect loop that would OOM wikipedia?
Re: I'll Accept Anything – Accepting every pull request submitted
#43This is the Wikipedia approach to software development. Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? What if Linus made the Linux master repository world-writable? If Wikipedia required edits to be reviewed by other editors, they would probably be thwarted with fake editor accounts.
Re: I'll Accept Anything – Accepting every pull request submitted
#44Someone has already submitted a pull request changing the readme so that it says he'll accept nothing. However, I think this can be rejected under the "don't be a dick" rule.
Well I was planning on a .gitignore that ignored everything. Now I feel like that might qualify as a dick move :(
Re: I'll Accept Anything – Accepting every pull request submitted
#45This is the Wikipedia approach to software development. Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? What if Linus made the Linux master repository world-writable? If Wikipedia required edits to be reviewed by other editors, they would probably be thwarted with fake editor accounts.
Edit: missed a comma
Re: I'll Accept Anything – Accepting every pull request submitted
#46this might be a joke, but this is a serious problem i have as well. i want to create something, but i don't know what to do.. there is nothing i need that is not already done, or at least thats why i think.
I have like 20 drafts of things I'll never work on because of lack of time but that I think are pretty good ideas. Fraom games to programming tools including network tools, educational applications, etc... What are your areas of expertise and interest?
Re: I'll Accept Anything – Accepting every pull request submitted
#47This is the Wikipedia approach to software development. Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? What if Linus made the Linux master repository world-writable? If Wikipedia required edits to be reviewed by other editors, they would probably be thwarted with fake editor accounts.
Why does it seem absurd for software yet it seems to work (perhaps inefficiently) for Wikipedia? Mostly because software is deeply interconnected - every file will call something within another one. Wikipedia will link to another file, but never depends upon the content within it.
But they often have those protected.
Re: I'll Accept Anything – Accepting every pull request submitted
#48Re: I'll Accept Anything – Accepting every pull request submitted
#49Earlier quoted context omitted.
> - Group purchasing for work - what if you wanted to break the cost of a Foosball table up over a group of people. It's cheap if you have enough people involved. It's called an office manager. Combined with an expense account for the company. > - App for finding which stores are open at 11pm (or on Sunday in places where most things are closed on Sunday) It's called Foursquare. Bonus, it does this for a radius aroun…
>> - Group purchasing for work > It's called an office manager. No office manager I've ever had would purchase anything and then seek divided reimbursement from individuals in the office.
Re: I'll Accept Anything – Accepting every pull request submitted
#50this might be a joke, but this is a serious problem i have as well. i want to create something, but i don't know what to do.. there is nothing i need that is not already done, or at least thats why i think.
For me it would be be searching in source for anything that is built in release not debug mode.
Or more generally a better local search solution for source code. Powerful enough to find what I need without resorting to regex.