Posts in "Notes"

I played Spyro the Dragon (Reignited Trilogy version) and had fun but 3D games mostly give me motion sickness so now I feel gross. Uninstalled and will try Kirby Super Star tomorrow. 🎮

🔖 Read The Logic of Destruction by Timothy Snyder.

Nothing is inevitable. Do not be alone and do not be dismayed. Find someone who is doing something you admire and join them.

🍿 Watched Dog Man.

Exactly what it says on the tin. If you enjoy the Dog Man graphic novels, you’ll enjoy the movie, and if you don’t, you won’t.

Today’s Coding Progress: Completed the freeCodeCamp projects, “Learn CSS Colors by Building a Set of Colored Markers.”

Thoughts: CSS is already breaking my brain here. Using it to style empty containers chafes against my feeling that it should be for styling content, not styling blank space. I thought this was a thing of me not being smart or with-it enough to understand this use of CSS, but now I think it’s a conceptual problem. From this conceptual problem flow all kinds of struggles with understanding properties and the arguments they take. This is definitely a place where a reference will come in handy. So I think I’ll hunt down some writing about using CSS this way and a resource that will be a good reference.

Little coding update! Completed the freeCodeCamp projects “Learn HTML by Building a Cat Photo App”, “Learn Basic CSS by Building a Cafe Menu.” This is all familiar stuff, but I always appreciate the reminder to use semantic tags like section & the refresh of how forms work.