top | item 42321111

(no title)

iskrataa | 1 year ago

Thanks for the feedback!

I agree, and this is something I thought about a lot during the design process. In my experience, just looking at the note (#1 in your example) helps a lot more than no repetitions (which is obvious of course), but it's still a huge improvement compared to my previous flow.

As for repetition, I was thinking of replying to the email with what you think is the answer and letting an LLM decide if you remember correctly. Is that something that sounds effective to you?

discuss

order

vineyardmike|1 year ago

Just create a “show answer” link.

The link can literally encode the answer in the URL, which you can just hide the raw url it in the emails’s HTML. (Fox examples, put it as base64 chars in query parameters)

Then you can host a (static) webpage that renders the text. This lets you host any users text w/o an interactive site. No live database, no ops burden, etc.

If you wanted to get fancy (which users of such a product probably would probably want) throw in “success/failure” links so your users can report the results and get changed frequency of spaced repetitions based on their success rate.

a3w|1 year ago

For Pete sake, don’t use an LLM.

Just use CSS to hide/show the answers, or a little bit of JavaScript for just that. Or scrolling, if it is text only. Or links to the answer an http server.

rahimnathwani|1 year ago

  I was thinking of replying to the email with what you think is the answer and letting an LLM decide if you remember correctly. Is that something that sounds effective to you?
The nice thing about your tool is the simplicity and low-friction due to using email. For retrieval, replies might work, but I wonder whether the people who are willing to do that work are the same people who would just install Anki instead.

passwordreset|1 year ago

Email seems like a no-go here. It would feel like spam. If you wanted a something more conversational, I'd consider doing this over text messages.

85392_school|1 year ago

You can practice retrieving something without entering and checking it.