Adobe Photoshop Lightroom API
Basic Exploration of the Lightroom API with Postman

Search for a command to run...
Basic Exploration of the Lightroom API with Postman

A Junior Software Engineer's Perspective

Recently, I created a simple Python server to control a Sky Q box and an LG WebOS television programmatically. The goal was to build a straightforward interface for someone who finds modern technology overwhelming. The kind of person who would strugg...

Adding an Accessible one-button Interface to an LG WebOS Television

I recently took a brief look into Python Data Classes. From what I gathered, they're designed to create lightweight, boilerplate-free data containers. They're ideal for classes whose primary purpose is to store data and perform simple helper tasks li...

LLMs Are Stuck in the Past Unlike humans, who continuously seek, absorb, and apply new information, Large Language Models (LLMs) in their basic form are frozen in time. Their knowledge is limited to what they learned during their last pre-training. T...

Today I watched a really interesting video by Andrej Karpathy, a computer scientist and AI researcher who was a founding member at OpenAI. The video went into a nice level of detail in the ways that Andrej makes use of Large Language Models (LLMs). T...
I have been working with several devices controlled by a programmable logic controller (PLC). The PLC shows the state of these devices as an unsigned 16-bit integer. The integer value itself isn't very helpful and can even be a bit confusing. Each of...
I’ve been doing some Python re-learning. The specific course that I am working my way through starts from the very beginning - a very good place to start. This may feel pointless, but sometimes the material can raise features and concepts that I have...