proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageMatt Kirkland3 min readintro

Chopping up books when they're physically too big

Summary

A personal how‑to for physically cutting large paperback books into smaller, hand‑held volumes using a knife, glue, and a manila folder. No engineering content.

  • The article describes a DIY method to split a thick book into smaller sections by locating natural break points, cutting the glue on the spine, and rebinding each section with a simple cover.
  • Steps include buying the book, identifying break points (chapters or parts), bending the spine, cutting with an X‑Acto knife, creating a makeshift cover, gluing, labeling, and using the new smaller volumes.

The piece is a niche, non‑technical hobby guide; it offers no insight relevant to software engineering, system design, or performance.

2/10

Related reading

  1. In Meetings, Raise Hands Before Reading

    The article argues that starting meetings with everyone’s hand raised and lowering it when finished (counting down) gives facilitators a clear signal of who still needs time, unlike the opposite approach that counts up. Counting down avoids miscounts, reduces failure modes, and leaves a clean hand‑down state for post‑reading discussion.

    Daniel Doubrovkine (dB.)dblock.org3 min
  2. SNAP3D: Physically Grounded 3D Parts for Assembly from a Single Image

    The paper presents SNAP3D, a physics‑guided pipeline that converts a single image into a set of 3D parts that can be assembled without interpenetration. By using simulation‑driven connector placement and a new physics‑based evaluation, the method yields assemblies that are both geometrically accurate and stable enough for 3D printing.

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. How to Write with an LLM

    The post proposes a two‑rule workflow for using LLMs as copy‑editors rather than ghostwriters: never adopt a phrase the model suggests, and block its encouragement feedback. It then shows how to automate iterative copy‑editing with a small Python/HTMX/Tailwind app and a set of concrete prompts.

    Hacker News front pagesockpuppet.org6 minHN712401
  4. How To Write With An LLM

    Simon Willison argues that LLMs should be used as copyeditors, not as writers, and proposes a strict rule never to reuse any phrase they suggest. He shares a prompt for building a personal LLM proofreading tool.

    Simon Willisonsimonwillison.net1 min