Live data from Hacker News

Runnable – jsfiddle for everything

runnable.com

71–80 of 105 posts

Re: Runnable – jsfiddle for everything

#71
post #62

Earlier quoted context omitted.

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

Yes, I'm from Runnable. People have tried fork bombs. We are pretty good and cleaning them up. Please do not try this and let other users enjoy the platform

Why wouldn't you use a normal user and not root ? This seems overly dangerous

Re: Runnable – jsfiddle for everything

#75
post #20
post #17

Where are they running the code? I could easily write malicious code that would crash the machine on which the code would be running on.

I may be wrong here but to address a comment above, my hunch is this is spawning a light, short-lived VM for this, which doesn't eliminate security concerns but would be sandboxed enough to make it tougher. I was trying to get some info on environment in C++ but unfortunately, > Oh no, there's a problem with Runnable!

Yep, there's playpen[0] that's ultimately used as a security sandboxing. This is what's used on the new Rust playpen area: http://playtest.rust-lang.org/ (Not fully ready, still needs some beautifying -- that's why it's on playtest and not the play subdomain).

[0]: https://github.com/thestinger/playpen

Re: Runnable – jsfiddle for everything

#76
post #71
post #62

Earlier quoted context omitted.

Yes, I'm from Runnable. People have tried fork bombs. We are pretty good and cleaning them up. Please do not try this and let other users enjoy the platform

Why wouldn't you use a normal user and not root ? This seems overly dangerous

We follow an honor-based system. If a user abuses root access, we take their privileges away

Re: Runnable – jsfiddle for everything

#77
post #62

Earlier quoted context omitted.

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

Yes, I'm from Runnable. People have tried fork bombs. We are pretty good and cleaning them up. Please do not try this and let other users enjoy the platform

I installed ghc just to see if packages could be installed, sorry if that caused you problems.

Re: Runnable – jsfiddle for everything

#78

What's the monetization model? This looks awesome, but it needs a way to pay the bills if its going to survive.

I too wonder this. I assume runnable, jsfiddle, plnkr, etc. make money somehow, but I've always been curious as to how? I love the services and really appreciate them, but I don't get it. Any ideas?

We are bringing down the unit economics of running the site to keep it up affordably. Apart from that, Runnable will continue to operate as a free service for developers.

We need the help of the community to maintain the site/content. If you'd like to help, feel free to drop me an email - yash [@] runnable.com

Re: Runnable – jsfiddle for everything

#80

"Everything"? Where's Erlang? Where's Lua?

You can actually create your own example with Erlang or Lua :) We provide a person VM for you to use and share. Simply start with a base example like (runnable.com/new/bash) install the compilers you need and click publish!

Thanks! It would be nice to see support for real languages.
Post reply on HN