Tagged articles
21 articles
Page 1 of 1
AI Explorer
AI Explorer
Mar 25, 2026 · Cloud Native

How Project N.O.M.A.D. Turns a Raspberry Pi into an Offline Knowledge Fortress

Project N.O.M.A.D. is an open‑source, Docker‑based platform that converts a Raspberry Pi, old laptop or server into a self‑contained offline hub offering AI chat, Wikipedia, educational courses, maps and utility tools, enabling users in remote, disaster‑struck or privacy‑focused environments to access essential digital resources without any network connection.

DockerKnowledge BaseLocal AI
0 likes · 6 min read
How Project N.O.M.A.D. Turns a Raspberry Pi into an Offline Knowledge Fortress
Java Baker
Java Baker
Dec 22, 2025 · Big Data

Mastering Offline and Real-Time Data Warehouses: A Backend Engineer’s Guide

Backend developers need to understand both offline and real-time data warehouses; this guide explains data collection, layering, partitioning, typical use cases, archiving strategies, and how to build a real-time warehouse with Flink, covering practical steps, examples, and key considerations for efficient data processing.

BackendData WarehouseFlink
0 likes · 8 min read
Mastering Offline and Real-Time Data Warehouses: A Backend Engineer’s Guide
Old Meng AI Explorer
Old Meng AI Explorer
Nov 10, 2025 · Mobile Development

How Cactus Turns Any Smartphone into a Powerful Offline AI Assistant

Cactus is a lightweight, open‑source mobile AI framework that runs large language models locally on iOS and Android without internet, offering chat, image recognition, and text‑to‑speech while consuming low resources, supporting older phones, and providing simple demo apps and Flutter integration for developers.

AIFlutterLLM
0 likes · 10 min read
How Cactus Turns Any Smartphone into a Powerful Offline AI Assistant
Java Baker
Java Baker
Aug 4, 2025 · Operations

How to Build Real‑Time and Offline Data Reconciliation for System Consistency

This article explains why cross‑system data inconsistencies occur, defines key reconciliation metrics—completeness, timeliness, and automatic repair—and provides step‑by‑step designs for both real‑time (seconds‑to‑minutes) and offline (hour‑to‑day) reconciliation, including message‑driven triggers, batch processing, and SQL examples for detecting and fixing mismatches.

Data ReconciliationOfflineOperations
0 likes · 8 min read
How to Build Real‑Time and Offline Data Reconciliation for System Consistency
Baidu Geek Talk
Baidu Geek Talk
Mar 18, 2024 · Industry Insights

How Baidu Ensures Transaction Data Consistency with Real‑Time and Offline Reconciliation

This article examines Baidu's transaction middleware, detailing its multi‑layer architecture, the challenges of high‑volume, multi‑scenario payments, and the design of both near‑real‑time and T+1 offline reconciliation systems that leverage binlog listening, ETL pipelines, and big‑data technologies to guarantee data consistency across dozens of internal and external services.

BaiduData ReconciliationOffline
0 likes · 15 min read
How Baidu Ensures Transaction Data Consistency with Real‑Time and Offline Reconciliation
HelloTech
HelloTech
Feb 28, 2024 · Frontend Development

Common Front-End Caching Techniques and Service Worker Guide

The article explains common front‑end caching methods—including HTTP headers, browser storage, and HTML5 manifests—then provides a comprehensive guide to Service Workers, covering their lifecycle, registration, typical install/activate/fetch handlers, cache‑update strategies, background sync, and integration with Taro via Workbox.

OfflineService WorkerWeb Development
0 likes · 18 min read
Common Front-End Caching Techniques and Service Worker Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 7, 2024 · Frontend Development

How to Boost H5 Game Performance with Offline Packages and Smart Asset Management

This article details a comprehensive approach to improving the performance and user experience of complex H5 game-like applications by using offline package splitting, native splash screens, global state management with zustand, data prefetching, image loading optimizations, transition animations, and ranking list enhancements.

H5OfflineReact
0 likes · 18 min read
How to Boost H5 Game Performance with Offline Packages and Smart Asset Management
IT Services Circle
IT Services Circle
Jan 18, 2023 · Frontend Development

Saving Web Pages Locally with ArchiveWeb.page and Other Browser Extensions

This guide explains why saving web resources locally is essential, compares basic save methods with advanced browser extensions, and provides step‑by‑step instructions for installing and using ArchiveWeb.page, SingleFile, and Save Page WE to capture static and interactive web pages while noting their limitations.

ArchiveWeb.pageOfflineSingleFile
0 likes · 6 min read
Saving Web Pages Locally with ArchiveWeb.page and Other Browser Extensions
ELab Team
ELab Team
Sep 16, 2021 · Frontend Development

How to Achieve Long-Term Offline Caching with HTTP, AppCache, and Service Workers

This article explains why server‑generated URLs with authentication break traditional HTTP caching and then guides readers through three offline‑caching strategies—HTTP strong and negotiated caching, the now‑deprecated Application Cache, and modern Service Workers—providing practical code examples and best‑practice recommendations.

Application CacheHTTP CachingOffline
0 likes · 21 min read
How to Achieve Long-Term Offline Caching with HTTP, AppCache, and Service Workers
The Dominant Programmer
The Dominant Programmer
Nov 17, 2020 · Mobile Development

Offline Android Text‑to‑Speech without Third‑Party SDKs

This guide shows how to create an offline Android app that converts any text to speech using the platform‑provided TextToSpeech class, covering UI layout with EditText and Button, a singleton SpeechUtils helper, language, pitch and rate configuration, and full code snippets for a working demo.

AndroidJavaMobile Development
0 likes · 5 min read
Offline Android Text‑to‑Speech without Third‑Party SDKs
Zhuanzhuan Tech
Zhuanzhuan Tech
Sep 3, 2020 · Frontend Development

Offline Prerender (OPR): A Low‑Cost Alternative to SSR for First‑Screen Performance

The article introduces Offline Prerender (OPR), explains why traditional SSR and SPA first‑screen optimizations have limitations, details the OPR workflow—including scheduled Puppeteer rendering, HTML capture, data injection, diffing, CDN upload, and delayed mounting—and shares practical enhancements such as CSS tree‑shaking, async script loading, and downgrade strategies, demonstrating significant speed gains.

OfflineSSRVue
0 likes · 15 min read
Offline Prerender (OPR): A Low‑Cost Alternative to SSR for First‑Screen Performance
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 13, 2019 · Frontend Development

Progressive Web Apps (PWA) Overview, Service Worker Fundamentals, and iQiyi PC Implementation

The article explains Progressive Web Apps—offline‑capable, installable web apps built with Service Workers and a manifest.json—detailing their core qualities, installation requirements, and lifecycle, and showcases iQiyi’s PC PWA implementation that caches assets to speed loading, boosts user retention by 9%, and outlines future enhancements such as offline support and push notifications.

OfflinePWAService Worker
0 likes · 12 min read
Progressive Web Apps (PWA) Overview, Service Worker Fundamentals, and iQiyi PC Implementation