A quick primer (from curl’s most well known maintainer) on requesting websites from servers before you’ve officially changed their DNS entries. A quick TL;DR; if you’re conserving mouse clicks For non-SSL/HTTPS sites it’s as simple as changing the HOST header — curl --header "Host: example.com" [...]
astorm
If you had trouble starting applications or saw a lot of “beach-balling” on your Mac last week it’s almost certain that Apple’s OCSP service was to blame. This article from Jeff Johnson (an independent Mac and iOS developer) gives a good high level overview of the problem before jumping into some equally good deep [...]
astorm
One common request over on my patreon slack is helping folks reason about some piece of functionality as-implemented in the Magento 2 core. This usually means looking for a particular dependency on a class, and then looking for that class’s dependency, and following this dependency chain back until we find the actual five lines of [...]
astorm