Skip to content
PidocsOther

Draft HN reply explaining Office.js add-in vs VM/Wine

Session from pi-for-excel-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

2msession
0interventions
GOAL

Research the Pi for Excel repo to answer a Hacker News comment asking why the project doesn't use a VM/Wine approach instead of a native-feeling add-in, then draft a reply.

  1. Prompt · +0
    Got a question on HN about this repo: why not use a VM/Wine for a native experience instead of the add-in approach?
  2. Agent did · +0m
    Explored repo structure, README.md, and install docs, then grepped for mentions of wine/vm/native/Office.js/webview to understand the actual architecture (Office.js add-in, cross-platform, mkcert for local HTTPS) before answering.
  3. Agent did · +0m
    Drafted an HN reply explaining the project runs inside native Excel via an Office.js add-in, and that VM/Wine would add overhead, licensing and reliability issues; offered a snarkier alt version.
  4. Prompt · +1m
    sjre (typo for 'sure')
  5. Agent did · +2m
    Produced two ready-to-post reply versions: a neutral/technical one and a punchier HN-style one, both explaining the Office.js add-in approach versus VM/Wine.
  6. Outcome · +2m
    Two draft HN replies produced (neutral and punchy) explaining the Office.js add-in architecture vs VM/Wine.
VERDICT

I'd start by pointing the agent straight at the README and install docs since that's where the real architecture explanation lives, rather than letting it grep around first. Having it draft both a neutral and a punchier HN-style reply worked well and saved me from writing two versions myself.

I tried this · 0

Discussion · 0

How Builds work