Posts
All the articles I've posted.
-
Stolen Art: The Hidden Copyright Crisis in AI Image Generation
AI-generated images flood our feeds, but they’re built on uncredited, uncompensated creative labor. Are artists being erased?
-
Distance and Disconnection
A post about the metaphorical and literal senses of distance.
-
Understanding py-dispatcher
A simple Python project for managing prioritized tasks.
-
What David Beazley Taught Me About Python (and Thinking)
A personal reflection on finishing Beazley’s advanced Python course — and how it changed the way I code and reason.
-
Solving the Final Puzzle: A Pythonic Integration Challenge
Bringing together coroutines, async logic, exceptions, and object-oriented design to solve a final puzzle from Beazley’s course.
-
Building an Async Messaging Protocol in Python
From coroutines to communication — implementing a protocol for asynchronous message handling using asyncio.
-
Delegating Generators with yield from in Python
How to compose coroutines using yield from and return values from generator pipelines.
-
Context Switching and Cooperative Multitasking in Python
How generators and coroutines enable lightweight, cooperative concurrency by yielding control in Python.