Skip to content
View MAA-98's full-sized avatar

Block or report MAA-98

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

Hi, I’m Marek 👋

My public software revolves around terminal developer tools and fun experiments. My public repos include TypeScript, Swift, Rust and Python, I try to focus on TypeScript and Rust these days.

🔭 What I’m working on

  • Developer productivity tool: I made repo-intents, a CLI for organizing common repository actions by intent. Works well for me, and I have future additions features planned.
  • Professional work: I am the founder of LLM Dock, providing AI tools for SMEs in UK regulated industries.

➕ Other featured projects

  • Swisp — a Swift-flavored LISP for in-process scripting in Swift apps.
  • hookey — a buffer and cursor execution layer over ropey for Rust text-buffer workflows, work in progress.
  • gill — a CLI for sending LLM prompts with file snippets.
  • maa-98.github.io — blog site.

⚡ Tech I like working with

Rust · TypeScript · Swift · Python

Pinned Loading

  1. repo-intents repo-intents Public

    Intents system for repository actions.

    TypeScript 1

  2. Swisp Swisp Public

    A Swift-flavored LISP. In-process interpreted scripting language for Swift programs.

    Swift

  3. hookey hookey Public

    Buffer and cursor execution layer over ropey, the popular Rust text buffer library.

    Rust

  4. maa-98.github.io maa-98.github.io Public

    Blog page.

    HTML

  5. gill gill Public

    CLI utility for conveniently sending LLM prompts from your codebase, and getting a streamed response back.

    Python