A Journal Through My Activities, Thoughts, and Notes
tinythoughts is a great product!
new to happy notes? come to sign up!
google login support.
first let you try to write one thoughts even you didn't register.
then you registered and saved this thought. the experience is so good.
and immediately it asks would you like to receive reminders to write down your thoughts?
notification preferences can always be changed later in your User Settings
very good timing to ask!
#idea so many good ideas to copy!
new to happy notes? come to sign up!
google login support.
first let you try to write one thoughts even you didn't register.
then you registered and saved this thought. the experience is so good.
and immediately it asks would you like to receive reminders to write down your thoughts?
notification preferences can always be changed later in your User Settings
very good timing to ask!
#idea so many good ideas to copy!
#idea
一套代码后端,整三个app?
- happy diary(all private)
- happy blogging (all public)
- happy notes (can private, can public)
一套代码后端,整三个app?
- happy diary(all private)
- happy blogging (all public)
- happy notes (can private, can public)
#happynotes #idea #实现了
昨晚开了新坑:同步笔记到telegram频道。初衷是留个备份。谁知道自己这个服务能运行多少年?telegram怎么也该能比happy notes运行的更久,是不是?但实际上它能做的事情远比backup更多。先从小做起,运转起来再说。
「补记」两天后这个功能后端就完成了。
昨晚开了新坑:同步笔记到telegram频道。初衷是留个备份。谁知道自己这个服务能运行多少年?telegram怎么也该能比happy notes运行的更久,是不是?但实际上它能做的事情远比backup更多。先从小做起,运转起来再说。
「补记」两天后这个功能后端就完成了。
#idea from laixintao
希望能有一个服务,我每次在自己博客引用链接都自动archive一下,读者点击的时候如果链接存活就打开原链接,否则打开archive链接。
细想一下,一个Hugo短链插件应该可以解决这个问题。但这个服务你得自己架并且保证它一直活着。我的想法是,可以将目标链接转写成下面格式的链接。
短链服务先检查original链接是否活着,活着就直接访问,死了(或者在500ms内没有开始返回数据)就跳arhived version。在生成短链时触发一下archive动作,确保需要的时候arhive 一直在。
这个方案的好处是,即使有一天短链服务死掉了,读者仍然可以拷贝original链接试试运气。
希望能有一个服务,我每次在自己博客引用链接都自动archive一下,读者点击的时候如果链接存活就打开原链接,否则打开archive链接。
细想一下,一个Hugo短链插件应该可以解决这个问题。但这个服务你得自己架并且保证它一直活着。我的想法是,可以将目标链接转写成下面格式的链接。
[链接](https://s.shukebeta.com/short-link-hash?original=orignal-link-without-encoding)
短链服务先检查original链接是否活着,活着就直接访问,死了(或者在500ms内没有开始返回数据)就跳arhived version。在生成短链时触发一下archive动作,确保需要的时候arhive 一直在。
这个方案的好处是,即使有一天短链服务死掉了,读者仍然可以拷贝original链接试试运气。