Live data from Hacker News

Ask HN: How to remember technical topics which you don’t use/refer everyday?

news.ycombinator.com

81–82 of 82 posts

Re: Ask HN: How to remember technical topics which you don’t use/refer everyday?

#81
post #77

Hey! As many have already mentioned in this thread, you might want to look into spaced repetition if you haven’t already. To summarize, it’s a simple algorithm that forces you to recall something at an increasing interval until it is committed to long term memory. Anki is a popular app that uses spaced repetition. I personally wasn’t quite satisfied with any of the options out there so I decided to build a new app to…

Hey, this looks interesting. What set this apart from Anki?

Hey thanks for checking it out. Anki is in many ways a great tool and one that I’ve used extensively myself in the past. I felt that the UI could be improved however and that certain features were lacking. One high-level goal was to build an application with a simpler and more modern user experience. On top of that there were features, small and large, that I wanted and felt could only be realized with a new product. Here are some examples:

- Simplified navigation when browsing your content.

- A rich card editor that behaves more like one you’d find in a modern note taking application.

- Search as a first class citizen.

- Dedicated functionality for creating language cards.

- Proper code blocks for people learning software development.

- A way to easily study all my pending items across all folders.

- Improved/seamless synchronization (I’d sometimes get sync failures when using Anki on my phone and on the desktop)

With that said, the application is still very much in its early stages and there are a lot more features that will be arriving over the coming months.

Re: Ask HN: How to remember technical topics which you don’t use/refer everyday?

#82
post #77

Earlier quoted context omitted.

Hey, this looks interesting. What set this apart from Anki?

Hey thanks for checking it out. Anki is in many ways a great tool and one that I’ve used extensively myself in the past. I felt that the UI could be improved however and that certain features were lacking. One high-level goal was to build an application with a simpler and more modern user experience. On top of that there were features, small and large, that I wanted and felt could only be realized with a new product.…

Very cool! Thanks for the detailed answer. I’ll check it out.
Post reply on HN