This is a personal memo recording what I have learned by getting hands-on with AI. Last time, I wrote about what I noticed regarding 'AI model structures' while tinkering with ComfyUI, but this time I ...
I gave Claude access to my Home Assistant. It helped me audit, debug, and improve my smart home better than I ever could have.
Real operating systems on a tiny microcontroller.
I wore the world's first HDR10 smart glasses TCL's new E Ink tablet beats the Remarkable and Kindle Anker's new charger is one of the most unique I've ever seen Best laptop cooling pads Best flip ...
Who-is-on-my-wifi is a Python3 cli project that allows you to see who is stealing your WiFI network, scan your WiFI and show you how many devices are connected. Software can be installed on any ...
This page briefly describes how to establish a minimal (safe?) configuration for a new MikroTik router if that device has a USB port (many do, though those that do not can be configured using a ...
The complete code for this Gesture control drone project is provided at the bottom of this page. Additionally, you can find the source code in our GitHub repository linked below. As you can see, we ...
Yes, you can program Arduino with Python using the PyFirmata library. While Arduino traditionally uses C++ code, Python can control Arduino boards through the Firmata protocol, allowing you to ...
A quick, step-by-step guide to setting up, configuring, and managing a MySQL database server on Windows, Linux, and macOS. Long a staple of open source computing, MySQL serves as the database back end ...
GDAL is a popular and powerful geospatial data processing library. GDAL is available as a set of commandline utilities (ready to use binaries files). The developer oriented library is available as a C ...