A Test of Eleventy Fetch

It has been quite some time since I wrote about Eleventy. My last post was a quick announcement about me upgrading my site to Eleventy 3.0 and how well that worked. I was going through my list of blog ideas and realized that in March of 2022, yes, 2022, I wrote down that I should take a quick look at Eleventy Fetch: I knew it worked, but I was curious about a few things, for example, invalidating the cache, but apparently this idea got buried and forgotten about until… today! So yes, it works, and works really well and if that’s all you care about, hit up the docs and you’re good to go. I had to see this for myself though. My API I began by creating a quick HTTP-based API... more →
Posted in: JavaScript

The 2024 Sea-Level Rise Map

The 2024 U.S. Sea Level Report Cards from the Virginia Institute of Marine Science (VIMS) reveal that Gulf Coast states, particularly Louisiana and Texas, continue to experience some of the fastest rates of sea-level rise in the country.Published annually, the VIMS sea-level report uses observed tide gauge data to track sea-level trends across the United States and project future changes based Maps Mania… more →
Posted in: Interactive Maps

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

The Marine Migration Map

tracked migrations of the Green Turtle Migratory Connectivity in the Ocean (MiCO) is an interactive map visualizing the global migrations of more than 100 species of birds, mammals, turtles and fish. The aim of the map is to bring together knowledge about the migratory routes and connected habitats of marine species, such as marine mammals, seabirds, sea turtles, and fish, in order to help Maps Mania… more →
Posted in: Interactive Maps

Adventures in Vibe Coding – Really, Really Big Numbers

I continue to be really against the term ‘vibe coding’, but also continue to be fascinated by the idea of working with GenAI to help craft/enhance applications in an iterative, conversation-based manner. Ashley Willis recently released an incredibly well done post on the topic, "What Even Is Vibe Coding?", where she goes into detail on her take on the term and what it means for the industry. I think it is an excellent post and I want to highlight one part that really resonated with me: It scaffolds layouts, creates routes, fills in placeholder content, basically roughs out the shape of the thing I described. I still review it, refactor it, test it, and shape it into something... more →
Posted in: JavaScript

A Sneak Peek at BoxLang’s Module Feature

Last week I attended and spoke at Into the Box, a conference hosted by the Ortus folks, the company behind BoxLang. While there, I attended a talk from Brad Wood on how BoxLang’s module system works. I’ve been using modules with BoxLang since I first started playing with it. It’s how database support is added, mail, PDF, and more. You can see a list of currently released modules here. I had been curious as to how this works so I was excited for Brad’s presentation. While hearing him go over the details, I got even more excited, and literally built a ‘hello world’ module in a minute or so while he talked. I’m calling this blog post a "sneak peek"... more →
Posted in: JavaScript

A Guided Street View Tour of the World

StreetWhip If you’ve ever lost an hour (or five) wandering the globe via Google Street View, you’re not alone. There’s something uniquely thrilling about virtually dropping into a faraway town and soaking in the details — the architecture, the people, the colors of everyday life. But what if you could do more than just look? What if you had a knowledgeable, curious local guide whispering in Maps Mania… more →
Posted in: Interactive Maps

Using AI to Analyze Chart Images

I’ve done a few posts where I’ve asked GenAI services to analyze and summarize data. Most recently, I blogged about Chrome’s built-in AI APIs and summarizing raw data into simple English. In each case where I’ve done work like this, I’ve had access to the raw data of what I want the API to analyze. But what if you don’t? What if all you have is a simple chart image? I did some testing with this and here’s what I found. My Source Data For my source data, I created a set of charts using Highcharts. This isn’t my preferred front-end charting library, but I noticed their demos had (usually) a quick CSV export. That made it easy to get both a sample... more →
Posted in: JavaScript
1 2 3 206