Riffs
Revstar
I am now the proud owner of what is the most beautiful guitar I’ve ever seen or played.
Designing v5 of joodaloop.com
This website is my worry stone, and how!
I was supposed to be working on client sites. Instead I opened my “ideas” Figma file and started arranging every part of my site on a multi-column layout.
[image of Figma mock]
Static Sites and Images
Adding images to posts is an…interesting process. It’s not as smooth as drag-and-drop of a rich text editor experience is, you have to manually insert an explicit link to your image within your Markdown. It’s
And then you have to add the photo to you Git-tracked site repository, hopefully you have one big folder called “media” inside your static folder so you don’t have to worry about exact URL paths of sub-folders. And now there’s a large blob in your Git tree.
Instead, I plan to switch to doing something else: hosting images on Cloudflare’s R2 object storage.