I started deploying a website to Cloudflare on a branch called pages. Similar to one of the GH Pages deployment patterns. But when my CI was pushing the branch I couldn't see it locally... git fetch -a wasn't pulling any new branches, and git branch ... read more →
ChatGPT Prompt: Stable Diffusion is an AI art generation model similar to DALLE-2. Here are some prompts for generating art with Stable Diffusion. Example: A ghostly apparition drifting through a haunted mansion's grand ballroom, illuminated by fli ... read more →
Mike Driscoll recently tweeted about making colored out with pandas DataFrames and I just had to try it for myself Use Case First though... why? My biggest use case is a monitoring pipeline of mine... The details aside, the output of my pipeline is ... read more →