Initial commit: The Daily EPUB full implementation
Full implementation of a personalized daily newspaper delivered as an EPUB. Articles are pulled from a local self-hosted Miniflux instance, enriched with comments, summarized and filtered by DeepSeek AI, and then assembled into two EPUB editions: standard and optimized for the Xteink X4 e-ink reader. Both are served by the local self-hosted BookOrbit OPDS server in a separate library. Then the X4 edition is futher converted to XTC format and served over a separate OPDS server hosted by the Rust binary. Runs are tracked in a local SQLite database so runs are idempotent per date. Full documentation of the plan is in docs/plans and setup and install instructions are in the README.md file.
This commit is contained in:
Vendored
+54
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": 40100000,
|
||||
"created_at": "2026-08-15T09:12:00.000Z",
|
||||
"type": "story",
|
||||
"author": "poster",
|
||||
"title": "A Story About Databases",
|
||||
"url": "https://example.com/databases",
|
||||
"points": 342,
|
||||
"text": null,
|
||||
"children": [
|
||||
{
|
||||
"id": 40100001,
|
||||
"type": "comment",
|
||||
"author": "alice",
|
||||
"text": "The <i>write path</i> is the interesting part here.<p>Especially fsync batching.",
|
||||
"points": 61,
|
||||
"children": [
|
||||
{
|
||||
"id": 40100002,
|
||||
"type": "comment",
|
||||
"author": "bob",
|
||||
"text": "Agreed — and the group commit numbers match my own benchmarks.",
|
||||
"points": 24,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 40100003,
|
||||
"type": "comment",
|
||||
"author": "carol",
|
||||
"text": "Counterpoint: the benchmark hardware is unrealistic.",
|
||||
"points": 12,
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": 40100004,
|
||||
"type": "comment",
|
||||
"author": null,
|
||||
"text": null,
|
||||
"points": null,
|
||||
"children": [
|
||||
{
|
||||
"id": 40100005,
|
||||
"type": "comment",
|
||||
"author": "dana",
|
||||
"text": "Replying to a since-deleted comment, but the point stands.",
|
||||
"points": 3,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user