Code Mala Tang
Author

Code Mala Tang

Read source code together, write articles together, and enjoy spicy hot pot together.

517
Articles
0
Likes
3.9k
Views
0
Comments
Recent Articles

Latest from Code Mala Tang

100 recent articles max
Code Mala Tang
Code Mala Tang
Jun 8, 2026 · Product Management

Why I Chose Obsidian for Long-Term Note‑Taking: Local‑First, Bidirectional Links, and the New v1.13.0

The article recounts a programmer's migration from Notion to Obsidian, detailing how local‑first storage, bidirectional linking, the Dataview plugin, and recent v1.13.0 updates make Obsidian a durable, scriptable knowledge base while also outlining its limitations for real‑time collaboration and rich‑text formatting.

Bidirectional linksDataviewLocal-First
0 likes · 14 min read
Why I Chose Obsidian for Long-Term Note‑Taking: Local‑First, Bidirectional Links, and the New v1.13.0
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Fundamentals

Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages

The article argues that Conventional Commits is a harmful anti‑pattern because it puts the optional type before the far more important scope, promises automatic changelogs and version bumps that don’t work, and proposes the proven scoped‑commit format used by Linux, Git, Go and others.

Commit MessageGitconventional-commits
0 likes · 13 min read
Stop Using Conventional Commits: Why Scope, Not Type, Should Lead Git Messages
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Operations

How lowfat Cuts 91% of Command‑Line Noise Before Feeding LLMs

lowfat, a 289‑star Rust CLI tool, strips unnecessary prompts, help text, and formatting from command‑line outputs—reducing token counts by up to 97% (e.g., git log from 3350 to ~100 tokens)—and integrates with Claude Code, Shell, and OpenCode to save AI‑agent token costs.

AI AgentsCLILLM
0 likes · 9 min read
How lowfat Cuts 91% of Command‑Line Noise Before Feeding LLMs
Code Mala Tang
Code Mala Tang
Jun 6, 2026 · Fundamentals

Jujutsu v0.42.0 Release: How Far Has the Git Alternative Advanced?

Jujutsu v0.42.0, a Rust‑written Git alternative with 29K stars, introduces a new memory allocator, change‑ID‑based fetch rebase, and several usability enhancements, while its design choices—working copy as a commit, full operation log, first‑class conflict handling, and Git compatibility—address long‑standing Git pain points.

Git AlternativeJujutsuOperation Log
0 likes · 8 min read
Jujutsu v0.42.0 Release: How Far Has the Git Alternative Advanced?
Code Mala Tang
Code Mala Tang
Jun 5, 2026 · Artificial Intelligence

Inside Anthropic’s Superpowers Brainstorming: Enforcing Design Gates to Stop AI from Jumping Straight to Code

The article dissects Anthropic’s Superpowers brainstorming skill, showing how its HARD‑GATE, YAGNI‑first, and double‑review mechanisms force a design‑then‑plan‑then‑implement workflow that curbs AI’s tendency to code without proper clarification, ultimately reducing rework and improving delivery quality.

AI coding workflowAnthropicSuperpowers
0 likes · 13 min read
Inside Anthropic’s Superpowers Brainstorming: Enforcing Design Gates to Stop AI from Jumping Straight to Code