Live data from Hacker News

I'll Accept Anything – Accepting every pull request submitted

github.com

31–40 of 106 posts

Re: I'll Accept Anything – Accepting every pull request submitted

#31
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.

Re: I'll Accept Anything – Accepting every pull request submitted

#32

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.

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.

Re: I'll Accept Anything – Accepting every pull request submitted

#33

I won't be surprised if some startup comes out trying to sell services/enterprise support for I'll Accept Anything. I'll be even less surprised when they raise like $20m in funding within the month.

This gives me an idea! An....unrelated...idea...BRB

Re: I'll Accept Anything – Accepting every pull request submitted

#34
post #10
post #3

this 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.

Here are some of my super secret ideas that will help you take over the world. If you use any of these ideas you agree to remember me when you get rich (you don't actually have to give me any money, just drink champagne and think happy thoughts about me) - 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. - Ap…

> - App for finding which stores are open at 11pm (or on Sunday in places where most things are closed on Sunday)

Cortana (and I assume Siri) do this out of the box. You just say "show me stores that are open right now" and voila. You can even get more specific and say "show me mexican restaurants that are open right now." You can probably get more creative but I haven't tried yet.

Re: I'll Accept Anything – Accepting every pull request submitted

#35
post #27
post #24

Earlier 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…

On the last one, I've never seen a formal registry (managed through a retail store) that didn't denote whether someone had already purchased an item.

Main part of the idea was not creating a huge wish list, but rather just the de-duplicating part of the wedding registry.

Re: I'll Accept Anything – Accepting every pull request submitted

#36
post #32

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.

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

#37
post #3

this 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.

How about a service that matches up people with ideas but no implementation ability with implementors with no great ideas? Give it a tinder interface so both parties can swipe through until there's a match.

Re: I'll Accept Anything – Accepting every pull request submitted

#38
post #3

this 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.

Do you know what I found out over the last few days? There's no simple tool that you can use to download the actual content of your website, you know, for migrating it to a new CMS or whatever. Unbelievable. Something that will just run a text extraction through `wget -r` and save it all. Boilerpipe does the extraction nicely, but nobody has turned it into a simple tool. You just have to have a job and try to get stu…

Do you mean like httrack ( http://httrack.com )?

If you're talking about the source for dynamic pages, you can use any file copier like rsync. But httrack is your go-to if you're just talking about downloading a web site mirror image.

Re: I'll Accept Anything – Accepting every pull request submitted

#39
post #36
post #32

Earlier 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?

There probably was at some point, but being in the top ten sites on the Internet, you get good at that sort of basic security thinking or you get not-on-the-top-ten-anymore.
Post reply on HN