/o/ Azdalen \o\

@azdalen.bsky.social

#Godot 4.6 is out, and all about your flow! This release puts you and your workflow first with a new theme, flexible docks, and dozens of UX improvements. And Jolt Physics by default, revamped IK, better reflections, and more. Less wrestling with UI. More making games. godotengine.org/releases/4.6

Godot 4.6 Release: It's all about your flow

With the stability gained over the past five releases, it's time for polish and quality of life improvements for everyday development.

godotengine.org

Day 10 of #AdventOfCode was fun. The approach wasn't too bad: a tree search. The hard part, don't just find -a- match, find the -shortest- match. So we not only had to find it, but cast the search net wide & possibly deep in order to find it... Yay for potential combinatorial explosions! 😅

WOW: The DOJ has DELETED an image from its release of the Epstein files that shows photos of Trump in a drawer. Yesterday, we noted that this image — file 468 — likely slipped through the cracks while officials were attempting to hide materials pertaining to Trump. Now, it’s gone.

BildBildBildBild

Advent of Code has been interesting. Learning about new libs that I can use to solve the various challenges (e.g., nom, and itertools). I would say the hardest part has been figuring out reasonable ways to mutate data without angering the borrow checker and what tools to use to get there safely 😅