Nightwalker Tech
Author

Nightwalker Tech

[Nightwalker Tech] is the tech sharing channel of "Nightwalker", focusing on AI and large model technologies, internet architecture design, high‑performance networking, and server‑side development (Golang, Python, Rust, PHP, C/C++).

59
Articles
0
Likes
419
Views
0
Comments
Recent Articles

Latest from Nightwalker Tech

59 recent articles
Nightwalker Tech
Nightwalker Tech
Mar 14, 2025 · Backend Development

Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects

This article introduces several Model Context Protocol (MCP) services—including Sequential Thinking, Firecrawl, Fetch, Hot News, Playwright, Magic, and Brave Search—provides their GitHub links, detailed Mac and Windows installation commands, and explains how to combine them with a Sequential Thinking prompt to achieve a Manus‑style AI agent workflow.

AIAutomationMCP
0 likes · 9 min read
Overview and Installation Guide for Various MCP Services and Their Use with Sequential Thinking for Manus‑like Effects
Nightwalker Tech
Nightwalker Tech
Mar 2, 2025 · Fundamentals

Configuring and Using .cursorrules in Cursor for Project‑wide AI Code Generation

This guide explains what the .cursorrules file does, how to create and configure it in a project, best‑practice rules for specifying tech stacks, coding standards, libraries, file structures, performance and testing guidelines, and provides example configurations for frontend, backend, and data‑science stacks.

AI code generationCursorCursorRules
0 likes · 22 min read
Configuring and Using .cursorrules in Cursor for Project‑wide AI Code Generation
Nightwalker Tech
Nightwalker Tech
Mar 1, 2025 · Artificial Intelligence

Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques

This article introduces Cursor’s AI‑driven Agent mode, details the latest updates, explains core functionalities, shows how to enable and use it, and provides seven advanced tips—including context management, code generation, version control, and custom AI rules—to boost developer productivity.

AutomationCursorcode editor
0 likes · 19 min read
Exploring Cursor’s Agent Mode: Features, Usage Tips, and Advanced Techniques
Nightwalker Tech
Nightwalker Tech
Feb 17, 2025 · Artificial Intelligence

Comparative Analysis of Programming Capabilities of DeepSeek v3, Gemini Flash 2.0, and Claude 3.5 Sonnet

This article compares three leading AI programming assistants—DeepSeek v3, Gemini Flash 2.0, and Claude 3.5 Sonnet—examining their characteristics, coding abilities, debugging features, supported languages, and optimal use cases to help readers select the most suitable model for their specific development or data‑analysis needs.

AI modelsmodel comparisonprogramming assistants
0 likes · 7 min read
Comparative Analysis of Programming Capabilities of DeepSeek v3, Gemini Flash 2.0, and Claude 3.5 Sonnet
Nightwalker Tech
Nightwalker Tech
Nov 18, 2023 · Fundamentals

Reflections on a Decade of Judgments About Go and Rust

Looking back over ten years, the author revisits earlier blog posts and shares personal insights and judgments about the Go and Rust programming languages, concluding that choices often outweigh effort in shaping one’s technical path.

GoRustTechnology Reflection
0 likes · 2 min read
Reflections on a Decade of Judgments About Go and Rust
Nightwalker Tech
Nightwalker Tech
Jul 19, 2023 · Artificial Intelligence

Step‑by‑Step Implementation of Transformer Blocks, Attention, Normalization, Feed‑Forward, Encoder and Decoder in PyTorch

This article provides a comprehensive tutorial on building the core components of a Transformer model—including multi‑head attention, layer normalization, feed‑forward networks, encoder and decoder layers—and assembles them into a complete PyTorch implementation, supplemented with explanatory diagrams and runnable code.

AttentionDeep LearningEncoder
0 likes · 13 min read
Step‑by‑Step Implementation of Transformer Blocks, Attention, Normalization, Feed‑Forward, Encoder and Decoder in PyTorch
Nightwalker Tech
Nightwalker Tech
Jul 18, 2023 · Artificial Intelligence

Implementing the Input Processing Layer of a Transformer Model: Tokenization, Embedding, and Positional Encoding

This article explains how to build the input processing stage of a Transformer—including tokenization with Hugging Face tokenizers, token‑to‑embedding conversion using BERT models, custom BPE tokenizers, and positional encoding—providing complete Python code examples and test results.

BPEEmbeddingPositional Encoding
0 likes · 14 min read
Implementing the Input Processing Layer of a Transformer Model: Tokenization, Embedding, and Positional Encoding
Nightwalker Tech
Nightwalker Tech
Apr 26, 2023 · Artificial Intelligence

Understanding GPT: Meaning, Evolution, and Training Process

This article explains what GPT (Generative Pre‑trained Transformer) is, traces its development from early neural networks to the latest GPT‑4 models, and details the three‑stage training pipeline of unsupervised learning, supervised fine‑tuning, and reinforcement learning with human feedback.

GPTTransformer
0 likes · 15 min read
Understanding GPT: Meaning, Evolution, and Training Process
Nightwalker Tech
Nightwalker Tech
Apr 13, 2023 · Artificial Intelligence

Fundamentals of AI‑Generated Image Creation: Diffusion Models and Stable Diffusion

This article provides a comprehensive overview of AI‑generated content (AIGC) for image creation, explaining the role of diffusion models, the architecture of Stable Diffusion—including CLIP, UNet, and VAE—and the underlying mathematical concepts such as Markov chains, Langevin dynamics, and Gaussian distributions.

AIAIGCStable Diffusion
0 likes · 31 min read
Fundamentals of AI‑Generated Image Creation: Diffusion Models and Stable Diffusion