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: SpacedTime – Remember the important things in your life

143 pointsby uptownhrabout 5 years ago

15 comments

goblin89about 5 years ago
There seems to be an unaddressed need for a well-maintained library implementing spaced repetition algorithms. I have seen implementations for SM15[0] and SM2[1][2] around but nothing that provides multiple implementations and a consistent API on top.<p>If there was a library like that, a tool like SpacedTime could use it easily (currently it uses fibonacci sequences when determining how soon to recall).<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;slaypni&#x2F;SM-15" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;slaypni&#x2F;SM-15</a>, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9844613" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9844613</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;walterscarborough&#x2F;LibSpacey" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;walterscarborough&#x2F;LibSpacey</a><p>[2] <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;doctorpangloss&#x2F;13ab29abd087dc1927475e560f876797" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;doctorpangloss&#x2F;13ab29abd087dc1927475...</a>
评论 #22932809 未加载
评论 #22934408 未加载
评论 #22931662 未加载
uptownhrabout 5 years ago
Hi Hackernews,<p>I created Spacedtime because I&#x27;m known to have a horrible memory. Maybe people are kidding but I wanted to change that. There are flashcard apps out there but I wanted to create one that is focused on creating cards for my personal memories. My personal goal is to store and recall all that is dear to me.<p>Given the personal nature, I do plan on spending a lot of my time on protecting the user&#x27;s information. Today, Spacedtime does not have a server and stores all information locally. The command-line app stores information in a local JSON file and the web app stores into Local Storage. However, I&#x27;m not sure what is the best user-friendly way to go about the encryption layer and how it should be applied.<p>I&#x27;ve posted to Product Hunt, [Lobste.rs](<a href="http:&#x2F;&#x2F;lobste.rs" rel="nofollow">http:&#x2F;&#x2F;lobste.rs</a>) and Indiehackers so far. I&#x27;ve been saving my self from posting to HN till now. It is still an MVP but at least it is not the first version :). I&#x27;ve been pretty aggressive in publishing my work.<p>I&#x27;m looking forward to everyone&#x27;s feedback!<p>Best,<p>-James
评论 #22933630 未加载
评论 #22932060 未加载
评论 #22933747 未加载
kabachaabout 5 years ago
Anki flash cards (floss) do use spaced time learning algorithms that are also easily adjustable to personal preference. Anki has native mobile&#x2F;desktop, cli and web clients. The big community also provides shared decks and vast plugin ecosystem like auto text-to-speech and imagery.<p>I haven&#x27;t seen any of these tools doing anything that anki doesn&#x27;t — why not contribute to it instead?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ankitects&#x2F;anki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ankitects&#x2F;anki</a>
评论 #22931377 未加载
评论 #22933403 未加载
评论 #22931727 未加载
评论 #22933693 未加载
评论 #22934066 未加载
JoeQueryabout 5 years ago
Hi there!<p>A couple of notes :)<p>* It seemed to me that the cli and the web app would be related. I had to come read your comment to realize the cli doesn&#x27;t read from the web app (I also had to come here to realize it was stored locally).<p>* Once I started creating questions, there was no way to &quot;log out&quot; to get back to the splash page. So that means I couldn&#x27;t see the npm install command<p>Good luck!
评论 #22931136 未加载
juliend2about 5 years ago
It looks like Anki cards. I also value spaced repetition to help me store valuable facts in my long term memory.<p>I personally use my Todoist for that (Project called &quot;Anki&quot; where every todo is a question and the answer is in the comments. And I can manage intervals by using the task scheduling feature to have them appear later (depending on the ease to remind the answer).<p>But I like the simplicity of your app and the logo is kinda cool also. +1 for the command line interface. Good idea.
评论 #22931147 未加载
quickthrower2about 5 years ago
Nice, and thanks for making the CLI version, because for such personal info (some of which might be security questions for a bank!) I&#x27;d rather not use the web site.<p>On the website however it seems to make it impossible to go back. Clinking the browser back button gets stuck in a loop after you click &quot;Start Remembering Now&quot;
评论 #22931140 未加载
staredabout 5 years ago
With computers, which excel at memorization, why not off-load out faulty memory there? And use time, and brain capacity, for things that we are still better at, or at least at fun or fulfilling? For each prompt, my first thought was &quot;yeah, I have it in Evernote&#x2F;1Password&#x2F;Google Calendar&quot; followed by that it makes my life easier. So basically, let&#x27;s embrace our extended phenotype!<p>I am sure that there are people around that can flawlessly remember hundreds of complex passwords and numbers, even ones they have used in a decade. Also, knowing something does not guarantee that we can use that. For example, I guess a lot of you had:<p>A: Honey, when is our anniversary?<p>B: April 20th, obviously.<p>A: And which date is today?<p>B: April 21st... oh f-.
评论 #22934771 未加载
SoulManabout 5 years ago
I was thinking on the same line, to dump all the personal memories into cloud not just anniversaries and birthdays but also what I promised to others and what I observed or any decision at work so that later I can back myself up with data. Its like a personal journal in case my memory becomes weak. There are things like evernote but they are more of a active notes which you open sometimes infront of others or while screensharing. I wanted something like Date wise or tag wise. It will be great if this can have a timeline. I also thought of making private facebook posts but for obvious reasons its not a good idea.
评论 #22932761 未加载
ryanmjacobsabout 5 years ago
I like the commandline interface a lot! It&#x27;s really clean and I like the formatting. I definitely plan on using this daily. Seems easy to interop casually while in coding sessions.<p>I don&#x27;t forsee using this for remembering my security questions. But I will definitely use this for remembering little bits of knowledge and trivia that I want to become second nature.<p>I&#x27;m a big fan of the `spacedtime list` command by the way. Looks good! Preview here: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;5BZygbE.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;5BZygbE.png</a>
评论 #22932778 未加载
tzmabout 5 years ago
Although a cool project, I can&#x27;t help to think of this as a honeypot for bad actors.
edf13about 5 years ago
Grrr... started browsing and it took control of the back button!!! (Mobile safari iOS)
KhoomeiKabout 5 years ago
It would be a shame if someone were to misuse all the data you&#x27;re collecting about people&#x27;s first grade teachers and mother&#x27;s birthdays. Better keep that data safe! :)
评论 #22931778 未加载
bobbyzabout 5 years ago
Nice, I like the website. What did you use to create it? Currently evaluating new framework&#x2F;tools to speed up my side project quality&#x2F;workflow.
jaequeryabout 5 years ago
it&#x27;s like a JS port of Anki, nice!
jrowleyabout 5 years ago
I love that this was posted on 4&#x2F;20