• 86 Posts
  • 1.72K Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle











  • I like Shortcuts as a way of implementing a more declarative understanding to create toy programs. These satisfy a modular and immediate need and you can chain them together to build bigger programs too

    Scriptable is a javascript version of Shortcuts which I love for this purpose also

    Actually just did this (used ChatGPT haha blush) to create a script to take a songlist and output it reformatted so it says what time each song plays and now i just need to find a good source for album tracklists and I’ll have a great toy solution for that problem

    I dont want to spend 3 days or even 3 hours on tinkering to get that right, its enough for me that if it doesnt do what I envision I know how to reprompt or reframe or do some trial and error tests that help nudge the approach to where it produces what I need from it and i can move on to the next problem or iterating on this to refine and improve the solution. Maybe even my overall process, who knows

    I made a lot of these things when I was starting learning coding like a cash register app to make change which I’m actually super proud of but I kinda prefer to work a bit higher-level and limit the extent to which I have to reinvent the wheel. I have other innovations I’d like to pursue