Pixel Art via Vibe Coding

I am 100% against the term "vibe coding". To be clear, my issue is with the name, it just strikes me as, well, horrible. That being said, I’ve been using gen AI to generate code samples over the past few months and it’s been incredibly interesting at times. It absolutely requires technical skill to evaluate the results and to help guide the AI when mistakes happen, but it’s been fun to give this a few tries recently. This morning I gave Claude’s desktop app a try and gave it what I thought was a non-trivial prompt: can you generate JavaScript code that will look at an image in the DOM and convert it to simplified pixel art? I then submitted the prompt and stood... more →
Posted in: JavaScript

Pixel View

I’ve created a simple game using images from Mapillary (and a couple of images from Wikimedia).Mapillary is a crowd-sourced ‘Street View’ service that allows users to capture, share, and explore street-level imagery from around the world. Developers are allowed to use images submitted to Mapillary under a CC BY-SA 4.0 license. Mapillary ‘street view’ images can be a great resource for Maps Mania… more →
Posted in: Interactive Maps