Ask HN: P=NP, what do you do?
21–30 of 70 posts
Re: Ask HN: P=NP, what do you do?
#22Re: Ask HN: P=NP, what do you do?
#23Re: Ask HN: P=NP, what do you do?
#24What would you do if it actually worked? How would you convince people? Where would you share it?
Re: Ask HN: P=NP, what do you do?
#25Test driven development would take on a new meaning, with the programmer a writing collection of tests and letting the computer find the shortest program that makes them pass.
Re: Ask HN: P=NP, what do you do?
#262) Fund your own disruptive startup incubator, a la YCombinator (using the publicity from your discovery to attract hoards of scrappy geniuses).
2.5) Optionally, focus on startups that monetize P=NP - again, for publicity reasons (as well being able to leverage your own expertise in evaluating biz ideas).
3) Profit!
(profferred tongue in cheek, of course - it's not very private :)
Re: Ask HN: P=NP, what do you do?
#27Re: Ask HN: P=NP, what do you do?
#28Test driven development would take on a new meaning, with the programmer a writing collection of tests and letting the computer find the shortest program that makes them pass.
Wouldn't writing a complete test suite take equivalent effort to writing the program in the first place? I mean, wouldn't they require the same amount of information? Then, to simplify the task of writing test suites, you might want to design a programming language that compiles into test suites, but would you use your program-writing program to write the program that describes the test suite? And also, who watches t…
Re: Ask HN: P=NP, what do you do?
#29In seriousness, I'd be careful because as others have pointed out, some crypto systems would be vulnerable.
Re: Ask HN: P=NP, what do you do?
#30solve protein folding, become evil megalomaniac with doomsday virus.
IIRC, calculating the free energy of a molecule is in #P (count the number of solutions to a problem in NP), and you still need to step it through time or otherwise deal with the actual folding bit.
I might be remembering incorrectly though.
Edit: http://en.wikipedia.org/wiki/Sharp-P-complete Also: whoops - looks like structure prediction can be done with high accuracy in NP - just don't try to animate it :)