words on sand

from shri at drone-ah.com

05 Jul 2025
04 Jul 2025

Building Pong in Zig with Raylib – Part 2: Ball Movement & Paddle Collisions

314 words, ~1 min read

In Part 1 we set up the basics: a window, paddles, and a ball. In this episode, we go one step further and get the ball …

03 Jul 2025

Generate YouTube Descriptions from Hugo

506 words, ~2 min read

Uploading and setting up YouTube videos is fiddly. There are a lot of things to get right - title, description, …

02 Jul 2025

The End

269 words, ~1 min read

It’s funny how much can change in a moment. There was once a ship that was happy. It had sharp edges and a soft …

01 Jul 2025

Automated Posting to BlueSky & Reddit

1,606 words, ~6 min read

I tend to be pretty impatient and when I’m doing something, I want to just finish it off. Unfortunately, the world …

28 Jun 2025

Building Pong in Zig with Raylib – Part 1: Setup, Paddles, and Ball

347 words, ~1 min read

A devlog-style walkthrough of setting up a Pong clone using Zig and raylib, covering setup and basic rendering.
27 Jun 2025

Under the Hood of triangle

641 words, ~2 min read

In this Let’s Code video on shri codes , I walk through some of the early systems in place for Triangle - my …

26 Jun 2025

Surviving to Create

659 words, ~2 min read

triangle is about depression, recovery, and resilience - things I’ve lived through and am still figuring out. …

11 Jun 2025

Add zig dependency in bazel

335 words, ~1 min read

[rules-zig][https://github.com/aherrmann/rules_zig] doesn’t use zon files(yet) and addind dependencies involves …

09 Jun 2025

Use `protoc` bin instead of building from source in `bazel`

545 words, ~2 min read

I work on a project that uses pulumi automation api, which in turn uses protobuf. I think there are other bits in bazel …