Explore >> Select a destination


You are here

una.im
| | alvaromontoro.com
8.6 parsecs away

Travel
| | For this week's CodePen challenge, I created an animation of bats flying over people on a bridge using a single element and a still picture. This is a photograph in JPEG format, without transparencies or vectorial possibilities. So... how do we go from a still photograph to an animation like the one below, without editing the image outside of the browser, changing its format, or modifying its original content at all? :: Blog post at Alvaro Montoro's Personal Website.
| | fujixweekly.com
15.5 parsecs away

Travel
| | Did you know that you can photograph invisible light? Full spectrum infrared cameras can see beyond what you and I can perceive with our eyes, providing a unique way to view the world. Lightwaves within the visible spectrum are between about 380-780 nanometers, but there is light outside of what the human eyes can see....
| | weburbanist.com
15.7 parsecs away

Travel
| | Infrared and HDR photographs show us our world in a new and interesting way. With their distorted color or ultra-rich detail, these photos are all exquisite.
| | vxlabs.com
614.8 parsecs away

Travel
| The language server protocol was proposed by Microsoft as a way for different editors and development environments to share language analysis backends This post describes how to configure Emacs, lsp-mode and the palantir python-language-server for improved code intelligence when working on Python projects. (I'm planning a companion post for Emacs, C++ and the cquery language server.) Goal Before starting, it is motivating to see what we are working towards. With a correctly configured setup, Emacs will s...