← All posts

Private Note-Taking: Why Your Data Belongs on Your Hard Drive

The Case for Radical Privacy: Why Your Notes Belong on Your Disk

Most users treat their digital notes as a private sanctuary, yet they store them on servers owned by corporations whose interests—profit, data-mining, and acquisition—rarely align with the user’s longevity. True private note-taking requires a violent departure from the software-as-a-service (SaaS) model. It demands a shift toward a data-as-property mindset where you own the bits, the files, and the encryption keys. If you don’t own the files on your physical disk, you are merely renting your own thoughts.

The SaaS Graveyard and the Myth of “Forever”

When you click “Agree” on a modern note-taking app, you are entering a lopsided contract. While these companies promise security, they are fundamentally built on a model of centralized control. Your thoughts, journals, and intellectual property live on a server you do not own, accessible by employees under “support” conditions, and vulnerable to the inevitable cycle of corporate decay. The convenience of a web login is a siren song that leads to digital dispossession.

Consider the recent collapse of Skiff. In early 2024, the privacy-focused collaboration platform announced it was being acquired by Notion. Users were given a short window to export their data before the service was shuttered. This is the inherent risk of the cloud: your workflow is only as permanent as the company’s last funding round. When a service provider decides to pivot, sunset a product, or change their pricing structure—as we saw with Evernote’s aggressive price hikes under Bending Spoons—your data is effectively held hostage. Moving notes from a proprietary database is a grueling chore of exporting, cleaning, and reformatting data that often loses its metadata and internal links in the transition.

Furthermore, the rise of large language models (LLMs) has introduced a predatory new concern: data scraping. Many cloud providers are hungry for training data to improve their proprietary AI. Unless you meticulously audit every line of an updated privacy policy, your personal reflections, trade secrets, or business strategies might be fed into a machine to help a corporation build a better product for your competitors. Private note-taking is the only way to ensure your intellectual output remains yours and yours alone.

The Local-First Manifesto

Local-first software, a term popularized by the Ink & Switch research lab, represents a paradigm shift in how we interact with computers. In this model, the primary copy of your data stays on your local disk. It does not exist merely as a cached version of a cloud database; it is a discrete file that you can see, move, and back up using standard operating system tools. This approach ensures that your work is available regardless of your internet connection or the status of a company’s servers.

Private note-taking through local-first principles means you are the administrator of your own knowledge. You choose how to sync it—whether through an encrypted physical drive, a private NAS, or a peer-to-peer protocol like Syncthing or Tailscale. You are not forced to use a specific sync engine that might be scanning your files for “safety” or marketing purposes. This physical ownership provides a level of psychological safety that cloud apps cannot replicate. When you know your data is offline, you write differently. There is a freedom in knowing that your most vulnerable thoughts are not traversing the open web every time you hit a keystroke.

Markdown: The Cockroach of Data Formats

One of the greatest threats to your notes is not a hacker, but bit rot. Software formats evolve, and proprietary files eventually become unreadable. Think of the millions of documents trapped in defunct word processor formats from the 1990s. To ensure your notes last for decades, they must be stored in a format that is human-readable and platform-independent. This is the Lindy Effect in action: the longer a non-perishable thing has lasted, the longer it is likely to last. Plain text has been around since the dawn of computing; it will likely outlive every app on your current phone.

Markdown is the solution to the longevity problem. A .md file written today will be readable fifty years from now by any basic text editor. It is a universal standard that does not require a specific subscription or a specific operating system to open. By using plain text for private note-taking, you are building a resilient archive that can survive the death of any single software company.

  • Portability: You can move your files from Obsidian to Logseq to SilverBullet without an export script.
  • Interoperability: Use different tools to view the same files simultaneously. You can use a specialized editor for writing and a terminal tool like grep or ripgrep for lightning-fast searching.
  • Version Control: Use Git to track every change you have ever made to your knowledge base. This provides a granular history that no cloud “version history” feature can match.
  • Longevity: Plain text is the most future-proof format in the history of computing.

By keeping your notes as individual files on your drive, you also avoid the “black box” problem. You can use the system file explorer to organize them, use system-wide search tools like Raycast or Alfred to find them, and use standard backup software like Time Machine or Backblaze to protect them. You are no longer dependent on a single developer to provide the features you need to manage your own information.

Sovereignty and the Illusion of Zero-Knowledge

Privacy is often framed as having nothing to hide, but it is actually about having everything to protect. Your notes are the raw materials of your career and your life. Entrusting this to a third party is a significant risk that many people accept out of habit. Many cloud companies market “zero-knowledge encryption,” but this is often privacy theater. If the company controls the client-side code, they can theoretically push an update that captures your master password or scrapes your data before it is encrypted.

When you adopt a local-first approach, you regain the right to privacy by default. You do not need to trust a company’s claims because the data never leaves your sight. For those working in sensitive fields like law, medicine, or high-stakes research, this is not just a preference—it is a professional necessity. Local storage allows for air-gapped workflows where the machine containing the notes never even touches the internet. This sovereignty also extends to how you organize your thoughts. Cloud apps often force you into their specific hierarchy or tagging system. When you own the files, you can use folders, links, or even third-party scripts to manipulate your data. You are the architect of your own digital environment.

The Physics of Latency and Flow

The technical architecture of private note-taking has a direct impact on the quality of your thinking. Cloud-based apps often suffer from micro-latencies. That 200ms delay when opening a note or waiting for a search result might seem trivial, but it creates a mental tax. It breaks the flow state. The “100ms rule” in UI design suggests that any delay longer than 0.1 seconds is perceptible and disruptive to the feeling of direct manipulation.

Local-first apps respond at the speed of your SSD, making the interaction feel like an extension of your mind. Because the files are local, indexing happens on your CPU. This allows for incredibly fast full-text searching and complex querying of your knowledge base. You can link ideas together and see the connections instantly. This speed encourages you to record more, explore more, and connect more. When the barrier to entry is zero, your knowledge base grows more naturally. Choosing a local-first path is a commitment to your future self. It is a declaration that your thoughts are valuable enough to protect and permanent enough to preserve. By prioritizing files you can touch and control, you ensure that your second brain remains a secure, private, and permanent resource. Memfect supports this philosophy by keeping your notes as local markdown files, allowing you to visualize your ideas through a knowledge-graph view without ever sending your data to the cloud.”}}```