Use your iPad as an extra display for your Mac or PC. Zero Lag. Next to the fact that you have an extra display, you also gain touch to manipulate your OS. Would be of good use for that iPad 3 I have laying around, if it weren’t for the fact that it’s bootlooping after …
Cyclon.js – JavaScript Robotics
JavaScript Robotics, By Your Command. Next generation robotics framework with support for 36 different platforms Take the Leap Motion for example. Install Cyclon.js using npm, and then use this little tad of code to start interacting via the Leap Motion: var Cylon = require(‘cylon’); Cylon.robot({ connections: { leapmotion: { adaptor: ‘leapmotion’ } }, devices: { …
SpaceX Mars Travel Posters
The Backwards Brain Bicycle
Like many six year olds with a MacGyver mullet I learned how to ride a bike when I was really young. I had learned a life skill and I was really proud of it. Everything changed though when my friend Barney called me 25 years later. He had a challenge for me. He had built …
Building better interfaces with SVG
Time Travel in Movies
Debugging CSS Animations
248 days
GTA2 Live
PHP RFC: Short Closures (Arrow Functions)
New RFC proposing Short Closures (better known as “Arrow Functions” in other languages). As ->, and => are already in use, ~> is proposed: $x ~> $x * 2 $x ~> { return $x * 2;} ($x) ~> $x * 2 ($x) ~> { return $x * 2; } All of the examples above are …
Continue reading “PHP RFC: Short Closures (Arrow Functions)”