Viewing profile — jarrett-ye
jarrett-ye
HN member- Joined
- Wed, Dec 13, 2023, 7:59 AM UTC
- HN karma
- 44
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About jarrett-ye
- I'm a graduate CS major at Harbin Institute of Technology, Shenzhen.
- I'm currently working as a research engineer in Maimemo Inc.
- I'm developing an algorithm of spaced repetition (FSRS) and simulator of human memory.
- Ask me about Anki or SuperMemo, I'm a diehard flashcard fan!
- My homepage:
Recent public activity
- story
- story
-
comment
Comment #46946489
[dead]
- story
-
comment
Comment #46647901
Good luck! I'm glad to hear that FSRS becomes more and more popular!
-
comment
Comment #45987912
Lol, btw, my name is Jarrett Ye.
-
comment
Comment #45165202
SM2 has less parameters, but there is not a systematic way to tweak them correctly. With the optimizer, it's easy to make FSRS adaptive to any learners. There is only one lever for…
-
comment
Comment #44794896
Would you minding writing an intro for your app if it is using FSRS? https://github.com/open-spaced-repetition/awesome-fsrs
-
comment
Comment #44794095
Andy also tested this idea. You can read his notes here: GPT-4 can probably estimate whether two flashcards are functionally equivalent https://notes.andymatuschak.org/zJ7PMGzjcgBU…
-
comment
Comment #44794040
Ebisu v2 doesn't perform well in our SRS Benchmark: https://github.com/open-spaced-repetition/srs-benchmark#:~:t...
-
comment
Comment #44168043
An Experience Report from a Middle School Dropout.
- story
-
comment
Comment #44023175
Good feature! I guess someone could implement it via an add-on of Anki.
-
comment
Comment #44023022
I guess what you need is Set Due Date, which allows you manually schedule cards in Anki.
-
comment
Comment #44022818
Math Academy provided a self-service learning system with a novel spaced repetition algorithm which could take the hierarchical body of math into account.
-
comment
Comment #44022746
Yes, we can improve FSRS in that way. But it requires to collect a lot of review data with cards' content, which breaks Anki's privacy policy. And FSRS is my side project which has…
-
comment
Comment #44022695
Anki has a feature named Easy Days which allows you to spend less time on Anki on some days of the week. Source: https://docs.ankiweb.net/deck-options.html?highlight=easy%20...
-
comment
Comment #44022638
What does the 'Free' mean in the name? The algorithm (FSRS) supports reviewing in advance or delay. It's free for users to decide the time of review. And it will adapt to the user'…
-
comment
Comment #43855738
To help more people understand FSRS and the R&D around it, I wrote this blog about my long history with FSRS and Anki.
- story
-
comment
Comment #42999421
Actually, we have found some algorithms which outperform FSRS[1]. Unfortunately, it's hard to deploy them in user's local device. [1] https://github.com/open-spaced-repetition/srs-…
-
comment
Comment #42999406
You don't need to beat FSRS with 700 millions of reviews. You can collect thousands of reviews for months and compare the ad-hoc algorithm with FSRS on those reviews.
-
comment
Comment #42665896
Great! I added it into awesome-fsrs, a repository with implementations of FSRS in different programming languages and different software: https://github.com/open-spaced-repetition/…
-
comment
Comment #42548069
Would you consider to support FSRS in Mochi?
-
comment
Comment #42548020
Here is an implementation of Leitner Box in Rust: https://github.com/open-spaced-repetition/leitner-box-rs