Blog
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3517 posts
#2026-03 765#english 592#culture 264#deep-dive 254#kubernetes 247#career 229#ai 216#llm 208#devops 193#2026-04 146#security 141#database 114#observability 113#communication 109#history 107#architecture 100#productivity 96#finance 88#economy 84#mindset 81#psychology 80#ai-papers 79#food 78#it 78#travel 78#deep-learning 77#japanese 77#networking 77#performance 72#business-travel 70#linux 70#gpu 69#ai-agent 66#cs-fundamentals 63#postgresql 60#rag 58#self-improvement 55#learning 53#mlops 53#ai-platform 51
Multimodal AI Complete Guide: Master CLIP, LLaVA, GPT-4V, and Gemini Vision
A complete guide to mastering multimodal AI from fundamentals to the latest vision-language models. Learn CLIP, BLIP-2, LLaVA, InstructBLIP, GPT-4V, Gemini Vision, and Claude Vision with practical code, plus Multimodal R
2026-03-17 · 25 min read #multimodal#vision-language#clip#llava#gpt-4vAI System Design Complete Guide: From LLM Services to MLOps Architecture
A complete guide to designing production-grade AI systems. Learn real-world architectures for real-time inference systems, vector search infrastructure, LLM service architecture, data pipelines, and monitoring system des
2026-03-17 · 27 min read #system-design#ai-infrastructure#llm#mlops#architectureLLM Inference Optimization Complete Guide: KV Cache, Speculative Decoding, Continuous Batching
A complete guide to pushing LLM inference to its limits. Covers KV Cache, Speculative Decoding, Continuous Batching, PagedAttention, FlashInfer, multi-GPU inference, and DeepSeek MLA in depth.
2026-03-17 · 25 min read #llm#inference#optimization#kv-cache#speculative-decodingAI Agents Complete Guide: Building Autonomous AI Systems with LangChain, LangGraph, and CrewAI
A comprehensive guide to mastering AI agent systems. Build autonomous AI systems with real-world examples covering ReAct, Tool Use, and Function Calling through to LangChain agents, LangGraph workflows, and CrewAI multi-
2026-03-17 · 22 min read #ai-agent#langchain#langgraph#crewai#autonomous-aiSSH Escape Sequences in Practice: Kill Hung Sessions, Add Tunnels Live, and Recover Remote Ops
Based on a GeekNews trend signal and grounded in the official OpenSSH manuals, this guide covers hung-session recovery, live port forwarding, keepalives, and multiplexing patterns for real remote operations.
2026-03-16 · 8 min read #linux#ssh#openssh#devops#remote-opsUS-China Semiconductor Tech War 2026: Deepening Decoupling and Its Global Impact
The US-China tech cold war deepens in 2026. China closes the cloud loophole with Remote Access Security Act, commits to 10% annual R&D growth, and intensifies semiconductor restrictions. Analysis of Samsung, SK Hynix, an
2026-03-16 · 8 min read #geopolitics#semiconductor#tech-war#china#usaTechnical Documentation Writing Guide for Developers: From README to ADR
Master technical documentation from README files and API docs to Architecture Decision Records. Learn the Diátaxis framework and modern documentation tools like Docusaurus, GitBook, and Mintlify.
2026-03-16 · 7 min read #documentation#technical-writing#soft-skills#developer#api-docsSlow Productivity 2026: Rejecting the Hustle Culture and Doing Real Work
As we move beyond the "grind culture" era of the early 2020s, Slow Productivity is emerging as the dominant productivity philosophy in 2026. Based on Cal Newport's research, learn how to focus on high-quality work, reduc
2026-03-16 · 7 min read #productivity#slow-productivity#cal-newport#self-improvement#deep-workSalary Negotiation Strategy for Software Engineers: From Offer Review to Equity Negotiation
Master salary negotiation as a software engineer. Learn about total compensation, research methods like Levels.fyi and Blind, BATNA strategy, and how to negotiate offers, raises, and equity.
2026-03-16 · 10 min read #career#salary#negotiation#soft-skills#compensationRAG 2.0: Enterprise Knowledge Management Beyond Chatbots
RAG has evolved into the cornerstone of enterprise AI in 2026. Through hybrid search, knowledge graph integration, and multimodal processing, organizations are transforming implicit knowledge into explicit organizational
2026-03-16 · 9 min read #rag#llm#enterprise#knowledge-management#vector-databaseSecond Brain in the AI Era: Building a PKM System with Obsidian and Zettelkasten
A practical guide to building a Personal Knowledge Management (PKM) system in the AI era of 2026. Learn how to create a digital second brain using Obsidian, Zettelkasten, and the PARA method.
2026-03-16 · 8 min read #pkm#second-brain#obsidian#productivity#knowledge-managementOpenAI IPO 2026: $25B Annualized Revenue and the Future of AI Industry
OpenAI has achieved $25 billion in annualized revenue, entering final IPO negotiations in 2026. Surpassing Anthropic's $19 billion valuation, OpenAI has proven the profitability model of large language models. Investor e
2026-03-16 · 7 min read #openai#ipo#ai-industry#business#investmentManaging Up Effectively: The Essential Skill for Working With Your Manager
Managing up is the strategic art of improving your relationship with your manager. Learn how to understand your manager's priorities, communicate proactively, build trust, and navigate different management styles.
2026-03-16 · 7 min read #managing-up#soft-skills#communication#leadership#careerEU AI Act Compliance Complete Guide: Everything to Prepare Before August 2026 Enforcement
EU AI Act reaches full enforcement for high-risk AI systems on August 2, 2026. Complete compliance guide covering high-risk AI definitions, requirements, penalties up to 35 billion euros or 7% global revenue, and practic
2026-03-16 · 9 min read #ai-regulation#eu-ai-act#compliance#ai-governance#current-affairsDigital Detox and Deep Work: A Practical Guide to Reclaiming Focus in the Age of Constant Interruption
This is the interruption-control guide in the focus series. It focuses on notification hygiene, async boundaries, response norms, and a four-week reset for teams and individuals whose deep work is being fractured by cons
2026-03-16 · 6 min read #productivity#focus#deep-work#self-improvement#digital-detoxCross-Cultural Collaboration in Global Tech Teams: A Complete Communication Guide
Master cross-cultural collaboration in global tech teams. Learn Hofstede cultural dimensions, Erin Meyer Culture Map framework, asynchronous communication, and practical strategies for international teams.
2026-03-16 · 11 min read #culture#cross-cultural#global-team#soft-skills#communicationMastering Asynchronous Communication: Strategies for Remote Team Productivity
Asynchronous communication is essential in the remote work era. Learn BLUF writing, channel selection, and decision-making frameworks to maximize team productivity and protect focus time.
2026-03-16 · 7 min read #async-communication#remote-work#soft-skills#writing#communicationAI Agent Orchestration Frameworks 2026: LangGraph vs CrewAI vs AutoGen Complete Guide
Complete comparison guide for AI agent orchestration frameworks in 2026. Learn the key differences between LangGraph, CrewAI, AutoGen, and Dify with practical examples and selection criteria for your use case.
2026-03-16 · 8 min read #ai#ai-agent#langchain#llm#frameworkWebAssembly 2026: From Browser to Serverless and Edge Computing
WebAssembly is no longer just a browser technology. With WASI standardization, serverless function execution, and adoption in edge runtimes, WASM has become the cornerstone of modern cloud-native architecture.
2026-03-16 · 8 min read #webassembly#edge-computing#serverless#wasi#2026-03Upskilling Strategy for the Cloud and AI Era: Developer Growth Roadmap 2026
Real 2026 developer upskilling strategies. Cloud computing is priority one, 89% of organizations find upskilling more cost-effective than hiring. Practical 90-day learning roadmap for developers in the AI era.
2026-03-16 · 8 min read #learning#upskilling#cloud#ai#career