Running Intel Python on M1
Following these instructions should enable you to have both arm and intel python installed and ready to use.
Stories of a developer life.
Following these instructions should enable you to have both arm and intel python installed and ready to use.
An easy and PORO way to create decorators is using ruby’s SimpleDelegator.
If you are reading this you have probably faced a Hotspot at an airport, hotel, cafe etc. where the WiFi access was open but you faced a Hotspot login portal asking you to agree terms & conditions or pay a fee.
This are my top aliases for terminal, I’ve order them on how frequently I use them and separated by topics.
Don’t you hate it when a free API has limits on the number of request you can do? I was hitting the wunderground.com and openexchangerates.org API’s limits often. The problem was when we had a traffic spike. We didn’t want to pay for premium the same way we don’t want to pay extra bandwidth in case of a spontaneous traffic surge. So we came with the idea to cache it. Here’s an easy way to ‘cache’ the API’s JSON response.