Goals
- Consolidate some stuff on my ‘main’ site
- Progress on anki-thingy
- Womp womp.
Summary
Habit Table
Still need to fix this.
Habit | This Week | Streak | Max Streak | Trend |
---|---|---|---|---|
Meditate | 0/7 | 1 | 1 | ↓ |
Study Chinese | 0/7 | 1 | 1 | ↓ |
Read | 0/7 | 1 | 1 | ↓ |
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."))
Reading
Run Locally, Deploy Globally softwarecloud
LocalStack - Saw people mention this on SNS. Emulating AWS locally?
courses/prompt_engineering_interactive_tutorial at master · anthropics/course…
- Prompt engineering tutorial for Anthropic - notes at Welcome to Anthropic’s Prompt Engineering Interactive Tutorial
Watching
The CORRECT way to work with temporary files in Python
NamedTemporaryFile
and TemporaryDirectory
in tempfile.
Listening
at17
Discovered while wikipedia link exploring.