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 …
from shri at drone-ah.com
I work on a project that uses pulumi automation api, which in turn uses
protobuf. I think there are other bits in bazel …
Before making the game available for playtesting, I wanted the player to be able to configure the game to some degree. …
I am using dvui in a project and it uses TinyVG for its icon format.
While it sounds swell, most icons I could find …
I am building a small golang webapp , and I want to push a container up for it, which can eventually be used in Google …
In this post, I want to explore the crafting system in triangle, especially how mods, tiers, and machine interactions …
Everybody in India was seemingly learning to be a software engineer in the 2000’s. They were super expensive, made …
In triangle, everything should feel earned - so all items are crafted, not found. I am also a big fan of factory / …
In this post, I am going to cover procedural asteroid field generation. At a high level, I wanted:
The first goal was to get it working as far as the coding challenge itself.
Spawning the ship itself was …
Aesop wrote us wonderful and valuable fables. Almost all of us know the one about the tortoise and the hare - that slow …