Tagged articles
11 articles
Page 1 of 1
Machine Heart
Machine Heart
Apr 25, 2026 · Artificial Intelligence

How a Post‑00 Team Open‑Sourced OpenChronicle After OpenAI’s $100/Month Feature

OpenAI’s Chronicle introduced screen‑seeing, persistent AI memory behind a $100‑per‑month subscription, but within 48 hours a group of young developers released OpenChronicle as an open‑source, locally‑run, model‑agnostic memory layer that can be shared across agents, sparking a wave of community discussion and raising fundamental questions about control and ownership of AI memory.

AI memoryAgentChronicle
0 likes · 8 min read
How a Post‑00 Team Open‑Sourced OpenChronicle After OpenAI’s $100/Month Feature
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2021 · Fundamentals

Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation

This article presents a collection of Python 3.6.4 scripts that demonstrate how to scrape Zhihu images, converse with chatbots, classify Tang poems using NLP, generate random lottery numbers, automatically compose apology letters, capture screen images, and create animated GIFs, providing practical code examples for each task.

AutomationChatbotGIF
0 likes · 9 min read
Python Scripts for Various Automation Tasks: Web Scraping, Chatbots, Poem Classification, Lottery Generation, Apology Writing, Screen Capture, and GIF Creation
Baidu Intelligent Testing
Baidu Intelligent Testing
Jul 11, 2018 · Mobile Development

iOS Multi‑Device Remote Control: Technical Analysis and Implementation

This article analyzes the shortcomings of existing iOS remote‑control solutions, examines event‑driven and screen‑capture technologies, and presents a practical implementation that combines private APIs, optimized screenshot compression, and socket‑based real‑time streaming to achieve millisecond‑level event response and high‑frame‑rate video for multi‑device iOS control.

Event-drivenMobile AutomationiOS
0 likes · 11 min read
iOS Multi‑Device Remote Control: Technical Analysis and Implementation
360 Quality & Efficiency
360 Quality & Efficiency
Apr 2, 2018 · Mobile Development

Using minicap for Fast Android Screen Capture

This article introduces the minicap tool—a native NDK‑based screen‑capture solution for Android—explaining its advantages over the built‑in screencap command, how to compile or obtain binaries, install them on a device, and run it to obtain high‑speed, low‑size screenshots for automation testing.

AndroidNDKminicap
0 likes · 5 min read
Using minicap for Fast Android Screen Capture
MaGe Linux Operations
MaGe Linux Operations
Jul 28, 2017 · Artificial Intelligence

How to Capture GTA V Game Frames in Python with OpenCV for AI Experiments

This tutorial walks through using Python and OpenCV to capture screen images from GTA V, covering screen grabbing, converting to NumPy arrays, improving frame rates, handling key and controller input, and setting up a basic autonomous driving test environment, all without relying on pre‑existing libraries.

Computer VisionGTA VOpenCV
0 likes · 7 min read
How to Capture GTA V Game Frames in Python with OpenCV for AI Experiments