I've had quite a few cycles of accounts and posts as I've poked at social media interactions from many angles. I've learned quite a bit. Hopefully this will settle in with less churn, now. If you are looking for old posts, they are here:
I filled out all but the conclusion on Logical Map. The PDF and HTML renders are roughly the same. All is still in draft, and I added DRAFT to both versions.
test. please ignore.
I have a full UI with a PDF download (and the correct MIME type, so it will open in the browser as well).
https://blossom.primal.net/93af0d6c5650d4fea9e899c3b2cf0fcdd6c00e2c0949799b65f8967df86a0e5c.mp4
2025:
Besides working on Logical Map and refining Floppy PNG, I learned about many forms of messaging. I sent map updates over #ATProto, #Nostr, and ended up with my own modified pure WebSocket version using the Nostr (NIP-01) event object for extensibility. The conceived application was for collaborative knowledge graphs. I verified each update with a signature, running a Deno server to process. In the end, I decided that it was too much to add to my main paper, which I'm still writing, and cluttered up the application code. Instead, I focused on merge features and import/export in the app. I'm happy with this approach.
2026:
I need to finish the Logical Map paper. I'm targeting the complexity and format of the Bitcoin whitepaper. (I'm really nerding out on the format consistency for both PDF and HTML versions). I also want to build my own messaging infrastructure based on what I've learned in 2025. My current thought is it should be a pure Mosquitto MQTT broker with Client TLS self-signed certs. I'd like to integrate with other feeds like Telegraf. There is a sweet spot somewhere of metrics/monitors and collaboration on maps as systems fail, and I think I can add some perspective there with my experience running large IT networks. I think it will be useful to use the Nostr event object @kind 1. I appreciate the beauty of that. But, I also think that securing the identity of the client and server is important for spam/security/cost perspectives. I'm fairly sure I won't double up. That is, I won't use secp256k1 sigs if I'm already using x.509. But, I'll do a decent analysis of that and wait before I pin a solution. This *might* also serve as simply a secure tunnel/messaging. That is, as long as I have the Nostr event object, I could treat the MQTT/Client TLS as a tunnel that passes messages with proper secp256k1 sigs. This *might* also serve as the desired key delegation mechanism. The server could filter npubs and route to MQTT topics. Well... that is enough for 2026. The big priority is Logical Map, of course.
TL;DR; It is a combined logical data and material flow. I have a simple text format to enter the maps. It is useful for tactical response to crises.
I give a video tour of the features here:
I got my toolchain working all the way from markdown to web and pdf presentation:

I don't do bitcoin, but I respect what this paper did and how it created an evangelical cause with so little. So much so, that I'm honoring it with the format. Also, the constraint is good, vs., say, my 74 page paper I wrote on similar topics in 2023.
I hit feature complete for Logical Map today. The UI and features are set.