Also, it might make sense that the bar holding those links remains visible at the top... or not.
Show HN: I made a minimalist spaced repetition tool
11–20 of 83 posts
Re: Show HN: I made a minimalist spaced repetition tool
#12Hi. The "features" and "pricing" links no longer work after you click on "Demos" or "What is Spaced Repetition?" links. Also, it might make sense that the bar holding those links remains visible at the top... or not.
Re: Show HN: I made a minimalist spaced repetition tool
#13Theory / 2 Cents: don't just work on a GUI for spaced repetition cards, invent an open file format for spaced repetition (perhaps an XML plus an schema, or a JSON based file format, a subset of HTML or markdown, etc...). The idea is that you create a file format spec, perhaps even some open source libraries to operate on the file format. And then you sell a really nice GUI for editing that (perhaps a web page, perhap…
Re: Show HN: I made a minimalist spaced repetition tool
#14Small nitpick: your main headline on the site has a typo in the word 'knowledge'. That said it looks interesting, but for me personally the only big reason to switch away from Anki would be more keyboard controls so I don't need to switch to the mouse and back for some menu interactions. Then again syntax highlighting in code blocks does sound like a neat feature for some situations.
Thanks for your thoughts and very valuable nitpick (I have fixed it now). I definitely agree that keyboard controls are very essential to the card making process, and I will look into that!
Re: Show HN: I made a minimalist spaced repetition tool
#15Earlier quoted context omitted.
Thanks for your thoughts and very valuable nitpick (I have fixed it now). I definitely agree that keyboard controls are very essential to the card making process, and I will look into that!
Hi, nice work with this! Another small typo under the "Retain information with Spaced Repetition" header in the first bullet point, effecient -> efficient.
Re: Show HN: I made a minimalist spaced repetition tool
#16Theory / 2 Cents: don't just work on a GUI for spaced repetition cards, invent an open file format for spaced repetition (perhaps an XML plus an schema, or a JSON based file format, a subset of HTML or markdown, etc...). The idea is that you create a file format spec, perhaps even some open source libraries to operate on the file format. And then you sell a really nice GUI for editing that (perhaps a web page, perhap…
I created a file format designed for sharing data in-between language learning apps (JSON based + signature). It’s not released yet but if someone is interested please reply below. It would be great to have software other than mine using it.
Re: Show HN: I made a minimalist spaced repetition tool
#17What is Spaced Repetition? Never heard of it.
A basic system is to review each card after 1,2,4,8,etc days, resetting if you don't recall the answer from the prompt.
Re: Show HN: I made a minimalist spaced repetition tool
#18This is not free to use. This is useless on free. It's like tesla saying that chargers are free to use on front page, then on pricing: but only first 0.1kWh.
this is dark pattern.
Re: Show HN: I made a minimalist spaced repetition tool
#19Please, do not use white lies on your web. This is not free to use. This is useless on free. It's like tesla saying that chargers are free to use on front page, then on pricing: but only first 0.1kWh. this is dark pattern.
Very interested in hearing your points - i'm totally new to this.
Re: Show HN: I made a minimalist spaced repetition tool
#20What is Spaced Repetition? Never heard of it.
Anyway. The idea is that when you learn something, you are likely to forget it eventually, and that when you _remind_ yourself of something you've learned that postpones the likely forgetting by an amount of time that increases according to how long it was since you learned it. So if you want to learn something and retain it, you should keep reminding yourself just before you would have forgotten. Fortunately, it seems that for most of us the time we remember a thing for is somewhat longer than the time between reminders, which means that learning something this way doesn't take an unreasonable number of reminders before it's lodged in your brain long-term.
So: a spaced repetition system is a thing that helps you learn. You give it a bunch of things you want to learn; it tests you and remembers -- separately for each individual thing -- when you were last tested and how you did. If its algorithm matches your brain reasonably well, a fairly small investment of effort can help you get a lot of stuff imported lastingly into your brain.
The most common use of these things is for learning foreign language vocabulary, but of course that's by no means all you can do with them.