dotfiles

My PC Dotfiles & Website

projects.md (2166B)


Rendered

+++ title = "My Projects"

[extra] skip-meta = true github = true +++

Dotfiles 

My declarative, hermetic, reproducible, automated, extensible, multi-PC NixOS Configuration and dotfiles, which also contains the source code for building and deploying this very Website. You can follow along with my {{ url(path="/series/nixos-desktop/", text="NixOS Desktop") }} Series.

{{ github(repo="maydayv7/dotfiles") }}

CreekUI 

CreekUI is a lightweight, intent-driven mobile image editor designed to shift the creative workflow from manual pixel manipulation to semantic, AI-assisted design.

Built with Flutter, Kotlin, Python

{{ github(repo="maydayv7/creek") }}

Demeter 

Demeter is a fully autonomous, multi-agent AI system for precision hydroponic farm management. It combines computer vision, reinforcement learning, LLM-based reasoning, and a physics-based digital twin to monitor, analyze, and act on crop environments 24/7 without human intervention.

Built with LangGraph, Azure OpenAI, PyTorch, FastAPI, React, Qdrant

{{ github(repo="maydayv7/demeter") }}

Matiru 

Matiru is a blockchain-powered agriculture supply chain platform that records every stage of the produce lifecycle - from the farmer to the consumer. It ensures transparency in pricing, quality, and origin, empowering all stakeholders and building consumer trust.

Built with: React Native, NodeJS, Hyperledger Fabric

{{ github(repo="maydayv7/matiru") }}

XIIRegexBuilder 

XIIRegexBuilder is an FPGA-accelerated regular expression matching engine that compiles regex patterns into parallel, one-hot encoded hardware FSMs to parse streaming text at line-rate. It features a custom 32-bit soft-processor core designed specifically for NFA traversal, enabling dynamic runtime regex updates without requiring FPGA re-synthesis.

Built with Verilog, C++, Python

{{ github(repo="maydayv7/xiiregexbuilder") }}


Code

+++
title = "My Projects"

[extra]
skip-meta = true
github = true
+++

# [Dotfiles ](https://github.com/maydayv7/dotfiles)

My declarative, hermetic, reproducible, automated, extensible, multi-PC NixOS Configuration and `dotfiles`, which also contains the source code for building and deploying this very Website.
You can follow along with my {{ url(path="/series/nixos-desktop/", text="NixOS Desktop") }} Series.

{{ github(repo="maydayv7/dotfiles") }}

# [CreekUI ](https://github.com/maydayv7/creek)

CreekUI is a lightweight, intent-driven mobile image editor designed to shift the creative workflow from manual pixel manipulation to semantic, AI-assisted design.

Built with **Flutter**, **Kotlin**, **Python**

{{ github(repo="maydayv7/creek") }}

# [Demeter ](https://github.com/maydayv7/demeter)

Demeter is a fully autonomous, multi-agent AI system for precision hydroponic farm management.
It combines computer vision, reinforcement learning, LLM-based reasoning, and a physics-based digital
twin to monitor, analyze, and act on crop environments 24/7 without human intervention.

Built with **LangGraph**, **Azure OpenAI**, **PyTorch**, **FastAPI**, **React**, **Qdrant**

{{ github(repo="maydayv7/demeter") }}

# [Matiru ](https://github.com/maydayv7/matiru)

Matiru is a blockchain-powered agriculture supply chain platform that records every stage of the produce lifecycle - from the farmer to the consumer.
It ensures transparency in pricing, quality, and origin, empowering all stakeholders and building consumer trust.

Built with: **React Native**, **NodeJS**, **Hyperledger Fabric**

{{ github(repo="maydayv7/matiru") }}

# [XIIRegexBuilder ](https://github.com/maydayv7/xiiregexbuilder)

XIIRegexBuilder is an FPGA-accelerated regular expression matching engine that compiles regex patterns into parallel, one-hot encoded hardware FSMs to parse streaming text
at line-rate.
It features a custom 32-bit soft-processor core designed specifically for NFA traversal, enabling dynamic runtime regex updates without requiring FPGA re-synthesis.

Built with **Verilog**, **C++**, **Python**

{{ github(repo="maydayv7/xiiregexbuilder") }}