💾 Archived View for ainent.xyz › about › contact.gmi captured on 2023-07-10 at 13:47:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
If you don't speak Swift, check the alt text of the contact methods.
let domain = "ainent.xyz" let user = domain.split(separator: ".")[0] let email = user + "@" + domain print(email)
let user = "ainent.xyz".split(separator: ".")[0] let host = "fosstodon.org" let handle = "@" + user + "@" + host print(handle)