HackerTrans
トップ新着トレンドコメント過去質問紹介求人

akarnam37

no profile record

投稿

Show HN: Subagent-fleet – AI coding subagents across local Ollama machines

pypi.org
4 ポイント·投稿者 akarnam37·28 日前·0 コメント

[untitled]

1 ポイント·投稿者 akarnam37·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 akarnam37·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 akarnam37·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 akarnam37·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 akarnam37·3 か月前·0 コメント

Critical Thinking: The Architecture of Doubt

calltothink.com
2 ポイント·投稿者 akarnam37·3 か月前·0 コメント

Show HN: Embenx – agentic memory layer for AI agents

github.com
1 ポイント·投稿者 akarnam37·3 か月前·0 コメント

Show HN: OpenContext – Bring Your Own Coding Agent, Local-First, No Vendor Lock

github.com
1 ポイント·投稿者 akarnam37·5 か月前·0 コメント

Show HN: I built a local-first timeboxing app that never leaves your computer

focusbox.dev
3 ポイント·投稿者 akarnam37·9 か月前·2 コメント

コメント

akarnam37
·9 か月前·議論
Thanks!

Yeah — I started with localStorage mostly because FocusBox’s data model is super lightweight (a few task objects + session state). It kept the initial version simple and easy to reason about.

That said, I’ve definitely thought about moving to IndexedDB (or a wrapper like Dexie) if/when I add features like session history or richer analytics.

sync — I’ve been exploring ideas around optional, user-controlled sync (Dropbox or even GitHub Gist). I love your approach of using 3rd-party storage rather than a backend — keeps things local-first but still portable.

how did you handle conflict resolution with Dropbox? That’s one piece I’ve been thinking through for sync.