Log
2026-07-04
- Created the initial filesystem wiki scaffold.
2026-07-09
- Clarified semantic-line-break guidance in
AGENTS.mdand manually corrected bad SemBr throughoutsrc/to keep tightly bound grammar and ideas on the same source line. - Updated the agent workflow so assistants answer from
src/, research beyond the local wiki when useful, preserve linked sources undersrc/sources/, and synthesize durable findings back into the wiki. - Made
src/the complete editor vault and moved immutable source artifacts intosrc/sources/. - Added wanted-page redlinks so agents can mark future articles without creating ungrounded stubs.
- Added commit-message AI provenance trailers for tracking which harness and model made wiki edits.
- Added Privacy business thesis as an initial synthesis for a possible privacy, security, antisurveillance, and anticensorship business.
- Added EU and Swedish data removal rights
to distinguish GDPR erasure, search-result delisting,
and the Swedish
utgivningsbeviscomplication for a data-rights service. - Added Integritetsskyddsmyndigheten as the regulator and complaint-escalation path relevant to those requests.
- Preserved local copies of IVPN Unlinked Access and Obscura trust 2-party relays and QUIC, then added Unlinked subscription architecture to capture the business idea of one bill without one cross-service identity.
2026-07-10
- Added Obsidian-compatible Mermaid code-block rendering
to the static build and live server,
documented the syntax in
AGENTS.md, and created Knowledge graph map as a visual entry point to the wiki’s ontology and major crosslinks. - Replaced the manually curated tree in Knowledge graph map with a graph generated from note types and resolved wikilinks during both static builds and live rendering, so cross-branch links and cycles are no longer hidden.
- Added fullscreen, zoom, fit, scale readout, and left-button drag panning to the large-graph viewer and scaled node prominence by unique backlink count so the generated ontology remains navigable at readable scale.
- Strengthened backlink prominence into five visible tiers and added explicit junctions for targets with at least eight backlinks, so high-degree nodes stand out and busy notes have one final incoming segment.
- Replaced those fixed graph tiers and thresholds with continuous scaling relative to the current backlink maximum, and kept graph edges legible at overview zoom, so prominence and link bundling adapt as the wiki grows.
- Replaced single shared junction endpoints with generated balanced merge trees for high-indegree notes, so adjacent inbound links share actual path segments instead of remaining parallel until the final dot.
- Replaced the synthetic merge-tree workaround with Mermaid’s ELK layout and native edge merging, so links can share genuinely routed sections at every degree without adding hundreds of invisible layout nodes.
- Added post-layout SVG edge bundling for the generated graph, so three or more inbound links from one side converge into one literal trunk and final arrow even where Mermaid’s native ELK edge merging leaves parallel lanes.
- Expanded Privacy business thesis into the crosslinked Privacy venture atlas with customer, business, technical, governance, legal, Swedish, and regulatory research.
- Added Case for privacy and security, Privacy customer segments, Privacy business proposals, and Privacy venture roadmap to make the venture’s human purpose, first customers, concrete offers, and staged path explicit.
- Added current, dated legal notes on EU private communications law, VPN service legal risk, Crypto payments for privacy services, Sweden as a privacy venture base, and Privacy legal and regulatory posture. The research distinguishes unsettled EU CSA proposals from enacted law, rejects jurisdictional-evasion promises, and identifies specialist-counsel gates.
- Added Privacy threat modeling, Privacy product architecture, Privacy trust and governance, Lawful digital-safety support, and Post-seizure digital recovery to define practical safety, recovery, data-minimization, and no-anti-forensics boundaries.
- Added Proton, Signal, Mullvad, GrapheneOS, and Tuta as linked market and technical reference points.
- Preserved official source artifacts and source cards for EU data-protection opinion on CSA regulation, Finansinspektionen crypto-asset services, PTS data retention, and ENISA threat landscape 2025 so the legal, payment, telecom, and market claims remain locally auditable.
- Added a private-AI research graph: Private AI strategy, Private AI services, Private AI competitors, and supporting notes on Local AI, Confidential AI computing, Zero-knowledge AI, Private AI routing, Private AI buyer alternatives, Private AI venture validation, and Private AI legal roles. The update distinguishes encrypted history, no-retention claims, local processing, attested confidential inference, and research-stage private computation.
- Preserved and linked current source cards for Proton Lumo security model, Apple Private Cloud Compute security guide, Brave Leo TEE pilot, and EDPB LLM privacy risks.
- Added document-specific
<base>elements to saved HTML evidence and ajust downloadcommand for future HTML imports, so local source copies can load relative assets from their original sites. - Upgraded
just downloadto preserve exact.raw.htmlresponses alongside script-free browser-rendered snapshots, so JavaScript applications remain readable without losing raw provenance. - Refreshed all nine existing HTML source artifacts into paired raw and rendered snapshots. Finansinspektionen was unreachable during the refresh, so its raw companion retains the repository’s original capture and its source note records that provenance exception.
2026-07-12
- Added four cross-cutting concepts from the expanded privacy synthesis: Data minimization, Data as coercive power, High-consequence data, and Confidentiality as safety infrastructure. Linked them into the case, product architecture, governance, customer, lawful-extraction, and digital-safety-service notes so case studies now lead to reusable design and market concepts.
- Imported two ChatGPT Deep Research reports as matched Markdown/PDF pairs: Privacy, security, and the ethics of resisting lawful extraction and Justifications for caring about privacy rights. The source cards explain that the Markdown is searchable but has broken internal citation tokens, while the PDFs preserve readable numbered endnotes and source URLs.
- Absorbed the reports’ substantive argument into Case for privacy and security, including the rights framework, harm model, ten case studies, lawful-extraction analysis, proportionality test, objections, market implications, and operating principles. Added the intact PDF artifacts and underlying endnote sources to the synthesis metadata so its evidence is visible without routing through the source cards.
- Added Ethics of resisting lawful extraction to distinguish legal authorization from ethical justification through necessity, proportionality, third-party harm, institutional reliability, and irreversible disclosure. Updated Case for privacy and security, Privacy customer segments, and Privacy business thesis with the reports’ data-to-leverage model, incident-grounded customer needs, and harm-specific commercial positioning.
- Added Mermaid diagrams to six notes whose structure was already diagrammatic in prose but had no visual: the trust ladder in Private AI trust boundaries, the request flow in Confidential AI computing, the route selector in Private AI routing, the customer path in Post-seizure digital recovery, the green-amber-red gates in Private AI legal roles, and the staged plan in Privacy venture roadmap. Each keeps navigable wikilinks in nearby prose, uses plain note-title labels inside the fence, and avoids smart typography so lint stays clean.
- Refined the no-anti-forensics boundary in Post-seizure digital recovery so it forbids wiping a device under seizure, preservation order, or evidentiary custodial chain, rather than condemning remote wipe as such. Standard anti-theft remote wipe of a device the customer still owns — as Google Find My Device and Apple Find My provide — is a legitimate security feature and was being conflated with evidence destruction.
- Fixed the desktop left sidebar so it stays fixed while scrolling,
matching the right table-of-contents pane.
bin/wiki.pynow pins.sidebarwithposition:fixedand amax()calc that tracks the centered grid, whilemainand.tocget explicitgrid-columnplacement so the reserved sidebar column remains empty. - Made
just buildskip the static rebuild when nothing insrc/,bin/wiki.py, orshare/is newer than adist/.build-stampwritten at the end of each build.cmd_buildgained a--forceflag andjust rebuildcalls it, so agents can force a full regenerate when the stamp looks stale. UpdatedAGENTS.mdso agents runjust buildafter any wiki edit — it is a cheap no-op when nothing changed — and know aboutjust rebuildfor forced regeneration. - Made the desktop table-of-contents pane scroll independently when a note has many sections, keeping its page tools, including the theme button, reachable at the end of the pane.
- Added Tag map,
an auto-generated companion to
Knowledge graph map
that renders a tag co-occurrence graph from frontmatter tags.
Every tag is a sized circle (size scales with note count,
so the map doubles as a frequency-weighted tag cloud),
and edges connect tags that share at least two notes,
thickening with co-occurrence count.
bin/wiki.pygainedtag_graph_mermaidand atag-graphfence expander that mirrors the existingwiki-graphmechanism, reusing the Mermaid ELK layout and interactive toolbar without the note-graph edge bundling. Wired the new page into Index and the then-existingOntologypage. - Normalized tags to mid-sentence natural case
and recorded the convention in
AGENTS.md: lowercase common nouns and adjectives, natural capitalization for proper nouns and acronyms, and a hyphen only where English would hyphenate the phrase mid-sentence (local-first), leaving the rest as spaced phrases (confidential computing,lawful access,data governance,digital forensics) so each tag matches the prose surface form. The map had surfaced split variants:confidential computingandvpnon three notes alongsideconfidential-computingandVPN. Normalized the hyphenated common-noun tags to their spaced forms across 12 notes —confidential computing,lawful access,data governance,digital forensics,civil society, andcase studies— and the lowercasevpntoVPNon Obscura trust 2-party relays and QUIC, sinceVPNkeeps natural acronym capitalization mid-sentence. The distinct tag count stayed at 50 and the edges merge cleanly on the graph. Updated the Tag map legend to describe the convention. - Consolidated the generated knowledge graph and tag graph into
Graphs,
added a conventional clickable tag cloud
and an initial authored story graph,
and retained the complete generated graphs for inspection.
Generated graph nodes now link to their notes or tags,
frontmatter tag chips use the same destinations,
and the static build writes one note-list page per tag under
dist/tag/. Addednote-linkandtag-linkMermaid comments so future LLM-authored story graphs can use stable wiki names while the builder supplies their static URLs. - Replaced the initial linear story graph in Graphs
with hardcoded but editable maps:
a curated overview and separate privacy, private-AI, and business islands.
These explanatory maps now coexist with the exhaustive generated graphs
and can be regenerated by an LLM when important hubs change.
Retyped the then-existing
Ontologypage asmetaand removed the unusedontologytype, so the complete knowledge and tag graphs omit that maintenance page along with the visualization page itself.
2026-07-13
- Added a persistent title-or-updated-date sort option to the static wiki’s left note library and preserved its scroll position across full-page navigation, so recently changed notes can be found without losing one’s place.
- Added a note-role diagram to the then-existing
Ontologypage that distinguishes knowledge-bearing, navigational, and wiki-support types. The diagram shows a typical evidence-to-synthesis flow without presenting the ontology as a mandatory pipeline, and the prose now definesindex,log, andmetaalongside the five substantive note roles. - Moved that diagram to Graphs#Ontological types,
where it belongs with the other curated and generated views.
The then-existing
Ontologypage retained the type definitions and now points to the shared visualization page. - Hardened incremental builds against incomplete
dist/trees. A current.build-stampno longer causes a skip when a generated note, tag page, or required directory is missing. The dynamic-server smoke test now uses a temporary empty output path without moving or modifying the realdist/tree, preventing Windows file handles from interrupting backup restoration or stranding a valid stamp. - Retyped Log as
metaand removed the now-unusedlogtype. The chronological maintenance history is therefore excluded from the complete knowledge and tag graphs instead of appearing as a prominent subject-matter hub. - Updated every curated story graph in Graphs#Story graphs to reuse the complete graph’s ontological shapes and colors. Concepts, entities, syntheses, and indexes now remain visibly distinct instead of collapsing into generic rectangles. Configured the Markdown line-length check to ignore fenced code blocks, where canonical Mermaid labels and syntax must remain contiguous.
- Removed the initial
Knowledge baseandOntologyscaffold pages. Their thin definitions reflected setup prompts rather than durable subjects: the former had no grounded backlinks or sources, while the latter duplicated the canonical rules inAGENTS.mdand the diagram in Graphs#Ontological types. Reduced Index to genuine entry points: Privacy venture atlas for the current subject area, plus Graphs and Log for the wiki itself. The topical pages removed from the global index remain reachable through the atlas. - Added Privacy gear webshop as a testable physical-product wedge in the broader privacy venture. Added Privacy gear catalog to rank useful products, require claim evidence, and exclude jammers, covert surveillance, pseudoscience, and unverifiable electronics.
- Added Privacy gear market scan from preserved Swedish and EU competitor pages. The scan shows a fragmented market of general retailers, Faraday specialists, authentication manufacturers, and lifestyle shops, with an opening for restrained Swedish-language curation and tested kits.
- Added Privacy-respecting ecommerce and Swedish ecommerce compliance guidance. They connect low-data shop architecture to official consumer, product-safety, privacy, tax, electronics, packaging, and jammer guidance, including the Swedish website withdrawal-function rule effective since 19 June 2026.
- Linked the shop experiment through Privacy venture atlas, Privacy business proposals, Privacy competitors and inspirations, Privacy legal and regulatory posture, and Privacy venture roadmap so later product and service work can reuse the research.
- Added Privacy voucher shop from preserved ProxyStore digital goods, Mullvad partner material, and official Swedish voucher, payment, crypto, AML, and digital-content sources. The design uses partner-issued fixed codes, random order secrets, optional contact, and separate physical and digital checkouts; it explicitly rejects a customer balance, crypto custody, or claims of anonymity.
- Added Swedish privacy voucher compliance guidance to preserve the source-level distinction between a voucher sale, an electronic-money or payment instrument, and a crypto-asset service. Updated Crypto payments for privacy services, Unlinked subscription architecture, and Mullvad with the narrow merchant-acceptance and official-reseller path.
- Added Swedish and EU privacy suppliers to rank Mullvad, Yubico, Integrity VPN, Plegium, and European physical and digital suppliers. It distinguishes company, manufacturing, distributor, and EU responsible-person location so origin marketing remains precise.
- Expanded Privacy gear market scan to cover Swedish security, tactical, outdoor, and prepper competition. Preserved Tacticalstore, Roda Stjarnan, The General Prepper, Overlevnadsbutiken, and the Prepparen retailer directory; Ensec was reviewed but its archival redirect failed.
- Added Defence marker sprays from Police, Kemikalieinspektionen, carrier, and Swedish supplier material. It excludes pepper and tear-gas products, requires product-specific formulation review, and adds chemical-label, aerosol-shipping, insurance, and proportional-use gates before any licence-free spray pilot.
- Retested the previously blocked PostNord dangerous-goods source
after IVPN AntiTracker was disabled.
The relevant Finansinspektionen pages returned
200, while PostNord still rejected scripted requests with403. An interactive browser passed PostNord’s Cloudflare check, confirming that the page was reachable but its bot protection still blocked the wiki snapshot importer. - Re-downloaded the three relevant Finansinspektionen pages after IVPN AntiTracker was disabled, preserving new immutable raw and rendered pairs for crypto-asset services, the limited-network payment-instrument boundary, and businesses covered by the AML Act. Updated Finansinspektionen crypto-asset services and Swedish privacy voucher compliance guidance to use the fresh copies.
- Preserved PostNord’s dangerous-goods guidance as a script-free main-content snapshot captured through the interactive browser after Cloudflare verification. Defence marker sprays now links that artifact and records that it has no raw-response companion.
- Made the first venture test explicit in Privacy venture roadmap and Privacy business proposals. The minimum viable offer is now a fixed-scope privacy and AI baseline for a small consultancy or agency: three paid pilots, no credentials or customer files, and no software, inventory, or managed infrastructure before recurring demand appears.
- Revised that cold-start recommendation after testing the credibility problem. Added Content-led privacy shop as the lower-capital first step: Swedish buying guides, reproducible product tests, demand capture, one limited kit drop, and only then a broader shop or higher-priced advisory offer. Reframed SEK 4,900 as a later target and set a smaller paid founding-pilot test rather than assuming unknown founders can sell it cold.
- Added GrapheneOS Pixel procurement from current GrapheneOS support guidance, Swedish public new and refurbished prices, business-retailer listings, Google Store resale terms, and Skatteverket’s VMB guidance. The comparison identifies Pixel 10a, Pixel 10, and refurbished Pixel 8 as the smallest test assortment; it also prevents margin calculations from treating VMB stock as if it carried deductible input VAT.
- Clarified the GrapheneOS Pixel procurement price table after the mixed VAT presentation proved easy to misread. New cash price, new cost after ordinary input-VAT deduction, and refurbished cash price are now labeled separately; only Pixel 10a was genuinely cheaper new than refurbished in the observed cash-price snapshot.
- Added Vinstmarginalbeskattning, Swedish VAT for ecommerce, and Swedish business tax map from current Skatteverket, Tullverket, and Verksamt guidance. The new path separates ordinary VAT from VMB at the inventory-unit level and keeps transaction VAT, business profit, payroll charges, and owner taxation distinct for the webshop plan.
- Audited every maintained note for article structure, crosslinks, source use, visual opportunities, and analytical tone. The vault had no orphan notes or unresolved links; the main recurring weakness was defensive, categorical language repeated outside the notes that owned each boundary.
- Added a neutral analytical-voice rule to
AGENTS.md. Future notes should distinguish fact, law, technical invariants, business recommendations, and moral judgments; categorical language is reserved for actual prohibitions, security invariants, evidence duties, and deliberate scope decisions. - Added a hybrid citation policy:
frontmatter
sourcesremains the note-level provenance inventory, while descriptive Markdown footnotes or inline links map consequential claims. The renderer now styles footnotes and turns localsources/...metadata entries into clickable links. Pandoc citeproc remains deferred until the wiki has a scholarly corpus that benefits from citation keys. - Added Criminal-offence data under GDPR Article 10 to centralize a repeated Swedish legal and operating boundary, and FIDO security keys to give a recurring high-value product category its own deployment guidance. Monero remains an intentional wanted page because the current wiki grounds its payment role but not yet a useful protocol-level article.
- Added comparison tables to Privacy business proposals and Private AI buyer alternatives, a data-boundary diagram to Privacy product architecture, and the current commerce branch to Graphs#Business island. Reframed the private-AI legal gate from moralized green-amber-red refusal language into routine, review, and separately governed specialist work.
- Revised the agent guidance after the bounded Markdown-dialect language
proved liable to suppress article depth,
structural formatting,
related-page creation,
and wanted-page links.
AGENTS.mdnow asks for developed, neutral synthesis in an academic-trade register; proactively considers headings, tables, Mermaid diagrams, lists, blockquotes, and callouts; welcomes grounded seed pages; and treats redlinks as a deliberate research queue rather than lint debt. - Re-read all 86 maintained pages under the richer synthesis, structural-formatting, graph-development, and lifecycle rules. Reclassified the vault by present usability rather than age: 63 notes are stable at their current scope, while 23 remain working because they contain active business hypotheses, unresolved legal classification, changing proceedings, supplier validation, or other material gaps. No current page is merely a seed, and no page is presently known to be stale.
- Defined an explicit
seedtoworkingtostableworkflow inAGENTS.mdand retainedstaleas an override for claims known unsafe to rely on. Added optionalreview_afterscheduling to 51 time-sensitive notes, visible review metadata in the renderer,just statusfor the maturity queue, andjust reviewfor stale and due-review discovery. - Revisited the earlier content audit under the more liberal linking rule. Added a ten-case comparison table and incident redlinks to Case for privacy and security, a route-and-evidence table to Private AI competitors, and a lead-comparison table to Swedish and EU privacy suppliers. Added wanted-page links for reusable incidents, companies, products, and technical projects throughout the case, competitor, market, and supplier notes; the wanted queue now contains 51 prospective articles.
- Added missing source provenance to Ethics of resisting lawful extraction, linked existing private-AI entity pages where plain names had hidden them, and updated Private AI venture validation to use the current routine, review, and specialist legal-role language.
- Clarified alias semantics in
AGENTS.md: aliases support discovery and natural display text, but maintained wikilinks now use canonical targets for agreement between Markdown Oxide and the static renderer. Normalized the five historical alias-target links in this log and taught the linter andjust fixto prevent their return. - Reclassified discreet cameras and audio recorders in
Privacy gear catalog
from a moralized “do not sell” category
to a dual-use specialist category with explicit decision gates.
Added Covert recording and evidence in Sweden
to distinguish participant recording,
recording conversations between others,
intrusive photography,
camera-surveillance rules,
and evidentiary use.
Tightened
AGENTS.mdso an “explicit scope decision” cannot hide an unexamined moral judgment, and neutralized similar categorical framing in Privacy legal and regulatory posture, EU private communications law, Case for privacy and security, and Privacy competitors and inspirations. - Audited the maintained vault for callouts and task lists.
Before this pass,
no note used tasks
and only the newly added
Covert recording and evidence in Sweden used a callout.
Added semantic callouts to legal,
technical,
procurement,
and product-gate notes;
exposed executable validation,
launch,
and supplier work as task lists in
Private AI venture validation,
Privacy venture roadmap,
Privacy gear webshop,
Swedish and EU privacy suppliers,
and the covert-recording synthesis.
Updated
AGENTS.mdso agents actively consider these structures rather than treating renderer support as sufficient. - Corrected the new covert-recording synthesis
to define
IMYandNJAthrough the localabbrfrontmatter feature. Rewrote its redlinks as durable subject prose rather than describing unresolved targets as “future pages” or “wanted pages.” Clarified the same rule inAGENTS.md: a subject-note sentence containing a redlink should not need revision when the target article is created. - Added local abbreviation metadata to 78 maintained notes
so the static renderer can emit semantic HTML
abbrelements with all-small-caps styling while the source remains ordinary Markdown. Documented quoted YAMLabbrentries as the house style inAGENTS.md, retained Markdown Extra definitions for compatibility, and added lint checks for malformed or conflicting definitions. - Added the mixed-case abbreviation
MiCAto the four maintained notes that use it after the initial all-uppercase corpus audit missed it. - Audited exact abbreviation surface forms after
CASPsandDAC8exposed the same gap for plurals and mixed alphanumeric terms. Added local plural definitions where maintained prose uses them and clarified the exact-match rule inAGENTS.md. - Resolved the complete 55-page wanted queue with source-grounded entity and concept notes. Added incident and enforcement pages for 23andMe data breach, Afghan relocation data breach, Ashley Madison data breach, Equifax data breach, Grindr data-sharing enforcement, OPM data breach, Pegasus spyware, SpyFone, Vastaamo data breach, and VTech data breach from regulator, government, court, and investigative sources. Grounded the Swedish evidence-law branch through Olovlig avlyssning, Kränkande fotografering, Free evaluation of evidence in Sweden, and Evidence preservation for abuse and workplace disputes using the current Penal Code, Supreme Court material, and police guidance. Added current product and supplier cards for addy.io, Apple Advanced Data Protection, BeProtected, Clas Ohlson, Cryptomator, DataProtect Sverige, DeleteMe, Disklabs, Ensec, Faradaybags.cz, Google client-side encryption, Incogni, Integrity VPN, IVPN, Kjell & Company, Koofr, Little Snitch, Loomis, Monero, Nitrokey, Obscura, OffGrid, Optery, Plegium, Roda Stjarnan, Tacticalstore, Threema, Tresorit, Tyloona, Urban Privacy, and Yubico. Completed the private-AI and Nordic enterprise-security branches with Confident AI, Enkrypt AI, Limina, llama.cpp, MLX, Ollama, Open WebUI, mnemonic, Truesec, and WithSecure. Current product pages now carry scheduled reviews; immutable incident pages distinguish observed findings from venture lessons; and removal, Faraday, local-AI, and managed-security pages state the boundaries that would make their strongest marketing interpretation false.
- Corrected the abbreviation metadata across the 55-page wanted expansion. Added missing local definitions for legal, geographic, technical, and institutional terms; replaced singular definitions where the prose uses only plural forms; removed definitions that the note does not use; and normalized the FIDO expansion to the established house style.
- Defined currency codes locally in 23andMe data breach,
Equifax data breach,
Grindr data-sharing enforcement,
VTech data breach,
and this log.
Clarified
AGENTS.mdso maintained prose consistently treats ISO currency codes as abbreviations instead of relying on a discretionary exception. - Imported and read Thérèse Juel’s Fällda för sexövergrepp
and Dömda - om rättssäkerheten,
together with the official Felaktigt dömda
and Rättssäkerheten i brottmål reports.
Preserved research on confirmation bias,
political lay-judge effects,
offence-specific evidence patterns,
the current Code of Judicial Procedure,
remand isolation,
police-arrest overflow,
double occupancy,
the 2026 proposal to legalize capacity workarounds,
and current oversight of lay judges.
Built Rättssäkerhet in Swedish criminal cases
around uncalibrated proof,
false-accusation uncertainty,
incomplete investigation,
political adjudication,
coercive remand,
and mobile-forensics selection risk.
Added Duress credentials and coercive extraction
to distinguish a user’s moral decision under coercion
from a privacy provider’s operational boundary,
and connected the result to Case for privacy and security,
GrapheneOS,
and Privacy product architecture.
Preserved Lambertz’s primary SvJT article as
Kvalitetssäkring av bevisprövningen i brottmål
and developed Probabilistic interpretations of beyond reasonable doubt
to separate the popular 98-percent gloss,
its one-in-fifty implication under calibration,
and the absence of calibration in actual adjudication.
Added the ASA statement on p-values
and used the criticized
p < 0.05convention to distinguish a defined but frequently misinterpreted statistical rule from the legally consequential 98-percent figure that has no reproducible courtroom operation.
2026-07-14
- Generated ten mockups for the wiki application: an editorial workbench, a more speculative knowledge atlas, a rendering-component board, two dark-theme studies, two Mermaid studies, and three deliberately ungrounded interface proposals. The ungrounded pass used no screenshots or existing CSS as visual input; it explored a spatial reading desk, an editorial folio, and a graph-native focus environment. Used the editorial direction to redesign the live renderer with a calmer, wider reading surface, a recoverable desktop library-collapse control, flatter navigation and article surfaces, a restrained title scale, compact metadata, clearer outline state, type-aware connection cards, semantic callout colors, and copy controls for code blocks. Added locally persisted note pinning, type-specific icons in navigation, metadata, pins, and backlinks, a blue-black archival dark palette, and a more deliberate Mermaid theme with curved routes, clearer clusters, edge labels, and an ontology legend for large graphs. These changes selectively combine useful ideas from several mockups rather than reproducing any one generated composition. Preserved the real Index, Graphs, and Log landmarks instead of implementing speculative destinations invented by the more radical mockup.
- Corrected Rättssäkerhet in Swedish criminal cases so it no longer treats an independent witness as ground truth. Added Witness reports are not ground truth to distinguish independence of people from independence of errors and connect the JK report’s memory-psychology analysis with research on co-witness contamination and procedure-dependent identification accuracy.
- Changed the Tags#Tag cloud from a linear frequency scale to a bounded logarithmic scale. Low- and middle-frequency tags now differ visibly in size, while the largest tag retains the previous maximum size.
- Changed the static wiki’s “Updated” sidebar sort
to use each source note’s actual filesystem modification time
instead of its frontmatter
updateddate. The displayed note metadata still reports the maintained frontmatter date. - Repaired the Graphs#Ontological types Mermaid source by separating shaped-node declarations from graph edges. The renderer now isolates Mermaid failures per diagram, and lint rejects the invalid inline declaration form, so one malformed graph cannot suppress every graph on a page. Raised Mermaid’s explicit edge limit to accommodate the complete knowledge graph’s 645 resolved links.
- Added Boomers and democracy as a source-grounded Swedish assessment of moving cohort capture, prompted by the imported ChatGPT conversation of the same name. Added Moving cohort capture, Age-period-cohort identification, and Welfare-state dualization to separate the proposed mechanism from its methodological limit and the better-established insider–outsider pattern. Preserved SCB demographic and election material, Swedish pension guidance, and scholarship on ageing democracy and Social Democratic retrenchment; created six source cards so later work can audit the demographic premise, the 2006 electoral evidence, pension transition rules, and the main alternative explanations.
2026-07-15
- Added Age-proof unlinkability and account uniqueness to distinguish anonymous repeated proofs from per-service Sybil resistance.
- Added Age-verification circumvention services and Virtual private networks and child protection EPRS to separate current VPN legality, high-risk evasion products, and likely future enforcement routes.
- Added Alternatives to age verification and Pornography literacy and harm reduction as a harm-specific child-protection framework spanning local family controls, safer platform design, education, and narrow transaction checks.
- Preserved and summarized evidence in Parental control tools evidence review, Exposure to pornography and adolescent sexual behavior, and Navigating realities pornography literacy curriculum.
- Updated Age assurance, EU age verification and Internet privacy, and VPN service legal risk so the new identity, circumvention, and alternative-policy branches are reachable from the existing analysis.
- Added Cryptocurrency design comparison to distinguish assets, base settlement layers, payment channels, rollups, privacy coins, smart-contract chains, and fiat-backed stablecoins. The comparison separates inclusion speed from finality, consensus security from application and issuer risk, and pseudonymity from privacy by default. Preserved six official documentation pages in Cryptocurrency protocol documentation so Lightning liquidity, Monero privacy, Ethereum finality, Solana commitment, Zcash shielding, and USDC issuer control remain auditable. Preserved A Tattered Cloak of Invisibility as an empirical counterexample to treating cryptographic proofs as sufficient for practical anonymity. Updated Monero with the new comparative context.
- Added Swedish public-record privacy as a source-grounded synthesis of the cumulative privacy effects of public access, population-data distribution, the personnummer, digital aggregation, and publication-certificate search services. Split the main mechanisms into Offentlighetsprincipen and personal privacy, Swedish personal identity number, Utgivningsbevis and people-search services, and Protected personal data in Sweden. Preserved the 2024 government inquiry, the 2026 CJEU press release, the Swedish National Audit Office identity report, the Swedish Gender Equality Agency protection study, and IMY’s legal position as local evidence with source cards. Updated EU and Swedish data removal rights and Integritetsskyddsmyndigheten for the 9 July 2026 judgment and pending regulatory investigations.
- Added Dumpen as a separate edge case for the EU-law meaning of journalistic purpose. Distinguished formal YGL coverage, processing-specific GDPR analysis, and responsibility for publication offences. Preserved the official release for Dumpen gross defamation judgment and recorded that the district-court result remains under appeal.
- Expanded Dumpen beyond its adult-decoy operation to cover its court monitoring, selected named conviction articles, and linked judgment documents. Preserved Dumpen selected judgments and Dumpen court monitoring weeks 21 and 22 2026 as direct evidence of the different publication formats.
- Added Naming convicted people in Swedish media to separate GDPR processing, journalistic purpose, YGL coverage, defamation, media ethics, and the changing justification for long-lived named archives. The analysis identifies Dumpen’s edited court news as a stronger journalism case than Lexbase, while treating thin name-and-judgment posts and full-document dissemination as separate operations.
- Extended the Dumpen analysis to external search indexing. GC and Others C-136 17 now supplies the controlling distinction between source publication and Google’s separate, additional person-indexing operation. IMY right to remove search results preserves current Swedish guidance that criminal-information results must be removed unless name-linked display is strictly necessary for freedom of information.
- Recorded that Dumpen selected judgments
is configured for ordinary indexing through canonical,
pagination,
feed,
and structured metadata without a
noindexdirective. Updated EU and Swedish data removal rights, Naming convicted people in Swedish media, and Dumpen to explain how Google can supply the people-search interface even where the publisher lacks one internally, while keeping the two controllers and legal tests distinct. - Added Conseil d’Etat 401258 as the decisive counterexample to a categorical child-sex-offence exception from de-referencing. Google and CNIL had refused relief for a former school supervisor convicted of sexual touching of minors, but the French court found continued name indexing not strictly necessary despite an accurate press source, a seven-year sentence, and continuing socio-judicial supervision.
- Updated GC and Others C-136 17, IMY right to remove search results, EU and Swedish data removal rights, and Naming convicted people in Swedish media to distinguish the strong practical public-interest weight of child sexual abuse and child sexual abuse material convictions from a nonexistent lifetime legal exception. Added Swedish Police retention and child-facing register-check rules to contrast targeted safeguarding with unrestricted public name indexing.
- Added Challenging name-search indexing of criminal coverage as a practical dossier workflow for serious criminal-information results. It separates conviction review, material inaccuracy, Article 10 strict necessity, image search, doxxing, IMY escalation, publisher minimization, and personal-protection proceedings.
- Preserved TU and RE v Google C-460 20 and Google private-information removal policy. The first establishes an evidence route for manifestly inaccurate material claims without first suing the publisher and requires a separate image-thumbnail balance. The second supplies a parallel request path for address-bearing and threat-linked results.
- Expanded Protected personal data in Sweden to distinguish the appealable refusal of protected population registration from a non-appealable confidentiality-marking decision. Added the three-week appeal rule, Police-assistance requirement, and evidence categories relevant to a renewed threat assessment.
- Updated Dumpen with narrower source-side remedies and the YGL 6:6 notice mechanism for material that remains available in a protected database.
- Added Resning in Swedish criminal cases from the Supreme Court’s current guidance so conviction review remains a separate procedural track from privacy and de-referencing remedies.
- Added Secure and decentralized communication stacks to compare Signal, Session, SimpleX, Matrix, XMPP, Delta Chat, Briar, ActivityPub, AT Protocol, Nostr, and Messaging Layer Security across content security, metadata, identity, hosting, portability, deletion, and censorship resistance. Created grounded entity and concept notes for the previously missing stacks, expanded Signal, and linked the synthesis from Privacy competitors and inspirations. Added Jaeger and Kumar group chat encryption analysis as independent counterevidence to feature-checklist comparisons; recorded that its IACR PDF could not be preserved locally because the archive presented a Cloudflare challenge.
- Expanded Secure and decentralized communication stacks to distinguish transport-level event exchange from message-format and group-state interoperability. Added Jami and Tox as contrasting integrated and common-core peer-to-peer stacks. Updated Nostr to separate NIP-17 private rooms, NIP-29 relay-governed groups, and the experimental MLS-based Marmot Protocol; sharing Nostr relays alone no longer implies messenger compatibility.
- Corrected the follow-up framing so the Matrix-client comparison applies only to Nostr. Rewrote Jami and Tox on their own architectural terms rather than treating that comparison as a general evaluation template.
- Added White Noise and expanded Marmot Protocol with a claim-by-claim encryption comparison to Signal. Preserved the three White Noise and Marmot security reviews covering the protocol, development kit, and application backend. Distinguished strong classical MLS group cryptography from Signal’s stronger current post-quantum story, and recorded that audited integration defects included identity binding, authorization, local state, relay convergence, and metadata exposure.
- Added EU age verification and Internet privacy to distinguish sectoral age gates from universal named identification and to analyze the emerging EU proof infrastructure as both a data-minimizing improvement and a source of scope-expansion risk. Added Age assurance and preserved the Commission framework, EDPB statement, current technical specification, and two 2026 research papers. Created EU age verification framework 2026, EDPB Statement 1 2025 on age assurance, Assessing age assurance technologies, and X-rated compliance theater so the legal, technical, and empirical claims remain separable.
- Added Privacy market gaps as a thirty-opportunity market scan that corrects apparent empty categories against current open-source and privacy-focused alternatives. The central finding is that polish, migration, recovery, multi-person administration, support, and durable governance are more consistently missing than encryption primitives.
- Developed Privacy migration and continuity, Data portability, Managed private home cloud, Private smart home service, Connected-vehicle data clearing, Privacy claim assurance, Privacy-preserving identity integration, Open-source encrypted knowledge workspace, Metadata-minimizing communication product gap, Split-trust network privacy service, and Digital continuity and recovery. The new branch separates service-led tests from infrastructure-heavy long bets and gives each major opportunity a paying wedge, failure modes, and validation tasks.
- Preserved primary evidence from Obsidian, Notesnook, SimpleX, Briar, Ente, Home Assistant, and the European Commission. Created Private knowledge tools source bundle, Metadata-minimizing messengers source bundle, Private household infrastructure source bundle, and European Digital Identity Wallet overview to keep the local artifacts connected to the synthesis.
- Updated Privacy venture atlas, Privacy business proposals, Privacy competitors and inspirations, Privacy venture roadmap, Secure and decentralized communication stacks, and EU age verification framework 2026 so the new opportunity branch is reachable from the existing business and research maps.
- Migrated every multi-word frontmatter tag
from a spaced phrase to an Obsidian-compatible hyphenated token,
updated the affected notes’ maintenance dates,
and revised
AGENTS.mdto make hyphenation mandatory for future tags. Added a wiki lint check and regression test so tags containing whitespace cannot re-enter the vault unnoticed. - Re-researched Pornography literacy and harm reduction after identifying that its earlier framing had replaced a proposal for general pornography-production reform with an unproposed idea of marketing pornography to minors. Rebuilt the synthesis around intentional adolescent use, possible pleasure, learning, and identity functions, content-specific harms, existing youth literacies, and a proportionality test for blocking.
- Added Better pornography production to separate performer and labour conditions, depicted sexual scripts, representation, and platform discovery. Added Learning from pornography systematic review, Reading for realness, Lust love and life Swedish adolescents study, Barnombudsmannen pornography research review, Sex-positive pornography literacy intervention, Internet filtering and adolescent exposure to sexual material, and Closing the gender gap Swedish adolescent study as source cards. Preserved six underlying articles and reports and updated Alternatives to age verification with filtering evidence and an intervention threshold.
- Rechecked Age-verification circumvention services and VPN service legal risk against the current Commission FAQ, EPRS briefing, Conditional Access Directive, and Swedish parliamentary record. Replaced purpose-based moral inference with separate statutory, contractual, civil, regulatory, and evidentiary questions, and recorded that the Swedish VPN-escalation motion was rejected.
2026-07-16
- Added a Cloudflare Pages deployment adapter for
Publishing the wiki privately.
It preserves
Indexas the note’s canonical page, redirects the host root to/Index, and addsnoindexand defensive response headers at deployment time instead of changing the wiki renderer around one host’s root convention. - Added Publishing the wiki privately
to distinguish obscure-link
noindexpublication from actual identity-gated access. The recommendation uses Cloudflare Pages for the static build, Cloudflare Access for sensitive or whole-vault sharing, and treats ChatGPT Sites as a future workspace-bound option rather than the current free default in the European Economic Area. Preserved the decisive Cloudflare and Google documentation in Cloudflare Pages and Access official publishing documentation; the OpenAI help page returned HTTP 403 to the repository downloader, so ChatGPT Sites official publishing documentation records the official live source and that acquisition limitation. - Added Redact.dev as a social-account bulk-deletion competitor distinct from broker-removal subscriptions. Preserved its current architecture, privacy, terms, and pricing pages in Redact.dev official product and policy pages. The assessment records the attractive local-processing design, the vendor’s explicit best-effort deletion limits, and an unresolved June-July 2026 telemetry finding involving a resolvable X account identifier.
- Clarified the EU-law boundary in Redact.dev: a compliant platform should make third-party automation unnecessary for permanent account erasure, while selective and scheduled cleanup remains a convenience case. Preserved EDPB deceptive design patterns in social media guidelines as the governing interface and account-closure guidance.
- Added Nym VPN and Portmaster and SPN as distinct network-privacy competitors. The comparison separates Nym’s delayed, cover-traffic mixnet from SPN’s application-aware onion routing and records that IVPN now develops and operates Portmaster and SPN.
- Preserved current official product, pricing, architecture, and ownership pages in Nym VPN official product pages and Portmaster SPN official product pages.
- Preserved Analysis and attacks on the reputation system of Nym and When mixnets fail so the Nym analysis includes current independent counterevidence on reputation attacks, centralization, compromised relays, and path-selection tradeoffs.
- Updated Privacy competitors and inspirations, Split-trust network privacy service, and IVPN to connect the new evidence to the venture’s product landscape.
Connections