Live data from Hacker News

Runnable – jsfiddle for everything

runnable.com

41–50 of 105 posts

Re: Runnable – jsfiddle for everything

#41
post #16

This is cool. I'd love to have some sort of GitHub (or just Git) integration. That would be powerful.

It would be awesome to just open a project on github & run it without downloading / installing. Great tool to tinker & learn. Add some profiling tools to the mix while you are at it. Imagine you are trying to decide between 2 different libraries or frameworks. You could just fire them up in Github & try out for a bit before making up your mind. Would be nice to generate compile & generate binaries on the fly too inst…

Runnable is a great example of a product that really understands their core use case and does it very well. They use Docker as the recipe-structure on the runner image.

For your use case, we have been rewriting Codenvy for the past three years, both the IDE and the underlying infrastructure. The new system now also uses Docker as a tool for recipe construction of builder images and runner images. We then layer on an endpoint structure that we call Factories, which allows for automatic environment provisioning inclusive of code (from git or svn), the builder type (mvn, gcc, etc) and the runner environment which can be a pre-packaged solution (managed by Codenvy) or a custom environment as defined by a specialized docker recipe in your project space. The factories are just URL formats to make embedding or sharing entire environments (for cloning) easier.

If you'd like early access to the next gen system, people can write me tyler at codenvy, and we'll get you hooked up. We've been in alpha since early Jan and will go public beta in another month or so. We are just cleaning up some remaining items.

Re: Runnable – jsfiddle for everything

#42
post #14

I've always liked http://ideone.com/ for testing snippets. Bewildering array of supported languages including esoterics.

I've just ran a full rails application. It creates the database etc and then allows you to browse the site.

They provide company accounts. Seems kind of nice to have a full working piece of code working within a few seconds.

I can think of stripe, facbeook or any other company that provides an api.

The only problem with a full working application is that it's easier to miss what steps should be taken.

Re: Runnable – jsfiddle for everything

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

Re: Runnable – jsfiddle for everything

#47

It looks very nice indeed but I wonder why there is .net and not just c#. It might actually be better because this way you can have all the web functions too but might take a bit more for simple things.

Heh, I had the same thought and was able to hack it pretty fast: http://runnable.com/U4x1Dioc6NMZvMy0/linear-scales-in-c-like...

Enjoy!

Post reply on HN