D’Angelo teaching Bodie and Wallace how the pieces move.
Yet another metaphor of how life imitates chess.
D’Angelo teaching Bodie and Wallace how the pieces move.
Yet another metaphor of how life imitates chess.
Back with some aikido videos from the younger generation!
Shirakawa shows the jujitsu roots of aikido in a very modern and creative style.
Interesting waltz steps from a scene in the film The Tango Lesson.
Men can lose their minds in a fraction of a second, even highly trained athletes.
Interesting video about black & white vision vs. color vision.
Also check out Pixar’s online course on how they handle color in 3D animation. There is research going on in artificial intelligence to color images automatically.
Some technical notes while refactoring a library in ES6.
I recently worked on a refactoring of Tracery and corresponding NPM package into this NPM package and browser library.
The library had two repositories to maintain the same code.
I unified the build, starting from the Node.js library and then building the browser library with Webpack.
Proper linting solves a lot of issues, and xo is a nice tool that does most of the work. It has an Atom plugin and can enforce eslint rules as well. Plenty of improvements have been made to the language since ES6.
Unit tests matter just as much. I used ava and its Atom plugin to write basic type-checking tests first, then gradually added more functional ones.
The keys to success are:
Once this safety net is in place, the refactoring itself is easy:
for loops, linting errors)Now the library can evolve and use ES6 syntactic sugar; spread operators and generators are particularly useful here. If you want to contribute please go to the GitHub repo
Two videos from Fabian Salas and his partner Cecilia Gonzalez.
The first is from the Tango Fundamentals course: no ocho, no molinete, just a pure, elegant walk. The song is El pollito by Carlos di Sarli.
A public performance on the song Gallo Ciego by Osvaldo Pugliese.
I really liked the clearness of their moves and their sense of musicality.
Maximum efficiency with minimum effort.
A nice accordion solo from Piazzolla Forever.
See ama-bot.
Still to be documented.