various minor updates

This commit is contained in:
natalie roentgen connolly 2025-04-16 05:31:27 -07:00
parent 903d7270e7
commit ad3a086644
8 changed files with 30 additions and 32 deletions

View File

@ -1,8 +1,8 @@
(defun html ()
(page "home" `((section ()
,(exec-command "add-following-88x31s")
(exec-command "add-following-88x31s")
(p ()
"this thing is known as natalie[ee]"
"this thing is known as natalie[ee] (roentgen connolly)"
(br)
"$[find files/homepage-statements/* | shuf -n1 | xargs -I % cat %]"
(br)

View File

@ -5,7 +5,7 @@
(section ()
(p () "
prior to natalie rewriting the backend of its website, there was a bug that would allow a bash command in a comment inside $[echo \\$\\[]] and not containing < or &rt; to be executed upon querrying the url /html/%2e%2e/files/posts-to-homepage/{post file}.
this was due to any url beginning with '/html/' being unconditionally put through parse_file(), which generates static content from the embedded bash in the html (see <a href='/html/site-info.html'></a>).
this was due to any url beginning with '/html/' being unconditionally put through parse_file(), which generates static content from the embedded bash in the html (see <a href='/html/stats.html'>stats.html</a>).
in addition to this, the source code of the server could be attained via a similar method, requesting the path of the file, but with /files/ or /html/ in front of it, followed by %2e%2e.")
(p () "
ada was able to exploit this by first getting the source code of the webserver via the second method discussed above, examining it, and deducing the first vulnerability mentioned above.

View File

@ -2,6 +2,6 @@
(page "discord"
`((section ()
(h1 () "discord")
"as it is not particularly partial to internet centralization, and seeing as it has had discord accounts get banned for seemingly nothing, it is not particularly fond of using discord."
"unfortunately, humans that it like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones it particularly care about to migrate to some other platform."
"as it is not particularly partial to internet centralization, and seeing as it has had discord accounts get banned for seemingly nothing, it is not particularly fond of using discord. "
"unfortunately, humans that it like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones it particularly care about to migrate to some other platform. "
"this is not a very nice state of things."))))

View File

@ -42,17 +42,16 @@ cat /proc/acpi/button/lid/LID0/state | grep open && (modprobe i2c_hid_acpi) || (
(section ()
(h2 () "environment")
(p () "it use wayland, specifically hyprland. "
"this is unfortunate because it is bad software (this will be elaborated upon), but natalie like the special workspace system. "
"its status bar and notification system are written in gjs with ags. it resents this because it involves javascript, but oh well. "
"when libastal gets documentation, it will probably rewrite its ui in that. "
"this is unfortunate because it is bad software (this will be elaborated upon), but it likes the special workspace system. "
"its status bar and notification popups are written in hy, using <a href=\"https://git.natalieee.net/nat/astal-py\">its own python bindings around libastal</a>"
"its terminal emulator is foot because foot does not implement unecessary features."))
(section ()
(h2 () "keyboard")
(p () "unlike its previous laptops, it had the option to buy this laptop such that it came with a blank keyboard. "
"in accordance with this, natalie has not sanded its keyboard. "
"the framework 16 keyboard runs qmk, this is very nice. "
"in accordance with this, it has not sanded its keyboard, as it came blank to begin with. "
"the framework 16 keyboard runs qmk, this is very nice because it is unable to use keyboards normally. "
"the keyboard firmware is now hardcoded to be dvorak instead of using a custom console and xkb map. "
"on one hand this is nice because it means natalie does not need to edit xkb files to remap caps lock to control, but on the other hand if natalie plugs an external keyboard in to its laptop, it will be qwerty and natalie will have to load its xkb map or type in qwerty. it can probably type in qwerty. "
"on one hand this is nice because it means it does not need to edit xkb files to remap caps lock to control, but on the other hand if it plugs an external keyboard in to its laptop, it will be qwerty and this one will have to load its xkb map or type in qwerty. it can probably type in qwerty. "
"it needs to remember to finish its keyboard config at some point. also, it should make the button that breaks the keyboard until it removes it and put it back in harder to press."))
(section ()
(h2 () "irregular bugs")

View File

@ -2,8 +2,8 @@
(page "laptop (old)"
`((section ()
(h1 () "its old laptop")
(p () "see " (a (:href "/html/blog/posts/new-laptop.html") "blog post") (br) "and " (a (:href "/html/its-laptop.html") "updated page"))
(p () "currently, this one is using a T530 that has been heavily modified. "
(p () "this page no longer reflects reality. see " (a (:href "/html/its-laptop.html") "updated page"))
(p () "this one previously using a T530 that has been heavily modified. "
"it used to use a W530, but it fucked it up trying to install tianocore on it and it has not bothered to fix the bios on it yet. "
"it has preordered a framework 16 because it is the definition of that company's target audience. "
"since W530s and T530s are basically identical barring the mainboard, there is no external difference between its W530 and T530 because it just yoinked all the parts from the W530."
@ -29,9 +29,9 @@
"additionally, it has written a custom xkb file. unfortunately the geometry file hasn't been updated since it modded in the new keyboard, but here it is anyways:"
(br))
,(exec-command "img-caption \"/files/laptop-xkb-geometry.png\" \"its xkb geometry file compiled to a pdf\"")
(p () "disregard the fucked up escape key, it was messing with it earlier. this thing's keyboard isn't that notable beyond binding control to caps lock and binding the old control key to mode_switch. "
(p () "please disregard the fucked up escape key, it had been modifying the geometry file at some point. this one's keyboard isn't that notable beyond binding control to caps lock and binding the old control key to mode_switch. "
"additionally, when mode_switch is pressed while an alphabetic key is pressed, it types a greek letter instead.")
(p () "it run artix (for the anti systemd meme), though upon getting its framework it intends to switch to gentoo. "
(p () "it runs artix with openrc, though upon getting its framework it intends to switch to gentoo. "
"natalie uses i3 as its window manager with a somewhat cursed script to programmatically generate its config from a yaml file. "
"this script is vaguely necessary because:"
(ul ()
@ -42,7 +42,7 @@
(br)
(br)
(div (:class "code-container")
(div :class "io-container"
(div (:class "io-container")
(h3 () "input (yaml):")
(pre () (code () "
keybinds:
@ -64,7 +64,7 @@ mode b {
}
bindsym a mode a")))))
(p () "From the yaml config, natalie's python script can parse it either into a (really bad) graph of keybinds (using the graphviz library or something like that) or into a valid i3 config file. "
(p () "from the yaml config, natalie's python script can parse it either into a (really bad) graph of keybinds (using the graphviz library or something like that) or into a valid i3 config file. "
"in its real config, it has a mode 'base' which is the default mode with no keybinds other than mod4+space, followed by a mode 'space' reached by pressing mod4+space. "
"from 'space' mode, other modes may be accessed, such as 'workspaces or windows' mode, bound under w. "
"this gets rather absurd (intentionally so) very quickly. "

View File

@ -10,18 +10,18 @@
"despite this, it shall attempt a suitable description of itself.")
(br)
(p ()
"ideally, natalie is to be referred to as an \"it\" or a \"she\".",(exec-command "make-footnote \" the former is preferred.\"") "additionally, it generally prefers being referred to using 3rd person pronouns, or as \"this thing\" or \"that one\"."
"ideally, natalie is to be referred to as an \"it\" or a \"she\".",(exec-command "make-footnote \" the former is preferred.\"") "additionally, it generally prefers being referred to using 3rd person pronouns, or as \"this thing\" or \"that one\". "
"natalie also uses the following identifiers, generally:"
(ol ()
(li () "6e6174b8-4dcb-4323-b5ca-c217425e13a7")
(li () "0x6e6174")
(li () "nat")
(li () "▖▖▖▖▘▖▖▖▖▘▌▖▖▖▘"))
"it supposes it may reasonably be described as asexual. " (br)
"it supposes it may reasonably be described as a nonpracticing asexual, whatever that means. " (br)
"timezone it is in: PST/PDT(?) UTC-8" (br)
"age: $[echo $(( $(date +%s) - $(date -d \"2007-04-01\" +%s) ))] seconds. that is $[echo \"scale=8; ($(date +%s) - $(date -d '2007-04-01' +%s)) / (365.25*24*3600)\" | bc] [earth] years." (br)
"it is kind of a college student. this is complicated. it will be a college student with less complicated circumstances by fall of 2025, barring unforseen circumstances." (br)
"natalie likes systems. particularly ones that have reasonably consistent behavior based on a set of rules. this is omnipresent in its interests." (br)
"it is a student at portland community college. it resents this greatly, as experience has led it to conclude that educational instutions tend towards maximal inconvenience in all of its interactions with them." (br)
"it likes systems. particularly ones that have reasonably consistent behavior based on a set of rules. this is omnipresent in its interests." (br)
"list of its interests (incomplete):"
(ul ()
(li () "technical computer things, so long as they do not involve javascript")
@ -79,14 +79,15 @@
(ul ()
(li () "it owns 12 thinkpads, all of which were manufactured prior to 2014")
(li () "the number of people that can effectively use its computer is, to its knowledge, 1 (natalie)" ,(exec-command "make-footnote \"the number of entities it knows who can type on it is 3, including itself\""))
(li () "it can replace the screen on its first generation iphone se a1662 in 70 seconds"))
(li () "it can replace the screen on its first generation iphone se a1662 in under 70 seconds"))
,(exec-command "put-footnotes"))
(section ()
(h2 () "contact information")
(a (:href "/html/discord.html") "discord: 0x6e6174")
"E-mail: natalie at natalieee.net" (br)
"E-mail (sorted by normality): natalie at natalieee.net, natalie-roentgen-connolly at mail.natalie-roentgen-connolly.website, natalie at 1.b.1.0.b.0.0.0.0.7.4.0.1.0.0.2.ip6.arpa" (br)
"xmpp: nat@natalieee.net" (br)
(span () "mastodon: <a href='https://mastodon.catgirl.cloud/@0x6e6174'>@0x6e6174@mastodon.catgirl.cloud</a>"))
(span () "mastodon: <a href='https://mastodon.catgirl.cloud/@0x6e6174'>@0x6e6174@mastodon.catgirl.cloud</a>") (br)
"it has a matrix account, however it hates matrix, so it will not say what its matrix account is. of any, e-mail will be the most reliable of these.")
(section ()
(h2 () "cryptography")
(blockquote () "ssh:" (br) "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOs2VLWgMxmQlLFSpOG01v6i5pVLtgHyQg74nwNNYTlT natalie@natalieee.net")

View File

@ -15,10 +15,10 @@
"(it hope this means there will be less lead in the water when they are done, but given how the district is, who knows.) "
"the current campus is notably smaller than the regular campus, thus a large amount of things are in storage. "
"the man who is in charge of the storage and moving stored items back to the new campus does not like moving items. "
"for this reason, when it ask him to let it in to the school's basement to just take random cool things, he says yes.")
"for this reason, when it asks him to let it in to the school's basement to just take random cool things, he says yes.")
(h2 () "it is kind of horrible that this thing has this server")
(p ()
"this server used to be part of the district's network infrastructure.
when natalie got it, it had an unencrypted raid array on the disks that contained district information.
it should not have been stored like this, and natalie definitely should not have been allowed to take it.
natalie did of course wipe the drives and didn't even look at what was on them beyond identifying that it was from the district because it is a good {thing}.")))))))
it should not have been stored like this, and this one definitely should not have been allowed to take it.
it did of course wipe the drives and didn't even look at what was on them beyond identifying that it was from the district because it is a good {thing}.")))))))

View File

@ -18,7 +18,8 @@
(p () "requests to /(.*\\.)?natalieee.net/ get routed to nginx, which acts as a proxy for various subdomains. "
"nginx routes requests to /^natalieee.net/ to this webserver, which is named "
(a (:href "https://git.natalieee.net/nat/sludge") "sludge") ". "
"requests to /.*\\.natalieee.net/ are routed according to the /.*\\.natalieee.net/ section."))
"requests to /.*\\.natalieee.net/ are routed according to the /.*\\.natalieee.net/ section.")
(p () "note: <a href=\"http://natalieee.net.1.b.1.0.b.0.0.0.0.7.4.0.1.0.0.2.ip6.arpa\">natalieee.net.1.b.1.0.b.0.0.0.0.7.4.0.1.0.0.2.ip6.arpa</a> is a CNAME to natalieee.net"))
(section ()
(h2 () "/^natalieee.net/")
(p () "the root domain of this website, which you are currently observing, is running sludge. "
@ -52,11 +53,8 @@
"you may observe this "
(a (:href "?uwu=true") "here") "."))
(section ()
(h2 () "webocodynamics of natalieee.net")
(p ()
"the means by which this website runs involves an unreasonable number of symlinks. here is a textual description of a graph of them:")
(pre ()
(code ()
@ -71,7 +69,7 @@
"the answer to such a question is that sludge runs with a working directory of ~/site, but scripts in ~/site/scripts must be able to import files from ~/sludge (specifically ~/site/scripts/include). "
"htmlgen needs to be able to read scripts in ~/site/scripts to run commands at compile time. htmlgen writes html to ~/htmlgen/out, thus the double symlink to ~/site. "
"technically, this could all be done without symlinks. this is vaguely more robust because in the event that natalie moves something, it simply need to change the symlinks instead of the paths in arbitrarily many files. "
"nevertheless" ,(exec-command "make-footnote \"nevertheless is a stupid work\"") ", the number of symlinks is amusing.")
"nevertheless" ,(exec-command "make-footnote \"nevertheless is a stupid word\"") ", the number of symlinks is amusing.")
,(exec-command "put-footnotes"))
(section ()