Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Run C Online
(
cstub.com
)
7 points
by
thejew
4203 days ago
2 comments
charliefg
4203 days ago
I like that a lot. Nice idea, if a little dangerous. I'm assuming it's jailed because all the system headers are there.
Just a heads-up- your 'about' says Ruby code instead of C.
link
misframer
4203 days ago
How do you make sure people don't do something bad?
link
WillHuxtable
4203 days ago
I imagine they're probably using a chroot jail.
link
stevekemp
4201 days ago
Looks like it is running under Docker, as you can see by running things like:
system("cat /proc/self/cgroup");
link
Just a heads-up- your 'about' says Ruby code instead of C.