Weeknotes 2022-09-05
Got sick with some gastrointestinal infection: Not as bad as covid, but still no recommendation.
Got the stable diffusion model running on my MacBook Air. Installing grpcio only worked after setting some environment variables:
CFLAGS="-I /opt/homebrew/opt/openssl/include" LDFLAGS="-L /opt/homebrew/opt/openssl/lib" GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 pip install -r requirements.txt
Maybe I'm just bad at coming up with interesting prompts, but I would guess about 10% of the generated images are interesting in some sense. I put some examples below in the out of context images section.
Articles
-
Render a block from a template instead of the whole template
-
4.2 Gigabytes, or: How to Draw Anything
Someone is using the img2img.py script from the stable diffusion model to create an impressing image
-
It's time for AI-first products!
Hmm, now I only need a product 😏
-
Why Crypto Debates are So Pointless
Doing it anyway 😋
-
Images!
-
Tip - Use fetchpriority=high to load your LCP hero image sooner
Software
-
Best practices for images - Repository to collect best practices for web images
This should be interesting for Johannes, too.
-
termshare - Quick and easy terminal sharing for getting quick help or pair sysadmin'ing
-
By Luke Plant
-
A small Django application to advertise the fun htmx can bring you by Thomas Güttler
Videos
Podcasts
-
CRE224 Elektronisches Geld 2 CRE Technik Kultur Gesellschaft
-
#67 Swallowed by a Python with Luciano Ramalho Happy Path Programming
Good episode
-
Uncle Bob Martin // The Clean Coder Alphalist CTO Podcast
Hmm, feels a little bit dated... not all of this clean code stuff aged well. Still, he has a point on professionalism etc.
-
pipx - Installable, Isolated Python Applications Talk Python To Me