STX

0056 XOR+XOR=

🡸

lol

i was hoping to have static git hosting on my tilde.club site.

turns out stagit isn’t really fun to use.

i thought maybe i could build my own version of it, but i found the code to also not be very fun to read.

semantically, the function names are terrible.

i’m not one for lengthy function naming schemes, but like… at least have some consistency with naming patterns/categories.

write* does write.

print* also does write, but is maybe meant for more… minute data?

i hate c programmers.


i think, at the core, people are just not very good at design.

i know i’m not.

my general attitude is to avoid including unused functionality paired with trying to keep extensibility.

maybe if i actually make a static git site generator thing, i can stick it somewhere so that people can complain about it.