Skip to content
View bitRAKE's full-sized avatar
🏠
Working from home.
🏠
Working from home.

Block or report bitRAKE

Report abuse

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

Report abuse
bitRAKE/README.md

Rickey Bowers Jr. (bitRAKE)

Independent Software Developer | x86 & Number Theory Researcher | Idaho Falls, ID

Self-taught programmer since 1983 specializing in low-level optimization and system architecture. Primary focus includes research in x86 assembly (fasmg), UEFI exploration, and computational mathematics.

🛠 Architecture & Focus

graph TD
    User(Rickey Bowers Jr.)
    
    subgraph Core_Competencies
        ASM(x86 Assembly)
        Math(Number Theory)
        Sys(System Architecture)
    end
    
    subgraph Current_Research
        FASM(fasm/fasmg)
        UEFI(UEFI Playground)
        Opt(Optimization Algorithms)
    end
    
    User --> ASM
    User --> Math
    User --> Sys
    
    ASM --> FASM
    Sys --> UEFI
    Math --> Opt

Loading

###📡 Network & Archives

Platform Handle/Link Context
GitHub bitRAKE Current Repositories
ASM Community Archive Historical x86 Discussions
flatassembler Profile Recent Assembly Research
Twitter @bitRAKE_hacked Updates & Thoughts
YouTube Channel Link Visual Projects

###🧰 Preferred Toolchain

Development & Visualization

Reference & Reading

###📊 Activity Timeline (1983 - Present)

gantt
    title Professional Evolution
    dateFormat  YYYY
    axisFormat  %Y
    
    section Learning
    Self-Taught Start      :done, 1983, 1990
    
    section Development
    x86 Research           :active, 1994, 2025
    ASM Community          :2001, 2012
    FASM/UEFI Projects     :2015, 2025

Loading

Contact: [MyHandle]@gmail.com

Pinned Loading

  1. fasm2-examples fasm2-examples Public

    Exploring various coding styles in fasm2.

    Assembly 6

  2. tgrysztar/fasmg tgrysztar/fasmg Public

    flat assembler g - adaptable assembly engine

    Assembly 336 33

  3. fasmg-umbrella fasmg-umbrella Public

    Umbrella libraries for modern windows development (with fasmg).

    Assembly 9 2

  4. general square root for fasmg general square root for fasmg
    1
    ; with the remainder calculations can be split into pieces and extended later
    2
    
                  
    3
    calminstruction ROOT? result*, remainder*, N*
    4
    	local rem, prox, bit, temp
    5
    	compute rem, 0
  5. odd_tests odd_tests Public

    miscellaneous explorations

    Assembly 2

  6. UEFI_playground UEFI_playground Public

    Experiment, explore, and get excited about UEFI ...

    Assembly 7 2