TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

So Real List. Planning Urgent and Important in TickTick

1 pointsby solist12 months ago

1 comment

08234987234987212 months ago
Just as pedantry (for a kind of algebraic topology of lists?), there&#x27;s a short exact sequence here:<p><pre><code> 0 ↪ todolist ↪ checklist ↠ list ↠ 0 f g </code></pre> `f` takes the active items of a todolist and decorates them as undone [ ] items, yielding a checklist<p>`g` takes a checklist and forgets entire undone [ ] items as well as the [x] of the done items, yielding a list<p>Exercise: does it split?