July 10, 2025
Very cool! Would love to hear about how the project goes.
I worked on small features and made one big one. This time I tried out properly vibecoding (gh copilot agent mode) a whole feature, namely file uploading (I know, not the best one to use AI for, but I did check it mostly :P.) It was an ok experience btw, I used the claude sonnet 4, cuz that's the one I've heard the most good things about. It did understand what I wanted, and it did produce something workable at the first try, but I had to go through quite a bit of iterating to get a properly working function. I followed the styling pretty abysmally the first time but it understood most of what I asked it do do. All in all I would somewhat recommend at least trying it out, but be wary of all the crap it sometimes decides to make.
The integration is quite good, and it did find all the important stuff to know about the project, despite me creating the ugliest architecture ever to exist.
I can't use your project, but it does seem cool!
This is a management interface for workshops held by my mother. Put the site through firefox/chrome translate if you don't know Hungarian, I haven't yet had the will to translate it. I included some more details/rambilngs about the project in the readme and linked that on the site homepage.
This is a sideproject originally made for neighborhood. You can reveal the controls by scrolling down on the webpage.
Yet Another Personal Digital Assistant. It is a multiplatform app, that uses the console on pc, and a small screen on an esp32-s3 board. It is my first ever project in C, and I might regret not going with c++ later. It uses a separate library to handle the ui, so it might not be hard to implement on other platforms too. I only allowed myself AI, because I would probably die debugging otherwise.
I have finally seen success, and was able to send and receive the lines properly, but it's jank af right now. Refactoring into separate components was a good idea for readability, but it posed it's own challenges. I am now working on getting the game launch as smooth as possible.
I have been fighting with sockets only to realize I haven't even reloaded the backend. Whatever... It's a bit difficult to write devlogs as the app needs to work to show off anything at all, and that has been a challenge. Anyway the coder side seems to be right, but the next devlog will definitely go into more detail.
A programming practice app/game with the focus on code reading. The backend url / ip / hostname is the same as the web address (https://humanjit.olio.ovh/), but you can host it too by following the instructions in the repo readme. There will be a demo video included soon. PLEASE WAIT A BIT IF IT DOES NOT WORK. LUCK IS AGAINST ME WITH NEST UPTIME.
I was working on smaller features and some ux tweaks.
This was widely regarded as a great move by everyone.
I have made workshops publicly discoverable by anyone who confirms their email. You can join public workshops or view the ones you will participate in.
I made the invite system send out correct emails (if the app is shipped). I will ship a release as soon as it is in a more proper working state.
Mostly backend work, invite system
Deployed the app properly with nginx, and https on a proper port. Made an invite stub, but no content yet for it.
I've added boost pads to the game, and made the controls remappable and saved them in local storage.
I made the frontend backend connection work. This is a bit late, I recorded it on saturdaym but forgot to upload
This time I implemented proper shooting, the real assents and tuned the gameplay a little more including a floating health bar.
Base of the game written in pixijs, familiarizing myself with the engine.
Porting is mostly going well; new stuff.. not so much.
I wasted some time; in a nutshell. But anyway, I made the backend for listing and creating workshops, and started the migration to tailwing unsuccessfully. I'm really in the figuring out phase right now.
I transfered the project to nuxt, finally going full-stack, made the login work with cookie based auth, reworked the routing
I made signing in and up possible, but please don't set real passwords, cause it logs them still. The dashboard also had some work done on it, it now has a layout at least.
I've started learning vue.js, and figured out the basic style for the website.