Garfeud

@garfeud.bsky.social

Software Development Instructor & Game Developer

If you really do think gatekeeping progressive beliefs from wealthy people makes sense, you don’t understand progressive economics. Historical examples have shown that more equitable distribution of wealth raises all classes up.

I have been teaching instead of writing software for the last 6 months. I think my biggest take away is, while in industry its really easy to get too fixated on how we write code and the tools we use to do it.

About 45% of pet ownership is walking by them and badly singing little songs that integrate their names. If you can’t do this, then I’m sorry, you are not ready for the responsibilities of owning a pet.

I feel like im losing my mind. I enabled occlusion culling in godot project because my levels are composed of multiple rooms. Seemed like the right thing to do. But, even simple scenes my game randomly crashes if there is an occuluder instance in the scene #GodotEngine

I have been really enjoying mapping in TrenchBroom for Godot project. Its just simple and fun, but still powerful enough. And I really like the idea that I could release the FDG and GameConfig and people could start making custom maps.

I think godot should have a signal decorator. Specifically i could just decorate a function as a signal callback. And it would just attach it at the same time that "@onready" runs. #godot

Recently, it feels every time I have to create a new Github actions workflow or edit an existing one, Github actions starts having an outage... Either its going down a lot or I'm the only Github actions user on earth and I'm dog-dooding it.

Been working on a browser based card game sim inspired by table top sim. I just got the initial version of "mods" working yesterday. User can define a lua script to change a card's behavior when flipped, grabbed, hovered, etc. I think its kind of neat :) #gamedev #indiegamedev