Draft
Conversation
- Hot page with period selector (daily/weekly/monthly/all time), ranked article display with view count badges, search bar, tag chips, and view mode toggle - Developer Settings section in Settings (HMAC salt, server host) hidden behind developer mode toggle - HMAC authentication via Web Crypto API (SHA-512) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Thumbnails are now stored in the existing images store with page=-1, sharing the same size limit, LRU eviction, and stats as viewer images. - Add optional onLoad prop to LazyImage - Add useCachedThumbnail hook (mirrors useCachedImage, fetches proxy URL internally) - Replace useThumbnail with useCachedThumbnail in ArticleCard Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…erlap - Extract make_ocr_config(), create_ocr_pool(), save_ocr_result() from ocr_article.py for reuse across scripts - Replace per-article subprocess calls in run.py with a single Pool shared across all articles (GPU model loaded once per worker) - Pipeline preprocessing (ThreadPoolExecutor) and OCR (ProcessPool) using add_done_callback so each image enters OCR immediately after conversion - Add Semaphore(workers*2) backpressure to prevent OCR queue flooding and excessive VRAM pressure - Print per-image progress via apply_async callback as results arrive Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.