PERSONAL PROJECT LABEST. 2026

DIZZZY
LABS

BUILD. TEST. BREAK. IMPROVE.

Field manuals, automations and experiments built out of curiosity.

PROJECT SIGNAL / 001SYSTEM ACTIVE
CENTRAL KENTUCKYLOCATION / GENERALBUILD 26.08

01 / PROJECT ARCHIVE

Things that became real.

Useful things. Strange experiments.
Occasionally both.

INTERACTIVE FIELD GUIDE / TACTICAL SYSTEMACTIVE

PROJECT / 002

Ready or NotOperations Advisor

A console-first reference for missions, AI command, room clearing, equipment, ROE and scoring.

MISSION PLANNINGAI COMMAND
Project details
PURPOSE

Make planning and AI control quick to reference.

CURRENT FOCUS

Mission structure, console controls and room-clearing doctrine.

PLATFORM

WEB / CONSOLE REFERENCE

KNOWN LIMIT

Independent app; launch it from this hub.

IOS AUTOMATION / ENGINEERINGACTIVE

PROJECT / 003

ShortcutLab

iOS automations for photography, file handling and useful device workflows.

PHOTOGRAPHYFILE WORKFLOWS
AVAILABLE BUILD / EXPERIMENTAL.SHORTCUT

AUTOMATION / 001

RawDizzzy

Converts selected ProRAW images into storage-friendlier HEIF copies.

Get shortcut
View Jelly sourcev0.2.8
COMPILE + RUNTIME / PASSED · FOUNDATION / v0.2.7

Experimental safety check. The supplied source contains a deletePhotos action after its confirmation alert. Test with backed-up or disposable photos.

import Shortcuts
#Color: navy, #Icon: photoStackAlt

// Re-ProRAW — Converted HEIF Size Probe v0.2.8
// Status: EXPERIMENTAL — compile and runtime verification required (Passed)
// Protected foundation: Re-ProRAW v0.2.7
// New behavior: retrieve raw file size from one converted HEIF.
// Safety: Creates converted copies only. Never deletes originals.
showResult(text: "Re-ProRAW Converted-Size Test | Select batch of ProRAW photo(s). All originals will be kept.")
selectPhoto(types: Images, multiple: true) >> selectedPhotos
count(type: Items, input: selectedPhotos) >> photoCount
if(photoCount == "0") {
	showResult(text: "No photos were selected. Nothing was changed.")
	exit(var: selectedPhotos)
} >> IFResult1
fileDetail(input: selectedPhotos, property: File Size) >> originalSizes
statistic(input: originalSizes, operation: Sum) >> originalBytes
calculate(input: "${originalBytes} / 1000000") >> originalMegabytes
formatNumber(number: originalMegabytes, places: 2) >> roundedMegabytes
showResult(text: "Selected: ${photoCount} photo(s) Original total size: ${ActionOutput} MB ")
repeatEach(selectedPhotos) {
	convertImage(image: RepeatItem, format: HEIF, metadata: true, quality: true) >> convertedHEIF
	saveToCameraRoll(image: convertedHEIF, album: Ask) >> savedHEIF
// Only new behavior in this experimental revision.
	fileDetail(input: convertedHEIF, property: File Size) >> convertedBytesProbe
} >> RepeatResult1
alert(alert: "Converted-size checkpoint passed. Converted HEIF size: ${convertedBytesProbe} bytes. Delete originals?", title: "Delete originals?")
deletePhotos(photos: selectedPhotos) >> deletePhotos1
showResult(text: "Conversion complete. Processed ${photoCount} photo(s).")
exit(var: selectedPhotos)

SAFETY / SOURCE INCLUDES DELETE-ORIGINALS ACTION

Project details
PURPOSE

Turn awkward iPhone workflows into dependable tools.

CURRENT FOCUS

RawDizzzy, safe file handling and observable testing.

PLATFORM

IOS / APPLE SHORTCUTS

KNOWN LIMIT

RawDizzzy is experimental and includes a confirmed delete-originals action. Test only with backed-up photos.

CREATIVE SYSTEM / IMAGE STUDIESEXPERIMENTAL

PROJECT / 004

VisualExperiments

OLED wallpapers, photography studies and dark interface concepts.

OLEDCONCEPT WORK
Project details
PURPOSE

Give visual ideas room to become a series, an interface or one finished image.

CURRENT FOCUS

True-black composition, restrained color and premium display presentation.

PLATFORM

IMAGE / INTERFACE

KNOWN LIMIT

No public archive yet.

02 / THE LAB

Questions with
a record.

Tests, evidence and useful failures behind the projects.

Open The Lab

03 / OPERATING METHOD

There was probably
an easier way.

That does not mean it would have answered the interesting question.

01

BUILD

Turn the idea into something usable.

02

TEST

Find out what actually works.

03

BREAK

Push until the weak points become obvious.

04

IMPROVE

Preserve what works. Change what does not.

04 / CHANGE SIGNAL

Recent activity.

LAB IS ACTIVE
20 AUG 2026

Photo Archive

Twelve new photographs added to the archive.

01
19 AUG 2026

The Lab

Experiment archive opened.

02
19 AUG 2026

RawDizzzy

Working build and Jelly v0.2.8 source published.

03
19 AUG 2026

Photo Archive

Archive opened with ten photographs.

04
19 AUG 2026

Dizzzy Labs

Root project hub brought online.

05
18 AUG 2026

Darktide Field Manual

Custom project domain deployed.

06
18 AUG 2026

Ready or Not Operations Advisor

Tactical architecture in development.

07
17 AUG 2026

Shortcut Lab

HEIF conversion baseline passed.

08

05 / ABOUT

Regular guy.
Irregular hobbies.

I’m Rob. This is where games, automation, photography and whatever catches my attention turn into things worth keeping or sharing.

Mostly, I’m here to have fun making things and maybe help someone along the way.