blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit b95384fe258cd85a4be3fe91061779cb8b2eeb99
parent 3c33c4b7a399a52d4ed11fa9f7ce9325b069f0cf
Author: Peter <peter@minskio.co.uk>
Date:   Tue,  3 May 2022 15:26:23 +0100

New post with initial values

Diffstat:
Acontent/posts/logging-duolingo-ranks-over-time.md | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/content/posts/logging-duolingo-ranks-over-time.md b/content/posts/logging-duolingo-ranks-over-time.md @@ -0,0 +1,26 @@ +--- +title: Logging Duolingo ranks over time +layout: single +date: 2022-05-03T14:58:00 +lastmod: 2022-05-03T15:17:00 +--- + +I was curious as to how my rank would change over time and what the rate of attrition would look like over time. + +This page was originally an attempt to mix markdown and bash scripting into a single executable page that updates itself when run that was itself documentation of how it worked, however the header that Hugo (which is what this site is built with) requires entirely breaks the markdown/bash quirk that allowed it to work with plain markdown. + +In the background, the data source I'm scraping is [duome.eu](https://duome.eu/) and dumps values directly to this page using `func_duorank` as part of `server.sh` in [my Dockerfiles project](https://github.com/breadcat/Dockerfiles). + +Currently this script is manually run whenever I'm curious. Perhaps as time goes on, I'll automate this and eventually graph out these values (similarly to my [weight tracking](/weight/) page), but that's a project for later. + + +| Date | Time | Streak | Lingots | +| ---------- | ----- | ---- | ---- | +| 2022-04-10 | N/A | 3078 | 3337 | +| 2022-04-11 | N/A | 3068 | 3343 | +| 2022-04-12 | N/A | 3056 | 3347 | +| 2022-04-14 | N/A | 3047 | 3355 | +| 2022-04-19 | N/A | 3314 | 3314 | +| 2022-04-20 | N/A | 2986 | 3321 | +| 2022-04-24 | N/A | 2962 | 3336 | +| 2022-05-03 | 15:17 | 2909 | 3316 |