Skip to content

Renovate blog#2

Draft
brainwo wants to merge 8 commits intoExpertium:mainfrom
brainwo:jekyll-2
Draft

Renovate blog#2
brainwo wants to merge 8 commits intoExpertium:mainfrom
brainwo:jekyll-2

Conversation

@brainwo
Copy link

@brainwo brainwo commented Nov 10, 2024

Todo:

  • Giscus comments
  • Update images to fit the theme
  • Generate feed.xml
    • Move all articles to _post
    • Rename all articles to date-title.md format
  • Move post from sidebar
  • MathJax support
    • Linebreak on MathJax
  • Reddit comments

Preview: https://brainwo.github.io/expertium.github.io/

@brainwo brainwo marked this pull request as draft November 10, 2024 17:15
@Expertium
Copy link
Owner

How's it going?

@Expertium
Copy link
Owner

@brainwo how's it going? (2)

@brainwo
Copy link
Author

brainwo commented Feb 15, 2025

I have found some inspiration

This blog display Reddit comments on their site
https://loadingartist.com/comic/seeing-someone/#comments

image

We can fetch the comments from client side and display it

Comments link example: https://www.reddit.com/r/Anki/comments/18jvyun/some_posts_and_articles_about_fsrs.json?depth=8&profile_img=true

@Expertium
Copy link
Owner

Wait, how does that work?
Like, say, I made an article like this: https://expertium.github.io/Benchmark.html. How would people comment under it?

@brainwo
Copy link
Author

brainwo commented Feb 15, 2025

They will have to open Reddit, but the comment will be displayed below the article

@Expertium
Copy link
Owner

Ok, but then what reddit post will they comment under?

@brainwo
Copy link
Author

brainwo commented Feb 15, 2025

Best would be an optional metadata where you specify the Reddit post you want to use. So it will be only displayed if you specified the url.

---
reddit:https://www.reddit.com/r/Anki/comments/18tnp22/a_technical_explanation_of_the_fsrs_algorithm/
---

# A technical explanation of FSRS

If you want a simple overview first, start here: [ABC of FSRS](https://github.com/open-spaced-repetition/fsrs4anki/wiki/ABC-of-FSRS).

In this article, I'll explain how FSRS-4.5 works. The differences between FSRS-4.5 and FSRS-5 are outlined near the end.

# Table of contents
- [R, Retrievability](#r-retrievability)
- [S, Stability](#s-stability)
- [D, Difficulty](#d-difficulty)
- [Changes in FSRS-5](#changes-in-fsrs-5)
- [Optimization aka training](#optimization-aka-training)

## R, Retrievability
...

@Expertium
Copy link
Owner

@brainwo I'd like you to investigate one issue in particular, if you have the time
https://expertium.github.io/Avoid_Pattern_Matching.html
image
Here the video isn't shown properly, hopefully you can fix it (and quickly make a different PR for that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants