Viewing profile — yufw
yufw
HN member- Joined
- Fri, Jan 01, 2021, 2:56 AM UTC
- HN karma
- 37
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About yufw
No profile information was provided.
Recent public activity
-
comment
Comment #25701151
https://sharepad.io/ I developed this as my own remote coding interview tool to let me do collaborative editing and also run code. I learn the technologies as I am building it, so …
-
comment
Comment #25610259
I disabled access to the VM's public IP from the host. I may eventually need to completely disable the network stack for the containers in the future.
-
comment
Comment #25609761
Oh, I was not aware of this, definitely need to fix this, thanks!
-
comment
Comment #25609098
Thanks for the security reminder, I have blocked IMDS access, need to learn more about security. I'll also set up email so that I can put in the about page.
-
comment
Comment #25605573
Thanks, this is really inspiring!
-
comment
Comment #25605419
Yes, thanks for the feedback! I am aware of coderpad.io, I think it is used mainly for remote interview targeting the enterprise market, not sure, will check it out further.
-
comment
Comment #25605354
I have running time limit on the containers. The first snippet is a fork bomb and will cause the container to run out of memory before the timeout. It does terminate since I have s…
-
comment
Comment #25604932
The cost really depends on the scale. I started out to build and use it as an interview tool and language playground for myself, and I only have a single pretty standard cloud VM.
-
comment
Comment #25604598
I'm glad you like it.
-
comment
Comment #25604587
No, the code is executed in docker containers hosted on Azure VM.
-
comment
Comment #25604573
Thanks, this is great feedback, will add this feature.
-
comment
Comment #25603325
Yes, currently the execution time is limited to 10s and 10s compilation time for compiled languages. Memory limit is 256M. It runs user code in docker container, I leverage docker …
-
comment
Comment #25603270
No, I don't have plans to open source it currently. I am not sure where open source will take this project to and the source code is a bit messy. I may write about how I built it i…
-
comment
Comment #25602196
It certainly has less feature than repl.it, for example, it does not have interactive repl. It runs in the cloud, in docker containers.
-
comment
Comment #25601679
Happy 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…
- story