Skip to content

social integrations? #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dllndv opened this issue Apr 26, 2017 · 1 comment
Open

social integrations? #29

dllndv opened this issue Apr 26, 2017 · 1 comment

Comments

@dllndv
Copy link

dllndv commented Apr 26, 2017

This might be a bit hipstery, but just to throw out the thought anyways: What if we had buttons for people to share their solution on twitter or other social media, enabling people to show off what they're learning?

@spacerockzero
Copy link
Contributor

A good idea. Some other things often show some of the most efficient or clever working answers, which might be cool, if it could be worked in in a way that didn't slow the fast pace of the game.
Would require either a remote persistence layer or a url injection vector, both of which we can't do until I secure the eval at the heart of the beast. @jshcrowthe said he could look into it.

Potential solutions we've thought of to isolate the execution sandbox are:

  • execute the JS input on a remote server (would require non-zero funding if we went over firebase's functions free tier limits)
  • eval the JS input in an iframe or webworker (could be good. Some other apps do something similar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants