Tagcode literacy

Why Animated GIFs are the New “Hello World”

404 animated gif

New from me at Wired, meet revisit.link, the “Hello World” of web services:

Basically, all the site’s image effects are stored by a community of developers, much like any other open source software. Anyone can not only use these effects, but build their own and share them with the community by way of the code hosting and collaboration site GitHub. “Since everyone likes glitch art and animated GIFs, it’s a creative outlet for developers to create something new that’s outside their usual field,” say Jen Fong-Adwent, the creator of revisit.link. “But it’s also a way for new people to learn basics.”

If you’re building a modern web service, you aren’t just creating a program that will run on one machine. You have to learn how to deploy code to online servers, and teach your programs to talk with other applications. revisit.link is a good way to learn these skills, since the effects servers are simple and lightweight and can be written in any language. And once a server is built, the developer can learn how to use GitHub and how to make small changes to someone else’s code and submit those changes for review—all in a low-pressure environment with a very low barrier to entry.

Full Story: Out in the Open: How Animated GIFs Can Turn You Into a Web Coder

You can play with it here, or view a strea, of examples here.

See also: glitchgifs Tumblr

Why Minecraft is the Future of Code Literacy

LearnToMod, Tetris

New from me at Wired:

Minecraft is incredibly open-ended. It’s entirely up you whether you as a player whether spend your time building elaborate castles, fighting monsters, or exploring the the game world. What’s more, using mods, you can quickly create things that would otherwise take a long time to build in the game, such as mountains or massive dungeons, or create custom types of blocks. You can also create special rules that enable you to do things like build your own games within Minecraft, such as capture the flag or Tetris.

Once the kids have crafted their code in LearnToMod, the application connects to their Minecraft account to make the mods available to the kids in the game. By teaching kids to build their own Minecraft mods, the ThoughSTEM team is hoping to keep students motivated to learn some of the trickier parts of coding.

TeacherGaming founder Joel Levin is fond of the idea. “Kids are passionate about the game and they quickly understand that they can extend and enhance their Minecraft experience by learning some basic programming,” he says. “And that’s really what we want, isn’t it? To have kids realize that with code, they can improve their life in a way that’s relevant to them.”

In fact, Levin says TeacherGaming is working on its own mod building education program called ComputerCraftEdu, which will eventually be offered both online and in-person. And there are already a few other classes that teach students to create mods, such as MakersFactory’s class in Santa Cruz and YouthDigital’s online class.

Full Story: Wired: New Minecraft Mod Teaches You Code as You Play

On for adults looking to learn to program, there’s Switch, which is looking to become like “OK Cupid” for code bootcamps.

Code Literacy Doesn’t Need To Come At The Expense Of Other Skills

My latest piece for TechCrunch:

This week President Barack Obama rekindled a couple of the Internet’s favorite debates: whether it’s appropriate to take selfies at funerals, and whether everyone should learn to code.

As part of Computer Science Education Week, Obama delivered a YouTube address titled “President Obama calls on every American to learn code.” […]

But I think we can all agree that learning programming shouldn’t detract from other educational objectives, like reading, writing and math. Fortunately, it doesn’t have to. In fact, it can be combined with other skills.

Full Story: TechCrunch: Code Literacy Doesn’t Need To Come At The Expense Of Other Skills

Khan Academy Now Includes Interactive Programming Tutorials

I covered the Khan Academy’s new interactive programming tutorials for Wired:

Since 2006 the Khan Academy, named for its founder Salman Khan, has provided free video lectures on subjects such as mathematics, biology and history. As we’ve reported before Khan garnered praise from the likes of Bill Gates (whose foundation invested $1.5 million in the site), but other have been more critical of the lecture-driven approach. Thus far the site has only included prerecorded lectures that offered no feedback or interaction.

That’s changing today with Khan Academy’s new computer science section.

The tutorials are interactive and live entirely in the browser. Instead of a video, each lesson contains a pane on the left side for students to enter code and a pane on the right that displays the output. The first lesson walks students through the process of writing code that will draw a face in the right pane. After learning to generate graphics, students work up to animation and eventually to games, such as a Pac-Man clone.

Rather than have students write code and then run it to see if it works, the results of changes are displayed in the right pane immediately, providing immediate feedback. The lessons also include tips for solving common beginner problems.

Wired: Coders Get Instant Gratification With Khan Academy Programming

Previously:

Ending the Tyranny of the Lecture

Author Teaches Kids to Code Without Computers

© 2024 Technoccult

Theme by Anders NorénUp ↑