
I'm listing the articles from the NY Post RSS feed for completely legit reasons. Also, I like how the open tabs really show the development process for this one.

I'm listing the articles from the NY Post RSS feed for completely legit reasons. Also, I like how the open tabs really show the development process for this one.

We hung some pictures using advice from the picture hanging generator I made.

Experimenting with generated highlighting color schemes. Using chroma.js to set a consistent luminance.

I made a day tracker for when we should take Prince back to the vet (he is already feeling much better). Still working on getting a feel for how to do quick text and calendar visualization for relative time.

Teachable Machine is one of my favorite machine learning demo projects and this is a nice behind the scenes. I think the "always in inference mode" was an especially nice move.
From: https://design.google/library/designing-and-learning-teachable-machine/

I put up my picture hanging code sketch.
From: https://beta.observablehq.com/@grantcuster/greedy-picture-hanging

I think I imagined this being more optimized than it is, but it makes sense that it's like this.

The wall picture arranger is sort of working -- I think I need to switch from an Archimedian spiral to a rectangular one.

It was hard to find examples of a center-out rectangle packing algorithm until I remembered that that is what word clouds are. Now I am working off this write-up of how Wordle works.