Skip to content
View flooryyyy's full-sized avatar
💻
Coding :p
💻
Coding :p
  • United Kingdom

Block or report flooryyyy

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.

Content in all repositories owned by your account will be closed.
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
flooryyyy/README.md

hi, i'm floory

i'm a software engineering graduate in the uk, looking for my first graduate or junior role. i've been using computers since i was about five, and switching to linux a few years ago opened up a much bigger world of things to learn and mess with. i'm still getting better at programming, so i learn by building things i can use, break, and fix. learning is fun :)

these days, most of my time goes into Linux (NixOS), home infrastructure, and open-source tools. i use AI tools as part of how i learn and investigate problems.

what i work with

  • Python for my final-year project and small practical projects
  • Nix + NixOS for declarative system configuration and everyday Linux use
  • Bash + Git for day-to-day Linux work and projects
  • Docker Compose for self-hosted services at home
  • llama.cpp for running local models on AMD hardware, including my 24GB RX 7900 XTX

what i've been building

nixos-gui was my final-year project: an experimental Python tool for browsing and editing NixOS configuration. it evaluates NixOS options and package metadata locally, lets you queue changes for review, then can dry-build, test, or switch a configuration. i plan to revisit or rewrite parts of it.

open-source work

outside my own projects, i've contributed fixes to Hermes Agent and other open-source projects, including NixOS build setup, TUI input and event handling, memory/session cleanup, request-ID propagation, and authenticated queries.

at home

at home, i maintain NixOS-based infrastructure and self-host Docker Compose services behind Caddy and Tailscale. i run local language models with llama.cpp, experiment with inference settings, and run repeatable model evaluations.

interests

i'm interested in Linux systems, open source, self-hosting, local AI, backend development, and web development.

what i'm learning

right now, i'm working through small Python projects and beginner C++ exercises. i'm interested in learning Go for backend and tooling, TypeScript for web development, and Rust for systems programming, but haven't worked with those languages yet.

if you're working on something interesting where i can learn, contribute, and be useful, i'd like to hear about it.

Pinned Loading

  1. nixos-gui nixos-gui Public

    NixOS-GUI is an interface to modify your NixOS/home-manager configurations.

    Python 1

  2. hermes-agent hermes-agent Public

    Forked from NousResearch/hermes-agent

    The agent that grows with you

    Python