Tag

Search

1 views collected around this technical thread.

DataFunTalk
DataFunTalk
May 28, 2025 · Artificial Intelligence

Google CEO Sundar Pichai on AI‑Driven Platform Transformation and the Rise of Agents

In a post‑I/O interview, Sundar Pichai explains how Google’s new AI products—from multimodal Gemini to AI agents like Flow—signal a second‑stage platform shift where AI becomes a universal interface, reshaping search, content creation, and the future integration of agents across consumer and enterprise ecosystems.

AIAgentsGoogle
1 likes · 35 min read
Google CEO Sundar Pichai on AI‑Driven Platform Transformation and the Rise of Agents
macrozheng
macrozheng
Apr 3, 2025 · Databases

MySQL vs Elasticsearch: Which Data Store Wins for Your Use Case?

This article compares MySQL and Elasticsearch across data models, query languages, indexing, distributed architecture, performance, scalability, and typical use cases, helping developers choose the right system or combine them effectively for various application scenarios.

Data ModelingDatabase ComparisonElasticsearch
0 likes · 12 min read
MySQL vs Elasticsearch: Which Data Store Wins for Your Use Case?
Dual-Track Product Journal
Dual-Track Product Journal
Feb 27, 2025 · Product Management

Turn E‑commerce Back‑office from a Maze into a Highway with Smart Information Architecture

This guide shows how product managers can redesign a chaotic e‑commerce admin panel by applying a four‑step information‑architecture process—role analysis, navigation hierarchy, global search, and feedback—to boost efficiency, reduce errors, and create a seamless user experience.

SearchUXbackend design
0 likes · 6 min read
Turn E‑commerce Back‑office from a Maze into a Highway with Smart Information Architecture
Python Programming Learning Circle
Python Programming Learning Circle
Jan 23, 2025 · Fundamentals

Comprehensive Overview of Classic Algorithms and Their Python Implementations

This article presents a detailed guide to classic sorting, searching, and encryption algorithms, explains their principles and use cases, and provides Python implementation links and visualizations, offering a valuable resource for learners seeking to master fundamental algorithmic techniques.

AlgorithmsData StructuresEncryption
0 likes · 14 min read
Comprehensive Overview of Classic Algorithms and Their Python Implementations
macrozheng
macrozheng
Jan 6, 2025 · Backend Development

Discover Elasticvue: A Lightweight Open‑Source GUI for Managing Elasticsearch

This article introduces Elasticvue, a free open‑source Elasticsearch GUI that supports ES 7.x/8.x, explains how to install it via Docker, demonstrates its features such as cluster monitoring, index and shard management, document search, and REST queries using a real e‑commerce project example.

DockerElasticsearchElasticvue
0 likes · 7 min read
Discover Elasticvue: A Lightweight Open‑Source GUI for Managing Elasticsearch
System Architect Go
System Architect Go
Dec 15, 2024 · Operations

A Structured Framework for Optimizing System Components

This article presents a comprehensive framework for optimizing system components such as databases, caches, message queues, and search engines, covering environment configuration, data structure organization, client‑side usage, and inter‑component collaboration, illustrated with MySQL, Redis, Kafka, and Elasticsearch examples.

Message QueuesSearchcaching
0 likes · 6 min read
A Structured Framework for Optimizing System Components
DataFunSummit
DataFunSummit
Oct 30, 2024 · Databases

Design and Implementation of Vector Databases: Architecture, Indexing, and AI Optimizations

This article introduces vector databases as the foundation for efficient high‑dimensional data retrieval in generative AI, covering their background, Milvus’s cloud‑native architecture, key indexing techniques, performance‑trade‑offs, AI‑driven optimizations, and a Q&A session.

AIIndexingMilvus
0 likes · 15 min read
Design and Implementation of Vector Databases: Architecture, Indexing, and AI Optimizations
58 Tech
58 Tech
Sep 23, 2024 · Artificial Intelligence

Enhancing Commercial Search with Knowledge Graphs and Large‑Model Techniques

This article describes how a commercial search platform iteratively upgrades its system by structuring business knowledge into a knowledge graph, applying multi‑stage entity extraction (CRF, Electra‑CRF, GLM‑3, OCR), and leveraging large language models to improve relevance, user experience, and revenue.

AINLPSearch
0 likes · 14 min read
Enhancing Commercial Search with Knowledge Graphs and Large‑Model Techniques
Efficient Ops
Efficient Ops
Sep 1, 2024 · Backend Development

Master Elasticsearch: From Basics to Advanced Performance Tuning

This article walks through Elasticsearch’s licensing history, version selection, installation, cluster health monitoring, shard routing, storage mechanisms, refresh and translog processes, segment merging, and practical performance optimizations such as disk choices, index settings, and JVM tuning.

ClusterElasticsearchIndexing
0 likes · 21 min read
Master Elasticsearch: From Basics to Advanced Performance Tuning
JD Retail Technology
JD Retail Technology
Aug 16, 2024 · Artificial Intelligence

Interview with JD Retail AI Director Zhai Zhouwei on the Evolution and Future of E‑commerce Search Powered by Large Models

In this interview, JD Retail’s AI director Zhai Zhouwei outlines the four historical stages of e‑commerce search, explains how large‑model AI is reshaping user interaction, retrieval and content generation, discusses practical challenges and solutions, and shares his vision and advice for enterprises adopting these technologies.

AIJD.comLarge Models
0 likes · 9 min read
Interview with JD Retail AI Director Zhai Zhouwei on the Evolution and Future of E‑commerce Search Powered by Large Models
Test Development Learning Exchange
Test Development Learning Exchange
Aug 1, 2024 · Fundamentals

Detailed Guide to Python bisect Module: Functions for Searching Sorted Lists

This article explains the purpose, efficiency benefits, core functions, and practical code examples of Python's bisect module for locating and inserting elements in sorted lists using binary search with O(log n) complexity.

Data StructuresSearchalgorithm
0 likes · 7 min read
Detailed Guide to Python bisect Module: Functions for Searching Sorted Lists
DevOps
DevOps
May 30, 2024 · Artificial Intelligence

From Classic Google to AI-Powered Search: Trends, Challenges, and Industry Competition

The article examines how Google’s new AI‑driven Overview feature revives a minimalist search experience, critiques the pitfalls of generative AI answers, and analyzes the strategic battles among Google, Microsoft, OpenAI, and Meta for dominance in the evolving search landscape.

AIBingGoogle
0 likes · 11 min read
From Classic Google to AI-Powered Search: Trends, Challenges, and Industry Competition
Cognitive Technology Team
Cognitive Technology Team
May 25, 2024 · Artificial Intelligence

Google’s Generative AI Search Tools and Their Impact on the Web: A “Toilet Theory” Perspective

The article examines Google’s new generative AI search suite, its “AI Overview” feature, and the resulting “zero‑click” phenomenon, arguing that while the technology offers convenience, it may simplify web content, undermine publishers, and reshape how users and platforms interact with information.

GoogleSearchWeb Ecosystem
0 likes · 9 min read
Google’s Generative AI Search Tools and Their Impact on the Web: A “Toilet Theory” Perspective
JD Tech
JD Tech
May 17, 2024 · Artificial Intelligence

Optimizing JD Advertising Retrieval Platform: Balancing Compute, Data Scale, and Iterative Efficiency

The article details how JD's advertising retrieval platform tackles the core challenge of balancing limited compute resources with massive data by optimizing compute allocation, improving model scoring efficiency, and enhancing iteration speed through distributed execution graphs, adaptive algorithms, and platform‑level infrastructure improvements.

ANNSearchadvertising
0 likes · 24 min read
Optimizing JD Advertising Retrieval Platform: Balancing Compute, Data Scale, and Iterative Efficiency
php中文网 Courses
php中文网 Courses
May 16, 2024 · Backend Development

Using PHP’s array_search() Function to Find Keys in an Array

This article explains PHP's array_search() function, detailing its purpose, prototype, parameters, return values, and provides clear code examples demonstrating how to locate keys of specific values in associative arrays, including handling of strict type comparison and cases where the value is absent.

PHPSearcharray-search
0 likes · 4 min read
Using PHP’s array_search() Function to Find Keys in an Array
php中文网 Courses
php中文网 Courses
Apr 19, 2024 · Backend Development

Using PHP strpos() to Find Character and Substring Positions

This article explains the PHP strpos() function, its syntax, parameters, and demonstrates how to locate characters or substrings within a string using various examples, including offset handling, with complete code snippets for practical reference.

PHPSearchTutorial
0 likes · 5 min read
Using PHP strpos() to Find Character and Substring Positions
Code Ape Tech Column
Code Ape Tech Column
Apr 12, 2024 · Databases

Understanding Full-Text Search and Inverted Indexes in MySQL InnoDB

This article explains MySQL InnoDB full-text search, covering inverted index structures, creation and usage of full-text indexes, query modes such as natural language, boolean, and query expansion, and provides practical SQL examples and considerations for effective text searching.

DatabaseFull-Text SearchInverted Index
0 likes · 11 min read
Understanding Full-Text Search and Inverted Indexes in MySQL InnoDB
Selected Java Interview Questions
Selected Java Interview Questions
Mar 24, 2024 · Fundamentals

Comprehensive Guide to GitHub Search Syntax and Techniques

This article provides a detailed overview of GitHub's advanced search capabilities, including sorting options, repository, code, user, and topic search qualifiers, with numerous examples and practical tips for developers to locate and rank results effectively.

GitHubRepositorySearch
0 likes · 21 min read
Comprehensive Guide to GitHub Search Syntax and Techniques