HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cubemaster

no profile record

Submissions

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

testflight.apple.com
1 points·by cubemaster·2 năm trước·0 comments

Show HN: I'm Building a Better Goodreads

twitter.com
3 points·by cubemaster·2 năm trước·2 comments

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

lanki.xyz
206 points·by cubemaster·2 năm trước·100 comments

[untitled]

1 points·by cubemaster·2 năm trước·0 comments

[untitled]

1 points·by cubemaster·2 năm trước·0 comments

comments

cubemaster
·2 năm trước·discuss
Hey everyone - check out the discord here: https://discord.gg/8vhcmyckNw
cubemaster
·2 năm trước·discuss
yes, was thinking of adding this in! will start adding possible features here:

https://alpine-aspen-2ab.notion.site/Lanki-da1481129bfa4d3ca...
cubemaster
·2 năm trước·discuss
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 năm trước·discuss
posted! thanks for the advice :)
cubemaster
·2 năm trước·discuss
here's the feedback form from the landing page: https://docs.google.com/forms/d/1Nqq9xj13ZZHlih16xsTp2Nsl4Zc...
cubemaster
·2 năm trước·discuss
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 năm trước·discuss
do you think it adds friction to go between the anki screen and the leetcode screen?
cubemaster
·2 năm trước·discuss
how do you use anki for code/technical skills?
cubemaster
·2 năm trước·discuss
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 năm trước·discuss
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 năm trước·discuss
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!