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++).

55
Articles
0
Likes
135
Views
0
Comments
Recent Articles

Latest from Nightwalker Tech

55 recent articles
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.

AttentionDecoderEncoder
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
Nightwalker Tech
Nightwalker Tech
Mar 9, 2023 · Artificial Intelligence

AI-Assisted Programming Tools: Research Findings, Comparisons, and Recommendations

This report investigates the impact of large language model‑based AI coding assistants such as Copilot, Tabnine, CodeGeeX, and ChatGPT on frontend and backend development, evaluates their efficiency gains, compares features, pricing, and IDE integration, and provides practical adoption recommendations for development teams.

AILLMcode completion
0 likes · 13 min read
AI-Assisted Programming Tools: Research Findings, Comparisons, and Recommendations
Nightwalker Tech
Nightwalker Tech
Nov 18, 2022 · Backend Development

Design and Implementation of an E‑commerce Search Engine Using Go and Elasticsearch

This article presents a comprehensive engineering guide for building a high‑performance e‑commerce search engine with Go (Kratos), Elasticsearch/OpenSearch, Redis, MySQL, and Kafka, covering architecture, index construction, query processing, ranking, user‑guidance features, and future extensions such as recommendation and visual search.

Golangbackende-commerce
0 likes · 19 min read
Design and Implementation of an E‑commerce Search Engine Using Go and Elasticsearch
Nightwalker Tech
Nightwalker Tech
Mar 2, 2017 · Information Security

Techniques and Tools for Anti‑Spam Content Filtering in PHP

The discussion outlines practical anti‑spam strategies—including text length limits, keyword replacement, trie‑based data structures, AC automata, Bayesian and vector‑similarity algorithms, and PHP extensions such as libdatrie—while also sharing performance metrics and resource links for implementing robust content filtering systems.

Information SecurityPHPTrie
0 likes · 4 min read
Techniques and Tools for Anti‑Spam Content Filtering in PHP
Nightwalker Tech
Nightwalker Tech
Feb 27, 2017 · Big Data

Community Discussion on Learning Paths, Tools, and Applications in Big Data

A diverse group of practitioners share recommendations for books, technologies, real‑world use cases, and practical challenges when learning and applying big‑data processing, covering Hadoop, Spark, data visualization, ETL, and the relationship between data, algorithms, and business value.

Data AnalysisHadoopbig data
0 likes · 16 min read
Community Discussion on Learning Paths, Tools, and Applications in Big Data