TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Anyone using or working on a life dashboard?

23 点作者 helghardt将近 2 年前
Finances, health, contacts, will, contracts, goals, reminders, sleep, all in one place.<p>Apple is probably the best version of this. I guess data collection and syncing is tricky. But now with more AI at our hands, perhaps this is becoming more viable.<p>Curious if anyone is using something or working on a solution for this?

11 条评论

DaveFlater将近 2 年前
Like many others, I have looked at the subproblem of whole-life scheduling and concluded that it can&#x27;t be done well. On the one hand, a scheduling system has to implement a simple model or the overhead of working with it makes its net value negative. On the other hand, you have to deal with the fractal complexity of real life situations and priorities all the way down, and no simple model can represent it all accurately.
runjake将近 2 年前
Felix Krause did: <a href="https:&#x2F;&#x2F;howisfelix.today&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;howisfelix.today&#x2F;</a>?<p>HN search will also pull up several prior discussions.
评论 #36839181 未加载
gardenhedge将近 2 年前
It&#x27;s a nice idea in theory but ultimately I don&#x27;t think it agrees with what being human is.
keiferski将近 2 年前
I have a private WordPress site with many of these things, including:<p>- A countdown to various events in the future (end of the quarter, next birthday, age 50, etc.) as a kind of &quot;memento mori&quot;<p>- Tracking money spent, food consumed, etc.<p>- A custom system that displays random items that I add to Anki every day. I explained this more in a comment from a few months ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35211448">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35211448</a><p>The data collection is pretty basic and just uses a form plugin to input and display data. I use other tools for to-dos, but I&#x27;m looking into a to-do plugin to replicate something similar.
评论 #36828552 未加载
whelton将近 2 年前
I&#x27;ve been building towards something like this with Conjure[0].<p>I&#x27;ve focused more on metrics, behavior, and achievement, with a rules engine for automatically completing habits and goals off those.<p>As you identified, the biggest obstacle for users has been the friction and overhead of tracking at scale. Integrations and automations have decreased that a lot. Transforming unstructured input through AI is super promising, and probably will make it more accessible to people who are less of the power-user&#x2F;productivity-junkie persona type.<p>[0] <a href="https:&#x2F;&#x2F;conjure.so" rel="nofollow noreferrer">https:&#x2F;&#x2F;conjure.so</a>
minus_mouse将近 2 年前
I have used this previously when tracking health metrics and I couldn&#x27;t much else that had integrations. <a href="https:&#x2F;&#x2F;exist.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;exist.io&#x2F;</a>
theaussiestew将近 2 年前
I&#x27;m working on something like this actively, would love to chat and find out a bit more about what you&#x27;re looking for. Looking to launch a small pre-alpha test in the coming weeks.
评论 #36828751 未加载
eternityforest将近 2 年前
Seems like it would benefit from some kind of standard protocol. Perhaps just and extension of RSS feeds or the like? A life dashboard seems like it would just be a feed reader.
评论 #36827883 未加载
评论 #36825163 未加载
samsquire将近 2 年前
I wrote some notes about this of what I want in my &quot;life engine&quot;:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;ideas#5-life-engine">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;ideas#5-life-engine</a><p>I never got into the quantified self but I did want a portal (such as similar to the Yahoo! and Excite.com days) in the early 2000s. of personal facts that I can take actions on.<p>Then a few years later I wrote about &quot;life situational awareness apps&quot;<p>I want my phone and desktop computer system tray to have widgets for &quot;accommodation&quot;, &quot;travel&quot;, &quot;food&quot;. I didn&#x27;t want to have to open a website or app to order food, stay in a hotel or travel, just select what I&#x27;m eating&#x2F;sleeping&#x2F;travelling from a slideout menu and all the details are worked out by the computer.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;ideas3#59-life-indicators---situational-awareness-apps">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;ideas3#59-life-indicators---sit...</a><p>(It was related to my lifestyle subscriptions idea that you can pay for a week or month of travel, acommodation or food) and you receive it seamlessly <a href="https:&#x2F;&#x2F;lifestyle-subscriptions.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;lifestyle-subscriptions.com</a><p>I did write a question generator feed dashboard written in Electron that let you snap in data collectors that would let you save records of stock purchases and facts about yourself such as your salary. The idea is that you could get advice based on what you answer.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents-library">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents-library</a> (the app repository)<p>Unfortunately it&#x27;s probably not buildable and I forgot to take screenshots or videos.<p>here&#x27;s me provisoning questions in the database:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents&#x2F;blob&#x2F;master&#x2F;provision.sh">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;living-documents&#x2F;blob&#x2F;master&#x2F;pr...</a>
评论 #36828561 未加载
ale_jacques将近 2 年前
Something like this?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;k0rventen&#x2F;apple-health-grafana">https:&#x2F;&#x2F;github.com&#x2F;k0rventen&#x2F;apple-health-grafana</a>
sdfzguf将近 2 年前
I&#x27;ve thought about this for years at this point. But I haven&#x27;t compiled all my thoughts into a coherent system. So I can&#x27;t share anything with substance :&#x2F; It&#x27;s just a dump for bullet points as of now. Also, I&#x27;m not a technical person (yet).<p>I haven&#x27;t looked into Org mode, but this might include all you (we) need.
评论 #36826804 未加载