it's been a while...
hello again!
hi! the lack of posts here has mostly been from a, being in college and b, not having any ideas of what to blog about. there's just that small part in my brain that makes me think that i need "real" content to post like how to setup some nginx thing, how to optimize this one specific problem, etc. i've also just been busy with life stuff, finals happened and i've moved back to the suburbs; i hate it by the way thanks for asking.
another new theme?
yeah, i liked the old one but i honestly just wanted to copy Xe Iaso's blog because i really like how it looks and they look really cool. as a benefit, i know a lot more about optimization and website things now because of this, for example, the home page has a webp instead of a gif because it provides a ~40% speedup! i also learned that http compression was a thing and i prompty turned that on in my nginx.conf
with
on;
on;
10240;
-cache no-store private auth;
expired nogzip_types
/atom+xml
/geo+json
/javascript
/x-javascript
/json
/ld+json
/manifest+json
/rdf+xml
/rss+xml
/xhtml+xml
/xml
/eot
/otf
/ttf
/svg+xml
/css
/javascript
/plain
/xml;
"MSIE [1-6]\.";
what about those projects?
yeaah no those are never getting completed. tehda was close to being something really good except someone else had the same idea and did it way before autumn and i. that program is called anyrun and it does everything we were doing with more modularity and completness.
i also don't think i'll ever get around to finishing, hell, starting minne because i just don't really have a need for a non-cross platform todo application. plus, i just don't use it and i don't want to make something that i wouldn't use. i also suffer from this thing called a "skill issue" and i'm not persistent enough to learn how to use tui-rs, it's probably well written but i come from a background of not enough CS learning in high school so i'm still behind on Rust and other similar programming languages.
miku??
oh yeah i figured out how to do websites on other ports. it's on https://mikufan.page:39. i did it adding this in my nginx configs
server {
.page;
mikufan/var/www/miku;
index index.html;
location / {
$uri $uri/ =404;
}
::]:39 http2 ssl; [39 http2 ssl;/etc/letsencrypt/live/mikufan.page/fullchain.pem;/etc/letsencrypt/live/mikufan.page/privkey.pem; include /etc/letsencrypt/options-ssl-nginx.conf;/etc/letsencrypt/ssl-dhparams.pem;}
it felt really relieving to finally get that working.
i do want to rework that site to use Zola and to organize the ascii art in a grid, like how Tumblr does it. i also want to have some no-reply email or form or something so that you all can add some (you better not upload that one nsfw among us picture istg).
see you all in like 3 months when i post something else about how great the cities are because i will have moved back in by then.
:3