Bending Maps, Inception Style

One of the most memorable scenes in Inception sees Leonardo DiCaprio’s character walking through Paris as the city appears to fold in on itself, with entire streets rising from the ground and bending over the characters below. The surreal effect makes the city seem like a three-dimensional model that can be manipulated like a sheet of paper. Orbify is exploring whether something inspired by this visual trick could have a practical use in car navigation. Orbify’s patent-pending image-processing system takes a 3D map model and warps it onto a curved surface. Instead of having to choose between a conventional top-down map and a perspective view of the road ahead, both can be displayed... more →
Posted in: Interactive Maps

Parsing CSV in BoxLang – Maven Style

I recently did some CSV parsing in ColdFusion while working on my ColdFusion 2025 Hackathon submission, and while I didn’t win, I really enjoyed the little utility I built. That tool made use of CSV parsing support in Adobe ColdFusion and I thought I’d take a look at what I’d need to use to support that in BoxLang. This led me to look for a Java tool and gave me a chance to try something new in BoxLang, Maven support. BoxLang runs on the JVM, but doesn’t really require you to know any Java. Which is good. I’ve been "casually" familiar with Java since it came out, but have never done any real work in it nor really spent any time learning the language. I... more →
Posted in: JavaScript