展示HN:团队时区墙(100%离线,单文件)

1作者: jharohit大约 2 个月前原帖
我制作了一个自托管的单文件HTML时区墙,用于跟踪我全球团队的时区(工作时间)。<p>你可以在这里获取该文件:<a href="https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#">https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#</a><p>我厌倦了不断搜索“[城市]现在几点?”来安排与远程团队的会议。我想要一个简单的、一目了然的视图,显示每个人的当地时间,但我不想为这么简单的事情再使用一个云服务或一个复杂的应用程序。<p>因此,我使用Cursor构建了团队时区墙。老实说,这并不是一项工程壮举或超级复杂的东西,但它解决了一个特定的问题,并且已经成为我几个月来每天使用的工具。相当实用!<p>对于那些关注自托管和隐私的人来说,最好的部分就是它的简单性:<p>- 它是一个单一的index.html文件。没有依赖,没有构建步骤,没有外部脚本。<p>- 零追踪,完全无服务器。它完全在你的浏览器中运行,什么都不会发送到任何地方。<p>- 无限便携。你可以在任何静态网页服务器上自托管,使用file:&#x2F;&#x2F;&#x2F;,或者只是随意传递文件。<p>这是一个小工具,但它解决了我一个真正的烦恼,而不妥协于隐私或简单性。
查看原文
I made a self-hosted, single-HTML-file timezone wall for tracking timezone (working hours) for my global team.<p>You can grab the file here: <a href="https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#">https:&#x2F;&#x2F;github.com&#x2F;jharohit&#x2F;team-timezone-wall#</a><p>I got tired of constantly googling &quot;what time is it in [city]?&quot; to schedule meetings with my remote team. I wanted a simple, at-a-glance view of everyone&#x27;s local time, but I didn&#x27;t want yet another cloud service or a heavy app for something so simple.<p>So, I built Team Timezone Wall with Cursor. Honestly its no feat of engineering or super complicated but solves once specific problem and has been my daily use tool for months now. Quite sticky!<p>For the self-hosting and privacy-minded folks here, the best part is its simplicity:<p>- It&#x27;s a single index.html file. No dependencies, no build steps, no external scripts.<p>- Zero tracking and completely server-less. It runs entirely in your browser. Nothing is sent anywhere.<p>- Infinitely portable. You can host it yourself on any static web server, use it with file:&#x2F;&#x2F;&#x2F;, or just pass the file around.<p>It&#x27;s a small tool, but it solves a real headache for me without compromising on privacy or simplicity.