I'm Natalie[ee].
$[find files/homepage-statements/* | shuf -n1 | xargs -I % cat %]
I am not sure what I am going to use this site for, it only exists because I was procrastinating my calculus homework bored one day.
Website homepage visit counter: $[cat files/home_visit_counter | wc -l]
Particularly noteable pages
Information about this website Information about me There is also a blog. I do not use it frequently. There are also random natalie thoughts. sometimes they might be interesting other weblociDirectories
$[find -maxdepth 1 -type d | sed 1d | xargs -I% echo '%' | sed 's/\.\///g' | grep -v pycache | grep -v .git]Changelog
$[cat changelog]
Site file tree
File tree hidden for brevity
$[tree . | sed 's/^\./site/; s/─/-/g; s/├/|/g; s/└/\\/g; s/│/|/g' | sed '1i\' | sed '$a\']
Autistic collection of 88x31s
$[for file in ./files/88x31/*; do (file -i "$file" | grep -qE 'image/') && echo "" || cat "$file"; done | shuf]Post arbitrary data to my website to be displayed here
Yes, I do sanitize this.
$[ls -r ./files/posts-to-homepage/* | while read -r file; do echo "
$(cat $file)
"; done ]