finally make a stupid repository for this
This commit is contained in:
7
html/thoughts/audio-is-bad
Normal file
7
html/thoughts/audio-is-bad
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- TITLE: Audio is bad. So is my computer. -->
|
||||
<style>$[cat style.css]</style>
|
||||
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 <code>unfuck audio</code>. 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.
|
||||
This doesn't actually matter, because I functionally never use the speakers in this laptop, but it is still quite stupid.<br><br>
|
||||
I hate computers. I should get back to making random information about me available on the internet.
|
7
html/thoughts/dns
Normal file
7
html/thoughts/dns
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- TITLE: dns -->
|
||||
<style>$[cat style.css]</style>
|
||||
Odette, one of my meat friends (not computer friends) (though she is a computery friend) just <a href='https://puppygirl.systems'>bought a domain</a>. 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.
|
||||
<br><br>
|
||||
As stated in the changelog, should any random website tourist wish to use my dns setup for their own website (I do not recomend this, nor do I know why you would want to do this.) you can email me. I might even respond.
|
6
html/thoughts/fonts???
Normal file
6
html/thoughts/fonts???
Normal file
@ -0,0 +1,6 @@
|
||||
<!-- TITLE: this website is bad and fonts are worse -->
|
||||
<style>$[cat style.css]</style>
|
||||
I am unsure as to what is going on?<br>
|
||||
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.<br><br>
|
||||
|
||||
I have an unfortunate habit of accruing computer ghosts that break things in horribly unclear ways.
|
17
html/thoughts/technical-debt
Normal file
17
html/thoughts/technical-debt
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- TITLE: This website has a lot of technical debt and I should rewrite it -->
|
||||
<style>$[cat style.css]</style>
|
||||
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.
|
||||
<br><br>
|
||||
Woo!
|
||||
<br><br>
|
||||
I should really unbodge the css at some point, too. Also, I need to remember to add a license and probably also a footer at some point.
|
||||
<br><br>
|
||||
I have at the very least fixed some of the horrendous practices seen on this website by the implementation of nginx as a proxy service.
|
||||
Now, when not having a valid ssl cert (for a good reason, this will be fixed when there ceases to be a good reason) breaks my webserver (for some reason), not everything breaks!
|
||||
hooray.
|
||||
<br><br>
|
||||
I need to stop using an iframe for these, this page was designed prior to caving to my friends demand that I make my website "have" "consistent styling" and also "not use the whole page width for text,"
|
||||
thus it used to be that these posts would take up the entire body width, but now there are just two margins.
|
||||
<br><br>
|
||||
I should probably update site-info.html now.
|
15
html/thoughts/this-is-a-thought
Normal file
15
html/thoughts/this-is-a-thought
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- TITLE: wow! -->
|
||||
<style>$[cat style.css]</style>
|
||||
This post is confusing and might be a marginally abnormal quine. in html*. Have fun.<br>
|
||||
This is a thing that works now.
|
||||
The format in which I can write these posts as well as how they work is reasonably interesting.
|
||||
I am most displeased due to my inability to figure out a reasonable means of having iframes such that their height is that of their respective content.
|
||||
below you will find the code for this web page. it is interesting, especially if you haven't read <a href=/html/site-info.html> the site info page</a>.
|
||||
<pre><xmp>$[cat ./html/random-thoughts.html]</xmp></pre>
|
||||
<br>
|
||||
you may ask: natalie[ee], why are you using iframes?<br>
|
||||
the answer to such a question would of course be "by using iframes, I may make a post contain bash commands as detailed on <a href=/html/site-info.html> the site info page</a> while also being arbitrarily invalid html. Plain text would make a valid thought post.
|
||||
<br>
|
||||
an example of such, this post:
|
||||
<pre>$[cat ./html/thoughts/this-is-a-thought | sed 's/&/\&/g; s/</\</g; s/>/\>/g']</pre>
|
||||
As can be observed, the title is set via a rather kludgy comment in the post file. This allows for filenames that differ from titles, which I implemented for no particular reason.
|
Reference in New Issue
Block a user