Below here, I would like to take the time to write some blog posts some day.
These would probably be content about programming, linux, nushell, that kind of stuff.

Stay tuned!!

-------------------------------------------

Go back to the front page.

add new scores let scores = open raw.txt | split row "amtoine — " | where not ($it | is-empty) | each { str trim | lines } | each {|it| let date = $it.0 | into datetime $it | skip 1 | each {{ date: $date, score: ($in | into int) }} } | flatten open content/posts/my-mario-kart-8-deluxe-adventure/scores.nuon | append $scores | save --force content/posts/my-mario-kart-8-deluxe-adventure/scores.nuon setup python virtualenv .venv overlay use .
Read more →