Skip to content
View striatp's full-sized avatar

Organizations

@octovel

Block or report striatp

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

Preferred Stacks

  • Odin / Go: Primary languages I main for backend systems, tooling and general coding.
  • Assembly: I only use it to experiment with low-level stuff.
  • C / C++: "Low-level" and performance-oriented stuff.
  • TypeScript: Occasional tooling and utilities, I sometimes make NPM packages.
  • PowerShell: Automation on Windows environments.

Toolchain

  • Zed / Neovim: Primary editors for development, I primarily use Zed IDE.
  • Git & GitHub / Codeberg: Verison control, collaboration and sharing my work.
  • Bash / PowerShell / Makefile: Scripting and automation.

External Links:

Note: I will always add a disclaimer for AI-generated content

Pinned Loading

  1. libasmstring libasmstring Public

    An open-source collection of procedures for memory and string manipulation written in Assembly x86-64.

    Assembly

  2. cat cat Public

    A recreation of the "cat" command on UNIX systems made using raw Assembly (NASM & Linux x86-64)

    Assembly

  3. x86-macros-emulator x86-macros-emulator Public archive

    Header-only C macros for ALU-style operations, Assembly instructions, and x86-inspired register emulation.

    C

  4. x86-practice x86-practice Public

    A repository where I post small Windows Assembly x86-64 program snippets to practice.

    Assembly