Federico Viticci

10747 posts on MacStories since April 2009

Federico is the founder and Editor-in-Chief of MacStories, where he writes about Apple with a focus on apps, developers, iPad, and iOS productivity. He founded MacStories in April 2009 and has been writing about Apple since. Federico is also the co-host of AppStories, a weekly podcast exploring the world of apps, Unwind, a fun exploration of media and more, and NPC: Next Portable Console, a show about portable gaming and the handheld revolution.

The Joy of Shortcuts

I read this post by Jarrod Blundy a few weeks ago and forgot to link it on MacStories. I think Jarrod did a great job explaining why Apple’s Shortcuts app resonates so strongly with a specific type of person:

But mostly, it just lights up my brain in a way that few other things do.

[…]

But when there’s a little burr in my computing life that I think could be sanded down with Shortcuts, my wheels get turning and it’s hard to pull myself away from refining, adding features, and solving down to an ideal answer. I’m sure if I learned traditional coding, I’d feel the same. Or if I had a workshop to craft furniture or pound metal into useful shapes. But since I don’t know that much about programming languages nor have the desire to craft physical products, Shortcuts is my IDE, my workshop.

For me, despite the (many) issues of the Shortcuts app on all platforms, the reason I can’t pull myself away from it is that there’s nothing else like it on any modern computing platform (yes, I have tried Tasker and Power Automate and, no, I did not like them). Shortcuts appeals to that part of my brain that loves it when a plan comes together and different things happen in succession. If you’re a gamer, it’s similar to the satisfaction of watching Final Fantasy XII’s Gambits play out in real time, and it’s why I need to check out Unicorn Overlord as soon as possible.

I love software that lets me design a plan and watch it execute automatically. I’ve shared hundreds of shortcuts over the years, and I’m still chasing that high.

Permalink

Obsidian Setup Check-In

AppStories+ Deeper into the world of apps

AppStories Episode 380 - Obsidian Setup Check-In

0:00
37:48

AppStories+ Deeper into the world of apps

This week, Federico and John revisit their Obsidian systems, themes, and favorite plugins.

Read more



Emulators Will Change the App Store Forever

Delta for iOS.

Delta for iOS.

Writing at his personal blog, Brendon Bigley explains why the Delta emulator launching on the App Store is a big deal for retrogaming fans who also love native iOS apps:

AltStore for me (and many) was just a way to get access to Delta, which is the best emulator on iOS by a pretty shocking margin. While there are admittedly more feature-rich apps like RetroArch out there, no other app feels made for iPhone in the way Delta does. With a slick iOS-friendly user interface, custom themes and designs to reskin your experience, and the ability to grab game files from iCloud, Delta always represented what’s possible what a talented app developer could do if the App Store was even slightly more open. It’s in this possibility space where I likely never switch to Android again.

I posted this on Threads and Mastodon, but I was able to start playing old save files from my own copies of Final Fantasy Tactics Advance and Pokémon Ruby in 30 seconds thanks to Delta.

Years ago, one of my (many) lockdown projects involved ripping my own Game Boy Advance game collection using a GB Operator. I did that and saved all my games and associated save files in iCloud Drive, thinking they’d be useful someday. Today, because Delta is a great iOS citizen that integrates with the Files picker, I just had to select multiple .gba files in iCloud Drive to add them to Delta. Then, since Delta also supports context menus, I long-pressed each game to import my own save files, previously ripped by the GB Operator. And that’s how I can now continue playing games from 20 years ago…on my iPhone. And those are just two aspects of the all-encompassing Delta experience, which includes Dropbox sync, controller support, haptic feedback, and lots more.

Brendon also wraps up the story with a question I’m pondering myself:

How does Nintendo react to the news that despite their desire to fight game preservation at all costs, people are nonetheless still enjoying the very games that built their business in the first place?

I’ll never get over the fact that Nintendo turned the glorious Virtual Console into a subscription service that is randomly updated and not available on mobile devices at all. I’m curious to see if Nintendo will have any sort of response to emulators on iOS; personally, I know that Delta is going to be my new default for all Game Boy/DS emulation needs going forward.

Permalink

A Classic Mac Pick 2

AppStories+ Deeper into the world of apps

AppStories Episode 379 - A Classic Mac Pick 2

0:00
34:04

AppStories+ Deeper into the world of apps

This week on AppStories, Federico and John return with a classic Pick 2 episode focused on the Mac.

Read more


Three Mac Tips I Recently Implemented in My MacPad Workflow

As I continue using the MacPad as my main convertible computer and further cementing my belief that I created the best Apple device the company never officially made, I regularly run across new apps and strategies that I want to incorporate in my workflow. This week, I’m going to run down a few things I...


Are We Entering a Post-App World?

AppStories+ Deeper into the world of apps

AppStories Episode 378 - Are We Entering a Post-App World?

0:00
35:17

AppStories+ Deeper into the world of apps

This week, Federico and John explore whether we’re experiencing the beginning of the end of apps and consider what might replace them.

Read more


Getting the Name of the Frontmost App on macOS Using Shortcuts

I was recently debugging one of my old shortcuts that integrated with macOS to get the name of the frontmost app using AppleScript and noticed that, at some point over the past two years, that script had stopped working. I tried fixing the AppleScript myself, but after five minutes spent trying random and outdated code...