diff --git a/changelog b/changelog index 90917ad..3410cc3 100644 --- a/changelog +++ b/changelog @@ -27,3 +27,4 @@ 2024-08-06: rewrote entire backend, website now supports uwu mode 2024-08-09: tidy server directory, fix back button 2024-08-09: fix css issue on homepage +2024-08-09: fix thoughts not displaying in correct order diff --git a/files/thoughts/talgo-shirt-back.jpg b/files/thoughts/talgo-shirt-back.jpg index 4811516..0ae4a48 100644 Binary files a/files/thoughts/talgo-shirt-back.jpg and b/files/thoughts/talgo-shirt-back.jpg differ diff --git a/html/random-thoughts.html b/html/random-thoughts.html index aea875b..438ed0e 100644 --- a/html/random-thoughts.html +++ b/html/random-thoughts.html @@ -13,7 +13,7 @@

arbitrary thoughts generated by natalie

I am bad at thinking of things to make blog posts for. this webpage might contain things that I would put in a blog post if I was more proficient at writing filler. It might also contain other things. - $[stat -c "%W %n" ./html/thoughts/* | sort -n --reverse | cut -d ' ' -f2- | while read -r file; do echo "
$(stat -c'%w' $file | cut -d '.' -f1): $(grep '^$//')
$(include $file)
"; done] + $[for file in ./html/thoughts/*; do echo $(grep DATE $file | awk '{print $3 $4}') $file; done | sort -k1,1 -r | cut -d' ' -f2 | while read -r file; do echo "
$(grep '^$//'): $(grep '^$//')
$(include $file)
"; done] $[include html/footer.html] diff --git a/html/thoughts/audio-is-bad b/html/thoughts/audio-is-bad index 050636e..a17cc7a 100644 --- a/html/thoughts/audio-is-bad +++ b/html/thoughts/audio-is-bad @@ -1,5 +1,5 @@ - + While I was making $[make-link /stats/what-song-is-it-listening-to], specifically while I was writing the service that would send song updates to the server from my laptop, I decided to make mpd started by my init system (openrc). This quickly devolved in to also making pipewire start from my init system. Prior to now, it was start by my compositor, which would run unfuck audio. For some reason, likely due to the fact that I use seatd instead of elogind for session management on this laptop, the default artix init scripts for all pipewire related services and mpd did not work. I spent like two hours hacking on these, and now have arrived at a system which vaguely works. Both mpd and {pipewire,pipewire-pulse,wireplumber} are started by my init, however, for some reason which is entirely obscure to me, pipewire does not recognize anything other than my bluetooth headphones. diff --git a/html/thoughts/dns b/html/thoughts/dns index b307716..09a01fd 100644 --- a/html/thoughts/dns +++ b/html/thoughts/dns @@ -1,5 +1,5 @@ - + Odette, one of my meat friends (not computer friends) (though she is a computery friend) just bought a domain. Apparently the registrar she bought it from didn't have an api, which was problematic because she doesn't have a static ip. Because I am a reasonable person, I decided to start hosting dns for her. Now I know (some) things about dns! I like learning things. diff --git a/html/thoughts/fonts??? b/html/thoughts/fonts??? index 06b6a92..43a0693 100644 --- a/html/thoughts/fonts??? +++ b/html/thoughts/fonts??? @@ -1,5 +1,5 @@ - + I am unsure as to what is going on?
on $[make-link /html/natalie-sightings.html], the font never loads. I have failed to ascertain why it is that this occurs, as this has only become an issue today and no edits have been made to that page remotely recently. What on earth.

diff --git a/html/thoughts/less-technical-debt b/html/thoughts/less-technical-debt index 3284017..cc878ab 100644 --- a/html/thoughts/less-technical-debt +++ b/html/thoughts/less-technical-debt @@ -1,4 +1,5 @@ +

I modified almost every html file in the site. there are less problems now.

thoughts like these are no longer viewed as iframes, images are now handled by my img-caption script: diff --git a/html/thoughts/re-previous-font-post b/html/thoughts/re-previous-font-post index 8edd03b..50bb675 100644 --- a/html/thoughts/re-previous-font-post +++ b/html/thoughts/re-previous-font-post @@ -1,2 +1,3 @@ + This issue has fixed itself. I do not know why. I did not do anything that would have fixed this. I am mildly perturbed. diff --git a/html/thoughts/talgo-shirt b/html/thoughts/talgo-shirt index 731467e..ab360dc 100644 --- a/html/thoughts/talgo-shirt +++ b/html/thoughts/talgo-shirt @@ -1,4 +1,5 @@ + diff --git a/html/thoughts/technical-debt b/html/thoughts/technical-debt index 1bb7d67..e91caf4 100644 --- a/html/thoughts/technical-debt +++ b/html/thoughts/technical-debt @@ -1,5 +1,5 @@ - + This is horrible and bad. The html of just about every webpage is utter garbage because I am me. Rewriting everything is going to be such a task, a task that I really should do.

diff --git a/html/thoughts/things-I-should-do b/html/thoughts/things-I-should-do index 5ac6679..c0fc7b6 100644 --- a/html/thoughts/things-I-should-do +++ b/html/thoughts/things-I-should-do @@ -1,11 +1,10 @@ +

things to do: