From a PR on May 9 I think the distinction between timezone and locale may be conflated here, I don’t want to create unnecessary work – it just looks like all we really accomplish is swapping between ‘m/d/y’ or ‘d/m/y’, which is still not fulling achieving localized formatting. For example, some locales use different separators, […]
Author: bo.
I'm @boyEatsSteak in a lot of places. I have been wanting 🍕 for weeks. I like gadgets and technology and keeping notes and tips for my future self since all I can remember is that I forget things.
PHP Dates & Timezones
From a conversation in a PR on May 4: As soon as a DateTime object is instantiated, it has the time set to the microsecond. If the arguments provided when creating the DateTime are not sufficiently specific, PHP will fall back to defaults to establish the exact time. Even if all you specify is a […]
I use du -h –max-depth=1 all the time to determine the disk usage of the folders in my current directory, but my fingers always stumble over –max-depth=. The better way (which I learned thanks to explainshell.com): Some helpful variants:
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. […]
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 […]
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]. […]
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
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
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 […]
From src, but I haven’t tested…