Articles tagged with: Tools

Using pnpm Catalogs in monorepos

Summary: An overview of using pnpm catalogs to centralize dependency versions in a monorepo, with a practical example and a brief note on handling Bazel-specific integration issues.


Additional Windows 11 and BIOS gaming-related optimizations

Summary: Additional Windows 11 and hardware (BIOS) optimizations that can be applied if the main usage of a PC is for gaming. Some of them are intel-specific, others apply in general.


Updated my old Web Toolkit page

Summary: Mention of an updated webpage that contains miscellaneous online tools, adding new features and a minimalistic responsive design.


LLMs can't count reliably - and that’s not a problem

Summary: LLMs can't reliably do math or counting on their own, but tool calling lets them delegate those tasks to external code or APIs, making them accurate without needing innate calculation skills.


Why Go is a compelling choice for building CLI tooling

Summary: Why Go is a compelling choice for building CLI tooling, argumented with an example project.