Tech & Tools

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

I am experimenting with having the first screen on my phone being Siri suggestions only. Curious to see how much app searching I need to do vs. the app magically being there.

Day Two of it and I'd say it's about 60-70% that the app is there when I need it so far. Tough for Siri to anticipate when I am going to need to add a drum beat into the drum machine app and things like that.

When I first added the three identical widgets, all the apps were the same across them. They suddenly adjusted to have no repeats.

I'm very interested in how this is going to affect which apps I use. Thinking you are a certain type of person and then not having the apps associated with that type of person suggested to you must make you start to self-adjust.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

The record label I help out has a ton of releases. There are over 60 of them. I've been trying to get all the metadata correct on all the albums. The year is easy to sort out but the actual day is very tough to find.

My temporary solution was to just use Jan 01 until I find them. I've been noticing as I add what albums I listen to that there are a lot of Jan 01 releases in Apple Music.

Looks like great minds think a like. Jan 01 must be the universal date for "I give up trying to track down the release date".

Image file
Music notes

Use for posts about your own band and other music.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

I want to start playing with the typography inspirations I am finding on 1950s era Jazz album covers. I thought nth-child would come to the rescue for this but looks like you can't get at words or letter with it.

A bit of digging around and I found the javascript for what I need called Lettering.js. It gets you spans on individual words and letter where you need it. It does it in an a11y compliant way as well which rules.

Tried it out for about 20 minutes and it was very fun. Definitely a tool, used with some restraint, I am going to use a bunch in the future.

 

Image file
A laptop

Use for workflows, automations, or digital systems.

Image file
A straight ruler
Authored on
Body

A quick list of app in my menubar for 2023. I love tiny menubar apps that do one thing well.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

Here is the simplest way I know of to make something, like an image, a link to content in a Drupal view. It's useful for making things like a grid of images that need to link to content.

1. Add a Content: ID field and exclude it from display. Make sure it is on top of the list of fields.
2. Add a Content: Image field.
3. Click on the Content: Image field to edit it.
4. Click Rewrite results and select "Output this field as a custom link”.
5. Set the path to /node/{{ nid }}.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

Having a blast messing around with the clamp(), min(), and max() functions this week. They've been out for a while now but these last few days felt like the perfect time to toy around with them.

Brainstorming how to use them in projects. Uses for min() are coming to mind right away. I've been slowly reading about how to use clamp() for responsive typography.

Stoked to start reducing a bunch of redundancy in our CSS stylesheets. Especially with centering content at different screen sizes.

A cool post about how it all works here:  min(), max(), and clamp(): three logical CSS functions to use today

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

I received a Apple Gift Card from work for Thanksgiving which was a cool surprise. I used it to get four apps I've had my eye on lately. Very fun to mess around with over the long weekend.

  1. MusicBox: An app that is basically a listen later list for music. You can tag albums and it has built in Shazam support which are both handy.
  2. Stop Motion Studio: An app for making stop motion videos that I am going to use for flyers and videos.
  3. When Did I?: A reminder app but in reverse but telling you when you last did something.
  4. Logger for Shortcuts: A console type app for debugging Apple Shortcuts. Cool for the really long Rube Goldberg-esque shortcuts I make sometimes.
Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

For this blog, I am only allowing myself to fix, add, or update one part of the site per day. When I come here I want to mess around in the admin area so much. I need to post a post when I come here not click all the fancy buttons.

Today's update, for the record, was to get the genres in the albums in more of a cloud instead of a list. Yesterday's was to add a recent album list on the album page. Little by little this space is filling up.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

Each time I listen to an old record, I try to note an interesting bit of typography on a blank business card. I'm slowly building up a nice deck of design cards to reference in the future.

The plan is to use them in the for vignettes on websites. There are a lot of interesting ideas on those covers that could be done with CSS and CSS variables.

Image file
A laptop

Use for workflows, automations, or digital systems.

Image file
A straight ruler
Authored on
Body

Got four meters of green fabric in Nippori's fabric town the other day. A two meter sheet of at a photo shop is like 10000円/$100 or something. I got the four meters for 400円/$4.

Finally got around to doing a green screen chroma key test and it totally worked. Just need to figure out some way to do the lighting better and in a way that is portable. Also, need to get my head around getting the edge on the video being cut out.

Image file
A laptop

Use for workflows, automations, or digital systems.