Awesome. But only JS is supported ?
Right now, only js is supported out of the box, but I guess any language that can run via web assembly or other techniques could work. WebContainers has experimental python support, but it won't work with a lot of the dependencies you would usually utilize in python etc.
Show HN: Node.js video tutorials where you can edit and run the code
41–50 of 95 posts
Re: Show HN: Node.js video tutorials where you can edit and run the code
#42Great works OP!
Re: Show HN: Node.js video tutorials where you can edit and run the code
#43There's also the Processing tutorial series which is insanely interactive:
Sharing these in the hopes they server as inspiration for anyone who works on educational programming content.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#44This looks to be the perfect usecase to throw an agent into the loop (sorry for saying so).
yep, this is not for humans, agents with dia-1.6B or anything similar, they will outclass humans at this, really quick. i'd like to work on a poc if you are interested, i train and deploy models for a living.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#45This looks to be the perfect usecase to throw an agent into the loop (sorry for saying so).
yep, this is not for humans, agents with dia-1.6B or anything similar, they will outclass humans at this, really quick. i'd like to work on a poc if you are interested, i train and deploy models for a living.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#46Imba is probably one of the best kept web development secrets! Sindre has done a remarkable job of making an insanely terse while powerfull language for building web applications. Not that it's limited to web applications only, the syntax translates perfectly for any other area as well. The fact that a platform like Scrimba was built using this language and probably only a handfull developers should make you want to…
Re: Show HN: Node.js video tutorials where you can edit and run the code
#47Re: Show HN: Node.js video tutorials where you can edit and run the code
#48Earlier quoted context omitted.
yep, this is not for humans, agents with dia-1.6B or anything similar, they will outclass humans at this, really quick. i'd like to work on a poc if you are interested, i train and deploy models for a living.
What do you mean it's not for humans, and that agents will outclass humans at this? Humans like to learn new things, and this seems like a novel format for learning. I don't think an AI is ever going to "outclass" our curiosity or desire to learn.
the product is exclusively for humans. the teacher, i'm not so sure.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#49Re: Show HN: Node.js video tutorials where you can edit and run the code
#50Earlier quoted context omitted.
Right now, only js is supported out of the box, but I guess any language that can run via web assembly or other techniques could work. WebContainers has experimental python support, but it won't work with a lot of the dependencies you would usually utilize in python etc.
we should be able to use this as a vscode extension to solve this issue. is there an sdk to integrate this into electron apps?