Personal lab, field notes, and working experiments

JayCloudLab

A homegrown corner of the web for coding projects, music, strange maps, field observations, and the long-running practice of figuring things out in public.

Recent writing

Latest from the lab notebook

modulus-fun

jasonr · May 12, 2026

Modulus Fun

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.append(item) if i % 3 == 0: pr...

Read more
rpi-camera-websocket-setup

jasonr · Jun 27, 2025

Rpi Camera Websocket Setup

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 sockets,...

Read more
raspberry-pi-4:-wi-fi-hotspot-bridged-to-ethernet-network

jasonr · Jan 29, 2025

Raspberry Pi 4: Wi Fi Hotspot Bridged To Ethernet Network

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...

Read more
setting-up-gitlab-community-with-apache-proxy

jasonr · Jan 28, 2025

Setting Up Gitlab Community With Apache Proxy

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...

Read more
what-is-metaphysics

jasonr · Oct 10, 2024

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...

Read more
1 / 5

Why this exists

Build it, learn it, keep it human.

This site is a digital playground: part project shelf, part blog, part record of the questions that refuse to leave quietly. It is where I tinker with code, robotics, electronic music, maps, and the occasional odd philosophical thread.

The core question is simple: can I do it myself, and what do I learn by trying? That curiosity is the engine here. The goal is not polish for its own sake, but a web space with fingerprints on it.

Keep your voice. Let it wander, revise, contradict itself, and eventually become something only you could have made.