Welcome to Gyuri's World!

This is my personal website, I will try to list my projects here.


Organizational Projects

OpenAlt (2025 - )

Bashy came up to me after a book club to present her project of organizing a meetup and then later possibly a conference on the topic of open source.

🔗 Website 🔗 Discord

TEAL (2022 - )

TEAL is a group I created that meets regularly to discuss scientific articles. I was inspired by the Guild Hall Book Club and wanted to create peer pressure for myself to read more articles.

🔗 Website 🔗 Meetup 🔗 Discord

Philosophy in Cluj (2018 - 2020)

This was one of the first meetups I attended, and after a while I took over the meetup. There used to be a meetup group, but since I was paying for it I re-used it for TEAL.

🔗 Facebook Group


Programming Projects

Infiniteal (2025 - )

Organizing TEAL means doing a number of small tasks every two weeks. For some reason my body is unable to perform those tasks in time, therefore we decided with Alex to automate it using Rust.

This project exists in part because we want to gain more experience implementing stuff with Rust, getting to know Rust libraries, and also creating something that we would actually use.

🔗 Github

Fonduri Mutuale (2025 - )

A project I am working on related to mutual funds. I am using Elm for frontend and Rust for backend.

🔗 Website


Learning Projects

🦀 Rust (2024 - 2025)

After learning Idris, we were thinking about a new language to learn. We decided to go with Rust, because it seemed the most interesting, and we wanted to find out what the "borrow checker" is.

📙 Steve Klabnik and Carol Nichols — The Rust Programming Language

📗 Tim McNamara — Rust in Action

🐉 Idris (2023 - 2024)

Me and three friends (Alex, Mihai, Norbert) came together to learn a new language. The goal was to figure out what "dependent type" means, and what can it be used for.

📕 Edwin Brady — Type-Driven Development with Idris


Teaching Projects

UTCN - Microprocessor Based Systems, Year 2 Laboratory (2022)

I taught lab for a semester for UTCN second year students. The lab was mostly created by me, and the material covered brainfuck, x86 assembly and microcontrollers.

📘 Jeff Duntemann — Assembly Language Step by Step