Create a reference Windows 11 IoT Enterprise LTSC eval VM in UTM

  1. Download Windows 11 IoT Enterprise LTSC evaluation (ARM64 | x64) and utm-guest-tools-latest.iso.

  2. Create the VM with "Install drivers and SPICE tools" unchecked (otherwise, clicking "I don't have a product key" during setup will fail with "Setup has failed to validate the product key").

  3. Disconnect from the network, then install Windows.

  4. Install UTM Guest Tools: Virtual Machine → Drives → CD/DVD…iso → Change → select utm-guest-tools-latest.iso → run D:\utm-guest-tools-0.1.271.exe. Eject when done.

  5. Customize Windows as desired (taskbar, desktop background, dark mode, File Explorer, Edge, etc.), shut down, and save as your reference image.

  6. Reconnect to the network, clone the reference VM, and boot the clone.

  7. Windows should activate automatically and the desktop watermark change from "Windows License is expired" to "Windows License valid for 90 days". If not, run cscript //nologo %windir%\system32\slmgr.vbs /ato and reboot. If activation fails due to no network connectivity, try setting a public DNS server or switching from Shared Network to Bridged (Advanced).

❧ 2026-09-07


macOS native window management à la Rectangle

After years of happy Rectangle and Spectacle use, had missed that native window tiling was added in macOS Sequoia: Settings → Keyboard → Keyboard Shortcuts… → Windows.

Default keyboard shortcuts:

Shortcut Action
Fn+Ctrl+←Tile left half
Fn+Ctrl+→Tile right half
Fn+Ctrl+↑Tile top half
Fn+Ctrl+↓Tile bottom half
Fn+Ctrl+FFill (classic full screen)
Cmd+Ctrl+FFull screen

❧ 2026-09-07


Safely shut down during OOBE in Windows, macOS, and Linux Mint

These out-of-box experiences (OOBE) offer no obvious shutdown option, but each can still be powered off gracefully:

❧ 2026-09-05


File recovery from a degraded drive without imaging

Recover files from a failing drive without cloning posted to the docs section.

❧ 2026-08-20


Wandering the well-worn sidepaths to nowhere

"In one particular the civilized man still is brother to the savage: His thoughts seldom rise above the dust of which he is made."

—Robert Quillen, "When Guests Saw Only the Parlor, There Was Trash in the Closets", The State, October 22, 1929, p. 4.

❧ 2026-08-19


Check provenance of AI-generated images

Related

❧ 2026-08-12


DaisyDisk free & open source alternatives

App Archive size Language reddit
GrandPerspective 3.7.2 4.4MB Objective-C r/macapps
Neodisk 2.71.0 4.5MB Swift /r/MacOSApps/
OpenDisk 1.0.1 4.1MB Swift r/macapps
Radix 1.7.0 7.3MB Swift r/macapps

❧ 2026-08-12


Why plain text email, 2026 edition

Gareth Heyes, CSS: the bomb inside your inbox:

"It's quite common for webmail clients to render untrusted CSS in a trusted UI. They attempt to make this safe using CSS sanitization. In this paper I'm going to show you how to break out of trust boundaries, exfiltrate tokens, compromise 3rd party websites and even steal passwords."

Previously:

❧ 2026-08-07


"If only there was some kind of..."

Besides Why, in my day..., the other Slashdot meme from yesteryear that never failed to amuse is "If only there was|were some kind of..."

However, Google, Kagi, and even Slashdot's own site search were all coming up empty. To satisfy nostalgia, cobbled together these stylized versions with Claude Opus 4.6:

These were the platonic ideal of what memory served up, but the desire for pure, unadulterated, human-crafted wit remained. Went in search of a Slashdot archive and hit paydirt with Sketch the Cow's Slashdot Story Archive (HTML Format), which spans 1998 to 2019. Spelunked like so:

% du -sh stories.7z | awk '{print $1}'
8.6G
% time ugrep -z -E "if only there (was|were) some kind" stories.7z > results.txt
...6:35.92 total

Two gems from the diggings:

❧ 2026-08-01


Site search migrated from Algolia to Pagefind

Site search on tinyapps.org has been powered by a number of services and scripts over the years:

  1. Atomz
  2. KSearch
  3. Google
  4. Bing
  5. Swiftype
  6. DuckDuckGo
  7. Algolia for Netlify
  8. Algolia DocSearch

After a quarter century in the wilderness, the caravan has gratefully pitched its tent beneath the shady palms of Pagefind. At last, everything is indexed and searchable.

The JavaScript dependency (like Algolia's) is unfortunate, but a small concession for search that's self-hosted, static, and complete. Pagefind is open source and a snap to set up and use.

❧ 2026-07-08