Goals

  • Consolidate some stuff on my ‘main’ site
  • Progress on anki-thingy
    • Womp womp.

Summary

Habit Table

Still need to fix this.

HabitThis WeekStreakMax StreakTrend
Meditate0/711
Study Chinese0/711
Read0/711

Notes

Projects

Converting to CachyOS

  • Decided to take the plunge, was as simple as following the instructions and adding their packages.
  • Trying out building a custom kernel for my CPU arch
    • Seems to work well, no issues.

Tinkering around in Hy

Trouble getting it to work with babel. I guess the emacs thingy hasn’t been updated in… awhile.

(defmacro do-while [test #* body]
  `(do
    ~@body
    (while ~test
      ~@body)))
 
(setv x 0)
(do-while x
  (print "Printed once."))

Watching

The CORRECT way to work with temporary files in Python

NamedTemporaryFile and TemporaryDirectory in tempfile.

Listening

at17

Discovered while wikipedia link exploring.