Show HN: SharePad.io – A collaborative code editor and compiler
1–10 of 31 posts
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#2This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too.
Please help try it out and provide some feedback. No registration is required (because I have yet to implement the user system).
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#3Happy New Year! This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too. Please help try it out and provide some feedback. No registration is required (because I have y…
Does it run Python locally in the browser or in the cloud?
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#4Happy New Year! This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too. Please help try it out and provide some feedback. No registration is required (because I have y…
Cool! What is the difference to e.g. repl.it? Does it run Python locally in the browser or in the cloud?
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#5Earlier quoted context omitted.
Cool! What is the difference to e.g. repl.it? Does it run Python locally in the browser or in the cloud?
It certainly has less feature than repl.it, for example, it does not have interactive repl. It runs in the cloud, in docker containers.
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#6Happy New Year! This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too. Please help try it out and provide some feedback. No registration is required (because I have y…
Any plans to make it open source?
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#7Earlier quoted context omitted.
Cool! What is the difference to e.g. repl.it? Does it run Python locally in the browser or in the cloud?
It certainly has less feature than repl.it, for example, it does not have interactive repl. It runs in the cloud, in docker containers.
I built a similar service as a personal project and I am interested how to properly handle situations like that.
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#8Happy New Year! This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too. Please help try it out and provide some feedback. No registration is required (because I have y…
Interesting project! Any plans to make it open source?
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#9Happy New Year! This is my first web dev side project and it's in early stage. As an interviewer in the tech industry, I often find myself cannot spot that subtle bug in candidates' code during phone screening, so I build this website which lets me do collaborative editing and also run the code. You may find it useful too. Please help try it out and provide some feedback. No registration is required (because I have y…
Interesting project! Any plans to make it open source?
Re: Show HN: SharePad.io – A collaborative code editor and compiler
#10Earlier quoted context omitted.
It certainly has less feature than repl.it, for example, it does not have interactive repl. It runs in the cloud, in docker containers.
Do you have any abuse prevention mechanisms implemented? For instance, preventing users from running infinite loops, consuming too much resources and so on? I built a similar service as a personal project and I am interested how to properly handle situations like that.