Total Pageviews

Wednesday, 4 March 2026

Awesome-Documentation

 A curated list of documentation based libraries that help build small and large-scale documentation website.  

Awesome

A curated list of awesome documentation-based libraries that help build small and large-scale applications with next.js.

Contents

Courses

Articles

Platform

  • Mintlify - Mintlify is a modern standard platform to build a documentation site.
  • GitBook - GitBook is a knowledge management platform for technical teams.
  • Doocs - Publish a documentation site in minutes with a clean UI and powerful editor.
  • Archbee - Build small and large documentation sites using modern tools and technology.
  • Document360 - AI-Powered Knowledge Base Software That Scales With Your Product.
  • Readme - Build a better documentation.
  • Nuxt Studio - Nuxt Studio is a Git-based CMS for Nuxt that offers easy editing and limitless customization for your Nuxt Content website.
  • GitHub Wiki - GitHub Wiki allows developers to create and manage documentation alongside their code in GitHub repositories.
  • Hashnode Docs - Hashnode Docs helps developers and teams create and manage documentation for their product.
  • Documentation.AI - The Official AI Documentation Platform. Create and publish improved documentation with Documentation AI today.

JavaScript

  • Nextra - Nextra is a simple, powerful, and flexible site generation framework to build blogs and documents with Next.js and MDX.
  • Markdoc - Markdoc is a powerful, flexible, Markdown-based authoring framework.
  • Outstatic - Outstatic is a new static site content management system(CMS) built with Next.js. Special built for Next.js. It works with a page and app router.
  • Content layer - The content layer works with nextjs and markdown and helps build the blog application.
  • Docusaurus - Build optimized websites quickly, focus on your content.
  • Lume - The fast & flexible static site generator for Deno.
  • Docsify.js - A magical documentation site generator.
  • Code doc - Code Doc is a simple, lightweight, easy-to-configure documentation generator for modern software documentation.
  • Starlight - Build beautiful, accessible, high-performance documentation websites with Astro.
  • Compodoc - Compodoc is a documentation tool for Angular applications that generates static documentation websites.
  • Fumadocs - Fumadocs is a powerful framework for building documentation sites in Next.js using the power of Next.js App Router and React Component.
  • MDXTS - The MDXTS is a content & documentation SDK for React and Nextjs. It helps to build a documentation website quickly and efficiently.
  • Doks - Build a fantastic documentation website with Doks that is fast, accessible, and easy to use.
  • Code Hike - Build rich content websites with Markdown and React.
  • Type Docs - Generate the documentation for TypeScript.
  • JsDoc - An API documentation generator for JavaScript.
  • ReNoun - The ReNoun toolkit is documentation that matches the quality of your product.
  • Docmost - Docmost is an open-source collaborative wiki and documentation software that enables effortless creation, collaboration, and sharing of knowledge.
  • Docs Page - The docs.page is a free Open Source project, allowing you to create instant, fast, beautiful documentation with zero configuration.
  • Docus - Write beautiful documentation with Markdown.
  • Rspress - Rspress is a fast React-based static site generator for modern documentation, blogs, and product websites.

from  https://github.com/officialrajdeepsingh/awesome-documentation

美軍數架F-15戰機被伊朗导弹摧毁!郭正亮:中俄武器挺伊朗

 

美军神话彻底崩盘!作战中心被伊朗「炸成焦炭」 连警报都没响

 

Monday, 2 March 2026

小米开源2025年度报告

 

小米技术发布小米开源2025年度报告。小米开源继续秉持“尊重、回馈、价值”的核心价值观。在深耕AI领域的同时,进一步强化了对开源合规治理的重视。报告将重点回顾小米开源在技术突破、生态共建及人才激励三个维度的表现。

技术突破
大模型研发

2025年是小米开源技术布局收获的一年:

    语言模型:发布了Xiaomi MiMo-7B模型,提升了大模型的推理性能
    多模态模型:推出跨域具身基座模型Xiaomi MiMo-Embodied,实现了自动驾驶与具身智能的统一建模。
    语音模型:发布了Xiaomi MiMo-Audio模型,推动了语音交互技术的升级。
    全屋智能:发布了Miloco智能家居未来探索方案。

生态共建
开源生态

    开源项目:发布了MiDashengLM-7B语音理解大模型与MiMo-V2-Flash高情商模型。
    合规治理:全年完成了11次开源合规业务沟通与30次项目评审,完善了开源治理体系。

 AI生态

    技术交流:举办了小米开源峰会暨开放原子园区行、openvela全球开发者大会等,展示了最新技术成果。
    产业落地:推动了开源技术在AIoT等产业的一线落地,搭建了供需对接平台。

人才培养与未来展望

组织了多场openvela城市沙龙活动,吸引了产业界与学术界的人才参与,并通过内部评选激励了创新活力。小米开源将继续深化技术开放与生态共建,利用开源力量驱动产业创新,为全球开发者和合作伙伴创造更多价值。

原文:https://mp.weixin.qq.com/s/DHhqIb43z2Qu7AYaks4Bjg

iPhone 上跑通本地大语言模型- Fullmoon项目

 
Fullmoon项目是一款基于苹果生态的 iOS/macOS 本地大语言模型(LLM)聊天应用。它利用 Apple Silicon 强大的算力和 Apple 开源的 MLX Swift 框架,实现了在设备端离线运行 LLM,保证了数据隐私的安全性。遵循 MIT 开源协议.项目不仅提供了 iOS 客户端,还包含了 macOS 和 visionOS 的适配代码。

Fullmoon 核心定位是 ‍“私有 LLM 的最简使用方式”‍。与传统的云端 AI 不同,Fullmoon 允许用户在 iPhone、iPad、Mac 甚至 Vision Pro 等 Apple 设备上,完全离线 地运行大语言模型。这意味着用户的对话内容不会发送到服务器,而是安全地保存在本地,摆脱了对网络连接的依赖。

Fullmoon 的实现得益于苹果对机器学习框架的深度优化。它基于 Apple 官方开源的 MLX Swift 框架。

    MLX Swift:这是 Apple 在 WWDC 2025 推出的机器学习框架,专为 Apple Silicon 设计。它允许开发者在 Swift 环境中直接调用机器学习模型,利用 Metal 3 图形框架进行高效计算。
    硬件加速:Fullmoon 通过底层调用 Metal,直接在 iPhone、iPad 或 Mac 的 GPU 上运行模型,提供了比传统 CPU 推理更快的速度,同时大幅降低了能耗。

为了在移动设备上流畅运行,Fullmoon 支持了多种经过量化处理的模型。

    Llama-3.2 系列:支持 1B 和 3B 参数的 Instruct 版本,且采用了 4-bit 量化技术(如 Llama-3.2-1B-Instruct-4bit),极大地减少了模型大小和内存占用。
    DeepSeek 系列:如 DeepSeek-R1-Distill-Qwen-1.5B-4bit 等,这些模型在保持相对较小体积的同时,仍然具备较强的推理能力。

Fullmoon 不仅仅是一个运行模型的容器,它在用户体验上也下了很大功夫:

    主题与自定义:用户可以调整应用的主题颜色、字体大小,甚至自定义系统提示(system prompt),个性化程度高。
    快捷指令(Shortcuts)集成:Fullmoon 支持 iOS Shortcuts,用户可以将模型的输出作为其他自动化操作的输入,实现更灵活的工作流。
    离线完整体验:即便在无网络环境下,Fullmoon 依然可以调用本地模型进行对话,适合出差、旅行等场景。

源代码:https://github.com/mainframecomputer/fullmoon-ios
Apple 商店:https://apps.apple.com/us/app/fullmoon-local-intelligence/id6727014156

微软的开源项目LiteBox:Rust编写的极简化安全库操作系统

微软推出了一个备受关注的开源项目——LiteBox。该项目与微软传统的云服务或开发工具截然不同,它专注于系统底层安全,旨在为应用程序提供类似“保镖”的防护。项目遵守MIT开源协议。 LiteBox并非一个完整的操作系统,而是一个基于Rust语言的沙箱化库操作系统(Library OS)‍。它遵循“库操作系统”(Library OS)理念,将核心的操作系统服务直接嵌入到应用程序内部,而不是依赖传统的系统调用与内核交互。 核心优势:通过极简化的接口调用,大幅削减攻击面,并提供了比传统虚拟机或容器更轻量级的安全隔离机制。 功能特性: 沙箱化(Sandboxing)‍:LiteBox通过沙箱机制将应用程序的请求转换为外部全功能接口可识别的指令,有效防止恶意代码直接攻击宿主机。 内核与用户态支持:它不仅支持用户态执行,还提供了对内核态操作的安全抽象 LiteBox的设计理念非常适合需要高安全性保障的边缘计算、IoT设备以及高频交易系统等场景,在这些环境中,传统的容器化方案可能过于臃肿,而LiteBox提供了极致的轻量级防护。 源代码:https://github.com/microsoft/litebox

一键换源,畅享极速:LinuxMirrors 让 Linux软件源的配置化繁为简

 


LinuxMirrors 是一款功能强大的 GNU/Linux 系统软件源切换与管理工具。它的核心目标是帮助用户,特别是身处国内网络的用户,快速、准确地将系统默认的软件源替换为国内高速镜像站,从而极大地提升软件包更新与安装的速度。项目代码遵循 GPL 开源协议。
核心功能与特点

    广泛的操作系统支持:该项目几乎覆盖了所有主流 Linux 发行版,包括 Debian、Ubuntu、CentOS、Fedora、Arch Linux、openSUSE、Alpine Linux,以及国内流行的 openEuler、OpenCloudOS 等。项目始终保持活跃更新,例如在 2025 年就新增了对 Manjaro 系统的适配。
    一键式自动化切换:用户只需运行一条简单的命令,脚本便会自动检测系统类型和版本,并智能选择最佳的国内镜像源进行配置,全程无需手动干预。
    超越换源的实用功能:除了核心的换源功能,LinuxMirrors 还集成了诸如 Docker 引擎的一键安装与配置、自动修复损坏的软件源列表、智能跳过已安装组件等贴心特性。这使得它在服务器初始化、批量环境部署等场景下尤为高效。
    安全与可靠:脚本提供“备份原配置”和“还原”功能,操作前会自动备份系统原有的源列表,让用户可以随时回滚,无后顾之忧。

如何使用?

使用 LinuxMirrors 极其简单。在大多数情况下,只需要在终端中执行以下命令:

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

或者使用备用命令:

bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/change.sh)

脚本运行后,会提供一个清晰的交互式菜单,让你选择镜像源提供商(如阿里云、腾讯云、清华大学等),随后自动完成所有配置。

源代码:https://github.com/SuperManito/LinuxMirrors