Live data from Hacker News

Scrimba: a video format for communicating code

scrimba.com

11–20 of 115 posts

Re: Scrimba: a video format for communicating code

#11
post #3

Super cool. One issue... I was watching the flexbox video and modified the CSS code but the view layout didn't update. I clicked the save button thinking that would update the view, but then it had me sign up. After signing up, I ended up with a fork of the video. Cool, but not what I wanted. All I really wanted to do was fool around with the code while I had it paused, see the updates in the layout, and click play a…

[deleted]

Re: Scrimba: a video format for communicating code

#12
post #3

Super cool. One issue... I was watching the flexbox video and modified the CSS code but the view layout didn't update. I clicked the save button thinking that would update the view, but then it had me sign up. After signing up, I ended up with a fork of the video. Cool, but not what I wanted. All I really wanted to do was fool around with the code while I had it paused, see the updates in the layout, and click play a…

Oh, you need to click the "run" button (upper right) once before the CSS changes apply. After that it should be live. We need to make that more clear.

Re: Scrimba: a video format for communicating code

#13
Very cool.

In the last few weeks I've been thinking something similar would be great for podcasts. Not on-screen editing, but tools for displaying information and soliciting feedback.

In my case I've been listening to a lot of podcasts about real estate. Frequently they reference a PDF or web site to sign up for more info. It would be nice if that just showed up onscreen rather than having to open a browser on my phone (especially when I'm in the car).

Dedicated apps can do this, of course, but I an open protocol would have a lot more uptake from semi-technical people who want to create simple online course distributed via podcast.

Re: Scrimba: a video format for communicating code

#14
post #2

Wow, this is far much better for code than standard videos. Is it recorded using the scrimba.com website ? Is it only for web code ? The about page https://scrimba.com/about does not explain much.

Yes! You can sign up now and record your own casts. For now it's focused on client-side libraries, but we're looking at supporting server-side languages as well.

Re: Scrimba: a video format for communicating code

#15
Much like IanDrake said, this is super cool but kind of "primes" the user into thinking that he'll be able to play around with the code while paused. It'd be great if you supported that, e.g. by doing a "fork" into local storage.

Anyway, the project is really great and impressive! :)

Re: Scrimba: a video format for communicating code

#17

Much like IanDrake said, this is super cool but kind of "primes" the user into thinking that he'll be able to play around with the code while paused. It'd be great if you supported that, e.g. by doing a "fork" into local storage. Anyway, the project is really great and impressive! :)

We do support that. Hit the 'Edit' button in the lower right corner :)

Re: Scrimba: a video format for communicating code

#18
post #7

This is a wonderful idea and execution. Tip for people trying this out, to experience it fully you have to: - login with github - edit some text - then hit play again. The preview will then update. - also, you can record your own edits to the video. I am surprised by the quality and thoughtful demos. Some simple things would make it better, like updating automatically without hitting play. Also, I think the videos sh…

Nice to hear you praise the quality. We haven't spent a lot of time on producing the current casts, it's just that the tool makes it easy to create casts of high-production value. No more fiddling with screen-recording software and post-production. It makes a big difference when you can go from "I want to explain this" to a finished cast in three minutes.

The "casts are shown in an overlay"-feature was released yesterday. It certainly requires more iterations. Thanks for the feedback.

Re: Scrimba: a video format for communicating code

#19
I cannot wait for the "everything needs to be a small looping video clip" fad to go away.

Video clips of typing make no sense. The animation is distracting, it provides no useful information, and they always either loop too quickly (frustrating me because I lose my place and have to wait for the whole thing to come back), or go too slowly (frustrating me because it won't hurry up). A 3 second loop is great for a hamster meme, it's not great for displaying text that I want to read.

It's like an entire group of people completely misunderstood why GIF animations were despised and died off.

Seriously, what value are these video clips adding?

Re: Scrimba: a video format for communicating code

#20
Wow this is so much better than a traditional video explanation of code. Really well done and polished for a beta project.

Speaking of 'beta', what is the plan for Scrimba? Are you interested in it being an open place for sharing videos and demonstrations? Or are you planning on monetizing in some way?

Post reply on HN