Raul Gonzalez | Computer Nerd

@rgonzalez.tech

Making stuff in public (?), basically.

I threw this app together and called it _The Council_ (cause that sounds sick, haha) and it simulates a board of experts debating a topic. They can vote and stuff. Making a video on it soon but I need ideas. What’s a funny or chaotic topic for them to argue over? Also, who is on the council? 👀

A screenshot of a dark-mode terminal interface showing an automated AI debate. Text logs display different AI personas, like 'Content Strategy Specialist' and 'Channel Sustainability Architect,' reviewing a proposal. Some agents approve, while others raise specific objections. A cyan table shows them voting on which objection is most important, with points awarded to each. Below that, a red box highlights the winning objection—a detailed paragraph arguing about content creator burnout. At the bottom, a 'Moderator' agent steps in to collect solutions from the other bots to update the proposal.

Update: Recorded and uploaded a video outlining some of the systems that I developed and the intentions behind them www.youtube.com/watch?v=T7xI... #godot #opensource #foss

I made a Godot 4 Friendslop Template and made it free / open source

YouTube video by Raul Gonzalez (RGonzalezTech)

youtube.com

Raul Gonzalez | Computer Nerd@rgonzalez.tech · 7mo ago

Hey yall, I built an #opensource (MIT) #godot 4 starter kit for multiplayer. I designed it as a genre-agnostic framework that I can fork for each co-op idea I want to explore. Wanted to add more, but I should probably work on my ideas now 😅 #FOSS github.com/RGonzalezTec...

Looks like GIFs are terrible for UX... haha, here is the same recording in higher rez as an MP4. #godot #gamedev #code

Raul Gonzalez | Computer Nerd@rgonzalez.tech · 7mo ago

Got scene replication working in #godot 4! The Multiplayer Spawner and Synchronizer nodes don't work out of the box for my architecture, so I had to add some handshake RPCs to make sure sync/spawn packets are only sent when ready to receive them. Game dev is fun but also exhausting 😮‍💨 #gamedev #code