Profile Image Mugeveld

Thoughts, sounds, sketches, and projects updates. No meaningless divides; playfulness.

mugeveld April 27, 2025, 11:08 a.m.

Like the previous #sketch, just #ink and #watercolor, no pencil; aiming to be as quick as possible.

Referenced Image

1 boost
mugeveld April 26, 2025, 7:02 p.m.

#sketch an adventurer, some days!

Referenced Image

I just reordered some #cortomaltese collections, so this seemed appropriate. There is just something about watercolor and ink that feels so right to me...

1 boost
mugeveld April 26, 2025, 10:54 a.m.

Neat video explaining autotile in godot 4: https://www.youtube.com/watch?v=IPt3jk7IsQw

mugeveld April 26, 2025, 8:28 a.m.

Most state-of-the-art models, scored below 5pct in the 2025 USAMO. One 25pct. LLMs still have a long way to go when it comes to genuine reasoning and #creativity. https://arxiv.org/abs/2503.21934

mugeveld April 24, 2025, 9:55 a.m.

Why lead when you can blog? #leadership #unaccountability

Referenced Image

mugeveld April 9, 2025, 8:46 a.m.

#survivalgame learning detour.

To better understand how #voronoi works, I made a little Voronoi Playground.

Referenced Image

Referenced Image

#gamedev #godot4 #devlog #partitioning #experiment

Related 6d675fc0-cfe1-4282-a2c8-ecd921c8be85.

1 boost
mugeveld April 8, 2025, 6:53 p.m.

#survivalgame update, after a short detour.

#procedural island generation now runs a simple #floodfill check to make sure the player can always reach the escape tile.

I also added a "region tagging" layer to help structure the island. Tags like TOXIC_REGION and ROCK_PATCH are painted after the terrain is built — they don’t mess with the shape, just mark areas that might get overridden.

Still thinking about whether Voronoi-style regions would work better for this.

#gamedev #godot4 #devlog

1 boost
mugeveld April 7, 2025, 10:19 p.m.

Just added Server-Sent Events (SSE) here. If I make a post and you are visiting the index, it is appended to your list. Basically, Django, SQLite and async Python via Starlette/asgi. Live updates land instantly. Had to jump some weird hoops though. May expand more later

#django #indieweb #realtime #meta #devlog

mugeveld April 7, 2025, 12:48 p.m.

Now tracking per-URL daily page views. Just enough to reflect what’s connecting.

#django #indieweb #analytics #meta

mugeveld April 7, 2025, 11:55 a.m.

Refactored rate limiting into a self-contained Django app using a separate db, admin view, and cleanup logic.

#django #devlog #meta #indieweb

1 boost