TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Noat.Cards – Open knowledge learning and sharing platform

2 pointsby mf_kevintruongabout 4 years ago

2 comments

edylemondabout 4 years ago
This looks interesting, we&#x27;ve built a spaced repetition app [1] which is based on markdown notes. It can also import Anki apkg files. If I understand correctly it should be possibly to make this compatible with your format. The only thing I don&#x27;t understand is how the sharing through Telegram comes into play?<p>[1] <a href="https:&#x2F;&#x2F;traverse.link&#x2F;" rel="nofollow">https:&#x2F;&#x2F;traverse.link&#x2F;</a>
评论 #26436482 未加载
mf_kevintruongabout 4 years ago
Hi HN, Author here,<p>It is a normal day when I prepare to review for an interview section next day. I asked myself about why the review project just replay everytime I have an interview section. How can I trim down the progress by make my knowledge more consistance. Then I don&#x27;t need to review my knowledge.<p>I tried to looking for a solution to solve my problems. It led me come to Anki (Anki is a program which makes remembering things easy.) The software look great and have almost anything I need. Instead of have a long review session, then I just need take 5-10 mins everyday to review fact card (learn new and review the old fact card). And Anki already have share deck feature which I can browse some well prepare deck here.<p>But Anki have some comfro here:<p>Anki work based on it own file format <i>.apkg which is only read by Anki program itself Hard to modify the anki deck and other people can not contribute to the knowledge deck What happen if one day the Anki Share Deck is shutdown. And there have alot of valuable deck here. To solve all problems above, I invent the AnkiDeck alternative format file call NoatCard which based on Markdown. There reason for that is because Markdown is really wellknown markup language. It simple to edit and view. A deck file written by Markdown is easy to modify and readable.<p>Second reason is about you can easy to track down what changed in the deck file text compare to a weird </i>.apkg format which require a specific program. With Markdown, you want track the change of file, simple just diff &lt;new_verssion&gt; &lt;old_verson or add the deck file to a git repository and track it with the awesome Git.<p>The next move on this work is about about knowledge repo rather than a single deck file. The advantage for creating a large knowledge repository is we can have a large topic as a root and have many of deck file (<i>.md) to declare about smaller topic but still focus on the root. Then the benefit here is easy to manage and focus. You can seperate the large topic into smaller topics. And let the learner feel easier on study progress. Instead of conquer the big challenge, the learner will go through small topic and then understand the wholething at the end. And of course, the knowledge repo will manage under Git for better versioning knowledge. Learner can easy to update and modified their knowledge repo by the time.<p>By this one, we can share the knowledge repo to Github or somewhere ele. And share with other people. Which the well formating, we also write a converter to convert the knowledge repo to original Anki deck file </i>.apkg<p>Because all of those reasion, then I create Noat.Cards is simple knowledge learning and sharing platform. Everyone can access to the platform through Telegram Chat bot. And you, the enduser can use the platform by using telegram chat clien which is well support in both PC and mobile device.<p>Knowledge learning: By apply spaced repetition learning technique, the service will help people more easy by continous learning and reviewing a little bit every day. Knowledge Sharing: Noat.cards can help people share your knowledge with the others on telegram network more simply and easier. How about some one asking about specific question which already well document . You only need find the doc and send the answer without typing. Or sharing skills to each others. Instead of training in person or send them video course. Just share them open knowledge which alreay well document by you follow noat.card formatting [1] . The receiver will save and start learning progress Knowledge verification: I create quiz competition game in Telegram. Then people can easy to create quiz conpetition game and share to each other to join the game. By the result we can find out what is bad&#x2F;good in our knowledge base<p>More over, I would love to create a open knowledge network which we can share and leanr from each other<p>I would love to show my work here, and hope receive some feedback from HN community.<p>Thanks all<p>[1]: <a href="https:&#x2F;&#x2F;noat.cards&#x2F;docs&#x2F;repo-structure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;noat.cards&#x2F;docs&#x2F;repo-structure&#x2F;</a>
评论 #26436435 未加载