×

Alibaba Cloud Community

49004 Reputation

Follow me to keep abreast with the latest technology news and trends about Alibaba Cloud.

Follow
Activities(50) Posts(987) Series(22) Areas of Expertise Following Followers
Areas of Expertise

Following (2)

See All

Followers (239)

See All

Alibaba Cloud Launches Qwen2-Audio Model to Analyze Speech and Audio

Alibaba Cloud’s open-sourced Qwen2-Audio is the latest iteration of its large audio language model (LLM) that can process audio and text input and generate text output.

AI ON CLOUD | Article Collections on Artificial Intelligence

In the lead-up to the Apsara Conference, we’re rolling out a series of blogs showcases highlighting AI innovations.

In-Depth Exploration of the RAG Optimization Scheme and Practice

This article introduces in detail the challenges, general paradigm, engineering practice, and optimization strategy of RAG.

Fall Into the Trap of Java Interface

This article introduces the experience of encountering errors in code and the potential for one line of code to have different effects in different scenarios.

Is There Just service_stdout.log on Your Application?

This article describes the troubleshooting ideas for the invalid logback-spring.xml file.

Tomorrow's Canvas: AI-Generated Visions of the Future

Join us in exploring the limitless possibilities of AI and get a chance to be featured on our blog.

A Distributed Computing Idea of Global Dictionary Index Based on ODPS SQL

This article introduces a method that leverages distributed computing resources to calculate the global dictionary index.

Flink SQL Development Experience Sharing

This article introduces the author's experiences in tackling issues encountered while developing real-time data processing tasks using Apache Flink.

Exploration From Failure Drills to O&M Tool Capability Evaluation

This article explores the need for failure drills and O&M tool evaluation in the context of evolving system architecture and its impact on system stability.

Pictureworks Leverages Alibaba Cloud's AI Capabilities to Elevate Digital Imaging in the Tourism Industry across Asia

The AI-powered imaging solution has benefitted seven top global tourist attractions across Asia by enhancing visitor’s digital experience.

Blogs of the Week – Ep. 12, 2024

Each week, we compile the hottest and most impactful topics. Let’s take a look at the twelfth episode of Blogs of the Week in 2024.

Alibaba Cloud Customer Service Agent: Thoughts, Design, and Practices from Concept to Implementation

This article introduces how the author's team designs and implements the Alibaba Cloud customer service agent, and summarizes the results achieved so far.

"Black Myth Wukong" Sparks Video Gaming Surge

Video game sales on Taobao rose 130% on the day "Black Myth: Wukong" launched.

Apsara Conference 2024 Invitation | AI ON CLOUD

The Apsara Conference 2024 of Alibaba Cloud will be held in Hangzhou, China from September 19th to 21st, 2024.

Q&A: How Alibaba's DAMO Academy Uses AI to Improve Solar and Wind Energy Forecasting in China

DAMO engineers and scientists are leveraging artificial intelligence and machine learning to improve renewable energy forecasting in China.

A Detailed Explanation of JVM Garbage Collector G1&ZGC

This article shares some execution processes of garbage collectors, providing a useful reference for those interested in the topic.

Embrace Open Source Ecosystem with Alibaba Load Balancer Controller V1.2.0

The article introduces the release of the open source version of alibaba-load-balancer-controller, including its features and best practices.

Java Thread Pool Implementation and Best Practices in Business Applications

The article discusses the implementation principles and source code analysis of Java thread pools, as well as best practices for using thread pools in business applications.

All You Need to Know About Upgrading from JDK 8 to JDK 11

This article describes the process of upgrading from JDK 8 to JDK 11, the enhancements after the upgrade, and new features in JDK 11.

Alibaba Cloud Collaborates with Shiseido China on AI-driven DRUNKGPT

Alibaba Cloud’s Generative AI Supports Shiseido’s Drunk Elephant Enhanced Customer Engagement Experience in Chinese Mainland

Latest Comments

Santhakumar Munuswamy Commented on Alibaba Cloud 2024 Autumn MVP Application Now Open

Thank you for sharing

RadianceFields Commented on Cloud for AI | La Rivière Alibaba Cloud Showcase @International Broadcast Center

Is there a media contact for MUCAR? I am working on a story for publication and would like to speak with someone

ToeyKung Commented on Joe Tsai on Why Alibaba is All In on AI

Good Jobs, Thanks.

Aung Myint Myat Commented on Blogs of the Week – Ep. 44

As an authorized agency partner, I submitted my application for the identity document mentioned in this post one year ago. However, I have yet to receive any updates regarding its processing. Could you please provide an explanation for this delay?

5424811297062398 Commented on A New Stream: Adding the Generator Feature to Java

This is so stunningly elegant AND practical! (But my head is steaming, because it is easy to get something wrong in higher-order functional programming...) I actually have a use case for an OctoSeq (8 parameters), which I would like to map to a HexaSeq (6 parameters) because I could then just copy-paste the formula from tested code in JavaScript without worrying about confusing an array index. But it seems that doesn't work with standard Java... After that it seems I need to cast the HexaSeq into an ArrayList of 6-tuples and do other mapping there, because the the OctoSeq involves CompletableFuture.