Skip to content
View AMDphreak's full-sized avatar
:octocat:
:octocat:

Block or report AMDphreak

Report abuse

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

Report abuse
AMDphreak/README.md

AMDphreak

Systems architect and full-stack developer building an ecosystem of composable tools focused on developer experience (DevX) and high-performance, cross-platform computing.

Website Dev-Centr


Focus

  • Composable tooling, typed systems, and documentation-first developer experience
  • High-performance software from long-lived web UIs to cross-platform native code
  • Software reliability as a product concern—not an afterthought
  • Inspirations

Stack

D Rust TypeScript React SolidJS Tauri Julia Antora


AI Coding Desk

Cursor

  • Cursor + Composer 2.5 — primary IDE and agent for day-to-day repo work
  • Cursor cloud agents — async and background agent runs when work can leave the editor
  • Hermes — on the radar to try; no active use case yet
  • T3 Code — on the radar to try; would run through Cursor CLI if it sticks

Writing

Architecture notes for dense web UIs—Bonsai vs Leptos vs vibe.d, client/server split for auth and databases, creative-stack interop, and why some integrated suites feel faster than others—are in Dev-Centr docs: UI-heavy web applications (source).


Organizations

GitHub orgs I own:


Curated learning


Language preferences (short)

Opinions are defaults, not absolutes—they keep my own projects consistent.

Systems programming
  • Prefer D (or Rust) over C for new systems work: modules and safer patterns beat C’s global namespace and header friction.
  • C vs D (Gemini share)
Scientific and numerical computing
  • Prefer Julia over Python for serious numerical / ML work when you control the stack; Julia and D vs Java (Gemini share).
  • I avoid leaning on Java for that space when the bloat and fragmentation in the ecosystem outweighs the gain.
Application and systems scripting
  • Prefer D over C++ for application code; C++ vs D (Gemini share). C++ rant (YouTube) — same thesis, louder volume.
  • For scripting-shaped tools that still talk to the OS, D is my default over Python when I want readable syntax without dragging a huge runtime (see scientific section for why Python is a weak default for me).
Math-heavy / functional style

Programming is math. Lisp and Haskell are the usual on-ramps if you want lambda-calculus-shaped thinking in performant languages.


GitHub Snapshot

GitHub Streak GitHub Stats


I fork on the first date and commit to main.

Pinned Loading

  1. connectome-filesystem connectome-filesystem Public

    Modern graph-based flat filesystem

  2. transcoder-suite transcoder-suite Public

    Modular, playbook-driven video transcoding system for PowerShell 7. Optimized for high-quality archival and batch processing.

    PowerShell

  3. FoodTruckNerdz/docs FoodTruckNerdz/docs Public

    FTN team's internal documentation

    CSS

  4. antora-supplemental/antora-dark-mode antora-supplemental/antora-dark-mode Public

    Dark mode supplemental UI for Antora Default UI — toggle, FOUC prevention, and CSS overrides.

    CSS 2 1

  5. antora-supplemental/antora-themes-site antora-supplemental/antora-themes-site Public

    Antora Themes Gallery. User and admin documentation.

    TypeScript