2025-11-22
I've wasted 3 days doing this, so I will at least publish my findings on the web
so you don't have to waste another 3 days. I wasn't able to find a good example
online and the docs are not well-made (not saying that they should be a
priority), so figuring it out does require some code research.
2025-03-04
I recently started to write a GTK 3 library, but then I realised it will be
obsolete in 5 years at most, and I thought GTK 4 isn't that bad, so I decided to
port it to GTK 4. Turns out I was wrong.
2025-02-02
Ampoule is a lightweight, simple yet flexible, static site generator written in Python.
It uses Jinja2 for templating. This site was generated using Ampoule.
2024-04-29
Echo is a very basic status tracker for web endpoints. I don't recommend you use it. It was
made for a programming competition (hackathon) organised by the Automation and Computing faculty
of the Politehnica University of Timișoara, in 3 days, alone. I decided to publish it because
it might be useful for someone and doesn't hurt me to have it online, and the contest encourages
publishing the works.
2024-10-15
Gigadata is an image dataset collection and annotation platform. It allows anyone
to easily contribute to the dataset by uploading images and annotating objects,
and to use the dataset for training machine learning models.
2025-02-02
Izvor is a GNU/Linux universal search/launcher utility.
2025-02-02
The roundabout is a git repository hosting server software. It is designed to be a complete
alternative to GitHub, GitLab, BitBucket, Gogs/Gitea/Forgejo, and other similar services. It
is still in development and not yet ready for production use. As of version 0.3.0 development
stage, it supports:
2024-04-29
An YOLO model specifically trained to detect waste in images. We collected a custom dataset of waste,
classified and annotated it, and trained the model using YOLOv8 on Keras. The model is able to detect
the position and class of waste in images. It can separate the following classes of waste:
2024-04-29
Just like the original Wordle, you have to guess a 5-letter word in 6 tries and it tells you
how many letters are correct and in the right position, how many are correct but in the wrong
position, and how many are not in the word at all. The only difference is that this one is
played in the terminal. It's a great SSH toy for when you're bored.