Tagged articles
18 articles
Page 1 of 1
Digital Planet
Digital Planet
Apr 18, 2026 · Industry Insights

Why Traditional Marketing Fails: 8½ Essential Theories Every Marketer Must Master

The article dissects eight core marketing theories—AIDA, market segmentation, positioning, value‑transfer, customer‑behavior economics, brand equity (CBBE), integrated marketing communication, scenario marketing—and a half‑finished conflict theory, explaining their origins, practical value, limitations, and why a solid epistemology matters more than any single tool.

AIDABrand EquityCustomer Behavior
0 likes · 19 min read
Why Traditional Marketing Fails: 8½ Essential Theories Every Marketer Must Master
Code Wrench
Code Wrench
Mar 3, 2026 · Artificial Intelligence

Unlocking High‑Performance Chinese Segmentation: Inside Go’s gse Library

This article deeply examines the source code of Go’s high‑performance segmentation library gse, revealing its Double‑Array Trie, shortest‑path dynamic programming, and HMM‑Viterbi implementations, and demonstrates practical usage for Chinese tokenization, part‑of‑speech tagging, keyword extraction, and custom dictionary management.

GoHMMNLP
0 likes · 13 min read
Unlocking High‑Performance Chinese Segmentation: Inside Go’s gse Library
Deepin Linux
Deepin Linux
Sep 2, 2025 · Fundamentals

Unlocking Efficient Software: How Memory Management Powers Modern Computing

This article explores the fundamentals of memory management, covering static and dynamic allocation, virtual memory, paging, segmentation, protection mechanisms, garbage collection, common strategies, pitfalls like leaks and fragmentation, concurrency challenges, and practical tips and tools for optimizing memory usage across operating systems and applications.

PagingSegmentationVirtual Memory
0 likes · 40 min read
Unlocking Efficient Software: How Memory Management Powers Modern Computing
AIWalker
AIWalker
May 26, 2025 · Artificial Intelligence

VisionReasoner: RL‑Unified Model Beats YOLO‑World Detection, Segmentation, Counting

VisionReasoner presents a reinforcement‑learning‑driven unified framework that simultaneously tackles detection, segmentation, and counting tasks, employing a novel multi‑target cognition strategy and efficient Hungarian‑based matching, and demonstrates substantial gains—29.1% on COCO detection, 22.1% on ReasonSeg, and 15.3% on CountBench—using only 7,000 training samples.

SegmentationVisionReasonerVisual-Language Models
0 likes · 20 min read
VisionReasoner: RL‑Unified Model Beats YOLO‑World Detection, Segmentation, Counting
Huolala Tech
Huolala Tech
Jan 25, 2024 · Artificial Intelligence

How Open‑Vocabulary Detection and Segment‑Anything Are Revolutionizing Visual AI at Huolala

This article reviews traditional computer‑vision tasks—classification, detection, and segmentation—highlights their limitations, introduces open‑vocabulary detection and segment‑anything models such as GLIP, Grounding DINO, and SAM, and details how Huolala applies these advances to driver‑license, packing, and vehicle‑sticker inspections for safer, more efficient AI‑driven operations.

Computer VisionSegmentationobject detection
0 likes · 20 min read
How Open‑Vocabulary Detection and Segment‑Anything Are Revolutionizing Visual AI at Huolala
DataFunTalk
DataFunTalk
Nov 16, 2023 · Product Management

User Operations: Methods for User Analysis, Segmentation, and Aha‑Moment Identification

This article provides a comprehensive guide to user operations, covering the definition of user operation, common user analysis techniques, attribute and behavior analysis, segmentation methods using business logic and clustering algorithms, and the concept of the Aha‑moment or magic number for optimizing retention and value.

Aha MomentSegmentationUser Retention
0 likes · 12 min read
User Operations: Methods for User Analysis, Segmentation, and Aha‑Moment Identification
JD.com Experience Design Center
JD.com Experience Design Center
Aug 11, 2023 · Product Management

How to Build Data‑Driven Personas: A Step‑by‑Step Guide

This article explains how to create, segment, validate, and document qualitative user personas using systematic variable collection, manual clustering, questionnaire verification, and detailed persona templates to ensure actionable insights for product development.

Segmentationproduct researchqualitative analysis
0 likes · 11 min read
How to Build Data‑Driven Personas: A Step‑by‑Step Guide
Code DAO
Code DAO
May 18, 2022 · Artificial Intelligence

A Practical Guide to PyTorch Visualization Tools for Deep Learning

This article walks through the core PyTorch visualization utilities—making image grids, drawing bounding boxes, segmentation masks, and keypoints—explaining why they are needed, how to set up the pipeline, and providing complete code examples for each computer‑vision task.

Bounding BoxesComputer VisionKeypoints
0 likes · 18 min read
A Practical Guide to PyTorch Visualization Tools for Deep Learning
ITPUB
ITPUB
Mar 17, 2022 · Fundamentals

How Linux Translates Memory Addresses: Segmentation and Paging Explained

This article explains Linux memory addressing by covering logical, virtual, and physical addresses, the role of the MMU, segmentation and paging mechanisms, hardware and Linux-specific segment structures, and the 4‑level page‑table system that maps virtual memory to physical memory.

LinuxMMUOperating System
0 likes · 16 min read
How Linux Translates Memory Addresses: Segmentation and Paging Explained
Kuaishou Tech
Kuaishou Tech
Dec 1, 2021 · Industry Insights

Turning Sketches into Live AR Characters: Kuaishou’s All‑Things‑AR Technical Journey

This article details how Kuaishou transformed a user‑drawn sketch concept into the All‑Things‑AR feature, covering background inspiration, the end‑to‑end pipeline, data collection, mobile‑friendly segmentation model design, model optimizations, engineering integration, SLAM‑based camera localization, and final production results.

ARComputer VisionMobile Development
0 likes · 15 min read
Turning Sketches into Live AR Characters: Kuaishou’s All‑Things‑AR Technical Journey
Liangxu Linux
Liangxu Linux
Dec 16, 2020 · Fundamentals

How Early CPUs Managed Memory: From 8086 Segmentation to Modern Paging

The article narrates a whimsical tour through CPU history, explaining how the 8086 used shared address/data pins and segmentation, how 32‑bit processors introduced separate buses and operating‑system multitasking, and how virtual memory, paging, and swapping evolved to support modern multi‑core systems.

CPUOperating SystemSegmentation
0 likes · 9 min read
How Early CPUs Managed Memory: From 8086 Segmentation to Modern Paging
JavaEdge
JavaEdge
Aug 17, 2019 · Fundamentals

Why 640K Was Once “Enough” and How Modern Memory Management Solves It

From Bill Gates’s 640 KB claim to today’s multi‑gigabyte machines, this article explains how loaders map executable files, the evolution from segmentation to swapping and paging, and why virtual memory lets programs run with far less physical RAM despite performance trade‑offs.

Memory ManagementOperating SystemsPaging
0 likes · 12 min read
Why 640K Was Once “Enough” and How Modern Memory Management Solves It
Tencent Cloud Developer
Tencent Cloud Developer
Apr 16, 2019 · Artificial Intelligence

Building Image Recognition Systems: From Basics to Advanced AI Techniques

This article summarizes a computer‑vision salon where Dr. Ji Yongnan explains imaging pipelines, traditional feature‑based methods, deep‑learning breakthroughs, Tencent Cloud AI services, real‑world case studies, and answers audience questions about machine‑vision versus computer‑vision and data‑scarcity challenges.

AI applicationsComputer VisionDeep Learning
0 likes · 18 min read
Building Image Recognition Systems: From Basics to Advanced AI Techniques
dbaplus Community
dbaplus Community
Jul 25, 2016 · Fundamentals

Why Fixed and Variable Partitions Link OS Memory Management to Oracle Storage

This article explains how classic operating‑system storage techniques such as fixed and variable partitioning, paging, and segmentation correspond to Oracle database memory structures like shared‑pool buckets, deferred segment creation, and extent management, highlighting their benefits and drawbacks.

Operating SystemPagingSegmentation
0 likes · 18 min read
Why Fixed and Variable Partitions Link OS Memory Management to Oracle Storage