mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-09 16:02:10 +00:00
Compare commits
2 commits
1166a400ca
...
ce1b74f4e2
Author | SHA1 | Date | |
---|---|---|---|
|
ce1b74f4e2 | ||
|
bf75e3a3d0 |
3 changed files with 21 additions and 1 deletions
|
@ -115,6 +115,15 @@ Many people frame accessibility and compatibility in terms of "percentage of use
|
|||
|
||||
I have some skin in the game: I rely on forced colors and use often use screen readers for web browsing. This is a really helpful measure to reduce overstimulation, given my anxiety and ADHD. I encourage others in similar situations to try these measures.
|
||||
|
||||
### Collections
|
||||
|
||||
I like to collect things online! Things I like to collect include:
|
||||
|
||||
=> https://git.envs.net/envs/pleroma-custom/ custom emotes (almost 20k in 140+ packs!)
|
||||
=> https://seirdy.one/meta/badges/ 88x31 badges
|
||||
=> ../posts/2021/03/10/search-engines-with-own-indexes/ search engines
|
||||
And probably more
|
||||
|
||||
### Software freedom
|
||||
|
||||
While I care very much about "free software" (the name is confusing, it refers to freedom rather than price), I don't share the same perspective as most "fossbros" and organizations like the FSF. Software freedom is important because it gives people agency instead of delegating control to an authority; it's not valuable in and of itself, and promoting a "FOSS" alternative that has vulnerabilities and accessibility issues is sometimes counterproductive.
|
||||
|
|
|
@ -139,6 +139,15 @@ Many people frame accessibility and compatibility in terms of "percentage of use
|
|||
|
||||
I have some skin in the game: I rely on forced colors and use often use screen readers for web browsing. This is a really helpful measure to reduce overstimulation, given my anxiety and ADHD. I encourage others in similar situations to try these measures.
|
||||
|
||||
### Collections
|
||||
|
||||
I like to collect things online! Things I like to collect include:
|
||||
|
||||
* [Custom emotes](https://git.envs.net/envs/pleroma-custom/)
|
||||
* [88x31 buttons]({{<relref "/meta/badges.md">}})
|
||||
* [Search engines]({{<relref "/posts/search-engines-with-own-indexes.md">}})
|
||||
* Probably more
|
||||
|
||||
### Software freedom
|
||||
|
||||
While I care very much about "<span class="p-category category">free software</span>" (the name is confusing, it refers to freedom rather than price), I don't share the same perspective as most "fossbros" and organizations like the FSF. Software freedom is important because it gives people agency instead of delegating control to an authority; it's not valuable in and of itself, and promoting a "FOSS" alternative that has vulnerabilities and accessibility issues is sometimes counterproductive.
|
||||
|
|
|
@ -110,8 +110,10 @@ Disallow: /
|
|||
|
||||
# FacebookBot crawls public web pages to improve language models for our speech
|
||||
# recognition technology.
|
||||
# UPDATE 2024-07: The Meta-ExternalAgent crawler crawls the web for use cases such as training AI models or improving products by indexing content directly.
|
||||
# <https://developers.facebook.com/docs/sharing/bot/?_fb_noscript=1>
|
||||
User-Agent: FacebookBot
|
||||
User-Agent: FacebookBot
|
||||
User-Agent: meta-externalagent
|
||||
Disallow: /
|
||||
|
||||
# I'm not blocking CCBot for now. It publishes a free index for anyone to use.
|
||||
|
|
Loading…
Reference in a new issue