I just read something tonight about leaving links around the internet for a while. I feel like I've done that too.
Some of them are listed here.
[Mastodon]: https://writing.exchange/@acdw {rel=me} [Twitter]: https://twitter.com/caseofducks (Though I never use it.) {rel=me}
[Github]: https://github.com/duckwork {rel=me} [Gitlab]: https://gitlab.com/acdw {rel=me} [sourcehut]: https://git.sr.ht/~acdw {rel=me}
[tilde.town]: https://tilde.town/~acdw/ {rel=me}
[Reddit]: https://www.reddit.com/user/acdw {rel=me} [Hacker News]: https://news.ycombinator.com/user?id=acdw {rel=me} [tildes.net]: https://tildes.net/user/acdw (Not, so far as I know, affiliated with tilde.town.) {rel=me}
(I'm not actually sure what it's for or what it does.) {rel=me}
function expand_mail() { const email = document.getElementById('email'); var mail = 'm'; pairs = ['ai', 'lt', 'o:', 'ac', 'dw', '@a', 'cd', 'w.', 'ne', 't']; for (var p = 0; p < pairs.length; p++) { mail += pairs[p]; } email.href = mail; } window.onload = expand_mail;