Rate Throttling in Django AllAuth while running Unit Tests

If you use Django AllAuth and have a custom account adapter, you may find you run up to against rate limits that prevent successful testing of the many unhappy paths of user signup workflows. allauth.account.adapter.DefaultAccountAdapter I did not notice this until I overrode the clean_email() method of my custom adapter, after noticing some unhandled pentest… Continue reading Rate Throttling in Django AllAuth while running Unit Tests

The Supernatural Lawsuit and Apple

This is part two of a series XR, VR, AR 2022. See also my prior post, Dragon’s Lair and Hologram Time Traveler. It is not a coincidence or a mistake that US Federal Government is suing Facebook (Meta) over the company’s acquisition of Within–the company behind the virtual reality exercise app “Supernatural.” Venture capital friendly… Continue reading The Supernatural Lawsuit and Apple

Github Actions Workflow Visualization UI Update

Last night Github appears to have released a big update to the Github Actions workflow user interface. While there has not been a post on the Github changelog about this yet, the Github roadmap does list #88 Actions: Workflow visualization as feature that was slotted for Github Enterprise customers but became a release for all… Continue reading Github Actions Workflow Visualization UI Update