Skip to content
View norpie's full-sized avatar
🐢
;-;
🐢
;-;

Block or report norpie

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
norpie/README.md

Hi there! 👋

let mut me = Person {
    name: "Konsta Kuosmanen",
    aliases: vec!["norpie"],
    pronouns: vec!["he/him"],
    location: "Belgium",
    contact: "[email protected]"
}

I'm a software developer and an informatics student. I'm passionate about open-source software and I love to contribute to projects that I find interesting. I'm currently working on a few projects, check them out below!

Rust Crates

  • signaturize: A crate for generating rust type signatures.
  • surrealize: A crate for generating helper variants of structs when using SurrealDB.
  • servicer: A family of crates for building microservices in Rust.

Current Projects

  • uLLM-API: A simple inference API for LLM models.
  • Analytical: A simple analytics tool for software projects.

Research Projects

  • Mirabel: A research project on the use of AI agents in software development.

Group Projects

These projects are developed by a group of people, not just me.

  • Finanalize: A financial analysis tool for for individuals using LLMs.

Upcoming Research Projects

I haven't started these projects yet, but I'm planning to do so in the near future.

  • Navcom: A research project on navigation using OpenStreetMap data.
  • Homestead: A research project on smart home automation.

Backburner

  • Alice: A user-friendly AI assistant. (Got bored, basically just a ChatGPT UI, not unique enough)

Pinned Loading

  1. nix nix Public

    My personal pc configurations

    Nix

  2. dots dots Public

    My personal dot files

    TeX

  3. nvim nvim Public

    My personal neovim configuration

    Lua

  4. alice alice Public

    Local chatbot assistant

    Rust

  5. analytical analytical Public

    A good analytics solution.

    Rust

  6. uLLM-API uLLM-API Public

    Micro LLM API (µLLM-API)

    Python 1