Welcome to haotianblog: what this bilingual technical site covers
Welcome to haotianblog: what this bilingual technical site covers

Welcome to haotianblog: what this bilingual technical site covers

Welcome to haotianblog: what this bilingual technical site covers

haotianblog is a public place for long-lived technical writing, engineering experiments, and implementation notes. It is not a placeholder page and it is not meant to be a collection of empty links. The main pages are organized around reviewable articles, runnable code, downloadable companion files, and engineering decisions that can be inspected later.

The site is currently strongest in Chinese while keeping English topic hubs and selected English articles. That structure lets the Chinese side carry detailed explanations and lets the English side expose the themes, keywords, project routes, and future translation paths more clearly.

Content scope

The writing is centered on three technical areas. The first is machine learning and deep learning: datasets, feature engineering, training and evaluation, matrix calculus, backpropagation, convolution, attention, and small CNN projects. The second is algorithms and C/Python implementation: eight queens backtracking, bitmask optimization, K-means clustering, CSV parsing, and visualized output. The third is network protocols and engineering security: DNS, TCP, TLS, HTTP/3, proxy boundaries, cache revalidation, AI security threat modeling, and defensive experiments.

The goal is to avoid short summaries that only state conclusions. A useful technical article should explain why a method is used, how to verify it, what can go wrong, and whether the code output supports the claim. Pages that are mainly tools, surveys, share actions, or resource indexes remain accessible, but they are not treated as the core editorial content of the site.

Where to start

If you are starting with machine learning, begin with Machine Learning Workflow, then continue into Model Training and Evaluation, Python AI Mini Practice, and the K-means Iris C implementation. That path connects data, features, models, and evaluation instead of jumping straight to library calls.

If you want lower-level implementation practice, start with eight queens backtracking and the bitmask version. These two articles use the same problem to compare recursive search with compact bitmask state, making recursion, pruning, and complexity easier to inspect.

If you are interested in networking, open Network Fundamentals Visualized and continue through DNS, TCP, TLS, HTTP caching, and proxy trust boundaries. The networking material uses local models or deterministic scripts by default and does not provide an external proxy service for bypassing access controls.

Code, data, and companion resources

The C/Python code, CSV samples, diagrams, and lab bundles on this site exist to support the articles. They are appropriate for education, academic study, course practice, and personal reproduction, but they should not be copied into production systems without review. Each resource is tied back to the article context so that a download is not separated from the assumptions behind it.

Companion files are intentionally small and inspectable. A file is useful when it reveals data layout, algorithm state, evaluation metrics, or visualization output. Large datasets, real attack environments, and configurations that could be misused are handled with additional boundaries and are represented with safe toy examples or defensive analysis instead.

Editorial Evidence Map

The core articles are designed to leave reviewable evidence. A reader should be able to see not only what the conclusion is, but how the conclusion can be checked.

Content type What readers should find How to verify it Low-value risk controlled
Algorithm articles C/Python code, state tables, complexity notes, and boundary inputs Run the example, compare output, and inspect failing inputs Avoid publishing only definitions without implementation evidence
Machine learning articles Data split, metric choice, error analysis, and experiment audit tables Reproduce the script and compare baselines with improved models Avoid showing accuracy without explaining data and evaluation design
Network protocol articles Request paths, cache state, handshakes, and trust boundaries Follow DNS, TCP, TLS, HTTP, or proxy steps in order Avoid turning security topics into misuse-oriented service guides
Downloads Small samples, README context, and links back to the article Use the article to interpret the file and the file to verify the article Avoid standalone download buttons with no explanation or limits

Maintenance principles

This blog will continue to change, but it should not publish low-information pages just to look active. The stronger goal is to make the articles connect into clear knowledge routes: concepts, runnable code, experiment results, error analysis, and next reading steps. When a new page is published, it should have enough body content, a clear editorial purpose, and evidence that a reader can independently inspect.

If you find a problem in code, downloads, terminology, or bilingual page mapping, use the contact page or email [email protected]. The long-term aim is a maintainable technical knowledge base that is useful to readers, not a thin collection of search landing pages.

Search questions

FAQ

Who is this article for?

This article is for readers who want an overview-level guide to Welcome to haotianblog: what this bilingual technical site covers. It takes about 3 min and focuses on WordPress, Cloudflare, Content Workflow.

What should I read next?

The recommended next step is AI Basics Learning Roadmap, so the article connects into a longer learning route instead of ending as an isolated note.

Does this article include runnable code or companion resources?

This article is primarily explanatory, but the related tutorials point to runnable examples, resources, and project pages.

How does this article fit into the larger site?

It is connected to the article context block, learning routes, resources, and project timeline so readers can move from concept to implementation.

Article context

Site Building Project

Notes on the bilingual site structure, content sync, categories, comments, and deployment workflow.

Level: Overview Reading time: 3 min
  • WordPress
  • Cloudflare
  • Content Workflow
Other language version 欢迎来到浩天博客:这个双语技术站会发布什么
Share summary Welcome to haotianblog: what this bilingual technical site covers

An introduction to the bilingual site, its technical focus, and the kinds of articles and resources it will publish.

Open share center

Leave a Reply

Project timeline

Published posts

  1. Welcome to haotianblog: what this bilingual technical site covers An introduction to the bilingual site, its technical focus, and the kinds of articles and resources it will publish.

Published resources

  1. SEO distribution short-video storyboards Four 45-60 second storyboard scripts ready for later Remotion production.

Next notes

  1. Keep documenting deployment and maintenance notes
  2. Clarify the content sync workflow
Scroll down