Tim
@
0x10
:
~
█
Log
Archive
Tags
Articles are organized into series:
memscope-rs
— Rust memory safety instrumentation
OmniScope
— LLVM IR cross-language safety analysis
garbage-code-hunter
— Multi-language code quality analysis in Rust
Series: garbage-code-hunter
garbage-code-hunter Deep-Dive Series: Multi-Language Code Quality Analysis in Rust
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
Why Multi-Language Code Quality Analysis Is Hard
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
Architecture Overview: How to Structure a Multi-Language Code Analyzer
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
Tree-sitter and the LanguageAdapter Pattern
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
StyleIR: The Language-Neutral Intermediate Representation
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
The Signal Detection System
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
Duplication Detection Algorithms
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
The Scoring Model: From Qualitative Signals to a Single Number
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
The Fun Side: Roasts, Personality, and the Tool Belt
May 27, 2026 ::
#Code Quality
#Rust
#Static Analysis
Show all 9 articles
Series: goagent
GoAgent Source Deep Dive Series
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 01: API Client — Converging Framework Capabilities Into a Usable Entry Point
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 02: LLM Client — Unifying Multi-Model Call Boundaries
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 03: Agent System — The Leader/Sub-Agent Collaboration Skeleton
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 04: AHP Protocol — Messages, Queues, and Heartbeats
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 05: Memory System — Sessions, Tasks, and Distilled Memories
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 06: Tool System — Registration, Capability Matching, and Execution
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 07: Workflow Engine — DAG-Based Agent Orchestration
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 08: Storage and Retrieval — PostgreSQL, pgvector, and Hybrid Search
May 21, 2026 ::
#AI
#Go
#LLM
GoAgent Source Deep Dive 09: Embedding Service — The Engineering Boundary of Vector Generation
May 21, 2026 ::
#AI
#Go
#LLM
Show all 10 articles
Series: memscope-rs
Architecture Deep Dive: From Facade to Event Store, Snapshot, Analysis, and Render
May 21, 2026 ::
#Rust
#memscope-rs
Benchmark Deep Dive: What the Numbers Actually Say
May 21, 2026 ::
#Rust
#memscope-rs
Export and Dashboard Pipeline: Turning Memory Events into Reports
May 21, 2026 ::
#Rust
#memscope-rs
Ownership Graph and Relation Inference: From Memory Events to Rust Semantics
May 21, 2026 ::
#Rust
#memscope-rs
memscope-rs Technical Article Series Index
May 21, 2026 ::
#Rust
#memscope-rs
Arc/Rc Clone Detection: Why `StackOwner` Matters
May 20, 2026 ::
#Rust
#memscope-rs
Async Task Memory Attribution: Tracking Memory Beyond Threads
May 20, 2026 ::
#Rust
#memscope-rs
Lockfree Tracking: How `memscope-rs` Handles Concurrent Memory Events
May 20, 2026 ::
#Rust
#memscope-rs
#multithread
Single-Thread Tracking: From GlobalAlloc to Rust-Level Memory Semantics
May 20, 2026 ::
#Memory
#Rust
#memscope-rs
Unsafe and FFI Memory Passport: Tracking Memory Across Rust's Trust Boundary
May 20, 2026 ::
#Rust
#memscope-rs
#unsafe/ffi
Show all 10 articles
Series: OmniScope
OmniScope Deep-Dive Series: From LLVM IR to Cross-Language Ownership Auditing
May 21, 2026 ::
#FFI
#LLVM
#Rust
Why OmniScope Analyzes Cross-Language Safety at the LLVM IR Layer
May 21, 2026 ::
#FFI
#LLVM
#Rust
Lifecycle of an Analysis Run: CLI, IRLoader, Pipeline, and Output
May 21, 2026 ::
#FFI
#LLVM
#Rust
Inside the Pass System: Dependency Ordering, Shared Context, and Graceful Degradation
May 21, 2026 ::
#FFI
#LLVM
#Rust
Zone Classification and Semantic Registry: Avoiding Blacklist-Style Reporting
May 21, 2026 ::
#FFI
#LLVM
#Rust
MemoryGraph and DangerSurface: From Pointer Facts to Risk Paths
May 21, 2026 ::
#FFI
#LLVM
#Rust
Rust FFI Auditor: Reconstructing and Checking Cross-Language Ownership Protocols
May 21, 2026 ::
#FFI
#LLVM
#Rust
Reporting Pipeline: Issue Objects, JSON, SARIF, and Engineering Integration
May 21, 2026 ::
#FFI
#LLVM
#Rust
Show all 8 articles