HN
Today

It's time to talk about my writerdeck

This post details how to transform an old laptop into a dedicated 'writerdeck' using a minimalist Debian TTY setup and specific CLI tools like Neovim and Tmux. The author's detailed guide for creating a distraction-free writing environment deeply resonated with Hacker News's audience, who often seek intentional tech choices and technical deep dives. It highlights a common desire to escape the pervasive distractions of modern computing by embracing focused, single-purpose devices.

21
Score
8
Comments
#1
Highest Rank
25h
on Front Page
First Seen
May 23, 7:00 PM
Last Seen
May 24, 7:00 PM
Rank Over Time
111111144467891011101215182221252427

The Lowdown

Struggling with digital distractions, the author created a 'writerdeck' by repurposing an old laptop into a dedicated, distraction-free writing machine. The goal was to foster intentional writing by eliminating the omnipresent temptations of the internet and modern desktop environments.

  • Hardware Choice: A six-year-old System76 Galago Pro laptop was selected for its excellent keyboard, matte screen, and Linux compatibility.
  • Operating System: The core setup is a TTY-based Debian Trixie installation, devoid of any graphical desktop environment (X11 or Wayland), forcing a console-only interaction.
  • Network Configuration: While primarily offline, network-manager was installed to provide nm-tui for occasional Wi-Fi connectivity, mainly for file backups.
  • Essential Software: neovim was chosen as the primary text editor, and kmscon was added for a scalable, modern console experience.
  • Productivity Enhancements: tmux was implemented for terminal multiplexing, configured with acpi for battery status and light for screen brightness control via custom keybindings.
  • Writing Workflow: The setup integrates neovim with vimwiki for knowledge management, including specific colorscheme and set linebreak configurations.
  • Data Synchronization: Syncthing was configured to selectively sync vimwiki content to a server, ensuring no sensitive data resides on the device, though a security compromise was made for web GUI access without a SOCKS proxy.
  • Ease of Use: Autologin via kmscon and a .bashrc script were implemented to automatically launch tmux directly into vimwiki upon booting into the first virtual terminal.

Ultimately, the author finds the writerdeck to be an outstanding tool for focused writing, successfully combating distractions and promoting a more deliberate engagement with technology.

The Gossip

Craving Concentrated Computing

Many commenters expressed a strong desire for similar single-purpose, distraction-free devices, echoing the author's sentiment for intentional tech. Discussions included the search for the 'perfect e-ink device' for writing, dedicated audio players for music and podcasts, and the simple stress relief found in a plain Linux terminal or Raspberry Pi for focused tasks.

Retro Reverence & Modern Minimalism

The minimalist, text-based setup evoked nostalgia for earlier computing eras, with some comparing it to 'Doogie Howser M.D. vibes' or 'word processing on DOS back in the 80s and early 90s'. This theme highlights the enduring appeal of simplified interfaces and focused tools in an increasingly complex digital world.

Terminal Tool Tidbits

As is typical for Hacker News, the discussion included specific technical recommendations and alternative tool suggestions. Commenters debated the merits of `zellij` over `tmux` for terminal multiplexing and humorously suggested adding `Doom` to the minimalist setup, showcasing the community's penchant for optimizing and customizing command-line environments.