Split double-page PDFs, reorder visually, optimize size, & add text layer

Split 2-up PDF into single pages

  1. apt install mupdf-tools / brew install mupdf-tools

  2. mutool poster -x 2 doublepage.pdf singlepage.pdf

Reorder pages via click-and-drag

Optimize filesize

  1. apt install ghostscript / brew install ghostscript

  2. Convert to grayscale and downsample images to 150 dpi (via /ebook):

    gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \
    -sColorConversionStrategy=Gray \
    -dProcessColorModel=/DeviceGray \
    -dPDFSETTINGS=/ebook \
    -dNOPAUSE -dQUIET -dBATCH \
    -sOutputFile=grayscale.pdf singlepage.pdf

Perform OCR and embed text layer

❧ 2025-10-25


US-based remote support alternative to TeamViewer, AnyDesk, et al.

HelpWire feels like a breath of fresh air in remote support:

❧ 2025-10-24


Markdown editor that's just a textarea

OverType: "A lightweight markdown editor library with perfect WYSIWYG alignment using an invisible textarea overlay technique. Includes optional toolbar. ~85KB minified with all features." Github | H/T

❧ 2025-10-24


Sand might be a firmer foundation

for these castles on a cloud:

❧ 2025-10-21


Google AI Overviews

2025

2024

Related

❧ 2025-10-21


Apple serial number lookup no longer reports exact model information

For example, entering the serial number assigned to a MacBook Pro (Retina, 13-inch, Late 2013) now only returns "MacBook Pro" along with the purchase date:

Apple serial number lookup enshitification

For Macs up to and including the 2021 iMac, exact model information can be gleaned by other means.

❧ 2025-10-20


macOS: screen recorders, automated screenshots, pin windows to top

Screen recording

Automated screenshots

Pin windows to top

❧ 2025-10-20


Local AI‑backed OCR that handles handwriting and degraded prints

dots.ocr "is a powerful, multilingual document parser that unifies layout detection and content recognition within a single vision-language model while maintaining good reading order. Despite its compact 1.7B-parameter LLM foundation, it achieves state-of-the-art(SOTA) performance."

❧ 2025-10-20


Keyboard & mouse not responding in Windows 11 Recovery Environment

Update

❧ 2025-10-19


Microsoft demonstrates that renting Office is a bad idea

Microsoft Publisher will no longer be supported after October 2026:

"At Microsoft, we are dedicated to providing our customers with the tools they need to achieve what matters, in their work and life. In order to focus on new benefits, we occasionally remove features and products.

"In October 2026, Microsoft Publisher will reach its end of life. After that time, it will no longer be included in Microsoft 365 and existing on-premises suites will no longer be supported. Microsoft 365 subscribers will no longer be able to open or edit Publisher files in Publisher (emphasis added). Until then, support for Publisher will continue and users can expect the same experience as today."

H/T

❧ 2025-10-18