michael-dean-k/

Topic

personal-websites

4 pieces

A personal labyrinth

· 1287 words

My personal website is “out of the bag.” Meaning, it’s not a private thing shared among 3-5 friends anymore; I excitedly shared it with Essay Club yesterday (60 people or so). I am leaking it prematurely because of the giddy hope, that personal websites are the new paradigm for writers, an escape from the enshittified commons. But I have to admit that I haven’t thought through two important questions yet, so here it goes:

1) Does this kill discovery?

If I were to instead publish all my ideas in real-time on Substack notes, would my audience grow more? Probably. The reality is we all self-censor ourselves in public feeds, in a thousand different ways, so it’s not like all of this could naturally emerge in feed. I tried this in January. I killed my logging practice with the goal of trying to just do it all on Notes. For two weeks, I was able to post spontaneously, but I find that if you ever stop momentum, it’s very hard to get back out of your head and into that groove. Overall, I just wrote less. I wonder if there’s truth to the idea that all writing practices grow/incubate/evolve better in semi-public spaces. It’s not that you should ignore the occasional blast. It’s that there’s a natural progression of nurturing ideas.

Another angle is, “I’m not interested in audience growth,” which is true because it’s not motivating for me, but I am in several ways entangled by growth, meaning, a complete lack of growth could threaten the sustainability of my writing. And so a middle ground is to incubate on my website and then selectively drip ideas through notes and newsletters. I could do a weekly or bi-weekly digest, Austin Kleon-style (“10 logs from last week” + essay visualization + updates, etc.). Not as sure how I would do it on Notes. Daily? Sporadically? Something else? Either way, this brings back the whole "public-to-private bridge" concept from Write of Passage. I think some people abandoned websites and just accepted the feeds. I know in 2023 I shifted entirely to Substack thinking it could be my entire digital home, but now it feels like rented land.

So my website gets maybe an A- in unlocking my writing practice, but only a C in growth, but maybe it’s a B in conversion? As in, if someone spends a lot of time on my site (and people have told me they’ve spent hours in my logs), they’re more likely to trust me—due to the sprawling, unoptimized, honest nature of things—and more likely to get a paid subscription or join Essay Club? Unexpectedly, personal writing could be a more honest and more effective form of “marketing” than strategic value-focused content (“Are you in hell? Well I’ve got the thing for you…”).

2) Is there risk in having all my ideas public?

Now that I’m in my own place, relatively unchained, saying what I want, and reading and writing about political science a bit more (I have a draft comparing Karp’s Technorepublic to Leviathan by Hobbes), I’m a bit paranoid to share ideas so openly. It’s hard to imagine facing any real-life consequences for the words I write; I’m just a nobody! It feels hubristic to think that I’d be considered a threat to the state for my thinking, but maybe these thoughts are natural, considering we’re being pleaded to accept an AI-powered surveillance state in exchange for security. (It's not that I think any of my writing is particularly rogue, but let's say I start thinking through a scheme to organize a million swing state voters to rally around a single-issue voting boycott in order to pass a bill on election campaign reform, you can see how democratic ideas might seem threatening to a state.)

It’s effortless for a state agency to scrape the Internet, build psychographic profiles on its citizens, and give them a “loyalty score.” Let’s imagine they also have an “influence score” too, determining how much sway you have over your citizens. If you have medium levels of loyalty and influence, you’re probably not being actively monitored; but if you have extremely low loyalty (L=5/100), it’s a threat even if you’re low influence (I=0) because you might be a terrorist; but also if you have extremely high influence (I=95), and even slight disloyalty (L=45), then that’s a risk too. And if it’s not the state absorbing my context, it could be independent actors scraping my site to clone me and do what they will…

I guess the point is that AI creates such a leverage over information, that you’re own personal data becomes extremely valuable. It can be leveraged not just by you, but anyone who has it. A personal website of an unfiltered nature is a higher-resolution signal than a social media profile where most interactions are shallow.

Grasping at a solution_

If all these concerns are justified (and maybe they’re not), then what are the practical methods of maintaining privacy? I’ve already written ideas about security gates and embedding-based encryption, and that’s all technologically neat, but it creates friction for the readers! Maybe that’s okay? But then this ignores the “entangled with growth” constraint from above…

And so maybe the Third and only way through is to make the encryption solution that is both an alluring and enjoyable UX for the reader.

This starts by understanding how websites get scraped, building solutions to avoid it, and then shaping them to be reader-first. You can only really do this by scraping yourself. I’ve scraped full portfolios from Substack in two different ways, and even a decade’s worth of Marginal Revolution posts. At a minimum this means avoiding RSS and HTML, which this (current) site already violates (ie: it’s ideally on a server and requires permissions to load).

Scrapers can prevent against automated gathering; but not against a person or agency that has already found your site and is willing to sit through slower and manual methods to extract information. A defense here would require gating and admin approval, another hinderance. There is something here about taking monetization dynamics (paywalls) but reinventing them for privacy’s sake. Maybe the way around this is to only encrypt a portion of the content, say 50%, with cryptic previews of what lies beyond (either through titles or redactions or chaos).

To try to synthesize this all together, what if a website were a video game?

Website as gamified maze?

As smart as today’s AI’s are, they still can’t beat Pokemon. They can transform text and code better than the world’s best engineers, but if you ask them to navigate an environment where vision and long-term memory are required, they bomb. Pokemon has very simple inputs too: 4 navigational directions and then a Click/Cancel boolean. If you were to make it more challenging, with inputs that required hand-eye coordination, that could solve two problems: it scrambles existing scrapers, and creates a novel UX.

I also sense there’s something to turning a website into a literal maze, not just an overwhelming sprawl of hyperlinks, but an actual video game you have to navigate through (it would be neat if somehow notes were semantically distributed across a map so there are “towns” of ideas). Can friction be made gamified, exploratory, enjoyable? Maybe it’s not only a matter of walking around, but solving puzzles/riddles at gates to advance deeper into the labyrinth to find more sensitive ideas. Maybe some gates require passphrases, or interactions with me. There could even be a minotaur at the center who holds my deepest memories, aspirations, and fears and if you can kill the Minotaur you get the passphrase to my Bitcoin wallet.

michaelDank.com

· 226 words

I was able to launch this website in <15 minutes. The setup is local and simple. I have a /writing file in my Obsidian vault, and then subfolders for /code, /publish, /working. /Code holds the site design, /publish my archive, and /working files have .gitignore to not push templates and notes and such. Claude Code handles the website, and different skills help me manage tags, do the menial ops stuff, and push to the Internet. All I have to do is sync a single folder to Github, and the changes are live (hosted on Netlify for free).

Compare this with my first website prototype. I was endlessly iterating on designs and fonts, and thought that I had to organize, filter, and polish my five year archive before I could get started. Probably spent hours on it before burning out on the haul. With this second version, the principle is essentially, "if it doesn't immediately produce something of long-term value, it's not worth systematizing." Now the approach is to move forward here, and slowly fill in the backlog as I'm inspired.

No need to widely share this yet. I'll make little changes day-by-day until it becomes my main place. So many things to consider. For example, I decided to add an initial on the name ("michael-dean-k"), but without hyphens ("michaeldeank"), my wife confused me with "Michael Dank."

Website cyber-defense

· 469 words

I have some neat prototypes for a personal website, but now I actually want to build a stable backend, one that can serve me for 5-10 years, or more (100-year hosting would be ideal), and persist among many different UI or platform changes. This means I’m trying to think forward to where the Internet could be by then. This involves extrapolating a current trend to its extremes, and even if you don’t know for sure it will happen, it’s good to have comfort in knowing you’re protected from extreme edge cases.

The one top of mind is the death of the open Internet. This goes way further than “the dead Internet theory” which only covers the proliferation of bots and slop. This is about bad actors being so leveraged that it becomes dangerous to have any public content of yourself, in text, image, video, or audio. ie: Any hacker or frenemy can clone you and do what they will. Or maybe a rogue government can analyze your psyche and determine your "loyalty score" is only 35% and shadow ban you from getting a mortgage. I will not get into specifics here of the likelihood of different cloning, phishing, or surveillance schemes, because all that does little but bring you to madness, but my point is that if you want your website to be a 5 million word 1:1 representation of your mind (in all it's vulnerability), it's worth designing for the most paranoid future possible (like how engineers design bridges for earthquakes that will likely never happen).

One response to all this is cyber-defense. At the absolute minimum, this means locking most things behind a gate where only the approved can get through. A more clever, technical solution is to share encrypted “coordinates” that represent the semantic nature of an essay, and then let people surf through prompting and approval gates. An even more extreme idea is a mostly-private site with a kill switch, which involves (a) signing in once per month to mark "I'm alive," and also (b) giving my wife a secret key to type in when I die, which then releases all private material. Obviously this throttles reach, but isn’t there psychological value to limiting your audience anyway? Montaigne wrote alone in a tower for a decade, and so if the approach is to use writing to steer you life and mind, at the detriment of audience growth, then this might be the way to go: a literary labyrinth accessible to maybe your 30 closest friends and anyone else via application who can prove they are not a ghoul.

The other alternative is to embrace the weirdness, that no matter what, we will all be rendered through a schizophrenia filter, with no choice but to relinquish control over the non-canonical or rogue versions of ourselves.

Monthly Essay EPs

· 168 words

I’ve been reflecting on how my writing will change once I have a newborn, and I keep coming back to this idea of releasing a “monthly EP of essay demos.” This means that I’ll send a post with 5-10 links to other essays that I “ghost posted” (publish without sending) earlier in the month.

I currently only have the S and L lanes of writing working. Either it’s a 2-minute log or a 20-hour essay. The goal is to prioritize the M (medium) lane, a 2-hour essay; instead of sending them out in real-time, I’ll batch them and let readers click into the topics they want. Feels like a strategy to be more divergent, more experimental, less formal, without overwhelming people and confusing them from the core mission of Essay Architecture.

I had Coco read through a week of my logs, and she shared three patterns she’d want to read more of: (1) unique, vulnerable experiences that show conflict and inner struggle; (2) lens on for self-improvement regarding life or writing; (3) culture commentary that helps make sense of big ideas. She was less interested in technical topics, or hypothetical scenarios (such as trying to imagine the handicap we’d have to give tennis pro Carlos Alcaraz for us to have a competitive match in tennis). The beauty of the EP strategy is that it gives readers a menu, and each will have their preferences.