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.

Show HN: I built an app that ensures that I track my home office working hours

48 pointsby l1am0about 5 years ago

17 comments

retSavaabout 5 years ago
I use three very simple aliases for the commandline,<p><pre><code> alias ttag=&#x27;&#x2F;cygdrive&#x2F;c&#x2F;Dropbox&#x2F;tools&#x2F;ttag&#x2F;ttag.sh&#x27; alias ttagcat=&#x27;cat &#x2F;cygdrive&#x2F;c&#x2F;Dropbox&#x2F;tools&#x2F;ttag&#x2F;ttag-logfile.txt&#x27; alias ttago=&#x27;open &#x2F;cygdrive&#x2F;c&#x2F;Dropbox&#x2F;tools&#x2F;ttag&#x2F;ttag-logfile.txt&#x27; </code></pre> where `ttag.sh` is<p><pre><code> # specify the logfile LOGFILE=&#x2F;cygdrive&#x2F;c&#x2F;Dropbox&#x2F;tools&#x2F;ttag&#x2F;ttag-logfile.txt # timestamp format TIMESTAMP_NICE=$(date +&quot;%F %H.%M.%S - %s:&quot;) # always append to the logfile echo $TIMESTAMP_NICE &quot;$@&quot; &gt;&gt; $LOGFILE </code></pre> simple enough for me :) very simple to add a small note from the commandline, which is timestamped. Makes it easier to get a grasp of how much time I&#x27;ve spent on something, eg when switching between customer projects.
评论 #22648678 未加载
评论 #22666007 未加载
评论 #22649658 未加载
Etheryteabout 5 years ago
I was gonna say positive things until the page-wide unclosable buy-me-now popup jumped up. This is the kind of web no one wants to touch, even with a long stick, never mind sponsoring it through an annual payment.
评论 #22658932 未加载
评论 #22651177 未加载
评论 #22649433 未加载
felixfbeckerabout 5 years ago
I wrote something more automatic for myself. I ask the Google Calendar API how many hours I spend in meetings that week. From that I calculate how many working hours I have for other things. I then use the WakaTime API to get how many hours I spent working already (making sure to not double count during meetings). WakaTime can track my editor usage, terminal usage and work in Chrome (e.g. PR reviews). I use a separate Chrome profile to make sure I only track work-related browsing time, and Choosy to open links to our company GitHub automatically in the work profile. I show a summary of the time spent and left in my terminal prompt. Overall really happy with it!
评论 #22658951 未加载
werberabout 5 years ago
I’ve noticed that my office is working more now that we’re all remote
评论 #22648016 未加载
评论 #22648404 未加载
asnyderabout 5 years ago
I personally really like RescueTime (<a href="https:&#x2F;&#x2F;www.rescuetime.com" rel="nofollow">https:&#x2F;&#x2F;www.rescuetime.com</a>), does all of the tracking automatically and allows for custom categorization and productivity settings. Been using it for many many years, they&#x27;ve been keeping up, even added a mobile version a couple years back.
评论 #22650809 未加载
wingerlangabout 5 years ago
I swear by <a href="https:&#x2F;&#x2F;timingapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;timingapp.com&#x2F;</a> it&#x27;s almost frictionless to track time. I&#x27;ve been using it at work for over 2 years daily now, and I don&#x27;t even use the results anymore.
评论 #22651016 未加载
cosmicforceabout 5 years ago
Wrote a prototype for something like this years ago but don&#x27;t know enough frontend stuff to take it to production. The big difference is there was a certain amount of randomization to the survey prompt. And had some calendar functionality so as not to ask during scheduled meetings. And allowed you to set some top-level strategy&#x2F;goals, so that the question &quot;what are you working on now &#x2F; how bout now &#x2F; etc&quot; could include a bit more context around core workstreams. Wanted to avoid typical taskmaster PM or GTD approaches that skew toward micromanagement, while still maintaining a general sense of measurable progress.
tsherrabout 5 years ago
&quot;Never loose any of your entries&quot;<p>Lose.
评论 #22658961 未加载
Loicabout 5 years ago
Since 2010 or so, I am using the hamster applet under Gnome. Combined with low-tech &quot;paper&quot;, it has served me and my customers really well[1].<p>The Hamster project do not have a single homepage, thus the &quot;search&quot; link.<p>[0]: <a href="https:&#x2F;&#x2F;duckduckgo.com&#x2F;?q=gnome+hamster+tracker" rel="nofollow">https:&#x2F;&#x2F;duckduckgo.com&#x2F;?q=gnome+hamster+tracker</a><p>[1]: <a href="https:&#x2F;&#x2F;www.ceondo.com&#x2F;ecte&#x2F;2018&#x2F;02&#x2F;10-years-home-office-learned-lessons&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ceondo.com&#x2F;ecte&#x2F;2018&#x2F;02&#x2F;10-years-home-office-lea...</a>
cube00about 5 years ago
One of the pros of the paid plan being &quot;No more license key interruptions&quot; concerns me, how often will it nag for payment? I understand needing to be paid but shouldn&#x27;t nag screens be for trial periods leading to paid subscriptions not for &quot;free&quot; tiers?<p>This concern stems from the giant full screen unclosable (no X at top right) popup offering me 20% off if I buy now before I&#x27;ve even finished reading the landing page.
评论 #22658972 未加载
kemonocodeabout 5 years ago
I&#x27;ve been using Taskwarrior in conjunction with Timewarrior to track time spent on work tasks. I used to be skeptical about it but the whole command-line first, spartan interface does wonders at keeping me focused. Better yet: it allows to set up work hours so I don&#x27;t have to stop a task whenever I&#x27;m no longer working.
travbrackabout 5 years ago
I made something similar using Hammerspoon on Mac. I make a list of tasks, one per line, with a time estimate. Hammerspoon will show the active task, the time elapsed, and the estimate on top of everything using canvas. It&#x27;s helped me stay on task and be more realistic with my planning. If anyone is interested I can share.
评论 #22654595 未加载
loreyabout 5 years ago
Not one comment in here is positive which saddens me. In the end, HN should encourage people to build awesome solutions. But even Dropbox got negative comments when they launched on HN, so maybe this is just how things work.<p>So here&#x27;s my (positive) take: Great work, thanks for sharing. I especially like the design of the page, playful but still clean. AFAIK there&#x27;s a similar app from toggl themselves, what are the advantages of your solution?
评论 #22658993 未加载
zuhayeerabout 5 years ago
Folks don’t even track working hours at work let alone home
elixanchorabout 5 years ago
i use harvest and i hate it but the toolbar app is convenient &amp; delightfully buggy
pietrovismaraabout 5 years ago
Uuh no thanks. How about we trust employees and simply check the result of their work? Who cares if someone has spent N hours sitting in front of the screen, show me the results.
评论 #22647375 未加载
评论 #22647360 未加载
评论 #22647627 未加载
daneel_wabout 5 years ago
I already feel plenty annoyed as it is with project managers (and our Jira setup) asking three times a day how things are progressing and how many hours were spent on what. Second only to games, this has got to be the fastest multiplying application category these past few years...
评论 #22648783 未加载