HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cubemaster

no profile record

投稿

Show HN: I built a virtual bookshelf app with AI book recommendations

testflight.apple.com
1 ポイント·投稿者 cubemaster·2 年前·0 コメント

Show HN: I'm Building a Better Goodreads

twitter.com
3 ポイント·投稿者 cubemaster·2 年前·2 コメント

Show HN: I made a spaced repetition tool to master coding problems

lanki.xyz
206 ポイント·投稿者 cubemaster·2 年前·100 コメント

[untitled]

1 ポイント·投稿者 cubemaster·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 cubemaster·2 年前·0 コメント

コメント

cubemaster
·2 年前·議論
Hey everyone - check out the discord here: https://discord.gg/8vhcmyckNw
cubemaster
·2 年前·議論
yes, was thinking of adding this in! will start adding possible features here:

https://alpine-aspen-2ab.notion.site/Lanki-da1481129bfa4d3ca...
cubemaster
·2 年前·議論
currently recommends 5 problems using a ranking algorithm that calculates a score similar to this:

score = ( timeSinceLastAttempt ^ 2 ) * difficulty;

Anything else you'd want factored in?
cubemaster
·2 年前·議論
posted! thanks for the advice :)
cubemaster
·2 年前·議論
here's the feedback form from the landing page: https://docs.google.com/forms/d/1Nqq9xj13ZZHlih16xsTp2Nsl4Zc...
cubemaster
·2 年前·議論
for now, it will always 5 recommend problems you have attempted before, prioritizing the ones you solved both (1) longest time ago and the ones that were (2) hardest for you. so it will not recommend anything you haven't tried. would you want it to stop recommending a problem once you've mastered it? maybe an indication on the tool so you can mark it as mastered?
cubemaster
·2 年前·議論
do you think it adds friction to go between the anki screen and the leetcode screen?
cubemaster
·2 年前·議論
how do you use anki for code/technical skills?
cubemaster
·2 年前·議論
super similar - was inspired by anki! this extension shows up directly on the leetcode website as a starting point, but looking to expand to all of ankis-type features soon
cubemaster
·2 年前·議論
Hey guys! I'm Shreya.

I recently noticed that many people that solve leetcode style problems to learn programming patterns tend to save links to problems they'd like to try again later on google docs/notes.

However, this doesn't help them remember to try these problems again or differentiate between problems that are more urgent to revise.

Built this tool to help solve this inefficiency!
cubemaster
·2 年前·議論
Hi Everyone!

Consistent review is key to mastering new skills, yet there's a surprising shortage of tools specifically designed to facilitate review in coding.

I've created a spaced repetition tool to help you master LeetCode problems, available here: https://www.lanki.xyz/

I'd greatly appreciate any feedback, suggestions, and possible feature requests!