The Illusion of Mainstream Privacy


The media in this post is not displayed to visitors. To view it, please log in.

We live in a paradoxical era. Never before have we had so many tools that promise privacy and anonymity, yet digital surveillance has reached dystopian levels. The problem isn't the lack of technology, but its commercialization and the loss of fundamental principles that guided the birth of the cypherpunk movement.

When I see "mixnet" projects that require tokens, wallets, staking, and blockchain-based reward mechanisms, I can't help but think about how far we've strayed from the original vision. Privacy should not be a business. Anonymity should not require investments or financial speculation. Resistance to censorship should not depend on economic incentive mechanisms.

The Betrayal of Original Principles
The Cypherpunk Manifesto of 1993 was clear: "Privacy is necessary for an open society in the electronic age." It didn't talk about tokenomics or business models. It talked about cryptography, pseudonymity, and decentralized systems as tools of emancipation.

Blockchain Is Not The Solution
Blockchain has been presented as the panacea for all problems of centralization and control. But in reality, it has introduced new problems: permanent traceability, power concentration, barriers to entry, and the financialization of everything. True decentralization doesn't need economic incentives. The best privacy projects in history were developed by volunteers driven by ideals. Tor, BitTorrent, GNU/Linux, PGP: none needed a blockchain to function.

Free Software as an Act of Resistance
Free software is not just a development methodology, it's a political act. When we release code under GPL licenses, we're asserting that knowledge belongs to humanity, not corporations. Every time we choose "free" proprietary software, we're selling our freedom for convenience.

The Beauty of Inefficiency
Commercial software aims for efficiency and scalability. Cypherpunk free software aims for robustness, resistance, and verifiability. It's normal for a truly decentralized system to be slower. It's normal for strong cryptography to require more resources. Inefficiency is the price of freedom. Those who are unwilling to pay it deserve neither.

Conclusion: The Hacker as Political Figure
The cypherpunk hacker is a political figure: someone who uses technology to redistribute power, to protect the vulnerable, to preserve spaces of freedom in an increasingly controlled world. In an era where privacy has become a luxury product, we choose to build tools that are completely free, totally open source, deeply decentralized, and intrinsically resistant. Not because it's economically convenient, but because it's morally necessary.

Redefining Digital Presence


The robots.txt Revolution
When you visit most websites today, an invisible battle for your data is already underway. Search engines deploy armies of crawlers, automated bots that scan, index, and catalog every piece of content they can access. At Virebent.art, we've taken a different approach: we actively block major search engine crawlers.

Our robots.txt file contains a deliberate message:

User-agent: Googlebot
Disallow: /

User-agent: Bingbot
Disallow: /
This isn't a technical oversight—it's a philosophical statement.

Beyond SEO: Rethinking Digital Visibility
The Search Engine Surveillance Complex
Major search engines don't just index content; they build comprehensive profiles of websites, their visitors, and behavioral patterns. By allowing these crawlers, websites inadvertently feed vast surveillance apparatus that commodifies human knowledge and attention.

The Privacy-First Alternative
Our blocked robots.txt represents a different vision: direct discovery over algorithmic mediation. Instead of depending on search engines to surface our services, we believe in:

Direct referrals from trusted sources
Community recommendations within privacy circles
Organic growth through word-of-mouth
The Broader Implications
Breaking the Search Monopoly
Search engines have become gatekeepers of information discovery. By requiring algorithmic approval for visibility, they've created a system where commercial interests influence organic discovery and censorship can happen through algorithmic adjustments. Our approach challenges this dependency.

Building Alternative Networks
The most important privacy tools often spread through direct human networks. This organic discovery model actually provides better security through obscurity and strengthens community connections, as users become active participants in service discovery rather than passive consumers of algorithmic recommendations.

Conclusion: Redefining Digital Presence
Our robots.txt file represents more than a technical configuration—it's a manifesto for an alternative approach to digital presence. By prioritizing privacy over visibility, community over metrics, and values over traffic, we're building a different kind of internet service.

In an era where surveillance capitalism treats human attention as a commodity, choosing to remain invisible to search engines is an act of resistance. It's a statement that meaningful digital services don't require algorithmic approval to provide value.

Gemini Protocol: Simplicity as a Privacy Feature


The modern web is a surveillance platform dressed as a publishing medium.
Gemini strips it back to text, TLS, and nothing else — and that constraint
is the privacy guarantee.

What the Web Became

Loading a typical news website in 2026 executes hundreds of JavaScript files,
makes requests to dozens of third-party domains, sets tracking cookies from
advertising networks, fingerprints your browser through canvas API calls, loads
fonts from Google's CDN, and fires analytics beacons on every scroll event.
The article you came to read is 500 words. The infrastructure deployed to deliver
it — and to profile you while doing so — weighs several megabytes and involves
servers on four continents.

This is not an accident. It is the business model. The web was not designed to be
a surveillance platform. It became one because HTTP and HTML were flexible enough
to accommodate every monetisation mechanism advertising networks could invent, and because browser vendors had no incentive to refuse them.

The modern web is not bloated because engineers made bad technical decisions.
It is bloated because surveillance pays, and HTTP enables surveillance.

What Gemini Is

Gemini is a network protocol designed in 2019 by Solderpunk as a deliberate
alternative — not a replacement — for HTTP. It sits between Gopher (1991, minimal
but no TLS, no Unicode) and HTTP in terms of capability. The design goals were
explicit from the first specification draft: be simple enough that a single person
can write a complete client in a weekend, be TLS-mandatory from the start, and be
incapable of tracking users.

The protocol operates on port 1965. A client opens a TLS connection, sends a single
line containing the URL, and receives a response: a two-digit status code, a MIME
type, and content. That is the entire protocol. There are no headers for cookies.
There is no mechanism for JavaScript execution. There is no way to make requests to
third-party domains from within a page, because the protocol does not support
subresources.

A Gemini page cannot track you. Not because the server is honest, but because the
protocol physically cannot accommodate the mechanisms tracking requires.

Gemtext: Intentional Constraint

Content on Gemini is typically served as <code>text/gemini</code> — gemtext.
The format has exactly six line types: plain text, headings (three levels), list
items, blockquotes, preformatted blocks, and links. Links can only appear on their
own line. You cannot embed a link inside a sentence. You cannot apply CSS.


This sounds limiting. It is. That is the point.

When a format cannot contain tracking pixels, it does not contain them.
When a format cannot embed third-party scripts, it cannot deliver malvertising.
When a format cannot load remote resources, it cannot fingerprint your browser.
The constraint is not a bug. It is the mechanism by which the privacy guarantee
is delivered.

TLS Without the Certificate Authority Problem</h2>

Gemini requires TLS for every connection. Unlike HTTPS, it does not mandate the
Web PKI certificate authority system. Gemini clients typically use a TOFU
(Trust On First Use) model: the first time you visit a capsule, the client records
its certificate fingerprint. Subsequent visits verify against that fingerprint.
If the certificate changes unexpectedly, the client warns you.

This eliminates the dependency on a hierarchy of certificate authorities — a system
that has been compromised repeatedly and structurally enables governments to perform *man-in-the-middle* attacks by coercing CAs in their jurisdiction.

Gemini's TOFU model enables self-signed certificates without browser warnings.
Running a capsule costs nothing and requires no interaction with any certificate
authority infrastructure.

Gemini Over Tor and Mixnets

Because Gemini is protocol-simple and bandwidth-light, it is exceptionally
well-suited to transport over anonymity networks. The protocol has no keep-alive
requirements, no streaming, no long-lived connections — each request is independent,
which maps cleanly onto Tor circuit behaviour and Nym packet routing.

A Gemini capsule on a Tor hidden service combines two layers of protection: the
protocol cannot leak metadata, and the transport hides the connection itself.

Our Gemini Presence

We operate Gemini capsules at the following addresses. Access requires a Gemini
client gmi.skyjake.fi/lagrange/ (desktop) and Ariane (Android) are the most complete implementations.

Main capsule
*gemini://virebent.art*

gemini://contact.virebent.art

Hidden archives — Tor onion gemini://n5ry24fweklbn562o7fnyefanygtwxlgi7aevn26huuxqlsftxy5ljqd.onion/

The onion address requires Tor Browser or Lagrange configured with a SOCKS5 proxy on 127.0.0.1:9050.

The hidden archives onion address serves content that we consider too sensitive or
too important to trust to the clearnet. Onion services have no registrar, no hosting
provider, no DNS authority that can receive a takedown notice. The content exists as
long as the server runs, and the server's location is unknown to anyone but us.


Who Gemini Is For

Gemini is not a replacement for the web. It cannot serve a web application,
process payments, or host a video stream. It is for text. It is for people who want
to publish and read without the infrastructure of surveillance capitalism as an
intermediary.

It is for journalists who need a publication channel that cannot easily be monetised
into compliance. It is for archivists who want a format that will be readable in
thirty years without a specific browser version. It is for anyone who finds that most
of what they want from the internet is text, and most of what the internet delivers
along with that text is noise.

Simplicity, in network protocol design, is a security property. Gemini is simple
on purpose.

Full specification and client list at
geminiprotocol.net