Show HN: 日出日落日历:定制印刷日历,包含日、月信息
1 分•作者: elijahparker•7 个月前
这是一个我过去五年(是的,长得离谱)一直断断续续在业余时间慢慢开发的个人项目,自己用了好一阵子,现在终于准备好与更广泛的受众分享了。
它是一个网络应用程序,用于制作印刷的墙历,其中包含您选择的特定位置的每日日出日落和月相信息。
与使用账户不同,每个日历都有一个独特的 URL,通过该 URL 可以访问它。这样就没有账户、无需登录、没有追踪等等。所有内容在最后一次访问后 7 天删除,或者如果已下单,则在最后一次访问后 18 个月删除。没有邮件列表,不收集/保存电子邮件等等。它仅用于创建和打印日历;仅此而已。这样就可以免费试用,而无需担心被再营销骚扰……
我使用 nodejs 和 pdfkit 构建了它,用于创建发送给打印机(lulu.com)的日历 PDF。我一开始只是使用 JSON 文档的文件存储——我知道这并不理想,但我从简单轻量级开始,如果/当需要时会修复问题。过去,我一直过分痴迷于使用所有正确的工具和框架,但这有时会分散对简单核心目标的注意力,所以对于这个项目,我特意采取了不同的方法(特别是因为这更像是一个“纯粹为了好玩”的项目)。
但我不知道——到目前为止,采用率一直很慢。还有人使用印刷日历吗?
查看原文
This is a personal project that I've been working on very slowly now on the side for the past 5 years (yes, ridiculously long), using it for myself for a while and now finally have it ready to share to a wider audience.
It's a web app for building printed wall calendars that include sun and moon info for each day, specific to the location you choose.<p>Rather than using accounts, each calendar gets its own unique URL by which it can be accessed. This way there are no accounts, no logging in, no tracking, etc. Everything is deleted 7 days after the last access, or if ordered, 18 months after the last access. There's no email list, no collecting/saving of email, etc. It's for creating and printing calendars; nothing else. This makes it free to try without worrying about getting harassed by remarketing...<p>I built it with nodejs and pdfkit for creating the calendar PDF that gets sent to the printer (lulu.com). I'm just using file storage of json documents to start with -- I know this is not ideal, but I started simple and lightweight and will fix things if/when needed. In the past I've been overly obsessed with using all the right tools and frameworks, but that can sometimes distract from the simple core goal, so for this I've intentionally taken a different approach (specifically since this is more of a "just for fun" project).<p>But I don't know -- adoption has been slow so far. Does anyone use printed calendars anymore?