dwargstofif anyone is interested in giving me pointers, here's my site. It's shaping up to be a mix of editorials about my experience in tech and a place to document messing around with stuff in my collection. The goal is to stick with only HTML/CSS, and focus on the writing as I improve my voice. I don't have very many readers that I know of, yet, but I am happy to link your site on my links page if you want.
[snarfed]sdavidprince your site can only have one webmention endpoint (at least per page). Bridgy's isn't for backfeed, it's for converting incoming webmentions to comments on hosted blog sites like Blogger. if you're using http://webmention.io, you don't need it
[snarfed]Zic: you're right, IndieWeb and ActivityPub do overlap, as do other decentralized social networking protocols: OStatus (ActivityPub's predecessor), ATProto, Nostr, Farcaster, etc
Zic@snarfed If I like the idea of IndieWeb (same as ActivityPub) plus it offers more possibilities in decentralized networks can I freely disable the ActivityPub plugin?
[snarfed]IndieWeb (ie microformats + webmentions) is different from ActivityPub. if you want to interact with people on the fediverse from your web site, you still need that plugin
barnabywalters, GuestZero and gRegor joined the channel
[Joe_Crawford]A few weeks ago we were talking about LaTeX formatting and MathML in FrESH and the UK IWCs. I just came across a novel usage of fractions in a recent science fiction book. https://en.wikipedia.org/wiki/Embassytown
[qubyte]A while back I switched my static site generator over from rendering LaTeX to SVG to rendering it in MathML. It’s not _quite_ as nice visually, but I still like it.
[qubyte]I’m not wedded to it though. If a better solution emerges, or out-of-the-box behaviour of MathML improves sufficiently (I don’t mind authoring it manually) then I’ll swap.
[Joe_Crawford]I found authoring MathML not particularly intuitive (the elements were clear enough, but the conditions under which some elements become invisible were not so clear). I think it's a real interesting space if on the esoteric side (given I don't typically work with mathematics deeply).
[qubyte]It comes _sort_ of naturally to me, but I was writing LaTeX for years so I still think in those terms. I think the urge to write it directly is more of an NIH thing.