Garrett on Nostr: Someone w/ #a11y experience can either confirm or deny this but in my mind writing ...
Someone w/ #a11y experience can either confirm or deny this but in my mind writing your email as “email (at) website (dot) com” is not accessible and I can demonstrate in one line of python that it’s not stopping any scrapers from getting your email:
```python
email = text.replace(" (at) ", "@").replace(" (dot) ", ".")
```
Published at
2024-11-25 17:11:59Event JSON
{
"id": "3b775213cc9c8c254f28d60966f42d075fab040a54221f7fe9e8fac8bd8aaed5",
"pubkey": "a60fc486bb1d17899af3f18a119ed39563efdcc33934d13ea6b879e8e8cfb151",
"created_at": 1732554719,
"kind": 1,
"tags": [
[
"t",
"a11y"
],
[
"proxy",
"https://masto.garrett.life/users/garrett/statuses/113544706116518242",
"activitypub"
]
],
"content": "Someone w/ #a11y experience can either confirm or deny this but in my mind writing your email as “email (at) website (dot) com” is not accessible and I can demonstrate in one line of python that it’s not stopping any scrapers from getting your email:\n\n```python\nemail = text.replace(\" (at) \", \"@\").replace(\" (dot) \", \".\")\n```",
"sig": "69af345bb98db27568f2b195d4f3c42b174d50f3a6daa067fa0339c43dad9b79e637c5c90a4981c80e7a9e32f47093e3436d014360ba9d12095f27bc49b7efe8"
}