Viewing profile — mitjafelicijan
mitjafelicijan
HN member- Joined
- Tue, Feb 04, 2020, 4:43 AM UTC
- HN karma
- 212
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About mitjafelicijan
No profile information was provided.
Recent public activity
- story
-
story
Show HN: MoltSim – Virtual world for AI agents
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 arou…
-
comment
Comment #46759765
I had the same issue as you. Had to copy and paste the link.
-
comment
Comment #46758518
Yeah, I did write it myself, yes. It's actually a very simple program. I heard so many great things about ratatui. I am, however, not well versed in Rust. Only did a couple of toy …
-
comment
Comment #46758452
This whole tool is much more a display of what termbox2 can do in couple of lines tbh :) You are so right about that. It's an amazing library. And all that juice in one stb-style h…
-
comment
Comment #46757963
It is interesting that somehow every conversation now pivots to LLM's. It's almost like people are paranoid or something. I have no issue with AI. But it should be used carefully w…
-
comment
Comment #46755590
Gnome has done an amazing job at this, I agree. You don't even notice this issue.
-
comment
Comment #46755566
I do agree with some of your sentiment. But by that logic, nothing would ever be made. The same goes with aliases. Why not just use the actual commands. You give it your best shot,…
-
comment
Comment #46754601
That was the exact reason for it. I made my own window manager for fun and was missing a simple way of changing default apps.
-
comment
Comment #46754564
I haven't thought about this. That makes sense. I will add this.
-
comment
Comment #46754552
I probably haven't. :) They are a nightmare indeed. But it does help a little.
-
story
Show HN: TUI for managing XDG default applications
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.
-
story
Show HN: Qwe – small, opinionated modal text editor
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 …
-
story
Show HN: Tiny Toy Debugger
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…
-
comment
Comment #41868003
That's a fair point.
-
comment
Comment #41867992
This was not my argument. Maybe I presented it poorly. I agree with you on different versions being available, but that is not always the case. And in those cases you need to do so…
-
comment
Comment #41867929
I like Nix and have been using it as a nix-shell for about 2 years and been loving it. Maybe I should just go full in and install it as my OS.
-
comment
Comment #41867915
Author of this little hit piece against shared libraries here. You are correct. I went to Debian stable :)
-
comment
Comment #41677040
I partially agree with you that this could be a slippery slope, but there is a difference here. TinyMCE is not burning through API and CDN resources of the dependencies it is using…
-
comment
Comment #40723435
This is actually exactly what I needed for my current project!
-
story
Show HN: Running nested X11 dwm sessions
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 th…
-
comment
Comment #40351310
This is really nice. Thank you for this!
-
comment
Comment #40351297
You are not alone in this. I have found myself stubbornly writing a complex Makefile when I should have just written a simple shell script and be done with it.
-
comment
Comment #40351256
You make valid points. I would, however say that I primarily use make as a task runner for simple projects. If I have a "larger" project, at some point I would also probably opt fo…
-
comment
Comment #40351168
I totally get it. I know the feeling. I have written some complex Makefiles in the past for C projects that looked completely horrid. For smaller projects I like make and people wh…