Ximalaya Technology Team
Author

Ximalaya Technology Team

Official account of Ximalaya's technology team, sharing distilled technical experience and insights to grow together.

44
Articles
0
Likes
122
Views
0
Comments
Recent Articles

Latest from Ximalaya Technology Team

44 recent articles
Ximalaya Technology Team
Ximalaya Technology Team
Dec 12, 2023 · Frontend Development

Performance Optimization of Cloud Editing Playback: Preloading and Latency Reduction

By analyzing latency sources and introducing a pre‑loading ‘prepare’ step with new player APIs, the cloud‑editing team reduced audio start‑up delays by roughly 200 ms on average—cutting half‑second waits to under three‑hundred milliseconds and markedly improving streamer workflow.

Performance optimizationWeb Audiocloud editing
0 likes · 12 min read
Performance Optimization of Cloud Editing Playback: Preloading and Latency Reduction
Ximalaya Technology Team
Ximalaya Technology Team
Dec 11, 2023 · Artificial Intelligence

Using AI to Illustrate Classical Chinese Poetry: A Midjourney and GPT‑4 Case Study

The article demonstrates how GPT‑4 and Midjourney can be combined to interpret and visually render Level 10 classical Chinese poems—such as Li Bai’s “将进酒” and Du Fu’s “茅屋为秋风所破歌”—through a step‑by‑step prompt‑engineering workflow that produces exaggerated, abstract 16:9 images, comic‑strip scenes, and animated frames, while discussing the educational benefits and risks of AI‑generated illustrations.

AI illustrationClassical Chinese poetryGPT-4
0 likes · 5 min read
Using AI to Illustrate Classical Chinese Poetry: A Midjourney and GPT‑4 Case Study
Ximalaya Technology Team
Ximalaya Technology Team
Dec 10, 2023 · Frontend Development

Implementing a TodoList Component with ArkTS Declarative UI and State Management

By using ArkTS’s declarative UI features—@Entry, @Component, @Preview, struct‑based custom components, property chaining, Column layout, and a ForEach loop—this tutorial builds a TodoList where each ToDoItem toggles an isComplete state on click, automatically updating the view through state‑driven rendering.

ArkTSDeclarative UIState Management
0 likes · 6 min read
Implementing a TodoList Component with ArkTS Declarative UI and State Management
Ximalaya Technology Team
Ximalaya Technology Team
Nov 28, 2023 · Frontend Development

An Overview of ArkTS: Origin, Evolution, Declarative UI Paradigm, and State Management

ArkTS, Huawei’s evolution of JavaScript and TypeScript, provides a declarative UI framework with enhanced rendering, cross‑OS support, and streamlined state management through @State, @StorageLink, and AppStorage, enabling developers to build concise, high‑performance HarmonyOS applications using familiar JS/TS syntax.

ArkTSDeclarative UIHarmonyOS
0 likes · 10 min read
An Overview of ArkTS: Origin, Evolution, Declarative UI Paradigm, and State Management
Ximalaya Technology Team
Ximalaya Technology Team
Nov 22, 2023 · Industry Insights

Why OpenAI’s Board Turmoil Could Reshape the AI Industry

OpenAI’s chaotic board actions—secret CEO searches, a rejected merger with Anthropic, massive employee protests, and looming client defections—highlight deep governance issues that may reshape the company’s future and the broader AI market.

AI industryCorporate governanceCustomer Churn
0 likes · 7 min read
Why OpenAI’s Board Turmoil Could Reshape the AI Industry
Ximalaya Technology Team
Ximalaya Technology Team
Nov 17, 2023 · Cloud Computing

Technical Case Study of Cloud Audio Editing: Challenges, Solutions, and Optimization

The case study details how the Cloud Editing team tackled severe waveform loading delays, zoom lag, and inefficient IndexedDB storage by refactoring the processing pipeline, standardizing multi‑transaction storage, adding monitoring and cleanup tools, and rigorously testing releases, ultimately cutting processing times by over half and dramatically improving user experience.

IndexedDBTechnical Case StudyWeb Optimization
0 likes · 9 min read
Technical Case Study of Cloud Audio Editing: Challenges, Solutions, and Optimization
Ximalaya Technology Team
Ximalaya Technology Team
Nov 16, 2023 · Artificial Intelligence

How AI Agents Turn One-Line Prompts Into Fully Functional Apps in Minutes

ChatDev, an AI‑driven software development platform, claims to create complete applications from a single prompt in about three minutes and at a cost of roughly two yuan, leveraging a multi‑agent workflow, a custom 100‑billion‑parameter model, and open‑source frameworks to dramatically cut development time and expense.

AI agentsChatDevIndustry Analysis
0 likes · 13 min read
How AI Agents Turn One-Line Prompts Into Fully Functional Apps in Minutes
Ximalaya Technology Team
Ximalaya Technology Team
Nov 15, 2023 · Mobile Development

Implementing Gradient Text Effects for Android Live Chat Nicknames

The article explains how to give privileged Android live‑chat users gradient nicknames by applying a LinearGradient shader via a custom GradientColorSpan, handling multi‑line text with restart or continuous strategies, and integrating these spans in a LiveGradientTextView that measures, inflates, and renders the gradient consistently across all live‑room scenarios.

AndroidCustom SpanShader
0 likes · 14 min read
Implementing Gradient Text Effects for Android Live Chat Nicknames
Ximalaya Technology Team
Ximalaya Technology Team
Nov 14, 2023 · Mobile Development

Getting Started with Huawei DevEco Studio for HarmonyOS Application Development

To begin developing HarmonyOS apps with Huawei DevEco Studio, download and install the IDE and required SDKs, configure Node.js and OHPM, verify the environment, create a new Stage‑model project using the Empty Ability template, explore the generated ArkTS directory structure, compare it to Android projects, and run the app on an emulator.

ArkTSDevEco StudioHarmonyOS
0 likes · 6 min read
Getting Started with Huawei DevEco Studio for HarmonyOS Application Development
Ximalaya Technology Team
Ximalaya Technology Team
Nov 13, 2023 · Artificial Intelligence

Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins

This step‑by‑step tutorial shows how to build a custom nutrition‑analysis GPT—named “Nutri Buddy”—by logging into ChatGPT, creating a GPT, uploading knowledge files, configuring an Action plugin that calls the Boohee food API for calorie, protein and carbohydrate data, and then publishing the assistant with private, link‑only, or public visibility.

API integrationCustom AIGPT
0 likes · 8 min read
Step-by-Step Guide to Creating Custom GPTs with Knowledge and Action Plugins