From f186b71ca51e83837db60de13322394bb5e6d348 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Tue, 24 Mar 2026 21:41:06 -0300 Subject: Initial commit Import existing tesseras.net website content. --- faq/index.html | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 faq/index.html (limited to 'faq/index.html') diff --git a/faq/index.html b/faq/index.html new file mode 100644 index 0000000..eca3ad6 --- /dev/null +++ b/faq/index.html @@ -0,0 +1,120 @@ + + + + + + FAQ — Tesseras + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + + Tesseras + +

+ + +
+ +
+ +
+

FAQ

+

What is a tessera?

+

A tessera is a self-contained time capsule of memories — photos, audio +recordings, video, and text — packaged in a format designed to survive +independently of any software, company, or infrastructure. The name comes from +the small tiles used in Roman mosaics: each piece is simple, but together they +form something that endures.

+

How does my data survive if my computer dies?

+

Your tessera is replicated across multiple nodes in the Tesseras peer-to-peer +network. It uses erasure coding (Reed-Solomon) to split your data into redundant +fragments. Even if several nodes go offline permanently, your tessera can be +reconstructed from the remaining fragments.

+

Is my data encrypted?

+

By default, no. Tesseras prioritizes availability over secrecy — the goal is +that your memories survive, even if the software to decrypt them doesn't. You +can mark individual memories as private (encrypted with AES-256-GCM) or sealed +(to be opened after a specific date), but public and circle-visibility memories +are stored unencrypted to maximize their chances of long-term survival.

+

Do I need to pay anything?

+

No. The network runs on mutual aid: you store fragments of other people's +tesseras, and they store yours. There are no tokens, no blockchain, no +subscription fees. The only cost is the storage space you contribute to the +network.

+

What platforms does it run on?

+

Tesseras runs on Linux, macOS, FreeBSD, OpenBSD, Windows, Android, and iOS. +There's also a browser-based viewer and support for low-power IoT devices +(ESP32) as passive storage nodes.

+

How is this different from IPFS, Filecoin, or Arweave?

+

Tesseras is designed specifically for personal memory preservation, not +general-purpose file storage. Key differences:

+ +

What media formats are supported?

+ +

These formats were chosen for maximum longevity and widespread support.

+

Can I export my tessera?

+

Yes. A tessera is a standard directory of files. You can copy it to a USB drive, +burn it to optical media, or print the text portions. The format is designed to +be readable without any special software.

+ +
+ +
+ + + + -- cgit v1.2.3