Skip to content
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

More Anki Like behavior --- Overhaul point system #36

Open
8 tasks
tallguyjenks opened this issue Sep 24, 2020 · 2 comments
Open
8 tasks

More Anki Like behavior --- Overhaul point system #36

tallguyjenks opened this issue Sep 24, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@tallguyjenks
Copy link
Owner

tallguyjenks commented Sep 24, 2020

instead of a point system, utilize date time and actually perform date math to space the repetition of cards.

involves several parts:

  • remove point system
  • insert date time values for records
  • change the menu selections for how many days/times to add to each card (new cards 1,3,5 days etc. while mature cards could be like 7,11,15,20, etc.)
  • Perform date math to have the date time updated with the new increment of time to be added to it
  • institute new logic to take each day, only gather the pool of cards with date times that are in the past from the moment of execution i.e. if now it is 2020-09-23 23:46 then cards from 2020-09-22 13:43 will be gathered
    • from this new pool you still use shuf to shuffle them
    • might need a new value to indicate if the card is new, young, mature, etc. using anki terminology
    • change new space values for each card based on maturity like new cards get options to space it (1,3,5) and young get (3,5,7,11) etc.
@tallguyjenks tallguyjenks added the enhancement New feature or request label Sep 24, 2020
@tallguyjenks tallguyjenks pinned this issue Oct 6, 2020
@github-actions github-actions bot closed this as completed Dec 2, 2020
@tallguyjenks tallguyjenks reopened this Dec 2, 2020
Repository owner deleted a comment from github-actions bot Apr 3, 2021
Repository owner deleted a comment from github-actions bot Apr 3, 2021
Repository owner deleted a comment from github-actions bot Apr 3, 2021
@tallguyjenks tallguyjenks reopened this Apr 11, 2021
Repository owner deleted a comment from github-actions bot Jun 11, 2021
@dther
Copy link

dther commented Oct 12, 2021

Going to drop a comment here just to say- fla.sh has been on my watched repos for almost a year now. I love the concept of fla.sh, and am deeply impressed by the work @tallguyjenks has put into it. That being said, this issue is the primary reason I haven't used it for any longer than a week. I find fla.sh's current scoring system a bit too rough around the edges for me to make it part of my routine.

I've wanted to try my hand at implementing an alternative spaced repetition algorithm, SM2+, in a *nix-shell-portable manner (probably using bc awk), but haven't found the time to.

If anyone who actively uses a flashcard program and/or does a lot of shell scripting is watching this issue would like to give me advice, I'm open to it.

@jakwings
Copy link

jakwings commented Nov 21, 2021

@dther hi, mine is using the Leitner algorithm (better suited for when reviews are postponed for godknows reasons). date is the only hard dependency ;) and depending on your taste my script can be shortened further. Originally I wanted to use stty and (g)awk only but they didn't quite work smoothly (unbuffered byte read, can be solved using bash built-in read). For SM-2 I found this one. Also this one using a combination of Leitner and SM-2.

@tallguyjenks tallguyjenks unpinned this issue Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants