What Is Metaphysics
When reading, Riddles of Existence (Earl Conee & Theodore Sider), chapter 11, "What is Metaphysics," it became increasingly clear that it’s not a simple task to define it. Th
Field notes, builds, and thought trails
Notes from the lab: code, music, maps, experiments, and the occasional philosophical side quest.
2 shown
When reading, Riddles of Existence (Earl Conee & Theodore Sider), chapter 11, "What is Metaphysics," it became increasingly clear that it’s not a simple task to define it. Th
Computers via software have granted us many personal freedoms and creative outlets that did not exist before. With a personal computer, it is possible to manifest ou
2 shown
Just a friendly reminder to all the embedded programmers out there... Always, and I mean ALWAYS, make sure you have a different MAC address assigned to your devices. I just spent 3 hours tro...
R.O.A.M (Robot Object Answer Map) is an initiative I am leading. It introduces a fresh method to map directions for our autonomous machines. How does it work? The mapping process
8 shown
import os import shutil import platform from pathlib import Path def find_code_cmd(): system = platform.system() if system == "Windows":
data = { 1: 'test_a', 2: 'test_b', 3: 'test_c', 4: 'test_d', 5: 'test_e', 6: 'test_f'}rows = []row = []for i, (key, item) in zip(range(1,7), data.items()): row.ap...
Streaming MJPEG from Raspberry Pi to Windows via UDP Overview This guide explains how to stream MJPEG video from a Raspberry Pi using `libcamera-jpeg` to a Windows machine using UDP sock...
This tutorial will guide you through configuring a Raspberry Pi 4 to act as a Wi-Fi hotspot that shares access to an Ethernet network. Devices connected to the hotspot will be able to access...
RHEL Based:sudo yum update -ysudo yum install -y curl policycoreutils openssh-server perlcurl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bashsudo
Do you ever just need to work with data from Excel in Python, or open up a CSV (comma-separated values) file and parse through its contents? You may not know this, but Python already comes p...
How to set a route to a path:app.use('/audio', express.static(%pathToAudioFolder%)); 3D Map Download:Download Terrain 3D - Cesium quantized mesh of the entire planet | MapTiler Data Create...
In this tutorial, I'll be setting up a web kiosk on the LIBRE AML-S905X-CC (Le Potato) computer board, using the desktop based Rasbian Buster, which can be downloaded here fro