I really enjoy making. I get deep satisfaction out of it.
I still struggle to make, something internally gets stuck in my head. I am constantly looking for someone else design or idea to solve my problem instead coming up with it myself. I miss having people to discuss, collaborate and be excited about these things.
I need to keep forcing myself to make. Use my hands, use my brain.
I decided to mix a little computer nerdery with my family’s love of ice cream.
I created an Apple Shortcut that grabs your current location, finds the three closest Culver’s, and shows their Flavor of the Day.
Cut to the chase—the Shortcut can be downloaded here.
The secret sauce behind this is the Culver’s API. Hats off to Joe Steinbring, who first brought it to my attention. Earlier versions of this Shortcut scraped the webpage of my local Culver’s, but this is much cleaner.
How it works
Decide how many local Culver’s to return (radius = 3).
Get current location.
Save latitude and longitude from Current Location into separate variables.
Fetch the Culver’s API using those values: http://www.culvers.com/api/locator/getlocations?lat=[Latitude]&long=[Longitude]&limit=[radius]
Convert the response into a dictionary.
Loop through each item; the key you want is metadata.flavorOfDayName.
By default, the radius is set to 3, so it returns the three closest Culver’s to your GPS coordinates. Change the radius variable if you want more (or fewer) results.
And since it’s a Shortcut, you can just ask Siri, “What’s the Flavor of the Day?”
This was a fun little project, and I’ll admit—it gets used multiple times a week in our house.
If you try it out, I’d love to hear what you think!
I have converted my gear page over from my old site!
I plan to update this page with new items that I enjoy or use.
I care a lot (probably too much) about the objects in my life. When I find something that works for me I can guarantee someone else can benefit from that information.
While I can’t say I am a direct practitioner of lean. Something resonates extremely well with my brain 🧠.
It’s one of the few books that is exactly my jam. Same with It’s All Too Much by Peter Walsh. (That one will need to wait for another blog post)
One of the best phrases I stumbled on was “Wherever You Ask The Question, That’s Where The Answer Should Be”
So simple. So dumb. So brilliant. KISS
Example:
When a garbage bag is full and you pull it out to throw it away. What is the next question?
“Where are the replacement garage bags?”
Taking “Wherever You Ask The Question, That’s Where The Answer Should Be” to heart. I propose 2 solutions:
Put a label on the inside of the can that says “Replacement bags are located under the sink”
Put a roll of extra garbage bags at the bottom of the garbage cans
If you take this statement to heart, you can have a profound impact on your life. It makes for a more pleasant house, work environment. Less frustration = greater joy.
Thanks for reading this one! It was a longer and tougher one to write. If you enjoyed it, feel free to drop me an email!
Last year I was gifted a Pinecil Soldering Iron. This is the best soldering iron I have ever owned. Super light weight, easy to handle and gets up to temperature extremely quickly.
I don’t solder very often so I don’t have a dedicated soldering station. Often it’s easier to bring the soldering iron to the work, rather than the other way around.
I don’t think the M18 Power Source puts out enough juice to power the Pinecil to the full capacity. However, the couple of times I used it, the Pinecil got to a high enough temperature for my work.