Skip to content
View r1cm3d's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report r1cm3d

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
r1cm3d/README.md

I'm a software engineer passionate about operational systems, system programming languages, networks, and high-load distributed systems.

I'm currently focused on my Bachelor's Degree in Physics, centralizing my studies and templates in my Obsidian Vault. On the side-project front, I've been deep diving into building a Small Language Model from scratch in Rust — training on Rick and Morty transcripts with a full GPT-style transformer architecture:

  • microverse-model: Microverse-LM is a Small Language Model built from scratch in Rust, evolving from LSTM to a full GPT-style transformer architecture with plans for voice synthesis integration;
  • Obsidian-Vault: My Bachelor's Degree in Physics studies, notes, and templates;
  • dotfiles: It contains my configuration files (dotfiles). Besides that, it also has my own functions, aliases and environment variables;

r1cm3d Github Stats Top Langs

Pinned Loading

  1. dotfiles dotfiles Public

    It contains my configuration files (dotfiles). Besides that, it also has my own functions, aliases and environment variables.

    Shell 3

  2. aws-poc aws-poc Public

    The goal of this project is to integrate aws resources with golang

    Go 1

  3. cards cards Public

    Web server application that provides a repository for debit and credit cards

    Rust 1

  4. account-lib account-lib Public

    This Go client library abstract an Account HTTP API

    Go

  5. authorizer authorizer Public

    This CLI application authorizes a transaction according predefined rules

    Go 1

  6. fib fib Public

    This containerized reactive RESTful API implements an efficient Θ(log.n) fibonacci algorithm using Quarkus framework

    Java