·Opening
DigTek · Orientation
Network, browser, identity · 2026

Most online safety
isn't about what you install.
It's about what you stop sending.

An orientation in three registers — what the network sees of you, what's actually happening on a normal page, and the moves that change either.

From DigTek
Scroll to begin
Structure · 02

The first thing every page load does is say your destination out loud.

DNS resolves the hostname before encryption begins. Even on HTTPS, whoever runs your resolver sees the names of every site you visit. The encrypted part starts after the address has already been read.

A schematic timeline of one page load. The DNS phase is highlighted.

DNS resolve TLS GET HTML subresources render name spoken aloud BEFORE ENCRYPTION time →
Structure · 03

The browser is the runtime, not the viewer.

Pages are programs. They execute scripts, persist state across visits, accumulate identifiers, and read attributes of the device they run on. The browser is the operating system most people actually live in now.

Vertical stack of the browser surfaces a typical page touches.

Extensions add-on code Storage cookies · localStorage · IndexedDB Fingerprint surface read-only signals TLS · cache · history connection state Network requests · DNS five surfaces. all readable.
Structure · 04

Your data lives in one of three places.

On your device. On a server you control. On a server somebody else controls. The third column is bigger than most people realize, because the apps that feel local are mostly thin clients for it.

Columns weighted by where a typical person's data actually sits today.

Device downloads · caches Server you control if you have one Someone else's server mail · photos · notes · everything
news.com anon visit store.com anon visit blog.org anon visit forum.net anon visit ad-sdk.js ad-sdk.js ad-sdk.js ad-sdk.js same SDK · same fingerprint · same cookie one person visited: news · store · blog · forum also: timezone, GPU, fonts, etc. no site asked your name. all of them now know you.

Four sites, four strangers

You visit four sites. Each thinks it's seeing someone new. From inside any single site, you are anonymous.

The same SDK on all four

The four sites independently embed the same ad or analytics SDK. That SDK sees the same cookie, the same fingerprint, the same IP across all of them. The four anonymous visits are now one identifiable trail.

One profile resolves

The SDK's operator holds the join. You don't have an online identity — you have a correlation, maintained by parties that aren't named on any of the pages you visited.

Empirics · 06

What one page load asks the world for.

A typical news or commerce page makes dozens of parallel requests in the first two seconds. Most go to companies whose name does not appear on the page. The page itself is a small fraction of what loaded.

Schematic waterfall. Bar colors mark category, not actual domains. Illustrative of order of magnitude, not measurement.

Empirics · 07

What the page learns about you before you click anything.

Every request announces a fingerprint: your timezone, screen size, language, installed fonts, GPU vendor, audio context. None of it is named "you." All of it identifies you. The combination is more unique than your name.

Schematic of the fingerprint surface. Not your actual fingerprint — that would be hostile to compute here.

you on arrival timezone screen size language GPU vendor font list audio context canvas connection none of these said your name. all of them identified you.
Empirics · 08

One toggle moves the ISP out of the picture.

Enable DNS-over-HTTPS in your browser. Lookups travel encrypted to a resolver of your choice. Your network provider stops seeing which sites you visit by name — they still see encrypted blobs to a resolver, but the readable list of destinations is gone.

Schematic of the same lookup before and after. Not a packet capture.

Without DoH your browser "news.com?" your ISP DNS root ISP sees: every site name With DoH your browser encrypted blob your ISP (blind) DoH resolver ISP sees: encrypted traffic trust shifts from the ISP to the resolver you chose. trust does not disappear. it moves.
Extensions — keep the set small Storage — containers, clear on close Fingerprint surface — restrictive defaults Network — DoH, resolver of your choice one move per layer. that's the whole list.

Network — DoH

Pick a resolver you trust. Set it in the browser. Done.

Fingerprint — restrictive defaults

Use a browser that ships restrictive fingerprinting defaults (Firefox, Safari, Brave). Don't install extensions that re-broaden the surface.

Storage — containers

Isolate cookies per site or per task. Clear on close where you can. Sign in only where the value justifies the persistence.

Extensions — keep the set small

Every extension is privileged code with access to every page. Three good ones beat ten plausible ones.

Response · 10

Pull, don't be pulled.

A feed decides what you see and when. RSS is the opposite arrangement: you keep a list of sources, you decide cadence, your reader fetches when you open it. The network can't optimize for engagement it can't measure.

Two timelines of the same hour, drawn the same scale.

Feed cadence: theirs measured, optimized RSS cadence: yours unmeasured same hour. different shape.
Response · 11

Move computation toward the device.

The architectural answer to surveillance is not encryption. It's location. A photo edited on your laptop, a note kept on your phone, an email read in an offline-first client — these don't need to be private because they were never transmitted. Encryption protects what leaves. Local computation prevents departure.

The same three columns from Sc 04, weight redistributed.

Device where editing happens Server you control sync · backup Someone else's server narrow, specific use
Response · 12

Choose your defaults once.

Most leakage isn't a malicious moment. It's a default no one ever picked, doing what defaults always do. Picking once — deliberately — is most of the work.

01Browseryour choice
02DNS resolveryour choice
03Searchyour choice
04Mailyour choice
05Calendaryour choice
06Readeryour choice

The list isn't advice — the categories are the advice. Pick anything in each row, but pick.

Closing

The point isn't whether anyone is watching.

The point is what you let leave your machine.

Privacy isn't a stance against the network. It's a refusal to emit by default. The network is what it always was; the only thing under your control is what you hand it.