Live data from Hacker News

Runnable – jsfiddle for everything

runnable.com

51–60 of 105 posts

Re: Runnable – jsfiddle for everything

#52
post #8

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

Yeah, but node.js is a framework, not pure js, and I suspect it doesn't do DOM-related stuff. jQuery is probably better suited for general in-browser javascript.

Re: Runnable – jsfiddle for everything

#54
post #46

It'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.

I'd be willing to bet that someone has already run a fork bomb just to see what would happen.

Re: Runnable – jsfiddle for everything

#55
post #46

It'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.

yah i installed latex and rendered some books. works good.

Re: Runnable – jsfiddle for everything

#57

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

Is this serious or just some spreading some FUD? Can you show me an example? Honest question

Re: Runnable – jsfiddle for everything

#58
post #57

Earlier 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

FUD

Re: Runnable – jsfiddle for everything

#59
post #57

Earlier 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

Please see this example - http://blog.bofh.it/debian/id_413

Re: Runnable – jsfiddle for everything

#60
post #57

Earlier quoted context omitted.

Is this serious or just some spreading some FUD? Can you show me an example? Honest question

FUD

Example here: http://blog.bofh.it/debian/id_413

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

Post reply on HN