Welcome to TheTechMaker! Here are some cool things I have written

  • The Simple Guide to AI and Machine Learning With Python

    In this guide, you will learn how to create an AI that recognizes handwriting with Python using Dense neural networks and the MNIST dataset. This guide will use TensorFlow to train your AI, and basic knowledge… Read More

  • How to Listen on ATC Conversations Using a SDR

    Did you know that ATC conversations and conversations between planes are freely available, with no encryption? It is legal to listen in on ATC conversations, and in this guide I will tell you how if you… Read More

  • How to make a GPS with Arduino

    This guide will show you how to make a simple GPS with Arduino. What you will need GPS Neo-6M This will be used to determine the location. Arduino UNO Rev3 This will be what we use… Read More

  • How to Install MacOS on Windows using VMware

    If you had ever wanted to get the MacOS experience without owning a Mac, then you may want to use a virtual machine to get the experience, and this guide will teach you how to do… Read More

  • How to disconnect WiFi devices on another network using the ESP8266

    There is a common WiFi attack that can disconnect any device on the network you are currently on. It also works on networks that you are not currently on. How it works There is a protocol… Read More

  • How to Install the Play Store on Windows 11

    You can sideload apps on Windows 11, but you are missing out on some key features by sideloading, like Google Play Services. With this tutorial, you will be able to run the Play Store directly on… Read More

  • Using the Raspberry Pi to Feed to FlightRadar24, FlightAware, and ADS-B Exchange

    In this post, I will be showing you how to start feeding flight data to three services: Flightradar24, ADS-B Exchange, and FlightAware. This post may be helpful to some of you who want to run your… Read More

  • Tensors Dimensions and Basics in Python Artificial Intelligence and Machine Learning

    In PyTorch and TensorFlow, Tensors are a very popular way of storing large amounts of data in artificial intelligence projects. Here, I will show you what they are, and how they work. What makes a Tensor?… Read More

  • Everything to know about “Follina” (CVE-2022-30190)

    “Follina”, or CVE-2022-30190 is a widely used exploit that allows an attacker to remotely execute Powershell code on Windows machines from a Microsoft Word document or a URL. What it does Follina can do anything the… Read More

  • How to make permanent bash aliases and bash functions

    In the last post, I covered how to make bash aliases. However, creating bash aliases with the alias command only lets you create bash aliases for the current session. For example, if I were to use… Read More