Skip to main content

OKHK 👀

个人数字泔水\(⁠◔⁠‿⁠◔⁠)
Thinking...
  1. 构图完美,核心元素一个不缺,甚至美国国旗还是反着的
    几乎可以确定是 2025 年的普利策奖作品了
    向 2021 年普利策奖得主的摄影师 Evan Vucci 致敬
  2. 从完整OTA包提取boot镜像

    从微软商店安装python3.12
    pip install https://github.com/5ec1cff/payload-dumper/archive/refs/heads/master.zip
    payload_dumper --partitions init_boot https://dl.google.com/dl/android/aosp/husky-ota-ud1a.230803.022.b1-13ff7dfb.zip
    即可在output目录找到init_boot.img。

    以上示例中init_boot.img为8MiB,总下载大小1.7MiB,用时不到一分钟。 GitHub - 5ec1cff/payload-dumper: Dump Android's payload.bin
  3. https://github.com/AugustDev/enchanted
    #macOS #Apple

    如果你在本地用 Ollama 部署了私有模型,需要一个类似ChatGPT的苹果设备的客户端,那么Enchanted可能能满足你的要求。

    Enchanted 是一个开源的、兼容 Ollama 的优雅 macOS/iOS/visionOS 应用程序,适用于使用 Llama 2、Mistral、Vicuna、Starling 等私有托管模型。它本质上是一个 ChatGPT 应用界面,可以连接到您的私有模型。Enchanted 的目标是提供一个产品,能够在 iOS 生态系统(包括 macOS、iOS、Watch 和 Vision Pro)中,实现无过滤、安全、私密和多模态的使用体验。 GitHub - gluonfield/enchanted: Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2…
OKHK