I don’t understand. If the audience member makes a change, and then the speakers events are played back on top of the change, the code won’t make sense.
Show HN: Node.js video tutorials where you can edit and run the code
31–40 of 95 posts
Re: Show HN: Node.js video tutorials where you can edit and run the code
#32Re: Show HN: Node.js video tutorials where you can edit and run the code
#33Imba 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
#34Re: Show HN: Node.js video tutorials where you can edit and run the code
#35I don’t understand. If the audience member makes a change, and then the speakers events are played back on top of the change, the code won’t make sense.
Once you hit "play" again, your changes are reverted and you continue watching the teacher's code.
So the teacher's voice is never on top of your code, as that wouldn't make sense.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#36Imba 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…
When I go to the main website: https://imba.io/
Then click on the "Demo" button
I get taken to the "Playground": https://imba.io/try/examples/apps/playground/app.imba
There is no code on the page but the preview seems to work. Same thing with all of the other examples. They work in the Preview panel, but no code loads at all.
Looking in the dev console I see a few errors:
GET https://imba.io/monaco/min/vs/loader.js HTTP/1.1 404 Not Found
Uncaught ReferenceError: require is not defined
current file did set undefined
Some images and a preflight.css is also not foundRe: Show HN: Node.js video tutorials where you can edit and run the code
#37Imba 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…
Haven't gotten around to it yet, hope it's still relevant :P
Re: Show HN: Node.js video tutorials where you can edit and run the code
#38Imba 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
#39Imba 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…
Not sure of how much help is it to OP, but I'd also like to commend Imba's front page paint demo, it's just so neat.
Re: Show HN: Node.js video tutorials where you can edit and run the code
#40This looks to be the perfect usecase to throw an agent into the loop (sorry for saying so).