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: A Pomodoro app for your menubar/tray

40 pointsby amitmerchantabout 8 years ago

13 comments

techwizrdabout 8 years ago
I feel bad for folks using Electron. As soon as they try to demonstrate their hard work, the top comments are people vocally decrying Electron&#x27;s resource usage, not their app that they&#x27;ve spent a lot of effort on. It probably feels very demoralizing when people instantly disregard your app due to Electron&#x27;s resource usage.<p>Electron is a very easy way to develop applications, and it&#x27;s definitely doing something right. I&#x27;ve written Gtk (my preference) and Qt for ages, and developing stuff in Electron was mind-blowingly fast, trivial to debug, and trivial to produce packaged binaries for multiple platforms. It&#x27;s very difficult to achieve a similar development experience with native toolkits, and I think we&#x27;ll continue seeing more Electron apps until native toolkits offer a comparable development experience.
评论 #13880991 未加载
评论 #13881313 未加载
评论 #13880390 未加载
Ezhikabout 8 years ago
Electron... It&#x27;s always so upsetting to see a tray widget require hundreds of megabytes of RAM to run.
评论 #13879584 未加载
评论 #13879160 未加载
评论 #13879626 未加载
blowskiabout 8 years ago
&quot;Pomodoro&quot; as a time-management technique is a registered trademark:<p><a href="https:&#x2F;&#x2F;cirillocompany.de&#x2F;pages&#x2F;the-pomodoro-technique-trademark-guidelines" rel="nofollow">https:&#x2F;&#x2F;cirillocompany.de&#x2F;pages&#x2F;the-pomodoro-technique-trade...</a>
评论 #13884087 未加载
评论 #13880080 未加载
sdegutisabout 8 years ago
One of my favorite skills &amp; challenges is do things as efficiency as possible, and using Electron for an app like this just strikes me as super-duper wasteful, especially for an app that&#x27;ll be running all the time. That said, it&#x27;s probably not going to make that huge of a dent in daily battery life.
StClaireabout 8 years ago
I did Pomodoros all the time before I really started programming. Now I just like to lock into a flow and work until I can&#x27;t or I get frustrated debugging and take a break
评论 #13883867 未加载
评论 #13880521 未加载
Kinnardabout 8 years ago
For those wondering what the pomodoro technique is: <a href="http:&#x2F;&#x2F;pomodorotechnique.org" rel="nofollow">http:&#x2F;&#x2F;pomodorotechnique.org</a>
steelbirdabout 8 years ago
Similar to <a href="http:&#x2F;&#x2F;gnomepomodoro.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gnomepomodoro.org&#x2F;</a><p>Been using it on xfce alright.
评论 #13879788 未加载
meowliciousabout 8 years ago
About 7yrs ago I published a basic pomodoro app to app store . I received intellectual property infringement notice from &#x27;FC Garage GmbH&#x27; to take my app down, which I did. The email on that notice was legal@pomodorotechnique.com, so I assume it has something to with the guy who created it.
评论 #13882031 未加载
oldsjabout 8 years ago
Aw man this looks cool but I was hoping for something more lightweight than Tomightly and its JVM requirement.
zythonabout 8 years ago
I cannot get behind the idea that I need 173 mb in libraries and module for what is essentially a simplistic timer, but it looks nice and works on linux (at least on my machien and from the screenshot it looks like it works on windows aswell), so I have mixed feelings about this app.
amitmerchantabout 8 years ago
For all those who want to try&#x2F;see the working of the app can check out this Codepen that I&#x27;ve set up : <a href="https:&#x2F;&#x2F;codepen.io&#x2F;amit_merchant&#x2F;pen&#x2F;NpvZJo" rel="nofollow">https:&#x2F;&#x2F;codepen.io&#x2F;amit_merchant&#x2F;pen&#x2F;NpvZJo</a>
jedikvabout 8 years ago
(Electron issues aside) - Pretty nice &amp; clean UI - gonna give it a try.
评论 #13883780 未加载
h2hnabout 8 years ago
shameless plug:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;liloman&#x2F;pomodoroTasks2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;liloman&#x2F;pomodoroTasks2</a>