StackOverflow Importer – Import code from Stack Overflow as Python modules
21–30 of 87 posts
Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#22What a fascinating concept! I think that with some kind of review built in, this kind of dynamic loading would be really useful. I think if you do this, you'd want external tests, or some way to pull the code in and "freeze" it so that you wouldn't be at risk of external compromises. (For example, a high ranked SO user might be able to change a highly ranked answer . They might not do it, but someone suborning their…
Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#23Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#24Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#25Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#26What a fascinating concept! I think that with some kind of review built in, this kind of dynamic loading would be really useful. I think if you do this, you'd want external tests, or some way to pull the code in and "freeze" it so that you wouldn't be at risk of external compromises. (For example, a high ranked SO user might be able to change a highly ranked answer . They might not do it, but someone suborning their…
I don't see this being useful for real programs, but it could be amazing for interactive use in a shell. I use iPython for all sorts of quick data manipulation daily, and being able to just quickly type an idea and get it would be amazing.
Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#27Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#28If I have editing powers could I hijack the answer that gets its code imported?
Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#29Re: StackOverflow Importer – Import code from Stack Overflow as Python modules
#30This is a really stupid idea, even as a joke to play with. Someone can just edit the top answer to make it malicious and steal your personal or work data from your workstation.