Rucadi

↗ HN profile [ 79.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Open source AI Pronunciation trainer (aipronunciationtr.com)
  2. Some months ago, I created https://toywithraylib.com/, a little project that uses emception (https://github.com/jprendes/emception) It allows you to build and run raylib projects entiretly on the browser (It is compiled…

  3. I've created cppmatch, a lightweight, header-only C++ library that brings Rust-inspired pattern matching and error handling to C++. It tries to imitate the functionality of the questionmark (?) operator in C++ by using…

  4. Hello HN! I had to work with a codebase that was full of magic environment variables and tons of bash scripts, which was and still is a nightmare. I decided to try and make a solution using NIX, which ended being far…