Categories
guides travel

Using your (US) cell phone in Europe

Want a quick answer? If you answered yes to both of those, just buy a holiday eSIM from Orange here. Then follow the before leaving the US and setting up my eSIM instructions. If not, you’ll need a different device, or a physical SIM. See the sections below to make the best decision for you. […]

Categories
guides wordpress

Add Collaborator to SiteGround Hosting

SiteGround already has a great guide for this process, but it assumes a bit of familiarity with their SiteTools dashboard. If you’d like a ‘whole-process’ guide, hopefully this page can provide that for you. After logging in to your SiteGround account, click your initials in the top-right corner, and click Manage Users. From the Users […]

Categories
guides

Get an Apple MFA Code from Device Settings

Copy/pasted from Apple Support Get a code from Settings on your trusted device If you can’t receive a verification code on your trusted devices automatically, you can get one from Settings, even if your device is offline. From your iPhone, iPad, or iPod touch If your device is online: Go to Settings > [your name]. […]

Categories
learning

Tailwind: Applying Child Classes on Parent Hover State

If you want classes to change on a child element when something happens on the parent, you might be able to use Tailwind’s group class. src

Categories
learning

Custom Tailwind Utility Classes

If you need a one-off custom class that Tailwind doesn’t have built in, you can dynamically generate a Tailwind class to suit your needs. src

Categories
guides

Customized Domain Access for GoDaddy Delegation

In case you don’t want to give full access to all of your registered domains to a user with delegated access, GoDaddy allows you to specify which domains each delegated user has access to. Sometimes, an invited Delegated User doesn’t get the access you expect. You can also follow these steps to verify or correct […]

Categories
learning

Applying Multiple Tailwind Classes as Single Class

From src, but I haven’t tested…

Categories
troubleshooting

Delegating Access on Reseller-Created Accounts Fails

TL;DR: No. Only ‘normal’ GoDaddy accounts can delegate access. If the GoDaddy account was created through a reseller (such as Google Workspace Purchase Partner), then the resulting GoDaddy account cannot delegate access. I am sorry but as checked with the team the delegate access could be provided to GoDaddy account only not workspace or reseller […]

Categories
guides

Automating Sorting Photos & Videos

This uses @andrewning’s sortphotos script My typical use is roughly: Caveats: I put in very little effort, but couldn’t get it to work globally, so I run from the [repo]/src folder. It does not support ~ alias, so even if your src or dest folders are in your home folder, you’ll need to specify them […]

Categories
guides

Unloading Photos from an iOS Device

Personally, I like Android, and love that I can plug it in, access the filesystem, and copy GBs of files off of it in seconds. To me, that “just works“. Unfortunately, that doesn’t seem to possible on iOS, but maybe there is some redemption here anyway. After all, if saving photos on your phone in […]