Tech & Tools

Image file
A laptop
Authored on
Body

Our robot Eufy vacuum hates the sun. When it hits a sunny spot on the floor, it thinks it is a drop off and reverses course.

I've spoken with Eufy support and they know off this quirk. The solution seems to be "vacuum when it isn't sunny" which works for me. Yoof was under $100 and does more than its share of the dust removal.

We put googly eyes on it to anthropomorphize it like any self-respecting robot owner does. If it hates the sun then I am wondering if some vampire teeth are in order.

Image file
A laptop
Authored on
Body

When I got to the end of recording 150 sentences into my iPhone, I was a little hoarse. Also not knowing 100% what I would use my Personal Voice for.

It took a looooooong time for it to finish process because your phone needs to be on a charger and locked.

When it was done I typed a random sentence for it to read as Me and it sounded like me for sure.

My first reaction to hearing it was that it's cool that if I ever have a problem with my voice, I have a backup now.

My second thought was I can have it read all the content I want to do on a possible YouTube channel I am teetering on doing.

Image file
A laptop
Authored on
Body

The great flattening is happening. I am moving away from a folder for each context (home, work, drum, etc.) with a text file for each thought. Now there will be one context folder with a text file for each context.

The plan is to start the thought in Drafts, tag it with the context (ex: @drum), and prepend it to the @drums.txt file.

The hope is having a handful of context files will be less temptation to waste time in than a ton of files organizing.

Image file
A laptop
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
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
Image file
A laptop
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
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
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
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
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