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

Block or report AMDphreak

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.

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
AMDphreak/README.md

AMDphreak

Software developer. I care about clear docs, typed systems, and browser-heavy apps (maps, dashboards, long-lived sessions) where performance is as much architecture as hot loops.

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.


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-theme antora-supplemental/antora-dark-theme Public

    Dark UI theme for Antora documentation sites. npm and UI bundle.

    CSS 1 1

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

    Antora Themes Gallery. User and admin documentation.

    TypeScript