Subtle Storm
Author

Subtle Storm

The micro era's marvels are boundlessly subtle.

132
Articles
0
Likes
2
Views
0
Comments
Recent Articles

Latest from Subtle Storm

100 recent articles max
Subtle Storm
Subtle Storm
Jun 26, 2025 · Artificial Intelligence

Why Large Language Models Hallucinate and How to Prevent It

The article explains that AI hallucination stems from probabilistic language modeling, imperfect training data, missing verification mechanisms, and ambiguous user prompts, and it outlines practical countermeasures such as retrieval‑augmented generation, fine‑tuning, temperature control, prompt engineering, and multi‑model voting to reduce fabricated outputs.

AI hallucinationFine-tuningPrompt Engineering
0 likes · 8 min read
Why Large Language Models Hallucinate and How to Prevent It
Subtle Storm
Subtle Storm
Jun 24, 2025 · Artificial Intelligence

Understanding Cosine Similarity in Large Language Models

The article explains the mathematical definition of cosine similarity, how large language models use it to compare vector directions, its key characteristics and importance for AI retrieval and generation, and includes a simple Python example using SentenceTransformer.

FAISSPythonRAG
0 likes · 7 min read
Understanding Cosine Similarity in Large Language Models
Subtle Storm
Subtle Storm
Jun 21, 2025 · Information Security

Why Bastion Hosts Are Critical for Secure Operations and Auditing

The article explains how bastion hosts serve as a security gateway in IT operations, detailing their core functions such as unified authentication, fine‑grained access control, command filtering, comprehensive audit logging, and risk alerts, and compares them with simple jump servers across typical deployment scenarios.

access controlaudit loggingbastion host
0 likes · 10 min read
Why Bastion Hosts Are Critical for Secure Operations and Auditing
Subtle Storm
Subtle Storm
Jun 19, 2025 · Cloud Computing

How ESS Enables Vertical Scaling of Cloud Services

The article explains Elastic Scaling Service (ESS), also known as Auto Scaling, detailing its core features such as dynamic resource adaptation, high‑availability guarantees, cost control, and multi‑cloud integration, and walks through its workflow, typical use cases, rule types, and best‑practice recommendations for effective vertical scaling of cloud workloads.

Auto ScalingElastic ScalingHigh Availability
0 likes · 7 min read
How ESS Enables Vertical Scaling of Cloud Services
Subtle Storm
Subtle Storm
Jun 17, 2025 · Cloud Computing

Understanding CDN: How Content Delivery Networks Accelerate the Web

A Content Delivery Network (CDN) is a globally distributed set of servers that cache web assets, route user requests to the nearest edge node, and provide faster load times, lower latency, reduced origin load, higher availability, security features, and support a wide range of application scenarios.

CDNContent Delivery NetworkPerformance
0 likes · 10 min read
Understanding CDN: How Content Delivery Networks Accelerate the Web
Subtle Storm
Subtle Storm
Jun 14, 2025 · Backend Development

How to Use Python’s Schedule Library for Lightweight Task Scheduling

This guide walks through installing the schedule package, demonstrates basic and advanced usage such as setting various time intervals, canceling jobs, running multiple tasks, limiting executions, adding tags, and handling errors, all with clear Python code examples.

Pythoncron alternativeerror handling
0 likes · 7 min read
How to Use Python’s Schedule Library for Lightweight Task Scheduling
Subtle Storm
Subtle Storm
Jun 12, 2025 · Cloud Computing

What Is a VPC and How Does It Strengthen Cloud Isolation and Security?

The article explains what a Virtual Private Cloud (VPC) is, how it creates an isolated, customizable network on a cloud provider, outlines its core components such as subnets, gateways, and peering, and details security designs, traffic flows, and advanced scenarios like high‑availability and hybrid cloud integration.

Cloud NetworkingHigh AvailabilityHybrid Cloud
0 likes · 5 min read
What Is a VPC and How Does It Strengthen Cloud Isolation and Security?
Subtle Storm
Subtle Storm
Jun 10, 2025 · Cloud Native

Master Distributed Architecture in One Comprehensive Guide

This article explains the concept, design goals, evolution, core components, real‑world scenarios, and key challenges of distributed architecture, illustrating how load balancing, sharding, consensus algorithms and modern cloud‑native tools enable scalable, highly available systems.

ConsistencyDistributed ArchitectureKubernetes
0 likes · 9 min read
Master Distributed Architecture in One Comprehensive Guide
Subtle Storm
Subtle Storm
Jun 6, 2025 · Frontend Development

Step-by-Step Guide to Building a Chrome Extension

This guide walks through building a Chrome extension from scratch, covering manifest configuration, UI pages, content and background scripts, required permissions, development tools, debugging techniques, packaging, publishing to the Chrome Web Store, and common feature implementations such as page interaction, messaging, and request interception.

Chrome ExtensionChrome Web StoreContent Script
0 likes · 7 min read
Step-by-Step Guide to Building a Chrome Extension
Subtle Storm
Subtle Storm
Jun 4, 2025 · Cloud Computing

OSS: The Giant Wheel Powering Cloud Object Storage

The article provides a detailed technical overview of Alibaba Cloud's Object Storage Service (OSS), covering its architecture, features such as massive scalability, lifecycle management, versioning, cross‑region replication, security mechanisms, access methods, and common use cases like static website hosting, big‑data analytics, backup, and multimedia processing.

Alibaba CloudData LifecycleObject Storage
0 likes · 8 min read
OSS: The Giant Wheel Powering Cloud Object Storage