____ _ _ ___ _ ____ ___ ____ __ / ___| __ _| |_ / |/ _ \ | | __ _ _ __ |___ \ / _ \___ \ / /_ \___ \ / _` | __| | | | | | _ | |/ _` | '_ \ __) | | | |__) | '_ \ ___) | (_| | |_ _ | | |_| | | |_| | (_| | | | | / __/| |_| / __/| (_) | |____/ \__,_|\__( ) |_|\___/ \___/ \__,_|_| |_| |_____|\___/_____|\___/ |/
.------- .--' o . .-' . O . .-'@ @@@@@@@ . /@@@ @@@@@@@@@@@ @ ./ o @@@@@@@@@@@ @ /@@ o @@@@@@@@@@@. /@@@@ . @@@@@@@o @ |@@@@@ . @@ /@@@@@ O `.-./ . @ Full Moon + | @@@@ --`-' o 6 12:55:44 |@ @@@ ` o Last Quarter - | @@ @ .-. 0 16:49:14 \ . @ @@@ `-' | @@ @@@@@ . \ @@@@ @\@@ / . \ o @@ \ \ / `\ . .\.-.___ \ `-' `-. o / | o `-. / . `--. . `-------
Mist
_ - _ - _ - 35 °F
_ - _ - _ ↙ 2 mph
_ - _ - _ - 3 mi
0.0 in
02:42:06
_________________________________________
/ Currently listening to: Flyleaf - Swept \
\ Away /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Refreshed my knowledge of vim buffers. I never use them but it is a hassle to not use the yank ‘0’ buffer.
‘:reg’ shows buffers.
To use a register:
‘“’ then the buffer ‘a’ (or any register) then the action ‘y’ (or any available action).
To append to a register use ‘SHIFT’ then ‘A’. macros are just key presses recorded into registers.
To start recording: ‘q’ then a register ‘a’.
To run a macro: ‘@’ then the register where it was stored.
02:59:25
________________________________
/ Currently listening to: CAKE - \
\ Pentagram /
--------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
I started watching a Golang tutorial. https://youtu.be/x8LbnczFU0E?si=tKe5hF65rcO80Fgh I don’t know if I want to learn a language right now, but I want to make a file upload app like 0x0.st or transfer.sh. I’m very tempted to just use Javascript and Hono like I always do. Apps that run from a single binary would be really nice.
03:24:39
____________________________________
/ Currently listening to: Maroon 5 - \
\ Don’t Know Nothing /
------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
I found a less contrasty black and white palette for the journal.
Monochromatic Minimalism
- Background: #121212 (charcoal black)
- Primary Text: #E0E0E0 (light gray)
- Secondary Text: #B0B0B0 (medium gray)
- Borders/Dividers: #444444 (dark gray)
- Accent: #888888 (soft gray)
05:21:57
_________________________________________
/ Currently listening to: Mew - Her Voice \
\ Is Beyond Her Years /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
Created keyboard shortcuts for mpc toggle mpc prev mpc next in KDE by doing the trick where you change what a script does by symlinking it to a different name.
KDE has a stupid shortcut system so I first wanted to use a hotkey daemon. I found this: https://github.com/waycrate/swhkd but I had to use debian in distrobox to compile it. Setting it up was not working. I got tired of fiddling and did it the KDE way. I really wanted the setup to be agnostic of what window manager/desktop I use.
12:23:12
Maybe there’s something wrong with me, but I want to use Perl. As much a I love Bash, it gets pretty hairy pretty fast.