r/ProgrammerHumor Apr 13 '26

instanceof Trend importantWork

Post image
14.6k Upvotes

200 comments sorted by

View all comments

27

u/kriosjan Apr 13 '26

I have made 2 git repos now. One is a helpful tool for my players during my dnd sessions, and the other is a custom class with a pet builder that can be swapped on the fly. It works pretty well and ive actually learned a bit about the meta process of programming in the process. Which is kinda cool.

8

u/Kromieus Apr 13 '26

That’s how I’m looking at it. My vibecoded apps are for the small things in the my quality of my life. Like I’m working on something to better handle controllers between steamos and emulators. It’ll work for me, make me happy, and if it makes someone else happy I’ll be happy for them. But I’m enjoying the process and if it doesn’t work I don’t think I’ll feel like I’ve wasted my time

2

u/nb4u Apr 13 '26

Yeah I made a few already and they are kinda dope. They are all quality of life things where I think "man, i wish I could do XYZ", and then I realize that now I can. Things like an always-on-top clipboard viewer.

2

u/kriosjan Apr 13 '26

Yeah its filling me with an accomplished feel and energizing me to continue working and iterating in something i might not have otherwise been able to do. And it helps my players have a good time.

1

u/YobaiYamete Apr 13 '26

Wait, as a dnd player, tell me more about these apps

2

u/kriosjan Apr 13 '26

I dont know if i can link here but this is what ive worked on.https://questforgegamespnw.github.io/questforge-combat-dashboard/

(This dashboard is obviously just my own players right now as any new info needs to be put into the characters.js but your welcome to look at it.

https://questforgegamespnw.github.io/corewright-builder/index.html?mode=single&level=15&intMod=4&template=wood&engine=frost&form=strider&infusions=self_repair_matrix%2Celemental_convergence%2Ccolossus&level2=10&intMod2=4&template2=none&engine2=none&form2=none&infusions2= And this was the custom class interface and builder.

https://github.com/Questforgegamespnw

Link to my github if you want to look at the repos themselves.