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
Apr 8, 2026 · Fundamentals

Mastering Git Worktree: Clean Multi‑Branch Development Without Clutter

This guide explains how to use Git's built‑in worktree feature combined with a bare repository to check out multiple branches simultaneously, keeping a tidy project layout, reducing context‑switch overhead, and improving IDE friendliness for hot‑fixes, features, and maintenance work.

Worktreebranch managementdevelopment workflow
0 likes · 7 min read
Mastering Git Worktree: Clean Multi‑Branch Development Without Clutter
Code Mala Tang
Code Mala Tang
Apr 7, 2026 · Artificial Intelligence

Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive

This article provides a comprehensive, engineering‑focused breakdown of large language models, covering their Transformer roots, tokenization, context windows, prompt engineering, tool integration via MCP, and autonomous agents, while offering practical examples and actionable insights for developers.

AI FundamentalsAgentLLM
0 likes · 10 min read
Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive
Code Mala Tang
Code Mala Tang
Apr 4, 2026 · Information Security

How AI‑Assisted Social Engineering Compromised the Popular Axios Module

A recent GitHub issue reveals that attackers used AI‑assisted social engineering—posing as a company founder, creating a fake Slack workspace, arranging Microsoft Teams meetings, and tricking the maintainer into installing a malicious npm package—to inject a trojan into the widely used Axios library, bypassing 2FA and publishing malicious code.

AIaxiosnpm security
0 likes · 3 min read
How AI‑Assisted Social Engineering Compromised the Popular Axios Module
Code Mala Tang
Code Mala Tang
Mar 31, 2026 · Information Security

How Malicious Axios Versions Hijacked NPM: A Deep Supply‑Chain Attack Analysis

StepSecurity uncovered a sophisticated supply‑chain attack on the popular Axios HTTP client where compromised maintainer credentials were used to publish malicious versions that injected a hidden postinstall RAT, evaded detection, and executed platform‑specific payloads before self‑destructing, prompting detailed forensic and remediation guidance.

Harden-RunnerMalware AnalysisRAT
0 likes · 31 min read
How Malicious Axios Versions Hijacked NPM: A Deep Supply‑Chain Attack Analysis
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Artificial Intelligence

Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide

This guide explains how to install and use the OpenAI Codex plugin for Claude Code, covering setup commands, core review functions, optional review gates, and practical scenarios where the plugin provides a seamless AI‑powered second opinion within your coding workflow.

AIClaude CodeCodex
0 likes · 5 min read
Integrate OpenAI Codex into Claude Code: A Complete Plugin Guide
Code Mala Tang
Code Mala Tang
Mar 30, 2026 · Frontend Development

Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts

This article explains why the traditional 100vh unit fails on mobile browsers, introduces the three new CSS viewport unit families (large, small, and dynamic), and provides practical code examples and guidance for choosing the right unit in responsive web designs.

CSSMobile WebViewport Units
0 likes · 10 min read
Mastering New CSS Viewport Units: lv, sv, and dv for Mobile Layouts
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Operations

How Git Worktree Enables Parallel Agent‑Driven Development

This article explains a structured workflow that uses git worktree to run multiple independent worktrees for parallel agent execution, detailing the three‑step process, bottlenecks, and a bash orchestration script for managing front‑end and API worktrees in a multi‑repo environment.

Agent AutomationGitParallel Development
0 likes · 9 min read
How Git Worktree Enables Parallel Agent‑Driven Development
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Artificial Intelligence

What Is Harness Engineering? A Deep Dive into AI Agent System Design

Harness Engineering is the emerging discipline that unifies Prompt Engineering, Context Engineering, and system-level controls to create robust, maintainable AI agent pipelines, illustrated with real-world performance gains, architectural patterns, and practical guidelines for building scalable AI‑driven workflows.

AI AgentsAI productivityHarness Engineering
0 likes · 12 min read
What Is Harness Engineering? A Deep Dive into AI Agent System Design
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Artificial Intelligence

How MiniMax M2.7 Achieves SOTA Agent Performance Through Self‑Evolving Loops

MiniMax M2.7 is a self‑evolving LLM that combines a persistent Agent Harness, multi‑level memory, and autonomous improvement cycles to reach SOTA benchmark scores, cost efficiency, and real‑world software‑engineering capabilities, illustrating the emerging skill‑economy of agent ecosystems.

Agent ArchitectureArtificial IntelligenceSelf-Improving Models
0 likes · 13 min read
How MiniMax M2.7 Achieves SOTA Agent Performance Through Self‑Evolving Loops
Code Mala Tang
Code Mala Tang
Mar 28, 2026 · Artificial Intelligence

Can Claude Translate the Linux Kernel to Rust? Insights, Experiments, and Costs

This article evaluates Claude's ability to translate isolated Linux kernel modules from C to Rust, presenting a detailed analysis of translation granularity, token costs, experimental results on drivers, networking, and file‑system modules, and discussing the technical and economic challenges of a full kernel rewrite.

AIKernelLLM
0 likes · 19 min read
Can Claude Translate the Linux Kernel to Rust? Insights, Experiments, and Costs