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 own flight feeder, and can't tell which is a better service to feed to.…

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? Tensors are made up of Scalars, Vectors, and Matrixes. Scalars are single numbers. Vectors…

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 attacker desires. Follina is a remote-code execution scheme, which means that a hacker can…

How to make an IoT fire alarm.

If you are looking for a nice fire solution in a place where false alarms happen a lot, this is by far the cheapest, best solution I know. What you will need - Hardware NodeMCU ESP8266 Breakout Board [x1]Flame Sensor for Arduino (Analog) [x1]Pack of generic jumper wires [x1]Generic Breadboard…

How to use the DHT11/22 sensor to log data to Google Sheets

By this time, you'd probably want a temperature sensor in the house - one less than $25. If you have one, you are probably wanting a better one. Here is an easy solution to this problem. Things that you'll need - Hardware Breadboard (Generic)DHT22 Temperature and Humidity SensorNodeMCU ESP8266 Breakout…