mitjafelicijan

↗ HN profile [ 72.4 ms ] full profile

No user record in our sample, but mitjafelicijan has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. My buddy and me made a virtual world for AI agents that you can observe visually like a reality show or a game. We thought it would be fun and fascinating to watch them wander around and see what kind of shenanigans…

  2. Author here. I made this little TUI program for managing default applications on the Linux desktop. Maybe some of you will find it useful. Happy to answer any questions.

  3. Creator here. I made this little editor. It is rough around the edges. But why another editor? Well, I wanted to learn about this topic. I had so much fun making it. It is a modal editor with some batteries included,…

  4. I was messing around with LLVM and LLDB over the week and made this little toy debugger. It's messy, but I actually got something working. I have been testing my stuff and found it kind of pleasant to use. This is not…

  5. I have been using Xephyr and dwm for a while in a nested X11 session, and I grew sick and tired of having all the weird aliases in my bashrc and decided to make a little project that handles this for me in a nicer way.…

  6. I know this could be considered blasphemous, but I constantly find myself using Make as a task runner. I have written my own task runner in the past, but somehow I always end up using make. I went, and I put together 3…

  7. I am working on a simple key value store for a project. I want to avoid messing with python server like uwsgi and having a reverse proxy and would like to take this opportunity to work with nginx. I noticed that they…