Skip to content

Add accessible step-by-step file-retrieval guide#1

Draft
svczero wants to merge 2 commits into
mainfrom
claude/html-document-retrieval-guide-ef3fme
Draft

Add accessible step-by-step file-retrieval guide#1
svczero wants to merge 2 commits into
mainfrom
claude/html-document-retrieval-guide-ef3fme

Conversation

@svczero

@svczero svczero commented Jun 28, 2026

Copy link
Copy Markdown

What this is

A complete, self-contained HTML guide (retrieve-files-guide.html) that walks a non-technical, elderly reader through retrieving the author's own files from his LUKS-encrypted Linux partition on a dual-boot home desktop and sending them to him.

Why

The original was an unstyled HTML fragment with several flaws that would have failed or misled the reader in practice. This rebuild fixes them and makes the page usable on its own.

Changes

  • Complete standalone page with embedded CSS — large serif font, high contrast, progress bar, copy-to-clipboard buttons. (Original was a fragment whose CSS classes were never defined.)
  • Corrected flow: restart → pick Ubuntu at the boot menu → unlock the disk (LUKS) → log in → open Terminal. The original wrongly assumed the machine was already running Linux.
  • Two password prompts handled separately: disk-unlock (no characters shown) vs. login (dots shown).
  • Removed broken paths: the unmounted /mnt/windows/transfer/ copy target and the invalid \\transfer\ Windows UNC path.
  • Single known source path instead of three find searches plus a phone call to disambiguate.
  • Primary transfer via Magic Wormhole (one command, read a short code aloud, end-to-end encrypted, no size limit), with a USB → Windows → email/upload fallback kept commented out.
  • Prominent "call any time / nothing here can break the computer" reassurances, and a clearly-marked "for the author only" prep box to fill in and delete before sending.

Before sending

Placeholders to fill in: [YOUR PHONE], [EXACT FOLDER PATH]; confirm the boot menu appears and which password prompts apply; pick one transfer method and delete the other.

🤖 Generated with Claude Code

https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD


Generated by Claude Code

claude added 2 commits June 28, 2026 19:51
Rebuild the retrieval guide as a complete, self-contained HTML page with
embedded styling for an elderly, non-technical reader. Fixes the original
fragment: corrects the boot-into-Linux ordering, handles the LUKS disk
unlock and login prompts separately, removes the unmounted
/mnt/windows/transfer path and the invalid \\transfer UNC path, replaces
the three-search guesswork with a single known source path, and adds a
Magic Wormhole transfer flow with a USB/Windows fallback.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD
Boot menu: select Ubuntu with the up arrow (Windows is default) and note
that any keypress halts GRUB's countdown. Drop the separate disk-unlock
step (login only). Replace the manual path with a single case-insensitive
search for the DEF*CON folder that prints the match and sends it in one
command, so the reader never reads a path back. Switch copy buttons to read
the command text from the DOM to avoid shell-metacharacter escaping issues.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants