Live data from Hacker News

StackOverflow Importer – Import code from Stack Overflow as Python modules

github.com

1–10 of 87 posts

Re: StackOverflow Importer – Import code from Stack Overflow as Python modules

#5
post #3

because executing arbitrary unknown code is always a good idea

It's all arbitrary and unknown unless you verify the whole thing yourself down to the kernel.

And then you better hope that the processor dies are as advertised.

Re: StackOverflow Importer – Import code from Stack Overflow as Python modules

#8
post #3

because executing arbitrary unknown code is always a good idea

It's all arbitrary and unknown unless you verify the whole thing yourself down to the kernel. And then you better hope that the processor dies are as advertised.

Also, this is a joke.

Re: StackOverflow Importer – Import code from Stack Overflow as Python modules

#9
post #4
post #3

because executing arbitrary unknown code is always a good idea

I think that's the point of this parody.

Sure, but even playing with this joke on a machine that has your personal or work data is a very stupid thing to do.

Re: StackOverflow Importer – Import code from Stack Overflow as Python modules

#10
What 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 account might.)

But really, this is an optimization of a lot of code that is currently written.

Post reply on HN