Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View philphauler's full-sized avatar
Hyped x10
Hyped x10

Block or report philphauler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
philphauler/README.md
 Filip Koščák  ·  Phil Phauler
 space systems · robotics · security

koscak.ai cyber X Instagram Spotify SoundCloud

research engineer building autonomous fault detection for spacecraft, planetary rovers, and humanoid robotics. security researcher. 10 years in music production before code. prove or abstain.

fn doctrine() -> &'static str { "the beat drops or it doesn't. same rule applies to code." }

contributing to

NASA fprime NASA cFS tokio ArduPilot PLUR Struktura

contribution details

NASA F Prime — flight software framework for spacecraft. 10 PRs (2 merged): unsigned underflows, state leaks, flaky test stabilization, deny-by-default sandboxing, onboard DFA health monitor proposal.

NASA cFS — core Flight System apps (HS, LC, DS, ogma). Fixed processor-reset bug on bad app names, removed dead code, fixed spec merge in ogma.

tokio — Rust async runtime. Fixed io_uring panic when IO driver disabled. Added Safety docs for named pipe options.

PLUR — persistent memory for AI agents. Fixed embedder disposal (ONNX teardown abort), dedup co_injection events. Root-cause analysis on host-header auth bypass + statement injection.

ArduPilot — open-source autopilot. Fixed DDS timestamp overflow, scheduler rate clamping for gimbal drivers.

Struktura — published Rust crate for anomaly detection. Detected bearing faults across 3 fault types from raw vibration. Zero dependencies.


🛰️ space, robotics & security

struktura · crates.io

Anomaly detection crate. Detrended Fluctuation Analysis in Rust. Detected bearing faults 1,200 samples before threshold alarm. Zero dependencies, no_std compatible.

cargo add struktura

fprime-telemetry-oracle

F Prime component: computes DFA-1 scaling exponent per telemetry channel in real time. Passive, bounded memory. 26 tests against independent reference. Peng et al. 1994.

rover-reliability-lab

Rover Health OS: autonomous fault detection, classification, and recovery for planetary rovers. DFA + physics invariants + FDIR. Built on struktura.

Robotics direction: spacecraft health monitoring, autonomous rover FDIR, and humanoid robotics — applying the same DFA/structure-change methods to joint torque, gait stability, and sensor fusion for bipedal systems.


🔐 security — white-hat, scan-first
project what it does stack
🔐 cyber.koscak.ai AI security scanning SaaS, pentesting tools JS, CF Pages
🛡️ T3MP3ST security recon + architecture TS

🧬 research engine — the things that refuse to guess

the engine

KODON discovers exact mathematical laws from raw data. No LLM. No guessing. 7 derive faculties, 234,000+ verified laws, self-evolving ouroboros loop.

INPUT:  1 1 2 3 5 8 13 21
OUTPUT: DERIVED [linear-rec-2]
        next = 34, 55, 89, 144, 233
        confidence: 100% (held-out exact)

INPUT:  3 1 4 1 5 9 2 6
OUTPUT: ABSTAIN
        (honest > confident)

Derived so far: Fibonacci · Pisot metallic means · Catalan · Somos bilinear · conservation laws (E=½mv²+mgh) · Apéry ζ(3) · DNA structural patterns across 17 chromosomes

the language

Helix — DNA triplet codons compile to native Rust.

ATG  → function call
GCA  → struct
TGC  → read_file
CGGA → embed (vector)
AAGC → ANN search
TGAG → watermark
ATTT → AISP encode

1 line Helix = 30 lines Rust. 1000+ files, 87K codon address space, build-cargo for real crate deps.

The agent fits its own context window → self-read, self-modify, many instances.


⚙️ stack

Rust TypeScript Cloudflare RunPod Candle Helix

no Python in the training loop. no PyTorch. no guessing.

🎵 the music — before code

10 years producing house & DnB. Managed by WACE Group. Remixes with millions of plays.

I don't compose by feel — I engineer listening states. BPM maps to brainwave frequencies. 174 BPM neuro = 2.9 Hz theta (deep focus fuel). 432 Hz isn't mystical — it's the precession cycle (432×60 = 25,920 year wobble).

Started building tools for music. Realized "measure, don't guess" applies to everything. Now the music tools and the research engine share the same doctrine.

Spotify SoundCloud


17,625 contributions this year · 24 PRs across NASA, tokio, ArduPilot, PLUR · building nonstop

∀claim: PROVE(claim) ∨ ABSTAIN     // the only rule

Pinned Loading

  1. nasa/fprime nasa/fprime Public

    F´ - A flight software and embedded systems framework

    C++ 11.7k 1.8k

  2. nasa/spacewasm nasa/spacewasm Public

    A flight-compliant WebAssembly interpreter.

    Rust 1.6k 61

  3. nasa/cFS nasa/cFS Public

    The Core Flight System (cFS)

    C 1.5k 392

  4. nasa/ogma nasa/ogma Public

    Generator of runtime monitors for flight and robotics applications.

    Haskell 580 60

  5. nasa/cFE nasa/cFE Public

    The Core Flight System (cFS) Core Flight Executive (cFE)

    C 520 265

  6. koscak-labs/struktura koscak-labs/struktura Public

    Predict failure before it happens. DFA anomaly detection for time-series. Spacecraft, bearings, finance, genome. 85x faster than Python. no_std.

    Rust 4