
Jeremy Morgan
1,000 FOLLOWERS
This is a programming blog from a veteran developer. Tutorials, tips, tricks, and opinions about programming, operating systems, data, and more.
Jeremy Morgan
5h ago
Greetings data junkies! We’re going to do another cool project with Python. Today I will show you how to draw graphs with Python and Matplotlib. Not only that but we’re going to use a SQLite (my favorite) database to back it all. So we’ll load data into a database and pull it back out and make awesome graphs with it, all with Python. What we’re doing in this tutorial Setting up our Python Environment Getting statistical data and putting it into ..read more
Jeremy Morgan
4d ago
Welcome, friends, to another tutorial about Computer Vision and OpenCV. How do you blend two images together? Can you blend one more than the other? You’ll learn all of this here today. If you are dipping your toes into computer vision, this tutorial will make image blending fun and easy. Let’s explore how to blend two images with OpenCV and Python. If you want to go straight to the code click here ..read more
Jeremy Morgan
4d ago
Welcome, friends, to another tutorial about Computer Vision and OpenCV. How do you grayscale images? If you are dipping your toes into computer vision, this tutorial will make grayscaling fun and easy. Let’s explore several ways to grayscale images using OpenCV and Python. If you want to go straight to the code click here Grayscaling: The Magic Behind the Monochrome We first need to discuss grayscaling and why it is so essential in computer vision ..read more
Jeremy Morgan
1w ago
I was super excited when my M2 Mac Mini arrived. So excited I wanted to take the rest of the day off work just to set it up. That excitement didn’t last very long. I returned my Mac Mini M2 Pro, and this is why. I’m not trying to bash here. This isn’t a hit piece. I generated a lot of talk and tons of instant messages on Twitter and other platforms ..read more
Jeremy Morgan
1w ago
If you’re reading this, you’re probably curious about computer vision, or just starting out. You’ve come to the right place. In this tutorial, we’ll learn to blur images using OpenCV and Python. This is one of many OpenCV tutorials I have here. What is Blurring? First off, let’s understand what blurring is. Blurring is a process where we reduce the sharpness of an image by blending the colors of neighboring pixels ..read more
Jeremy Morgan
1w ago
This an article comparing the Mac Mini M1 to the Mac Mini M2 Pro. I am dumping the numbers here, and will write the article soon. I am still evaluating this machine for a full review. This is a raw stats comparison between the two, and compared to other machines I’m using. CPU Test (Geekbench 6) Machine Single Core Multi- Core M1 2105 7796 M2 2650 14217 Compute Test (Geekbench 6) Machine Compute Score M1 19832 M2 49356 Blender Render CPU Machine Render Time M1 06:04 ..read more
Jeremy Morgan
3w ago
So you want to move a 3D object in Unity? It’s easier than you think! You can learn how to do it with a few lines of code. In this tutorial, we’ll create a Unity project from scratch. If you prefer video, you can watch this tutorial as a video here Load up the Unity Hub. Lets create a new project. In this first window, click on “New Project” Select “3D Core ..read more
Jeremy Morgan
1M ago
I’m going to build games in Unity. I love using Linux as my development environment, so I was happy to learn that you can create games with Unity in Linux. Since I know many of you out there are in the same boat as me. I will document this process so you can build Unity games in Manjaro Linux. Do you want something like this on your Manjaro Machine? Read on ..read more
Jeremy Morgan
2M ago
So you want to resize an image with OpenCV? You’ve found your answer. This tutorial will walk you through all the steps needed to do this. I will use Python in this example, but it’s a similar process in many different languages. I often work with OpenCV in Go and C# as well. But let’s stay on topic here. This will be a step by step guide to quickly resize and save an image using OpenCV ..read more