Started implementing the guests #AI. At the moment they only book a room at the reception and then idle in their room. If no room is available they leave.
Added further debugging to show path, tasks stack and inventory.
It's always a cool feeling for me to find a bug in an #opensource library/framework I use. It's extra cool if can track it down and fix it.
For me this is also a signal that I reached a certain seniority as a developer.
At the start of my career 100% of issues with other people's code was "holding it wrong". But now I'm tackling harder problems and more often reach the "rough edges" that others haven't cared about before.
#TIL Set your Content-Type header correctly when sending #ActivityPub messages. #Lemmy will 404 on any inbox if the header is not correct (actually just if it doesn't start with application/
Stop actively looking for "things to program". Spend time in other hobbies than programming and eventually you will stumble over problems you can solve with programming.
If you want to build games, maybe build clones of games you like, but start simple! Build Tetris, not World of Warcraft.