Text too small?
100%
// dPaul Technologies — Studio Log

What I've been
working on.

A running log of what's happening in the studio — day by day. Design work, client outreach, product launches, tools built. No polish, just progress.

// Speak this page
Speed 0.95x
// Studio Log — 2026
04 Jun 2026 Thursday
Synth Mac App Electron Release Free

Released the DP-ONE MKVI — the browser synthesiser is now a proper standalone Mac application. After six months of building, rebuilding, and gradually understanding how all the pieces fit together, the MKV codebase got wrapped in Electron and shipped as a native app for Apple Silicon.

Three synth engines — SuperSaw, Moog Bass, and FM Lead — running over a seven-track drum sequencer and dual bass sequencer with six engine types. Full filter bank, LFO, envelope, pitch wheel, chorus, echo, reverb. Play live from the on-screen keyboard or a connected USB MIDI keyboard. Audio routes straight into Logic Pro, Ableton, or GarageBand via BlackHole. Patterns export as MIDI.

Available now as a free download for Apple Silicon Macs — M1, M2, M3. No subscription, no account, no browser tab required.

Full details & download on the synths page →
02 Jun 2026 Tuesday
Software Dev Tools JavaScript Launch

Launched HTML-Live — a live HTML editor that lets you write and preview code in real time, side by side. Type on the left, see the result on the right, instantly. No build step, no server, no account.

The core idea was simple: a clean, fast environment for prototyping HTML, CSS and JavaScript. In practice it became a tool I was reaching for constantly during development — so it felt worth finishing properly and putting out. Full syntax support, live reload on every keystroke, and a reset control to wipe back to a clean slate.

Built entirely with vanilla JavaScript. No dependencies, no frameworks. The kind of tool that does one thing and does it well.

HTML-Live — live HTML editor running on MacBook
Full details on the software page →
30 May 2026 Saturday
Software Dev Tools

Testing on DUPE REMOVE is complete. What started as a browser-based duplicate image detection tool has gone through a significant overhaul — the colour scheme has been refined, the interface tightened up, and a stack of new functionality added based on real-world use during the testing phase.

It's now a full native Mac application. Download, install, run. No browser required, no demo password, no limitations on session size. The perceptual hashing engine, group review system, adjustable sensitivity, and export pipeline are all there — just faster, cleaner, and properly packaged.

Available now. 30-day trial included, no credit card required.

Dupe Remove — Duplicate Image Cleaner for Mac
Full details on the software page →
Buy Now — £19 → One-off · no subscription · Mac only
29 May 2026 Friday
Merch Design Store

A fresh wave of designs has landed in the merch store. The collection has been building quietly in the background — each piece designed in-studio, rooted in the same aesthetic that runs through everything here. Cars, culture, precision engineering. Things worth wearing.

New additions include the Porsche 993 — Air-Cooled Architecture, the Bugatti Veyron with its full technical specification sheet on the reverse, the dPaul.studio Lambo, and the clean dpaul logo tee for those who prefer to keep it minimal. More designs will be dropping weekly — the pipeline is full and the press is running.

dPaul.studio Lambo T-Shirt Bugatti Veyron T-Shirt — Front Porsche 993 Air-Cooled Architecture T-Shirt dpaul Logo T-Shirt in White
23 May 2026 Saturday
Career Design Creative Direction

Applied for a role at Red Bull. The process itself was a reminder of something worth saying out loud: if you want to actually enjoy what you do next, find a company whose culture and expectations align with yours — not just another corporate role for the sake of it. That's the filter I'm applying going forward. Only those.

One of the application questions was "What makes you tick?" — which is exactly the kind of question a brand like that would ask, and exactly the kind that deserves a proper answer rather than a paragraph of buzzwords. So I made an ad instead. It says everything.

Red Bull — What Makes Me Tick ad
22 May 2026 Friday
Video Animation Adobe Premiere Photoshop Storytelling

Completed Perfect Day — an animated short built entirely from static assets, brought to life through precision keyframing in Adobe Premiere Pro. The film follows a lonely plush carrot character overwhelmed by sadness and isolation. A small group of friendly peas arrives, escalating into an elaborate circus celebration — The Pea-Tacular Show — before closing on a warm embrace between the carrot and a pea, underscored by Lou Reed's "Perfect Day". The juxtaposition of that song's emotional weight against tactile plush characters was the whole point.

Every character is a static PNG, isolated and edge-refined in Photoshop before import. The illusion of movement comes entirely from keyframed Position, Scale, and Rotation values — fractions of a degree of rotation to simulate a natural sway, velocity curves eased in and out to give the carrot's body language genuine emotional weight. A stiff or robotic result was the main risk; organic ease transitions were the fix.

The timeline runs across V2 and V3 tracks, allowing character expressions, props, and background plates to overlap cleanly. Cross Dissolves handle the emotional gear-changes — particularly the shift from isolated grief to high-energy spectacle — preventing the transitions from feeling jarring. Audio was locked to the unbroken wave of the Lou Reed track, with key narrative high points timed to the arrangement's natural swells.

Perfect Day — Adobe Premiere Pro timeline
21 May 2026 Thursday
Adobe Acrobat PDF OCR Document Design

Spent the past week getting deep into Adobe Acrobat Pro — specifically learning the tools used to produce official, compliance-grade documents. This is a different discipline from web or print design: documents that have to meet specific criteria, follow formal conventions, and hold up under scrutiny.

Two techniques have been the main focus. The first is OCR — Optical Character Recognition — which allows scanned or image-based PDFs to become fully searchable and selectable documents. Understanding how Acrobat processes, cleans and layers recognised text over source imagery has been genuinely eye-opening, particularly when working with older or lower-quality source material.

The second is Bates numbering — the sequential stamping system used in legal, medical and corporate document management to uniquely identify every page across a set of files. Learning the correct application of Bates stamps, prefix conventions, and how they integrate into multi-document packages has added a whole new layer of understanding around how professional document workflows are structured at an institutional level. Another area of the craft — one that doesn't get talked about much in creative circles, but matters enormously when documents have to do serious work.

10 May 2026 Sunday
Dev Tools Utility JavaScript Testing

DUPE REMOVE is now in final testing — a browser-based utility built to clean up duplicate content fast, without sending your data anywhere. Paste in any block of text and the tool immediately identifies and strips repeated lines, leaving only unique entries. No server, no upload, no account — it runs entirely in the browser.

The tool handles a few things that make it genuinely useful in practice: case-insensitive matching so "Apple" and "apple" are treated as the same, whitespace normalisation so stray spaces don't cause false misses, and a blank line filter option to strip empty lines at the same time. Output order is preserved — first occurrence wins, everything after is dropped.

There's a live duplicate count displayed as you work, a one-click copy to clipboard button, and a clear/reset control. It's designed for speed — the kind of thing you keep in a tab for whenever a messy CSV, a copied list, or a scraped data dump needs a quick clean before you do anything useful with it.

DUPE REMOVE tool screenshot

// Update — 18 May 2026

Came back to DUPE REMOVE this week and started pushing it beyond its original text-cleaning purpose. Currently in testing: a built-in image rotation tool and a crop utility designed to convert portrait 5×7 images directly to either 16:9 or 9:16 aspect ratios — without leaving the browser, without third-party software, without the back-and-forth.

The use case is straightforward — portrait shots taken for one context need to be repurposed quickly for landscape video thumbnails or vertical social formats. Having rotation and ratio-specific cropping baked into the same tool that's already open on the desk saves a round-trip to Photoshop for what is fundamentally a mechanical task. Still in testing, but the core logic is working.

05 May 2025 Tuesday
Web Design Client Work Photography Animation

Launched a new website for Citiit Limitedcitiit.uk. The site features a collection of London photography I've taken over the years — cityscapes, architecture, street scenes — woven into the design as a visual backdrop to the brand.

One of the standout features is an animated computer screen displaying scrolling code — a nod to the technical roots of the business. Built entirely in-browser, no video files involved.

30 Apr 2025 Wednesday
Merch Design AI Photoshop

Opened the merch store — several garments now live. The designs are all rooted in the Kraftwerk Techno Pop album cover aesthetic. I generated an image of myself in the same graphic style and used that as the central design feature across the T-shirts, rotating the head image at different angles using Photoshop's image rotation tool, currently available in beta.

Also launched an Apollo 11 T-shirt. The design uses one of the latest Artemis programme high-quality images as a base, and I generated an image of the Lunar Module (LM) docked to the Command Module (CM) floating above the Moon's surface — a nod to the 1969 historic mission and the first man on the Moon. There will be plenty more retro and technology-themed garments coming to the shop in due course.

28 Apr 2025 Monday
Client Work Business Dev Design Legal

Took a walk around Maidenhead Town Centre and approached a couple of food van stall owners. Photographed their vans on the spot and created a caricature-style image of each while I was there — then walked up and showed the owners what I'd done. Both sounded genuinely interested in having a professional website built.

Went home, designed two separate sites from scratch, wrote up the terms and conditions, and put together a pricing structure. Emailed both of them the same evening. The whole process has been a great learning curve — getting the legal bits right, understanding what a proper client engagement looks like from first contact to proposal.

Also designed a business card which I'll be printing shortly — the design has been added to the site too.