feat: group private apps into andreknie-privat
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Intro — Jury-Sitzung Startup-Bewertung (2026)"
|
||||
date: 2026-05-15
|
||||
tags: [intro, jury, unikat, presentation, UNIKAT, AI-Source]
|
||||
people: [André Knie]
|
||||
projects: [UNIKAT Ideenwettbewerb]
|
||||
---
|
||||
|
||||
# Intro — Jury-Sitzung Startup-Bewertung (2026)
|
||||
|
||||
**Dauer:** ca. 30 Sekunden
|
||||
|
||||
---
|
||||
|
||||
Hi, ich bin André. Als promovierter Physiker bringe ich der Deutschen Bahn Digitalisierung bei und habe selbst ein KI-Unternehmen für den Mittelstand gegründet. Ich schaue aus drei Perspektiven auf die Teams: der Wissenschaftler, der fragt ob es wirklich funktioniert — der Konzernmensch, der weiß wie schwer Veränderung ist — und der Gründer, der weiß wie es sich anfühlt, wenn man selbst dran glaubt und sonst erstmal keiner. Ich freue mich auf den Tag mit Euch.
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "reMarkable → NoteGraph Sync Ideas"
|
||||
date: 2026-05-18
|
||||
tags: [AI-Source, remarkable, notegraph, automation, backlog]
|
||||
---
|
||||
|
||||
# reMarkable → NoteGraph Sync Ideas
|
||||
|
||||
## Problem
|
||||
reMarkable doesn't support automatic background sync to external services. The built-in Google Drive integration requires manual "Send to" per document.
|
||||
|
||||
## Options Explored
|
||||
|
||||
### 1. rmapi (archived)
|
||||
- `juruen/rmapi` — archived Jul 2024, old API endpoints are 404
|
||||
- `grahamgreen/rmapi` — fork, but same deprecated API
|
||||
- `rschroll/rmcl` — Python lib, broken on Python 3.14 (uses `asks` which is unmaintained)
|
||||
- **Verdict:** Old reMarkable Cloud API (v1/v2) is dead. Not viable.
|
||||
|
||||
### 2. Google Drive Poller
|
||||
- reMarkable can "Send to Google Drive" (manual per-document)
|
||||
- Build a service on VPS that polls a Google Drive folder via API
|
||||
- New PDFs → download → ingestion pipeline (OCR + LLM) → NoteGraph
|
||||
- **Requires:** Google Cloud service account or OAuth, manual "Send to Drive" step on tablet
|
||||
- **Effort:** Medium (Google API auth setup + poller service)
|
||||
|
||||
### 3. Email Bridge
|
||||
- reMarkable can "Send by email" to any address
|
||||
- Set up a mail receiver on VPS (e.g., Postfix + script)
|
||||
- Attachments saved to ingestion inbox → auto-processed
|
||||
- **Requires:** Mail server setup, DNS MX record
|
||||
- **Effort:** Medium-High
|
||||
|
||||
### 4. Manual Upload via Browse UI
|
||||
- Export from reMarkable desktop app → local folder
|
||||
- Upload via `notes.andreknie.de/upload?token=...`
|
||||
- Already works today, just not automated
|
||||
- **Effort:** Zero (already done)
|
||||
|
||||
## Decision
|
||||
Park for now. Use manual upload. Revisit when reMarkable opens their API or a community tool catches up.
|
||||
|
||||
## Auth Token (saved)
|
||||
Device registered successfully on 2026-05-18. Token stored in `remarkable_token.json` (local only, not committed). Can be reused if API becomes available again.
|
||||
@@ -0,0 +1,6 @@
|
||||
# 📥 Quick Capture
|
||||
|
||||
Drop quick thoughts here. Sort them later.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user