Skip to content

Ebbinghaus' Forgetting Curve 艾宾浩斯遗忘曲线 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
solomonxie opened this issue Dec 9, 2015 · 0 comments
Open

Ebbinghaus' Forgetting Curve 艾宾浩斯遗忘曲线 #10

solomonxie opened this issue Dec 9, 2015 · 0 comments

Comments

@solomonxie
Copy link
Owner

solomonxie commented Dec 9, 2015

主要做为日常Reminder工具:根据遗忘曲线将笔记定期发邮件给自己。

Wiki: Forgetting Curve

实现:
通过在这个issue里添加comment,每个comment算一篇笔记。
根据每个comment里写的时间设定,将笔记发送到邮箱里。

技巧:

  • comment里面加上<data><!-- {"time": xxx, "updated_time": xxx} --></data>这样的隐形标签,保存json数据,达到传达指令和记录更新数据的功能。
  • 遗忘曲线的起点设定为该comment的created_time
  • comment里面不要完全复制粘贴过来其它位置的笔记过来。这样不容易更新和维护。最好只是引用一个笔记的url,然后自动去获取原笔记内容。这样就总能保持在最新。

隐形标签JSON数据:

<data><!-- 
{
    "time": "2018-05-03",
    "updated": "2018-05-10",
    "reviewed_count": 3
}
--></data>
Repository owner locked as off-topic and limited conversation to collaborators May 29, 2018
@solomonxie solomonxie changed the title Python中文字符的理解:str()、repr()、print Ebbinghaus' Forgetting Curve 艾宾浩斯遗忘曲线 May 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant