💾 Archived View for ainent.xyz › about › contact.gmi captured on 2024-08-18 at 17:16:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-10)

-=-=-=-=-=-=-

Contact

If you don't speak Swift, check the alt text of the contact methods.

Email:

let domain = "ainent.xyz"
let user = domain.split(separator: ".")[0]
let email = user + "@" + domain
print(email)

Fediverse:

let user = "ainent.xyz".split(separator: ".")[0]
let host = "fosstodon.org"
let handle = "@" + user + "@" + host
print(handle)