Skip to content

Repository files navigation

typing

Visitors Status Node


██████████████████████████████████████████████████████████████████████
█  MISSION CONTROL // OPERATOR LOG                                    █
██████████████████████████████████████████████████████████████████████

  CALLSIGN .......... Ciprian Stefan Plesca
  BASE ............... Piatra Neamt, Romania (EU)
  DOMAIN .............. Applied Cryptography / Biomedical Infra / AI Systems
  MODE ................ Solo operator, open-source, continuous deployment
  CLOCK ............... T+ [ see commit history — no fabricated uptime here ]

  TRANSMISSION: All systems below are built and maintained by one person.
  No team badge, no fake org chart. What you see is what was built.
██████████████████████████████████████████████████████████████████████

>_ SYSTEMS MAP

flowchart TB
    subgraph FOCUS["OPERATIONAL DOMAINS"]
        direction LR
        CRYPTO["Applied Cryptography<br/>&amp; Digital Continuity"]
        HEALTH["Healthcare Interop<br/>&amp; CDS"]
        AI["Neuro-Symbolic<br/>&amp; Agentic AI"]
        SCI["Open Science<br/>Infrastructure"]
    end

    subgraph PROJECTS["ACTIVE SYSTEMS"]
        DLP["Digital Legacy Protocol<br/>v0.8 — prototype"]
        MED["MedIntelOS<br/>alpha"]
        ONRR["Open Negative Results Registry<br/>active dev"]
        NSAIF["NSAIF<br/>research prototype"]
    end

    CRYPTO --> DLP
    HEALTH --> MED
    SCI --> ONRR
    AI --> NSAIF
    AI -.assists.-> MED

    classDef domain fill:#001a0d,stroke:#00FF41,color:#00FF41,stroke-width:2px
    classDef proto fill:#000000,stroke:#00cc33,color:#00cc33,stroke-width:1px,stroke-dasharray: 4 2
    classDef alpha fill:#000000,stroke:#00FF41,color:#00FF41,stroke-width:2px
    classDef dev fill:#000000,stroke:#00cc33,color:#00cc33,stroke-width:1px

    class CRYPTO,HEALTH,AI,SCI domain
    class DLP,NSAIF proto
    class MED alpha
    class ONRR dev
Loading

>_ ACTIVE MISSIONS

┌──────────────────────────────────────────────────────────────────────┐
│ MISSION 01 // DIGITAL LEGACY PROTOCOL                                │
│ ---------------------------------------------------------------------│
│ Cryptographic dead-man's-switch for verifiable digital inheritance.  │
│ Shamir's Secret Sharing · Ed25519 · state-machine core.              │
│ STAGE: v0.8 — research prototype — ~218 tests on core transitions.   │
│ NOT YET: third-party audited.                                        │
└──────────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────────┐
│ MISSION 02 // MEDINTELOS                                             │
│ ---------------------------------------------------------------------│
│ FHIR R5 · CDS Hooks · federated learning · consent smart contracts.  │
│ STAGE: alpha — educational reference implementation.                 │
│ NOT: a certified EHR. Says so in its own README.                     │
└──────────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────────┐
│ MISSION 03 // OPEN NEGATIVE RESULTS REGISTRY                         │
│ ---------------------------------------------------------------------│
│ Schema + ingestion pipeline for publishing null findings in          │
│ biomedical research. Target: publication bias.                       │
│ STAGE: active development.                                           │
└──────────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────────┐
│ MISSION 04 // NSAIF                                                  │
│ ---------------------------------------------------------------------│
│ Neuro-symbolic reasoning + adaptive agents (ReAct, CoT).             │
│ STAGE: research prototype / testbed.                                 │
└──────────────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────────┐
│ MISSION 05 // COMPREHENSIVE ONLINE DEFENSE (VOL. I – III)            │
│ ---------------------------------------------------------------------│
│ Free three-part cybersecurity reference. Vol. I: terminology, threat │
│ taxonomy, and countermeasures from user- to expert-level. Vol. II:   │
│ essay on the geopolitics, economics, and philosophy of cyber         │
│ (in)security. Vol. III: esoteric-language case studies (Brainfuck,   │
│ Malbolge, Julia) on the measured cost of expressive complexity —     │
│ every code sample compiled/run and verified before publication.      │
│ STAGE: complete — trilogy closed, released for free reuse with       │
│ attribution.                                                          │
└──────────────────────────────────────────────────────────────────────┘

>_ PROTOCOL DEEP DIVE — DIGITAL LEGACY PROTOCOL

State machine below is illustrative of the documented design — verify against src/ before treating it as authoritative.

stateDiagram-v2
    [*] --> Provisioned: shares distributed (Shamir SS, threshold t-of-n)
    Provisioned --> Alive: first heartbeat received
    Alive --> Alive: periodic check-in
    Alive --> Grace: heartbeat missed
    Grace --> Alive: check-in received before window closes
    Grace --> Triggered: grace window expires
    Triggered --> Reconstructing: threshold shares presented
    Reconstructing --> Released: signature verified (Ed25519)
    Reconstructing --> [*]: verification failed / insufficient shares
    Released --> [*]

    note right of Grace
        No single holder can force
        release before window expiry —
        that's the property the ~218
        transition tests exist to check.
    end note
Loading

>_ SIGNAL / SYSTEM METRICS


>_ TRANSMISSION LOG

  [OK] Every mission above states its own maturity level.
  [OK] No claim of certification, deployment, or clinical use
       that isn't documented inside the repository itself.
  [OK] Diagrams are documentation, not decoration — each maps
       to a real state machine or dependency, not an aesthetic.
  [!!] Independent code review: not yet received. Actively wanted —
       open an issue if you find something broken.

>_ CONNECT

Website LinkedIn Calendar


> END OF TRANSMISSION_

About

Independent engineer working solo across applied cryptography, clinical data interoperability, and neuro-symbolic AI. Every project states its own maturity level — prototype, alpha, or production — in its own README.

Topics

Resources

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors