From 97d49d7c00c7167f96be5cf86a65f562c9875db3 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 24 Mar 2024 15:45:15 -0400 Subject: [PATCH] slower shortpost --- .../discord-as-a-ui-library/index.md | 14 ++++++++++++++ .../slower-and-more-meaningful/index.md | 13 +++++++++++++ content/shortnotes/thoughts-on-fsrs/index.md | 18 ++++++++++++++++++ quick_config.sh | 0 4 files changed, 45 insertions(+) create mode 100644 content/shortnotes/discord-as-a-ui-library/index.md create mode 100644 content/shortnotes/slower-and-more-meaningful/index.md create mode 100644 content/shortnotes/thoughts-on-fsrs/index.md mode change 100644 => 100755 quick_config.sh diff --git a/content/shortnotes/discord-as-a-ui-library/index.md b/content/shortnotes/discord-as-a-ui-library/index.md new file mode 100644 index 0000000..46c47b3 --- /dev/null +++ b/content/shortnotes/discord-as-a-ui-library/index.md @@ -0,0 +1,14 @@ ++++ +title = "Discord as a UI Library" +# description = "" +date = 2024-02-05 +# updated = 2024-02-05 +[taxonomies] +tags = ["shortnotes"] ++++ + +One annoying problem I have with learning something new programming-wise: +I'm so familiar with the Discord.py API library that any *real* UI library feels like it has too much friction to be worth it for any of my projects. +It's even cross-platform! + +I'm torn between freshening up my PyQt, learning Kotlin + Android dev, or looking into something else for Linux/Windows dev... diff --git a/content/shortnotes/slower-and-more-meaningful/index.md b/content/shortnotes/slower-and-more-meaningful/index.md new file mode 100644 index 0000000..86459bb --- /dev/null +++ b/content/shortnotes/slower-and-more-meaningful/index.md @@ -0,0 +1,13 @@ ++++ +title = "Slower and More Meaningful" +# description = "" +date = 2024-02-19 +# updated = 2024-02-19 +#draft = true +[taxonomies] +tags = ["shortnotes"] ++++ + +Lately, I've felt like I need to be more conscious about my "free" time. There are many reasons for it (work schedule, the rise of generative AI, ...) but I'm *mildly* happy with the results thus far? + +I'd like to make a dedicated post of it, but I'm having trouble putting my feelings into words. diff --git a/content/shortnotes/thoughts-on-fsrs/index.md b/content/shortnotes/thoughts-on-fsrs/index.md new file mode 100644 index 0000000..5a6d6ea --- /dev/null +++ b/content/shortnotes/thoughts-on-fsrs/index.md @@ -0,0 +1,18 @@ ++++ +title = "Thoughts on FSRS" +# description = "" +date = 2024-02-15 +# updated = 2024-02-15 +#draft = true +[taxonomies] +tags = ["shortnotes"] ++++ + +I've been trying FSRS for about a month now. Here's my thoughts on it so far: +- I feel like I have a more manageable workload. However, part of me wonders if this is because I'm not putting all of my effort into studying a cert or a language. +- I don't think about how my choices are affecting the ease factor anymore. +- The 3-component model is a lot easier to understand than SM-2's ease. +- I wish I had been studying more during the Fall. My stats page isn't reliable because my Anki usage was very sparse for most of 2023. +- Some of the intervals for relatively new cards feel very long. I'm not sure what to make of this. I'll probably need to reflect on this again in a few months +- Even with the helper add-on to auto-reschedule cards on sync on desktop, I still feel disincentivized to use Ankidroid due to lack of native support. +- It has been a very positive experience overall. diff --git a/quick_config.sh b/quick_config.sh old mode 100644 new mode 100755