Runnable – jsfiddle for everything
51–60 of 105 posts
Re: Runnable – jsfiddle for everything
#52It seems to be a mix of languages and frameworks. For example, it doesn't list Python, but it does list Django. No Javascript, but jQuery and Node.js (Angular programmers are out of luck).
It has Node.js, which I guess is JavaScript. Or do you want direct access to V8? Edit: If you expand the list of supported languages, it shows Python too.
Re: Runnable – jsfiddle for everything
#53Re: Runnable – jsfiddle for everything
#54It's pretty strange to get root access to a server, even though it's just a Docker VM. We can install anything we want, compile any C code we want, DDoS and spam anyone we want... The machine is also crazy loaded right now, with 100% load on all cores (according to htop that I installed from the package repo), almost run out of RAM and disk space decreasing fast.
Re: Runnable – jsfiddle for everything
#55It's pretty strange to get root access to a server, even though it's just a Docker VM. We can install anything we want, compile any C code we want, DDoS and spam anyone we want... The machine is also crazy loaded right now, with 100% load on all cores (according to htop that I installed from the package repo), almost run out of RAM and disk space decreasing fast.
Re: Runnable – jsfiddle for everything
#56Re: Runnable – jsfiddle for everything
#57Earlier quoted context omitted.
My guess, something like Docker. It only matters if you can break out of the Linux container.
It used to be trivial to break out of docker containers, if you had root within them. I suspect that is still the case.
Re: Runnable – jsfiddle for everything
#58Re: Runnable – jsfiddle for everything
#59Earlier quoted context omitted.
It used to be trivial to break out of docker containers, if you had root within them. I suspect that is still the case.
Is this serious or just some spreading some FUD? Can you show me an example? Honest question
Re: Runnable – jsfiddle for everything
#60Earlier quoted context omitted.
Is this serious or just some spreading some FUD? Can you show me an example? Honest question
FUD
* Got root in the countainer.
* You "know" where that is mapped to on the host, because it is based on the UID of the container which is set as the hostname.
* You configure a trigger to run a script, using that knowledge.
* Code happens on the host, outside the container.