DIZZZY LABS / EXPERIMENTAL WORKSPACE

THE
LAB

Tests, prototypes and things that aren’t projects yet.

01 / DEFINITION

Same workshop.
Different purpose.

PROJECT

What I build.

A defined body of work with a clear purpose, its own identity and something usable at the end.

View Projects
EXPERIMENT

A question being tested.

Evidence gathered before the answer is obvious. Finishing is optional; learning something is not.

View experiments
QUESTIONTESTRESULTLEARNBUILD

02 / LAB DASHBOARD

What the evidence says.

RECORDED TESTS03
PROVEN02
GRADUATED01
BENCH NOTES02

03 / EXPERIMENT ARCHIVE

Questions with a record.

03 / 03 RECORDS
DLX-001 / IOS
VERIFIEDGRADUATED
QUESTION

HEIF Conversion Baseline

Can an Apple Shortcut convert selected ProRAW images into high-quality HEIF copies, save them to an album and preserve the originals?

LATEST RESULT / 18 AUG 2026

End-to-end compile and runtime testing passed, including album-specific saving with the original photographs retained.

GRADUATED → RawDizzzy
Open experiment record
QUESTION

Can an Apple Shortcut convert selected ProRAW images into high-quality HEIF copies, save them to an album and preserve the originals?

WHY

Every later storage, measurement or deletion feature depends on the core conversion path being safe and repeatable.

METHOD

A small selected batch was processed one item at a time, converted to HEIF and saved as copies before any experimental behavior was added.

RESULT

End-to-end compile and runtime testing passed, including album-specific saving with the original photographs retained.

VERDICT

PROVEN

WHAT CHANGED

The working conversion path became a protected baseline. New behavior is tested around it instead of rewriting it.

NEXT

Keep the baseline unchanged while experimental measurements and user controls are developed in isolated revisions.

RELATED PROJECTRawDizzzy / Shortcut Lab
STARTED / 17 AUG 2026AUTOMATION / PRORAW / HEIF
DLX-002 / IOS
VERIFIEDPROVEN
QUESTION

Converted HEIF Size Probe

Can Shortcuts retrieve the resulting file size of a converted HEIF without modifying the original photograph?

LATEST RESULT / 19 AUG 2026

The converted HEIF exposed a File Size value in bytes during runtime. The measurement works; the user-facing unit display still needs another pass.

RELATED / RawDizzzy / Shortcut Lab
Open experiment record
QUESTION

Can Shortcuts retrieve the resulting file size of a converted HEIF without modifying the original photograph?

WHY

A real output measurement makes storage savings more useful and more trustworthy than a prediction based only on the source file.

METHOD

The File Size detail was read from the converted HEIF immediately after conversion inside the existing per-photo loop.

RESULT

The converted HEIF exposed a File Size value in bytes during runtime. The measurement works; the user-facing unit display still needs another pass.

VERDICT

PROVEN

WHAT CHANGED

RawDizzzy can now inspect the generated asset. The test also exposed that raw bytes should be normalized before being shown to the user.

NEXT

Convert the result cleanly to MB or GB and decide whether the final interface should report each file, the batch total or both.

RELATED PROJECTRawDizzzy / Shortcut Lab
STARTED / 18 AUG 2026AUTOMATION / FILE SIZE / HEIF
DLX-003 / PHOTOGRAPHY
VERIFIEDPROVEN
QUESTION

Public Photo Derivative Privacy

Can the Photo Archive serve sharp responsive images without publishing original files or embedded location metadata?

LATEST RESULT / 19 AUG 2026

Ten originals produced twenty responsive WebP derivatives. Public files retain their color profile but contain no EXIF or GPS data, and the originals are not served.

RELATED / Photo Archive
Open experiment record
QUESTION

Can the Photo Archive serve sharp responsive images without publishing original files or embedded location metadata?

WHY

The archive needs to look sharp on an iPhone without exposing precise capture location or full-resolution source files.

METHOD

Each supplied photograph generated 960 px and 1536 px derivatives. EXIF and image-resource metadata were removed while the ICC color profile was retained.

RESULT

Ten originals produced twenty responsive WebP derivatives. Public files retain their color profile but contain no EXIF or GPS data, and the originals are not served.

VERDICT

PROVEN

WHAT CHANGED

Future archive additions now have a repeatable public-image policy: responsive derivatives, preserved composition, no automatic location disclosure.

NEXT

Reuse the same process for future photographs and add only broad, human-readable locations that are intentionally supplied.

RELATED PROJECTPhoto Archive
STARTED / 19 AUG 2026WEB / PRIVACY / RESPONSIVE IMAGES

04 / BENCH NOTES

Small tests. Kept anyway.

BN-001 / PHOTOGRAPHYVERIFIED

Do public Photo Archive derivatives retain embedded location metadata?

NO — deployed WebP files expose the ICC color profile only.

RELATED / Photo Archive
BN-002 / INTERFACEOBSERVED

Can the full RawDizzzy Jelly source stay available without overwhelming its project card?

YES — the source remains collapsed by default, scrolls independently and can be copied directly.

RELATED / Shortcut Lab

05 / PROTOTYPE SHELF

Small tools live here.

Working utilities too small to become Projects.
THE SHELF IS CLEAR.

Something goes here when it works.

06 / ON THE BENCH

Things I might mess with later.

IDEA-001
IDEA

Screenshot Board

Can an iPhone workflow arrange screenshots into a useful visual reference board?

Shortcut Lab
IDEA-002
QUESTION

Password Generator

Can a Shortcut generate and securely store passwords without making the workflow difficult to use?

Shortcut Lab