2024 Annual Review

Introduction and self-positioning Annual Preface and Background 📅 Hi! 2025 ~ TIP: This article has a high density of information and is highly subjective. I have tried to include fewer opinions and more descriptions of my experiences, including my own experiences traveling, reflections on things I have experienced, and some experiences in making products. Experience is valuable, and I hope to leave more room for you to be touched and think....

February 12, 2025 · 157 min · 33277 words · Xinwei Xiong, Me

In 2023, I Was Wandering at the Edge of the World

about me #Last College Career #Travel Observations #Transnational Adventure #Life Change #Growth Story #Exploring the Unknown #Memoir #Cultural Experience #Natural Beauty #City Walk #History Precipitation #Outdoor Adventure #Mountain and River Camping #First Time in Life #World Heritage #Food Experience #Life and Work Balance #Graduation Countdown #From Wuhan Go to Shenzhen #Anhui Huangshan #Explore the ancient city of Shexian #Lijiang Ancient City Tour #江西武公山 adventure #Hong Kong MacLehose Trail #Macau Parisian Travel #Western Sichuan Snow Mountain Shocking #MalaysiaSolo Travel #SingaporeExplore...

March 3, 2024 · 36 min · 7561 words · Xinwei Xiong, Me

Metacognitive Transformation Review

LIST Two different experiences brought by fineness | 2025-06-02 14:16:04 There are two kinds of subtleties in the world: one is perfectionism and the other is touching. Why does the latter often touch our hearts more? The refinement of perfectionism is the persistence in “perfection” itself - the flawless surface of ceramics and the accuracy of each note on the piano keys. The refinement of moving lies in the connection of emotions, which is like the beauty of imperfection in the Japanese “mono no aware”, and is a subtlety that can touch the soul....

June 2, 2025 · 301 min · 64102 words · Xinwei Xiong

Mem0

May 9, 2025 · 0 min · 0 words · Xinwei Xiong, Me

UFO

May 9, 2025 · 0 min · 0 words · Xinwei Xiong, Me

Argo Cd

May 9, 2025 · 0 min · 0 words · Xinwei Xiong, Me

Ai Recommend 开源项目深度学习

本项目是一个持续的过程,以日拱一卒的态度去学习 AI 开源项目,通过实践真实项目,结合 AI 工具,提升解决复杂问题的能力。并且记录。 notion List 基本信息: 项目名称: GitHub 地址: 主要技术栈: 补充相关文章 开源的阶段性成长指南 一份完整的开源贡献指南(提供给第一次踏入开源伙伴秘籍) 我的实践总结:开源社区的规范设计思路 在开源社区中学会如何提问

April 23, 2025 · 1 min · 17 words · Xinwei Xiong, Me

Notebooklm 开源项目深度学习

本项目是一个持续的过程,以日拱一卒的态度去学习 AI 开源项目,通过实践真实项目,结合 AI 工具,提升解决复杂问题的能力。并且记录。 notion List 基本信息: 项目名称: GitHub 地址: 主要技术栈: 补充相关文章 开源的阶段性成长指南 一份完整的开源贡献指南(提供给第一次踏入开源伙伴秘籍) 我的实践总结:开源社区的规范设计思路 在开源社区中学会如何提问

April 21, 2025 · 1 min · 17 words · Xinwei Xiong, Me

Tdd 开源项目深度学习

本项目是一个持续的过程,以日拱一卒的态度去学习 AI 开源项目,通过实践真实项目,结合 AI 工具,提升解决复杂问题的能力。并且记录。 notion List 基本信息: 项目名称: GitHub 地址: 主要技术栈: 补充相关文章 开源的阶段性成长指南 一份完整的开源贡献指南(提供给第一次踏入开源伙伴秘籍) 我的实践总结:开源社区的规范设计思路 在开源社区中学会如何提问

April 21, 2025 · 1 min · 17 words · Xinwei Xiong, Me

MarkItdown 开源项目深度学习

本项目是一个持续的过程,以日拱一卒的态度去学习 AI 开源项目,通过实践真实项目,结合 AI 工具,提升解决复杂问题的能力。并且记录。 notion List 1. 引言 1.1. MarkItDown 与 Markdown 的关系 首先需要明确,“MarkItDown”并非通用标记语言“Markdown”的笔误。MarkItDown 是一个由微软开发并开源的特定 Python 工具库 1。虽然其名称与 Markdown 相似,且其核心目标是将各种文件格式转换为 Markdown,但 MarkItDown 本身是一个独立的软件实体。本报告将聚焦于分析 MarkItDown 工具的实现原理、设计理念、功能特性及其在实际场景中的应用,同时也会在必要时提及 Markdown 语言本身作为其目标输出格式的相关背景。 1.2. MarkItDown 概述 MarkItDown 是一个轻量级的 Python 实用程序,旨在将多种类型的文件和 Office 文档转换为 Markdown 格式 1。其主要应用场景是为大型语言模型(LLM)和相关的文本分析管道准备文档数据 1。它支持广泛的文件格式,包括 PDF、Word (.docx)、PowerPoint (.pptx)、Excel (.xlsx)、图像、音频、HTML、各种文本格式(如 CSV、JSON、XML)乃至 ZIP 压缩包 1。该工具自发布以来受到了广泛关注,尤其是在需要将非结构化或半结构化数据整合到 AI 工作流中的开发者社群中 3。 1.3. 报告目标与范围 本报告旨在深入分析 MarkItDown 的技术细节与应用价值。内容将涵盖其设计哲学、核心架构、文件转换机制、安装与使用方法、与 LLM 及 Azure Document Intelligence 等外部服务的集成方式、安全考量、与其他类似工具的比较,以及实际应用场景和局限性。通过本次分析,旨在为技术决策者、开发者和数据科学家提供关于 MarkItDown 能力、优势、劣势以及适用场景的全面理解。 2. 设计哲学与目标 2.1. 核心目标:为 LLM 和文本分析服务 MarkItDown 的首要设计目标是服务于大型语言模型(LLM)和相关的文本分析流程 1。它致力于将不同来源的文档转换为一种统一的、对机器友好的格式——Markdown。这种转换的重点在于尽可能保留原始文档的重要结构和内容,例如标题、列表、表格、链接等 1。...

April 21, 2025 · 15 min · 3001 words · Xinwei Xiong, Me